fune/browser/components/extensions
Kris Maglione 24dc48a4df Bug 1480244: Part 3a - Fix non-strict-mode test code which expects this to be bound to its global. r=aswan
A lot of the ad-hoc frame scripts we execute for tests does not run in strict
mode, and therefore has its functions' `this` objects set to the global when
they are called without a target object.

At the moment, this gives them a MessageManager global. Once message managers
become non-global objects, however, it will give them the shared JSM global,
which is not what they expect.

This patches changes scripts which rely on this to explicitly capture or set
the appropriate `this` object for their calls.

MozReview-Commit-ID: DY8DDb0xE1K

--HG--
extra : rebase_source : 86c1fa4df070711f666dfee5487182afe28a7611
2018-08-03 14:33:38 -07:00
..
child Bug 1472491: Part 5e - Add ContextMenuChild actor. r=felipe 2018-07-29 20:07:33 -07:00
parent Backed out 2 changesets (bug 1482610) for mochitest failures on test_keycodes.xul. CLOSED TREE 2018-08-14 20:58:27 +03:00
schemas Bug 1325814 - Add extension API to find menu target r=mixedpuppy 2018-08-04 18:09:49 +02:00
test Bug 1480244: Part 3a - Fix non-strict-mode test code which expects this to be bound to its global. r=aswan 2018-08-03 14:33:38 -07:00
.eslintrc.js
ext-browser.json Bug 1325814 - Add extension API to find menu target r=mixedpuppy 2018-08-04 18:09:49 +02:00
extension-mac-panel.css
extension-mac.css Bug 1482411 - Port bug 1371951 changes to extension-mac.css r=mixedpuppy 2018-08-10 15:00:35 +00:00
extension-win-panel.css
extension.css Bug 1371951 - Make browser-style checkboxes and radio buttons handle style themselves. r=mixedpuppy, bwinton 2018-02-17 17:00:00 +01:00
extension.svg
ExtensionControlledPopup.jsm Backed out 4 changesets (bug 1478308) for ESlint failure on AttributionCode.jsm. CLOSED TREE 2018-07-26 11:13:28 +03:00
ExtensionPopups.jsm Bug 1452514: Correctly handle a browser window closing before its popups do. r=mixedpuppy 2018-07-19 19:03:20 -07:00
extensions-browser.manifest Bug 1325814 - Add extension API to find menu target r=mixedpuppy 2018-08-04 18:09:49 +02:00
jar.mn Bug 1325814 - Add extension API to find menu target r=mixedpuppy 2018-08-04 18:09:49 +02:00
moz.build Bug 1469872 - update bugzilla products and components in moz.build files: webextensions. r=nalexander 2018-06-20 21:41:59 +03:00
ParseBreakpadSymbols-worker.js Bug 1461056 - Remove the "remoteBreakpad" symbol rule, because it's no longer needed. r=dthayer 2018-05-11 23:18:44 -04:00
ParseCppFiltSymbols-worker.js
ParseNMSymbols-worker.js
ParseSymbols.jsm