gecko/addon-sdk
Dave Townsend 242b6db563 Bug 1129662: sdk/page-worker should use a remote page. r=krizsa
This makes page-worker load its pages in the remote process. It does so by
creating a single frame in the hidden window used to ensure we have a remote
process when necessary and then a module in the remote process is used to
create windowless browsers to load the pages.

This does break one API, getActiveView, but I don't think we should be
maintaining that and it has been unstable since its inception anyway.

Once downside, the l10n module now has to use the observer service to detect
documents rather than the DOM event, this might be causing more CPOW traffic
since that observer notification is shimmed so we may need to use the shim
waiver there.
2015-10-16 13:22:28 -07:00
..
source Bug 1129662: sdk/page-worker should use a remote page. r=krizsa 2015-10-16 13:22:28 -07:00
test Bug 1204812 - Keep Console.jsm in toolkit/modules/ r=jryans,Mossop 2015-10-15 03:45:22 -07:00
mach_commands.py Bug 1202019 - Remove old Jetpack test command. r=Mossop 2015-09-04 23:16:08 -05:00
Makefile.in Bug 1141773: remote xpi tests fail in mochitest-jetpack. r=erikvold 2015-03-10 14:53:52 -07:00
moz.build Bug 1129662: sdk/page-worker should use a remote page. r=krizsa 2015-10-16 13:22:28 -07:00
mozbuild.template Bug 1114752 - Uplift Add-on SDK to Firefox a=me 2015-02-03 09:51:16 -08:00