gecko-dev/addon-sdk/source/lib
Bobby Holley 8b61dab657 Bug 1015396 - Get rid of apiSandbox. r=irakli
Currently, Jetpack uses two sandboxes for each content script - one for the
content script itself, and another for SDK machinery. And we end up getting Xrays
between the sandboxes, even though they're same-origin (generally with an nsEP)
because Jetpack sandboxes use |wantXrays: true| to get same-origin Xrays.

Object Xrays cause all sorts of communication problems between the sandboxes.
Irakli says we don't actually need the separate sandbox anymore since we've
removed the proxy layer, so let's just get rid of it.
2014-05-30 15:11:06 -07:00
..
diffpatcher Bug 963216 - Uplift Add-on SDK 2014-01-24 15:51:44 -08:00
method Bug 907509 - Uplift Addon SDK to fx-team 2013-08-20 18:24:12 -07:00
node Bug 956129 - Uplift Addon SDK to Firefox 2014-01-09 20:21:33 -08:00
sdk Bug 1015396 - Get rid of apiSandbox. r=irakli 2014-05-30 15:11:06 -07:00
toolkit Bug 1004395 - Uplift Add-on SDK to Firefox r=me 2014-05-09 10:10:05 -07:00
test.js Bug 956129 - Uplift Addon SDK to Firefox 2014-01-09 20:21:33 -08:00