..
addons
Bug 1372670 - part 5 - add nsIThreadManager::spinEventLoopUntilEmpty; r=erahm,florian
2017-06-21 12:59:28 -04:00
buffers
Bug 935220: Uplift Add-on SDK to Firefox. r=me
2013-11-05 13:51:58 -08:00
commonjs-test-adapter
…
context-menu
Bug 1334156 - script-generated patch to replace .ownerDocument.defaultView with .ownerGlobal, r=jaws.
2017-01-27 10:51:03 +01:00
event
Bug 1334250 - adapt the no-useless-removeEventListener rule to handle the listener being added and removed with the same variable + some hand fixes, r=jaws.
2017-01-27 10:47:57 +01:00
fixtures
Bug 1369446, fix a typo in add-on SDK, r=garvan
2017-06-01 18:00:11 +01:00
framescript-manager
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
framescript-util
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
leak
Bug 1361578 - Remove SelfSupport, since it is obsoleted by shield-recipe-client. r=Gijs
2017-05-19 10:02:11 -07:00
lib
Bug 1372670 - part 5 - add nsIThreadManager::spinEventLoopUntilEmpty; r=erahm,florian
2017-06-21 12:59:28 -04:00
loader
Bug 1179013: Uplift Add-on SDK. a=me
2015-06-30 15:10:35 -07:00
modules
…
page-mod
Bug 1217072 - Remove for-each from addon-sdk/. r=mossop
2015-10-18 23:32:06 +09:00
path
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
preferences
Bug 1297614 - Refactor and remove dead code in toolkit/components/url-classifier/content r=francois
2017-06-30 13:31:03 -07:00
private-browsing
Bug 1209470 - Remove use of expression closure from Add-on SDK. r=mossop
2015-09-29 20:34:48 +09:00
querystring
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
sidebar
Bug 1334156 - script-generated patch to replace .ownerDocument.defaultView with .ownerGlobal, r=jaws.
2017-01-27 10:51:03 +01:00
tabs
Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian
2017-06-19 11:32:37 +01:00
traits
Bug 1160676: Uplift Add-on SDK to fx-team. a=me
2015-04-24 12:36:06 -07:00
windows
Bug 1299631 - Avoid accessing dead windows in test-firefox-windows.js. r=zer0
2016-09-01 15:28:14 -07:00
zip
bug 1250611 sign the addons used in the jetpack tests r=mossop
2016-02-29 13:06:56 -08:00
fixtures.js
Bug 1102219 - Part 4: Replace `String.prototype.contains` with `String.prototype.includes` in chrome code. r=till
2015-04-30 00:32:05 +09:00
jetpack-package.ini
Bug 1319792 - Move Linux64 mochitest-jetpack to Ubuntu 16.04. r=mossop
2017-01-25 06:16:19 -05:00
test-addon-bootstrap.js
Bug 1321214 - Remove legacy generator from addon-sdk/. r=mossop
2016-12-01 18:04:50 +09:00
test-addon-extras.js
Bug 1314861: Lazily create view for Panels. r=rpl
2017-04-07 18:21:12 -07:00
test-addon-installer.js
Bug 1160676: Uplift Add-on SDK to fx-team. a=me
2015-04-24 12:36:06 -07:00
test-addon-window.js
Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian
2017-06-19 11:32:37 +01:00
test-api-utils.js
Bug 1293305 - Part 1.5: Fix addon-sdk test for for-each to skip if for-each is disabled. r=mossop
2016-11-21 15:03:34 +09:00
test-array.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-base64.js
Bug 1226754 - Enable base64-encoding of long strings. r=jsantell
2016-03-16 15:00:40 +01:00
test-bootstrap.js
Bug 1009334 - Ship the Add-on SDK bootstrap.js file with Firefox r=Mossop
2014-05-20 13:22:41 -07:00
test-browser-events.js
Bug 1209470 - Remove use of expression closure from Add-on SDK. r=mossop
2015-09-29 20:34:48 +09:00
test-buffer.js
Bug 1257877 - Remove UTF-16 support from TextEncoder. r=hsivonen
2016-03-24 19:27:15 +09:00
test-byte-streams.js
Bug 1209470 - Remove use of expression closure from Add-on SDK. r=mossop
2015-09-29 20:34:48 +09:00
test-child_process.js
Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian
2017-06-19 11:32:37 +01:00
test-chrome.js
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
test-clipboard.js
Bug 1275958 - Rewrite SDK 'Get Image' clipboard test to prevent its intermittent failures. r=mossop
2017-03-16 14:23:37 +01:00
test-collection.js
…
test-commonjs-test-adapter.js
…
test-content-events.js
Bug 1309351: Part 2 - Use a shared global sandbox and simple module resolution for built-in modules. r=ochameau
2016-10-14 06:14:10 +01:00
test-content-script.js
Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws.
2017-01-30 08:10:22 +01:00
test-content-sync-worker.js
Bug 1334250 - script-generated patch to avoid removeEventListener calls when a variable is used for the event name, r=jaws.
2017-01-27 10:48:00 +01:00
test-content-worker.js
Bug 1334250 - script-generated patch to avoid removeEventListener calls when a variable is used for the event name, r=jaws.
2017-01-27 10:48:00 +01:00
test-context-menu.html
Bug 1032969 - Uplift Add-on SDK to Firefox r=me
2014-07-02 14:37:05 -07:00
test-context-menu.js
bug 1302854 - disable jetpack/test-context-menu.js subtest for frequent failures. r=kmag
2017-01-29 06:51:43 -05:00
test-context-menu@2.js
Bug 1321214 - Remove legacy generator from addon-sdk/. r=mossop
2016-12-01 18:04:50 +09:00
test-cuddlefish.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-deprecate.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-dev-panel.js
Bug 1245921 - Turn toolbox toolbar into a React component r+miker r=miker
2016-11-18 15:02:21 -06:00
test-diffpatcher.js
Bug 956129 - Uplift Addon SDK to Firefox
2014-01-09 20:21:33 -08:00
test-dispatcher.js
Bug 1160676: Uplift Add-on SDK to fx-team. a=me
2015-04-24 12:36:06 -07:00
test-disposable.js
Bug 1250469 - Reduce number of ObserverService observers subscribed by the SDK Disposable class. r=gabor
2016-05-19 17:18:18 +02:00
test-dom.js
…
test-environment.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-event-core.js
Bug 1321214 - Remove legacy generator from addon-sdk/. r=mossop
2016-12-01 18:04:50 +09:00
test-event-dom.js
Bug 1321214 - Remove legacy generator from addon-sdk/. r=mossop
2016-12-01 18:04:50 +09:00
test-event-target.js
Bug 1083327: Uplift Add-on SDK.
2014-11-05 16:52:46 -08:00
test-event-utils.js
Bug 1209470 - Remove use of expression closure from Add-on SDK. r=mossop
2015-09-29 20:34:48 +09:00
test-file.js
Bug 1220565 - Remove non-standard comprehension from addon-sdk/. r=mossop
2015-11-04 01:13:15 +05:30
test-frame-utils.js
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
test-framescript-manager.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-framescript-util.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-fs.js
Bug 1263077 - Stop using parseInt in the Add-on SDK when specifying octal numbers now that JS has the new octal notation. r=dietrich
2016-03-22 13:21:15 +00:00
test-functional.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-globals.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-heritage.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-hidden-frame.js
Bug 1331081
- script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
2017-01-17 11:50:25 +01:00
test-host-events.js
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
test-hotkeys.js
Bug 1179013: Uplift Add-on SDK. a=me
2015-06-30 15:10:35 -07:00
test-httpd.js
Bug 1075429 - Uplift Add-on SDK to Firefox
2014-10-02 19:41:36 +01:00
test-indexed-db.js
Bug 1179013: Uplift Add-on SDK. a=me
2015-06-30 15:10:35 -07:00
test-jetpack-id.js
Bug 1160676: Uplift Add-on SDK to fx-team. a=me
2015-04-24 12:36:06 -07:00
test-keyboard-observer.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-keyboard-utils.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-l10n-locale.js
Bug 1373061 - Fallback on en-US in sdk/l10n.get. r=Pike
2017-07-07 11:32:53 -07:00
test-l10n-plural-rules.js
Bug 1040336 - Uplift Add-on SDK to Firefox r=me
2014-07-17 13:54:21 -07:00
test-lang-type.js
Bug 1148200 - Move isJSONable to sdk/lang/type. r=Mossop
2016-03-09 16:37:34 +01:00
test-libxul.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-list.js
Bug 1045115 - Uplift Add-on SDK to Firefox r=me
2014-07-29 17:14:18 -07:00
test-loader.js
Bug 1314861: Pre-compute path mapping function to save on runtime lookups. r=ochameau
2017-04-13 15:40:09 -07:00
test-match-pattern.js
Bug 1209470 - Remove use of expression closure from Add-on SDK. r=mossop
2015-09-29 20:34:48 +09:00
test-method.js
…
test-module.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-modules.js
Bug 923719: Uplift Addon SDK to Firefox. r=me
2013-10-04 16:48:52 -07:00
test-mozilla-toolkit-versioning.js
Bug 1160676: Uplift Add-on SDK to fx-team. a=me
2015-04-24 12:36:06 -07:00
test-mpl2-license-header.js
Bug 1179013: Uplift Add-on SDK. a=me
2015-06-30 15:10:35 -07:00
test-namespace.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-native-loader.js
Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian
2017-06-19 11:32:37 +01:00
test-native-options.js
Bug 1139189: Uplift the Add-on SDK to Firefox a=me
2015-03-11 22:19:48 -07:00
test-net-url.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-node-os.js
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
test-notifications.js
Bug 1160676: Uplift Add-on SDK to fx-team. a=me
2015-04-24 12:36:06 -07:00
test-object.js
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
test-observers.js
Bug 1131923 - Uplift Add-on SDK to Firefox a=me
2015-02-18 09:14:14 -08:00
test-page-mod-debug.js
Bug 1359085 - remove unused devtools util content-globals.js;r=ochameau
2017-04-25 16:53:54 +02:00
test-page-mod.js
Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws.
2017-01-30 08:10:22 +01:00
test-page-worker.js
Bug 1129662: sdk/page-worker should use a remote page. r=krizsa
2015-10-16 13:22:28 -07:00
test-panel.js
Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian
2017-06-19 11:32:37 +01:00
test-passwords-utils.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-passwords.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-path.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-plain-text-console.js
Bug 1209470 - Remove use of expression closure from Add-on SDK. r=mossop
2015-09-29 20:34:48 +09:00
test-preferences-service.js
Bug 1134759 - Uplift the Add-on SDK to Firefox a=me
2015-02-25 18:53:25 -08:00
test-preferences-target.js
Bug 923719: Uplift Addon SDK to Firefox. r=me
2013-10-04 16:48:52 -07:00
test-private-browsing.js
Backed out changeset 8bacae951c0c (bug 1246725)
2016-02-19 15:55:24 +01:00
test-promise.js
Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian
2017-06-19 11:32:37 +01:00
test-querystring.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-reference.js
Bug 988743 - Uplift Add-on SDK to Firefox
2014-03-27 03:23:12 -07:00
test-request.js
Bug 1160676: Uplift Add-on SDK to fx-team. a=me
2015-04-24 12:36:06 -07:00
test-require.js
Bug 1139189: Uplift the Add-on SDK to Firefox a=me
2015-03-11 22:19:48 -07:00
test-rules.js
Bug 1209470 - Remove use of expression closure from Add-on SDK. r=mossop
2015-09-29 20:34:48 +09:00
test-sandbox.js
Bug 1226868: Fix test metadata to correctly check things and verify that it has done so afterwards. r=bz
2015-11-23 10:36:40 -08:00
test-selection.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-self.js
Bug 1160676: Uplift Add-on SDK to fx-team. a=me
2015-04-24 12:36:06 -07:00
test-sequence.js
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
test-set-exports.js
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
test-shared-require.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-simple-prefs.js
Bug 1192281: Uplift Add-on SDK to fx-team. a=me
2015-09-04 14:49:04 -07:00
test-simple-storage.js
Bug 1219712: Fix syntax error in test. r=kwierso
2015-11-10 09:15:10 -08:00
test-system-events.js
Bug 1314861: Lazily create view for Panels. r=rpl
2017-04-07 18:21:12 -07:00
test-system-input-output.js
Bug 1356569 - Remove some more newURI null trailing parameters, r=jaws.
2017-04-14 21:51:40 +02:00
test-system-runtime.js
Bug 1139189: Uplift the Add-on SDK to Firefox a=me
2015-03-11 22:19:48 -07:00
test-system-startup.js
Bug 1042239 creating a promise which resolves when the system has started r=Mossop
2014-08-09 00:01:23 -07:00
test-system.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-tab-events.js
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
test-tab-observer.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-tab-utils.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-tab.js
Bug 1149162 - Remove CPOW shim usage in SDK test-tab test related to tab.readyState. r=Mossop
2016-08-29 20:03:42 +02:00
test-tabs-common.js
Bug 1195295 - Remove race-y SDK test that relied on slow content-sessionStore.js load. r=Mossop
2015-12-10 17:35:45 -05:00
test-tabs.js
…
test-test-addon-file.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-test-assert.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-test-loader.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-test-memory.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-test-utils-async.js
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
test-test-utils-generator.js
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
test-test-utils-sync.js
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
test-test-utils.js
Bug 1179013: Uplift Add-on SDK. a=me
2015-06-30 15:10:35 -07:00
test-text-streams.js
Bug 1209470 - Remove use of expression closure from Add-on SDK. r=mossop
2015-09-29 20:34:48 +09:00
test-timer.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-traceback.js
Bug 1329182 - remove trailing newURI null parameters in the rest of the tree, r=jaws.
2017-01-09 20:27:26 +01:00
test-ui-action-button.js
Bug 1372309 - make test-ui-action-button turn off photon and make it work on hidpi devices, r=aswan
2017-06-14 11:47:28 +01:00
test-ui-frame.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-ui-id.js
Bug 923719: Uplift Addon SDK to Firefox. r=me
2013-10-04 16:48:52 -07:00
test-ui-sidebar-private-browsing.js
Bug 1035329 - Uplift Add-on SDK to Firefox r=me
2014-07-07 19:37:56 -07:00
test-ui-sidebar.js
Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
2017-05-16 10:31:00 -07:00
test-ui-toggle-button.js
Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian
2017-06-19 11:32:37 +01:00
test-ui-toolbar.js
Bug 1026614 - SDK ui/toolbar not working in permanent private browsing. r=rpl
2016-03-17 16:46:53 -04:00
test-unit-test-finder.js
Bug 1192281: Uplift Add-on SDK to fx-team. a=me
2015-09-04 14:49:04 -07:00
test-unit-test.js
Bug 1209470 - Remove use of expression closure from Add-on SDK. r=mossop
2015-09-29 20:34:48 +09:00
test-unload.js
Bug 1160676: Uplift Add-on SDK to fx-team. a=me
2015-04-24 12:36:06 -07:00
test-unsupported-skip.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-uri-resource.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-url.js
Bug 1285170 - Remove app:// protocol r=valentin
2016-03-16 17:11:12 +01:00
test-uuid.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-weak-set.js
Bug 774744 - Clarify the parameter name or role of the value in some NOT_NONNULL_OBJECT error. r=jwalden
2017-03-07 19:54:23 +09:00
test-window-events.js
…
test-window-observer.js
…
test-window-utils-private-browsing.js
Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian
2017-06-19 11:32:37 +01:00
test-window-utils.js
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
test-window-utils2.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-windows-common.js
Bug 1179013: Uplift Add-on SDK. a=me
2015-06-30 15:10:35 -07:00
test-windows.js
Bug 1114752 - Uplift Add-on SDK to Firefox a=me
2015-02-03 09:51:16 -08:00
test-xhr.js
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
test-xpcom.js
backout of f9abb9c83452 (bug 1319111) for crashes, r=bz
2017-05-13 13:55:11 +02:00
test-xul-app.js
Bug 1179013: Uplift Add-on SDK. a=me
2015-06-30 15:10:35 -07:00
util.js
Bug 1196975 - part2: shimwaiver applications. r=mossop
2015-10-09 06:00:00 +02:00