Open GoogleCodeExporter opened 9 years ago
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
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
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
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
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
the latest tamarin-redux "as is" is implemented
Original comment by zwetan
on 20 Nov 2013 at 5:17
technically all is done but we leave the issue open for now
Original comment by zwetan
on 15 Dec 2013 at 3:28
Original issue reported on code.google.com by
zwetan
on 2 Jul 2011 at 7:38