gecko-dev/browser/components/extensions
Kris Maglione 32f579d0e3 Bug 1402944: Part 6 - Optimize getBrowserInfo some more. r=mixedpuppy
MozReview-Commit-ID: 8kdeVqKb889

--HG--
extra : rebase_source : 63282fc295a50ef9743b3e6192e2b1ac726af022
2017-09-23 00:50:46 -07:00
..
schemas Bug 1388428 - Extend browsingData to restrict removing localStorage to a given list of hostnames; r=asuth,bsilverberg 2017-09-25 16:47:38 -04:00
test Bug 1388428 - Extend browsingData to restrict removing localStorage to a given list of hostnames; r=asuth,bsilverberg 2017-09-25 16:47:38 -04: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 1293853 - Part 3: Add support for separators to bookmarks API, r=mixedpuppy 2017-08-28 17:05:55 -04:00
ext-browser.js Bug 1402944: Part 6 - Optimize getBrowserInfo some more. r=mixedpuppy 2017-09-23 00:50:46 -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 1314674 - Maintain badge style in new windows and customize r=mixedpuppy 2017-09-20 17:27:48 -05:00
ext-browsingData.js Bug 1388428 - Extend browsingData to restrict removing localStorage to a given list of hostnames; r=asuth,bsilverberg 2017-09-25 16:47:38 -04: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 1398729 - Support devtools.panels.elements sidebar.setExpression API method. r=aswan 2017-09-09 16:39:17 +02: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 Backed out changeset 7e8e47c972f4 (bug 1397975) for eslint failure at browser/components/extensions/ext-chrome-settings-overrides.js:124: windowTracker is not defined. r=backout 2017-09-21 22:56:07 +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 1401288 - Run remote devtools panel browsers in the right TabGroup. r=aswan 2017-09-19 20:06:02 +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 1394947 fix toggling the extension sidebars from menus, r=Gijs 2017-09-11 14:48:18 -07:00
ext-tabs.js Bug 1381992 - Add some reader mode support to the tabs API, r=mixedpuppy 2017-09-08 17:00:27 -04: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
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 1384078: Prevent enter key from closing extension panels. r=Gijs 2017-09-19 16:37:07 -07: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 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
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