| .. |
|
schemas
|
Backed out changeset c49af70f1a94 (bug 1378882) for eslint failures in ext-chrome-settings-overrides.js a=backout CLOSED TREE
|
2017-07-18 22:44:06 -07:00 |
|
test
|
Merge m-c to autoland. a=merge
|
2017-07-21 09:42:41 -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 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag
|
2017-06-09 13:49:07 -07:00 |
|
ext-browser.js
|
Bug 1330494 - Part 2: Use the ExtensionsSettingsStore to handle precedence for extensions using chrome_url_overrides, r=aswan
|
2017-06-28 13:11:19 -07:00 |
|
ext-browserAction.js
|
Bug 1354086 - switch overflow panel to using a photonpanelmultiview, allowing webextension views to specify their own size, r=mikedeboer
|
2017-07-19 21:23:46 +01:00 |
|
ext-browsingData.js
|
Bug 1376991 - Extend browsingData to restrict removing cookies to a give list of hostnames; r=mixedpuppy
|
2017-06-30 09:11:18 -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 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag
|
2017-06-09 13:49:07 -07: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 c49af70f1a94 (bug 1378882) for eslint failures in ext-chrome-settings-overrides.js a=backout CLOSED TREE
|
2017-07-18 22:44:06 -07:00 |
|
ext-commands.js
|
Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag
|
2017-06-09 13:49:07 -07:00 |
|
ext-devtools-inspectedWindow.js
|
Bug 1368189: Move more code out of ExtensionUtils.jsm. r=mixedpuppy
|
2017-05-26 15:44:41 -07: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 1341304 - Implement devtools.panels.elements.onSelectionChanged. r=aswan
|
2017-06-01 20:06:53 +02:00 |
|
ext-devtools.js
|
Bug 1367425 - Use DevToolsShim in webextensions codebase;r=mixedpuppy
|
2017-05-26 15:48:15 +02:00 |
|
ext-geckoProfiler.js
|
Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag
|
2017-06-09 13:49:07 -07:00 |
|
ext-history.js
|
Bug 1382501: Don't use NetUtil to parse URIs. r=trivial
|
2017-07-19 18:26:41 -07:00 |
|
ext-menus.js
|
Bug 1382501: Don't use NetUtil to parse URIs. r=trivial
|
2017-07-19 18:26:41 -07: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 1369577 Part 2 Propagate isHandlingUserInput for browserAction, pageAction, and menus r=kmag
|
2017-06-15 12:48:40 -07:00 |
|
ext-sessions.js
|
Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag
|
2017-06-09 13:49:07 -07:00 |
|
ext-sidebarAction.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-tabs.js
|
Bug 1269300 Patch 5;r=mixedpuppy
|
2017-07-13 18:34:29 +01:00 |
|
ext-url-overrides.js
|
Bug 1330494 - Part 2: Use the ExtensionsSettingsStore to handle precedence for extensions using chrome_url_overrides, r=aswan
|
2017-06-28 13:11:19 -07:00 |
|
ext-utils.js
|
Bug 1348911 - Add lastAccessed to tabs.Tab; r=mixedpuppy,zombie
|
2017-07-07 20:17:23 -04:00 |
|
ext-windows.js
|
Bug 1333376 - Support reading the title and setting the title preface of a Window object, r=aswan
|
2017-07-05 16:53:10 -04: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 1354086 - switch overflow panel to using a photonpanelmultiview, allowing webextension views to specify their own size, r=mikedeboer
|
2017-07-19 21:23:46 +01:00 |
|
extensions-browser.manifest
|
Bug 1333403 - Part 2: Implement browser.menus as alias for contextMenus r=kmag
|
2017-06-10 16:43:20 +02:00 |
|
jar.mn
|
Bug 1333403 - Part 2: Implement browser.menus as alias for contextMenus r=kmag
|
2017-06-10 16:43:20 +02:00 |
|
moz.build
|
Backed out changeset e017440a55a8 (bug 1357490)
|
2017-07-08 11:30:47 +02:00 |
|
ParseSymbols-worker.js
|
Bug 1365412 - Clean up various ESLint global definitions in browser/. r=mossop
|
2017-05-16 22:22:42 +01:00 |
|
ParseSymbols.jsm
|
|
|