gecko-dev/addon-sdk/source
Dave Townsend 53e0d3bab8 Bug 1146926: Allow attaching a worker to a CPOW window without invoking CPOW operations. r=gabor
By sending the CPOW to the child processes the one that owns it will create the
child worker and then send back the url of the window to set up the parent
side of the worker.

There are two breaking changes here. Workers invoked in this way no longer
attach synchronously. We no longer pass the window through the attach event.

--HG--
extra : commitid : By30pJI1Lj9
extra : rebase_source : bbca0c512d9fb135d2ca9d5ad263e3f8f6c297b3
extra : histedit_source : e50c90e0f20d60ad94949758b28721301c52d60c
2015-11-18 16:33:16 -08:00
..
app-extension Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
bin Bug 1216651 - Update CONTRIBUTING.md with updated contributor's list. r=mossop 2015-10-20 10:50:50 -07:00
examples Bug 1169679 - Update add-on manager entry design to match in-content prefs styling. r=dao 2015-10-29 12:00:49 +01:00
lib Bug 1146926: Allow attaching a worker to a CPOW window without invoking CPOW operations. r=gabor 2015-11-18 16:33:16 -08:00
modules/system Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE 2015-10-07 14:03:21 +02:00
python-lib Bug 1209470 - Remove use of expression closure from Add-on SDK. r=mossop 2015-09-29 20:34:48 +09:00
test Bug 1146926: Allow attaching a worker to a CPOW window without invoking CPOW operations. r=gabor 2015-11-18 16:33:16 -08:00
.gitattributes
.gitignore Bug 1160676: Uplift Add-on SDK to fx-team. a=me 2015-04-24 12:36:06 -07:00
.hgignore Bug 1114752 - Uplift Add-on SDK to Firefox a=me 2015-02-03 09:51:16 -08:00
.hgtags
.jpmignore Bug 1160676: Uplift Add-on SDK to fx-team. a=me 2015-04-24 12:36:06 -07:00
.travis.yml Bug 1179013: Uplift Add-on SDK. a=me 2015-06-30 15:10:35 -07:00
CONTRIBUTING.md Bug 1216651 - Update CONTRIBUTING.md with updated contributor's list. r=mossop 2015-10-20 10:50:50 -07:00
gulpfile.js Bug 1179013: Uplift Add-on SDK. a=me 2015-06-30 15:10:35 -07:00
LICENSE
mapping.json Bug 1196975 - part2: shimwaiver applications. r=mossop 2015-10-09 06:00:00 +02:00
package.json Bug 1179013: Uplift Add-on SDK. a=me 2015-06-30 15:10:35 -07:00
README.md Bug 1160676: Uplift Add-on SDK to fx-team. a=me 2015-04-24 12:36:06 -07:00

Mozilla Add-on SDK Build Status

Using the Add-on SDK you can create Firefox add-ons using standard Web technologies: JavaScript, HTML, and CSS. The SDK includes JavaScript APIs which you can use to create add-ons, and tools for creating, running, testing, and packaging add-ons.

If you find a problem, please report the bug here.

Developing Add-ons

These resources offer some help:

Contributing Code

Please read these two guides if you wish to make some patches to the addon-sdk:

Issues

We use bugzilla as our issue tracker, here are some useful links: