gecko-dev/devtools/client/performance/components/test
Alexandre Poirot cea31c4b3a Bug 1303288 - Pass the window object instead of current scope to prevent wrapper issues when using the devtools reload addon. r=jlongster
If we happen to pass the current scope (`this`), the browser-loader codebase fails
when passing it as sandboxPrototype. It only works when passing an xray wrapper.
The document scope happen to not be an xray when using the addon, whereas `window`
always is no matter if we are using the addon or not.

MozReview-Commit-ID: GjYHkaCGBDd

--HG--
extra : rebase_source : 7ab2cd164cd4b235de24b74d58a4962f1d1961e6
2016-09-21 08:07:02 -07:00
..
chrome.ini
head.js Bug 1303288 - Pass the window object instead of current scope to prevent wrapper issues when using the devtools reload addon. r=jlongster 2016-09-21 08:07:02 -07:00
test_jit_optimizations_01.html