|
|
|
Change log
[Author: playmobil] In Safari, when a proxy is set from a PAC file the JS in that file will be executed on it's own thread which can cause a gc. If that gc tries to kill a Gears object, that object will try to use a copy of the npn function table stored in Thread Local Storage, however since the table doesn't exist on the new thread we crash. ...
| Go to: |
Project members,
sign in to write a code review
Older revisions
r801
by gears.daemon
on Feb 01, 2008
Diff
[Author: aa] Implements support for Dispatcher- based modules in Firefox. This changelist ...
r625
by gears.daemon
on Dec 21, 2007
Diff
[Author: mpcomplete] More refactoring of NPAPI wrapper classes. At Aaron's suggestion, I moved the Register* calls out of the ...
r620
by gears.daemon
on Dec 19, 2007
Diff
[Author: playmobil] Fix gcc 4 compile errors. R=mpcomplete ...
