ganado / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
2 stars 0 forks source link

next redux update notes 1 #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
some notes for when we sync with tamarin-redux again

Original issue reported on code.google.com by zwetan on 2 Jul 2011 at 7:38

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
the latest tamarin-redux "as is" is implemented

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

GoogleCodeExporter commented 9 years ago
technically all is done but we leave the issue open for now

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