gecko-dev/browser/components/extensions
Luca Greco 19b7ef8391 Bug 1398729 - Support devtools.panels.elements sidebar.setExpression API method. r=aswan
MozReview-Commit-ID: 2tRLF59o8Bg

--HG--
extra : rebase_source : c0371df9af68cf3332194ed6849525b0620cd8d0
2017-09-09 16:39:17 +02:00
..
schemas Bug 1398729 - Support devtools.panels.elements sidebar.setExpression API method. r=aswan 2017-09-09 16:39:17 +02:00
test Bug 1398729 - Support devtools.panels.elements sidebar.setExpression API method. r=aswan 2017-09-09 16:39:17 +02: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
ExtensionPopups.jsm Bug 1375490: Part 1 - Correctly support alerts in OOP popups. r=mixedpuppy 2017-08-02 12:49:25 -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
ext-bookmarks.js Bug 1293853 - Part 3: Add support for separators to bookmarks API, r=mixedpuppy 2017-08-28 17:05:55 -04:00
ext-browser.js Bug 1398630: Part 3 - Use document.docShell rather than longer/slower XPC paths. r=zombie 2017-09-11 14:53:20 -07:00
ext-browser.json Bug 1399070 move launchWebAuthFlow to parent to fix opening auth window when remote, r=zombie 2017-09-14 09:18:27 -07:00
ext-browserAction.js Bug 1397196 - Fix pageAction icon loading when an extension has a cached browserAction theme-based icon. r=mixedpuppy 2017-09-06 12:40:45 +02:00
ext-browsingData.js Bug 1398630: Part 5 - User iteration helpers for nsISimpleEnumerator. r=zombie 2017-09-10 15:35:46 -07: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 Bug 1350522: Part 4 - Convert browser APIs to lazy loading. r=aswan 2017-04-02 11:59:55 -07:00
ext-c-devtools-panels.js Bug 1398729 - Support devtools.panels.elements sidebar.setExpression API method. r=aswan 2017-09-09 16:39:17 +02:00
ext-c-devtools.js Bug 1350522: Part 4 - Convert browser APIs to lazy loading. r=aswan 2017-04-02 11:59:55 -07:00
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 Bug 1350522: Part 4 - Convert browser APIs to lazy loading. r=aswan 2017-04-02 11:59:55 -07:00
ext-chrome-settings-overrides.js Backed out changeset 5d5c1a6c3f3a (bug 1378882) for eslint failures at ext-chrome-settings-overrides.js:37 and ext-chrome-settings-overrides.js:37. r=backout 2017-08-24 18:28:02 +02:00
ext-commands.js Bug 1387907: Part 3 - Merge ext-browser.js and ext-utils.js. r=mixedpuppy 2017-08-06 18:20:25 -07:00
ext-devtools-inspectedWindow.js Bug 1398729 - Share devtools.inspectedWindow.eval helper methods in ext-devtools API module. r=aswan 2017-09-09 15:44:35 +02:00
ext-devtools-network.js Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag 2017-06-09 13:49:07 -07:00
ext-devtools-panels.js Bug 1398729 - Support devtools.panels.elements sidebar.setExpression API method. r=aswan 2017-09-09 16:39:17 +02:00
ext-devtools.js Bug 1398729 - Share devtools.inspectedWindow.eval helper methods in ext-devtools API module. r=aswan 2017-09-09 15:44:35 +02: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 1362786 - (2) Run NMParser in worker r=kmag 2017-07-21 14:14:17 -07:00
ext-history.js Bug 1387898: Remove unnecessary uses of EventEmitter.decorate. r=mixedpuppy 2017-08-07 14:42:57 -07:00
ext-menus.js merge mozilla-inbound to mozilla-central a=merge 2017-08-08 13:18:14 +02:00
ext-omnibox.js Bug 1375002: Get rid of the omnibox_internal namespace. r=me 2017-07-04 15:17:45 -07:00
ext-pageAction.js Bug 1397196 - Fix pageAction icon loading when an extension has a cached browserAction theme-based icon. r=mixedpuppy 2017-09-06 12:40:45 +02:00
ext-sessions.js Bug 1322060 - Extension API to store persistent values on window/tab using get/set/remove methods. r=kmag, r=bsilverberg 2017-08-27 16:42:00 -04:00
ext-sidebarAction.js Bug 1385630 fix extension sidebar restore after app update, r=Gijs 2017-09-10 13:36:54 -07:00
ext-tabs.js Bug 1398630: Part 3 - Use document.docShell rather than longer/slower XPC paths. r=zombie 2017-09-11 14:53:20 -07:00
ext-url-overrides.js Bug 1381605 - Do not load ExtensionSettingsStore's JSON file synchronously, r=aswan 2017-07-24 15:49:30 -04:00
ext-windows.js Bug 1387907: Part 3 - Merge ext-browser.js and ext-utils.js. r=mixedpuppy 2017-08-06 18:20:25 -07:00
extension-mac-panel.css Bug 1280128: [webext] Use transparent backgrounds and correct border radii for popup browsers. r=bwinton ui-r=maritz 2016-08-09 12:08:04 -07:00
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
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 Bug 1332144 - Add browser.find extension API. r=mikedeboer, r=mixedpuppy 2017-08-24 18:24:00 -04:00
moz.build Bug 1362786 - (2) Run NMParser in worker r=kmag 2017-07-21 14:14:17 -07:00