Git Product home page Git Product logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
see http://hg.mozilla.org/tamarin-redux/rev/d33ac05c5d93

DRC, DRCWB and DRC_NOWB are deprecated

be sure to make the change in the socket class
http://code.google.com/p/redtamarin/source/browse/api/shell/trunk/SocketClass.h

Original comment by zwetan on 2 Jul 2011 at 7:40

from redtamarin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
ideally the next sync with tamarin-redux should happen right after the release 
of FP11 and AIR3
(to be sure we have all the good last updated stuff)

Original comment by zwetan on 17 Jul 2011 at 7:09

from redtamarin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
ASC.jar and the way versioning works has been updated, need to double check 
that on next sync

Original comment by zwetan on 7 Aug 2011 at 12:45

from redtamarin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
why we were needing DRC, DRCWB etc. in the first place
https://developer.mozilla.org/en/docs/MMgc#DWB.2FDRC.2FDRCWB


Original comment by zwetan on 11 Apr 2013 at 9:00

from redtamarin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
replace DRC, DRCWB etc.

take for example DomainClass.h

before:
DWB(DomainEnv*) GC_POINTER(domainEnv);
DWB(Toplevel*)  GC_POINTER(domainToplevel);

after:
GCMember<DomainEnv> GC_POINTER(domainEnv);
GCMember<Toplevel>  GC_POINTER(domainToplevel); 

Original comment by zwetan on 11 Apr 2013 at 5:12

from redtamarin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
the latest tamarin-redux "as is" is implemented

Original comment by zwetan on 20 Nov 2013 at 5:17

  • Changed state: Started
  • Added labels: Milestone-Release0.4-1R00

from redtamarin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
technically all is done but we leave the issue open for now

Original comment by zwetan on 15 Dec 2013 at 3:28

  • Added labels: Priority-Critical
  • Removed labels: Priority-Medium

from redtamarin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.