fune/toolkit/components/extensions
Kris Maglione 2ad60b1f3d Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy
MozReview-Commit-ID: 2ljMgRTIi5r

--HG--
rename : toolkit/components/extensions/test/mochitest/test_ext_contentscript.html => toolkit/components/extensions/test/xpcshell/test_ext_contentscript.js
rename : toolkit/components/extensions/test/mochitest/test_ext_i18n.html => toolkit/components/extensions/test/xpcshell/test_ext_i18n.js
rename : toolkit/components/extensions/test/mochitest/test_ext_i18n_css.html => toolkit/components/extensions/test/xpcshell/test_ext_i18n_css.js
extra : rebase_source : adfe7c0d88a674076f37a8faf6dedf7400f316f0
2017-03-06 17:15:40 -08:00
..
schemas Backed out changeset 488acde695af (bug 1295807) for formatting failure in extensions-toolkit.manifest and eslint failure. r=backout 2017-03-05 20:18:41 +01:00
test Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy 2017-03-06 17:15:40 -08:00
.eslintrc.js Bug 1260548: Part 1 - Factor out the common functionality of the tabs API. r=aswan 2017-01-30 22:44:16 -08:00
ext-alarms.js Backed out 3 changesets (bug 1203330) for failures in test_delay_update_webextension.js 2017-01-26 19:13:11 -08:00
ext-backgroundPage.js Bug 1291737 - Added a new helper to create windowless extension pages. r=kmag 2017-01-18 15:14:53 +01:00
ext-browser-content.js Bug 1317101 - Part 7e: Load extension options pages in a remote browser. r=aswan 2016-11-16 13:24:08 -08:00
ext-c-backgroundPage.js Bug 1319452: Part 2 - Don't expose extension views that the caller cannot access. r=billm 2016-11-22 12:31:37 -08:00
ext-c-extension.js Bug 1319452: Part 2 - Don't expose extension views that the caller cannot access. r=billm 2016-11-22 12:31:37 -08:00
ext-c-identity.js Bug 1305421 - Implement chrome.identity, r=kmag 2016-11-14 13:02:02 -08:00
ext-c-runtime.js Backed out changeset 488acde695af (bug 1295807) for formatting failure in extensions-toolkit.manifest and eslint failure. r=backout 2017-03-05 20:18:41 +01:00
ext-c-storage.js
ext-c-test.js Bug 1203330 Part 1 Fix SingletonEventManager r=kmag 2017-01-26 20:00:33 -08:00
ext-contextualIdentities.js Bug 1337964 - SiteDataManager should check correctly if a cookie belongs to a private identity or not, r=aryx, r=gijs 2017-02-15 13:12:52 +01:00
ext-cookies.js Bug 1337964 - SiteDataManager should check correctly if a cookie belongs to a private identity or not, r=aryx, r=gijs 2017-02-15 13:12:52 +01:00
ext-downloads.js Bug 1203330 Part 1 Fix SingletonEventManager r=kmag 2017-01-26 20:00:33 -08:00
ext-extension.js
ext-geolocation.js Bug 1203233 implement geolocation permission, r=aswan,florian 2017-02-04 16:10:50 -08:00
ext-i18n.js
ext-idle.js Bug 1203330 Part 1 Fix SingletonEventManager r=kmag 2017-01-26 20:00:33 -08:00
ext-management.js
ext-notifications.js Backed out 3 changesets (bug 1203330) for failures in test_delay_update_webextension.js 2017-01-26 19:13:11 -08:00
ext-privacy.js Bug 1341277 - Part 3: Update ext-privacy.js to support disabling and re-enabling settings. r=aswan 2017-02-23 09:45:37 -05:00
ext-protocolHandlers.js Bug 1310427 support protocol handlers, r=kmag 2017-02-24 11:20:20 -08:00
ext-runtime.js Bug 1203330 Part 1 Fix SingletonEventManager r=kmag 2017-01-26 20:00:33 -08:00
ext-storage.js Backed out 3 changesets (bug 1203330) for failures in test_delay_update_webextension.js 2017-01-26 19:13:11 -08:00
ext-theme.js Bug 1343280 - Remove debug logStringMessage call from ext-theme.js. r=mikedeboer 2017-03-03 10:12:27 -05:00
ext-topSites.js
ext-webNavigation.js Bug 1305528 - Remove ignoreEvent from API events for which it is inappropriate: remove unused ignoreEvent from ext-webNavigation.js. r=eslint-fix 2017-03-05 16:49:16 +01:00
ext-webRequest.js Bug 1311815 - Check host permissions for webRequest listeners r=kmag 2017-02-16 14:56:35 +01:00
Extension.jsm Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy 2017-03-06 17:15:40 -08:00
ExtensionAPI.jsm Bug 1338409: Part 1 - Lazily parse the schema data for each namespace as it is needed. r=aswan 2017-02-10 21:06:55 -08:00
ExtensionChild.jsm Backed out changeset 488acde695af (bug 1295807) for formatting failure in extensions-toolkit.manifest and eslint failure. r=backout 2017-03-05 20:18:41 +01:00
ExtensionCommon.jsm Backed out changeset 488acde695af (bug 1295807) for formatting failure in extensions-toolkit.manifest and eslint failure. r=backout 2017-03-05 20:18:41 +01:00
ExtensionContent.jsm Bug 1314361 - Part 4: Stop setting addonId origin attribute. r=billm 2016-11-04 18:22:45 -07:00
ExtensionManagement.jsm Bug 1308640 bypass TP when addon has explicit permission to url, r=bz,kmag,mrbkap 2017-02-09 21:08:06 -08:00
ExtensionParent.jsm Bug 1340739 sidebar window is not the browser window, r=kmag 2017-02-21 16:16:21 -08:00
ExtensionPreferencesManager.jsm Bug 1341277 - Part 2: Update ExtensionPreferencesManager to support disabled settings. r=aswan 2017-02-22 14:27:33 -05:00
extensions-toolkit.manifest Backed out changeset 3ae228897932 (bug 1295807) 2017-03-05 20:17:42 +01:00
ExtensionSettingsStore.jsm Bug 1341277 - Part 1: Update ExtensionSettingsStore to support disabled settings. r=aswan 2017-02-22 11:35:10 -05:00
ExtensionStorage.jsm Bug 1320181 - Storage sanitizer should return an empty object belonging to the correct scope. r=kmag 2016-11-28 20:11:06 +01:00
ExtensionStorageSync.jsm Bug 1328974: Record metrics for chrome.storage.sync usage, r=bsmedberg,kmag 2017-01-17 13:25:02 -05:00
ExtensionTabs.jsm Bug 1336308: Part 4 - Rename tab variables that refer to native tabs to avoid confusion. r=aswan 2017-02-03 12:57:43 -08:00
ExtensionTestCommon.jsm Bug 1343583 - Adapt test framework to function toString revision r=aswan 2017-03-02 20:38:25 +01:00
ExtensionUtils.jsm Bug 1344616: Support running content script tests in xpcshell. r=mixedpuppy 2017-03-06 13:09:40 -08:00
ExtensionXPCShellUtils.jsm Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy 2017-03-06 17:15:40 -08:00
jar.mn Backed out changeset 3ae228897932 (bug 1295807) 2017-03-05 20:17:42 +01:00
LegacyExtensionsUtils.jsm Bug 1258360: Implement onMessageExternal and onConnectExternal. r=mixedpuppy 2017-02-11 13:28:18 -08:00
MessageChannel.jsm Backed out changeset 488acde695af (bug 1295807) for formatting failure in extensions-toolkit.manifest and eslint failure. r=backout 2017-03-05 20:18:41 +01:00
moz.build Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy 2017-03-06 17:15:40 -08:00
NativeMessaging.jsm Bug 1316396: Part 1 - Reorganize parent, child, common, and test code into more appropriate modules. r=aswan 2016-11-10 12:35:22 -08:00
Schemas.jsm Bug 1312802 - Implement chrome.privacy API, r=aswan 2017-02-15 17:32:24 -05:00