fune/browser/components/extensions
Kris Maglione c276bb9375 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl

--HG--
extra : rebase_source : c004a023389f1f6bf3d2f3efe93c13d423b23ccd
2018-01-29 15:20:18 -08:00
..
schemas Bug 1215376 - Fire menus.onShown for every menu r=mixedpuppy 2017-09-14 18:28:36 +02:00
test Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
.eslintrc.js Bug 1371292 - Clean up more ESLint global definitions in configuration files in toolkit/ and browser/. r=mossop 2017-06-08 10:59:12 +01:00
ext-bookmarks.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-browser.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-browser.json Bug 1215376 - Add onShown and onHidden to contextMenus/menus API r=mixedpuppy 2017-09-10 01:38:45 +02:00
ext-browserAction.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-browsingData.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-c-browser.js Bug 1333403 - Part 2: Implement browser.menus as alias for contextMenus r=kmag 2017-06-10 16:43:20 +02:00
ext-c-devtools-inspectedWindow.js
ext-c-devtools-panels.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-c-devtools.js
ext-c-menus.js Bug 1369577 Part 2 Propagate isHandlingUserInput for browserAction, pageAction, and menus r=kmag 2017-06-15 12:48:40 -07:00
ext-c-omnibox.js Bug 1375002: Get rid of the omnibox_internal namespace. r=me 2017-07-04 15:17:45 -07:00
ext-c-tabs.js
ext-chrome-settings-overrides.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-commands.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-devtools-inspectedWindow.js Remove unused imports. r=trivial (no bug) 2017-11-09 16:39:57 -08:00
ext-devtools-network.js Bug 1311177 - Implement the devtools.network.getHAR API method; r=jdescottes,rickychien,rpl 2018-01-22 18:30:46 +01:00
ext-devtools-panels.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-devtools.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-find.js Bug 1332144 - Fix no-extra-semi ESLint failure in ext-find.js. r=me 2017-08-25 15:39:39 -04:00
ext-geckoProfiler.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-history.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-menus.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-omnibox.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-pageAction.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-pkcs11.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
ext-sessions.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-sidebarAction.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-tabs.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-url-overrides.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
ext-windows.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
extension-mac-panel.css
extension-mac.css Bug 1354336 - Require all browser_style elements to have the browser-style class r=mikedeboer 2017-06-23 13:54:19 -04:00
extension-win-panel.css Bug 1330146. Remove windows-xp and windows-vista values from extension-win-panel.css. r=kmag 2017-07-19 11:43:07 -05:00
extension.css Bug 1354336 - Require all browser_style elements to have the browser-style class r=mikedeboer 2017-06-23 13:54:19 -04:00
extension.svg
ExtensionPopups.jsm Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
extensions-browser.manifest Bug 1387907: Part 3 - Merge ext-browser.js and ext-utils.js. r=mixedpuppy 2017-08-06 18:20:25 -07:00
jar.mn Backed out changeset 82920c8bb33a (bug 1357391) for xpcshell failures in test_ext_pkcs11_management.js a=backout 2017-09-29 11:22:49 -07:00
moz.build Bug 1362786 - (2) Run NMParser in worker r=kmag 2017-07-21 14:14:17 -07:00
ParseBreakpadSymbols-worker.js Bug 1362786 - (2) Run NMParser in worker r=kmag 2017-07-21 14:14:17 -07:00
ParseCppFiltSymbols-worker.js Bug 1362786 - (3) Run CppFiltParser in worker r=kmag 2017-07-21 14:13:37 -07:00
ParseNMSymbols-worker.js Bug 1362786 - (2) Run NMParser in worker r=kmag 2017-07-21 14:14:17 -07:00
ParseSymbols.jsm Bug 1362786 - (2) Run NMParser in worker r=kmag 2017-07-21 14:14:17 -07:00