fune/browser/components/extensions
Wouter Verhelst 81a56d6525 Bug 1357391 - Implement a PKCS#11 management API r=kmag,zombie
This WebExtensions API allows to install, remove, and query installed
PKCS#11 modules as well as to query the the status of available PKCS#11
"slots" for a given module.

Reuses the native application manifests from the "Native Messaging" API,
but using the "pkcs11" type rather than the "stdio" type.

All calls expect an application name, which is not the PKCS#11 friendly
name (the "description" field in the manifest file is used for that) but
instead the application name in the manifest file.

MozReview-Commit-ID: 8dHr5QfEaXv

--HG--
extra : rebase_source : 196ff66a8987be1b21463b725a2e207396e5eb0a
2017-08-22 17:59:38 +02:00
..
schemas Bug 1357391 - Implement a PKCS#11 management API r=kmag,zombie 2017-08-22 17:59:38 +02:00
test Bug 1357391 - Implement a PKCS#11 management API r=kmag,zombie 2017-08-22 17:59:38 +02:00
.eslintrc.js
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 1357391 - Implement a PKCS#11 management API r=kmag,zombie 2017-08-22 17:59:38 +02:00
ext-browserAction.js Bug 1401991 - Ensure that we don't hide panelviews that are already reparented to another multi-view and ensure to hide other panels consistently. r=Gijs 2017-09-29 13:51:51 +02: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
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
ext-c-omnibox.js
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
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
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
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-pkcs11.js Bug 1357391 - Implement a PKCS#11 management API r=kmag,zombie 2017-08-22 17:59:38 +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
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
extension-win-panel.css
extension.css
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 1357391 - Implement a PKCS#11 management API r=kmag,zombie 2017-08-22 17:59:38 +02:00
moz.build
ParseBreakpadSymbols-worker.js
ParseCppFiltSymbols-worker.js
ParseNMSymbols-worker.js
ParseSymbols.jsm