Peter Van der Beken
514ddf0720
Bug 1027734 - Convert mozPay to WebIDL. r=bzbarsky.
2016-01-26 18:38:03 +01:00
Kris Maglione
aaa7c2d387
Bug 1225715: Part 5 - Add schema for extension manifests. r=billm
...
This currently forbids unknown top-level schema properties, and unknown
permissions. In the future, I'd like to make those warnings rather than
errors, for compatibility purposes, but I think errors are fine for now.
2016-01-30 10:27:02 -08:00
Tom Schuster
56816cb5c8
Bug 989426 - Use new Proxy instead of Proxy.create in SpecialPowers. r=bholley
2016-01-28 19:38:50 +01:00
Andrew McCreight
095ee4e38e
Bug 1226291 - Add SpecialPowers API for importing a jsm into the main process. r=jmaher
2015-11-25 12:34:08 -08:00
Jan Varga
ea0cabfec0
Bug 961049 - Part 4: QuotaManager on PBackground core changes; r=baku
2015-11-22 10:43:55 +01:00
Wes Kocher
508f2256e5
Backed out changeset 7fd167583034 (bug 1226291) for android m(16) failures CLOSED TREE
2015-11-20 12:00:13 -08:00
Andrew McCreight
98362f662f
Bug 1226291 - Add SpecialPowers API for importing a jsm into the main process. r=jmaher
2015-11-20 09:18:22 -08:00
Andrew Halberstadt
21a1942ba7
Bug 1219442 - Re-write specialpowers as a restartless addon, r=jmaher
...
In order to meet the addon signing requirement for tests, specialpowers
needs to be installed at gecko runtime. This means it must be restartless.
This patch packages specialpowers as a restartless addon, but it does not
yet install it at runtime.
2015-11-05 10:00:59 -05:00
Bill McCloskey
05bcca84b4
Bug 1208874 - [webext] Generate an extension-specific UUID (r=kmag)
2015-11-12 08:19:45 -08:00
Nicholas Nethercote
0b41983875
Bug 1059014 (part 1) - Remove support for max line box width. r=dbaron.
...
This basically reverts bug 780258.
2015-11-04 20:25:01 -08:00
dlee
08aaf1510c
Bug 1214593 - Remove service worker periodic updater. r=ehsan
2015-11-02 16:08:44 +08:00
Yoshi Huang
d563322200
Bug 1196665 - Add originAttributes into SpecialPowers. r=bholley
...
From 7bb0fbba24f4f65d3fa83efe223b1431cd71fdb6 Mon Sep 17 00:00:00 2001
---
dom/apps/tests/test_third_party_homescreen.html | 8 +-
.../test/test_messagemanager_assertpermission.html | 4 +-
dom/base/test/test_messagemanager_targetchain.html | 16 +--
...rowserElement_AllowEmbedAppsInNestedOOIframe.js | 11 +-
.../mochitest/browserElement_CopyPaste.js | 9 +-
.../browserElement_DisallowEmbedAppsInOOP.js | 9 +-
.../mochitest/browserElement_Proxy.js | 10 +-
.../browserElement_SetInputMethodActive.js | 3 +-
.../mochitest/browserElement_SetVisibleFrames.js | 17 ++--
.../mochitest/browserElement_SetVisibleFrames2.js | 16 +--
.../priority/test_ExpectingSystemMessage2.html | 16 +--
.../mochitest/priority/test_NestedFrames.html | 16 +--
dom/cache/test/mochitest/driver.js | 11 +-
.../test/mochitest/test_cache_orphaned_body.html | 33 +-----
.../test/mochitest/test_cache_orphaned_cache.html | 33 +-----
dom/cache/test/mochitest/test_cache_restart.html | 11 +-
dom/cache/test/mochitest/test_cache_shrink.html | 33 +-----
dom/indexedDB/test/file.js | 12 +--
dom/indexedDB/test/helpers.js | 9 +-
dom/indexedDB/test/webapp_clearBrowserData.js | 6 +-
dom/inputmethod/mochitest/test_bug1043828.html | 5 +-
dom/inputmethod/mochitest/test_bug944397.html | 5 +-
.../mochitest/test_focus_blur_manage_events.html | 5 +-
.../mochitest/test_input_registry_events.html | 5 +-
.../mochitest/test_simple_manage_events.html | 5 +-
.../tests/test_permission_for_nested_oop_app.html | 3 +-
.../tests/test_permission_for_two_oop_apps.html | 3 +-
dom/ipc/tests/test_permission_helper.js | 21 ++--
.../test_permission_when_oop_app_crashes.html | 3 +-
dom/tv/test/mochitest/head.js | 5 +-
.../test_SpecialPowersPushAppPermissions.html | 14 ++-
.../tests/Harness_sanity/test_bug816847.html | 6 +-
.../components/SpecialPowersObserver.js | 4 +-
.../content/SpecialPowersObserverAPI.js | 24 +----
testing/specialpowers/content/specialpowersAPI.js | 111 ++++++++-------------
35 files changed, 173 insertions(+), 329 deletions(-)
2015-10-07 14:35:43 +08:00
Yoshi Huang
cb2176d7db
Backout e54c3b878993
2015-10-27 15:49:11 +08:00
Yoshi Huang
1c86cab3dd
Bug 1196665 - Add originAttributes into SpecialPowers. r=bholley
2015-10-07 14:35:43 +08:00
Ehsan Akhgari
438907bab9
Bug 1213151 - Part 2: Use SpecialPowers.cleanUpSTSData() in a few tests; r=jdm
2015-10-09 10:56:19 -04:00
Ehsan Akhgari
d913217d08
Bug 1213151 - Part 1: Add a SpecialPowers API for cleaning up the STS data that works in both e10s and non-e10s modes; r=jdm
2015-10-09 10:56:17 -04:00
Tooru Fujisawa
c657834819
Bug 1207499 - Part 10: Remove use of expression closure from testing/. r=jmaher
2015-09-23 18:42:19 +09:00
Bill McCloskey
ff77125470
Bug 1197475 - [webext] Add test for browser.storage.local, fix a few bugs in it (r=gabor)
2015-09-23 17:18:30 -07:00
Bill McCloskey
70ffec68ff
Bug 1190662 - [webext] Browser action popup HTML should be reloaded each time popup is opened (r=gabor)
2015-09-23 17:18:26 -07:00
Phil Ringnalda
aaf72d29b9
Backed out 12 changesets (bug 1202482, bug 1202483, bug 1202481, bug 1202486, bug 1202479, bug 1202478, bug 1197475, bug 1203331, bug 1139860, bug 1202501, bug 1199473, bug 1190662) for Mulet mochitest-5 timeouts
...
CLOSED TREE
Backed out changeset 6503123e95dd (bug 1139860)
Backed out changeset b83bc163064d (bug 1203331)
Backed out changeset 2f501bd57cd2 (bug 1202481)
Backed out changeset 37e6ac7beb42 (bug 1202486)
Backed out changeset f9b6e99e620e (bug 1202483)
Backed out changeset 466af9f9baee (bug 1202482)
Backed out changeset 6be690e265a2 (bug 1202479)
Backed out changeset 57ff88bfccf4 (bug 1197475)
Backed out changeset 7e8c04ff6049 (bug 1202478)
Backed out changeset 525227997274 (bug 1202501)
Backed out changeset da317cdb79d3 (bug 1199473)
Backed out changeset 73b8ddd6dac9 (bug 1190662)
2015-09-22 19:29:51 -07:00
Bill McCloskey
28e66b14dc
Bug 1197475 - [webext] Add test for browser.storage.local, fix a few bugs in it (r=gabor)
2015-09-22 16:09:21 -07:00
Bill McCloskey
e15f883a0d
Bug 1190662 - [webext] Browser action popup HTML should be reloaded each time popup is opened (r=gabor)
2015-09-22 16:09:20 -07:00
Bill McCloskey
69388b1d70
Bug 1199800 - [webext] Allow extensions to be generated from JSON (r=gabor)
2015-09-04 09:45:01 -07:00
Bill McCloskey
084153482b
Bug 1199800 - [webext] Allow extensions to be used from chrome tests (r=gabor)
2015-09-04 09:45:00 -07:00
Bill McCloskey
0f310ec0ca
Bug 1199800 - [webext] More refactoring of SpecialPowers to support chrome tests (r=gabor)
2015-09-04 09:45:00 -07:00
Carsten "Tomcat" Book
ebb221ac2d
Backed out 11 changesets (bug 1201377, bug 1199800, bug 1197437, bug 1199832, bug 1199698, bug 1199842) for breaking browser_ext_tabs_executeScript.js test on a CLOSED TREE
...
Backed out changeset 8d8d73d3c3e1 (bug 1201377)
Backed out changeset 4ed8951e3f54 (bug 1199842)
Backed out changeset 5830178bc008 (bug 1199832)
Backed out changeset 4445c570fe49 (bug 1199698)
Backed out changeset 35fc1e25d167 (bug 1199800)
Backed out changeset 54c4c3bd2454 (bug 1199800)
Backed out changeset bd3112ce6b9b (bug 1199800)
Backed out changeset 701e56e18ca7 (bug 1199800)
Backed out changeset 4407d50a7995 (bug 1199800)
Backed out changeset af2fbe345712 (bug 1199800)
Backed out changeset 0a41d20fcf77 (bug 1197437)
2015-09-04 09:59:34 +02:00
Bill McCloskey
d77e121881
Bug 1199800 - [webext] Allow extensions to be generated from JSON (r=gabor)
2015-09-03 20:59:03 -07:00
Bill McCloskey
f4cc638b45
Bug 1199800 - [webext] Allow extensions to be used from chrome tests (r=gabor)
2015-09-03 20:59:02 -07:00
Bill McCloskey
e26678da25
Bug 1199800 - [webext] More refactoring of SpecialPowers to support chrome tests (r=gabor)
2015-09-03 20:59:01 -07:00
Bill McCloskey
bb5e250df8
Bug 1197507 - [webext] Allow Mochitests to load WebExtensions via special powers (r=gabor)
2015-08-25 15:14:10 -07:00
Xidorn Quan
78af55b64d
Bug 1160017 part 1 - Remove fullscreen permission code from nsDocument. r=smaug
2015-07-21 20:50:20 +10:00
Michael Layzell
1fb193d5ce
Bug 1173523 - Part 13: Update SpecialPowers to use new API for nsIPermission, r=jmaher
2015-07-16 14:49:45 -04:00
Wes Kocher
c06754ff70
Backed out 24 changesets (bug 1173523, bug 1172080, bug 817007, bug 1165263) for android reftest bustage CLOSED TREE
...
Backed out changeset 84fe04b2e7d1 (bug 1172080)
Backed out changeset 0ff004760a1f (bug 1172080)
Backed out changeset af147585ad55 (bug 1165263)
Backed out changeset c3af8ebb6db0 (bug 1165263)
Backed out changeset cd3f33a888fe (bug 1165263)
Backed out changeset e5db39044a1e (bug 1165263)
Backed out changeset c01c9ed77061 (bug 1165263)
Backed out changeset fb723aaa4267 (bug 1165263)
Backed out changeset f754e52e74dc (bug 1165263)
Backed out changeset c6bda3a0afd6 (bug 817007)
Backed out changeset bfa100253349 (bug 817007)
Backed out changeset b787b3f9aadc (bug 1173523)
Backed out changeset 4a0676b73f77 (bug 1173523)
Backed out changeset 82034a4560c5 (bug 1173523)
Backed out changeset 4bdb91114c7a (bug 1173523)
Backed out changeset 72406261eccc (bug 1173523)
Backed out changeset 541b6faf7196 (bug 1173523)
Backed out changeset 1caac4569616 (bug 1173523)
Backed out changeset 0d4f9f9e1b4e (bug 1173523)
Backed out changeset 2d5661eb966c (bug 1173523)
Backed out changeset 89833c0bb0cd (bug 1173523)
Backed out changeset ea64d70eacfe (bug 1173523)
Backed out changeset a8e4f1c0c445 (bug 1173523)
Backed out changeset cf498d466b85 (bug 1173523)
2015-07-14 14:00:32 -07:00
Michael Layzell
357c706e7a
Bug 1173523 - Part 13: Update SpecialPowers to use new API for nsIPermission, r=jmaher
2015-07-14 15:06:29 -04:00
chunminchang
a9f69be393
Bug 1141415 - add expire setting of permission to SpecialPowers. r=jmaher
2015-06-12 18:01:00 +02:00
Wes Kocher
110ce4497c
Backed out changeset 020ac30e270a (bug 1141415) for windows mochitest bustage
2015-05-27 14:45:35 -07:00
chunminchang
070caf25e5
Bug 1141415 - Add expire setting of permission to SpecialPowers. r=jmaher
2015-05-27 10:44:52 +08:00
chunminchang
15e9c22777
Bug 1149868 - Move permissionObserver to SpecialPowersObserver to listen all perm-changed signals. r=jmaher
2015-05-24 18:49:00 -04:00
Birunthan Mohanathas
9fc4e3cee2
Bug 1166840 - Merge SpecialPowers.{copyString,clipboardCopyString}. r=ehsan
2015-05-21 21:50:04 +01:00
Birunthan Mohanathas
fe337d7c5e
Bug 1166840 - Remove unused document argument in uses of nsIClipboardHelper.copyString. r=ehsan
2015-05-21 21:49:30 +01:00
Ben Kelly
50866fae8b
Bug 1165395 Test Cache API after QuotaManager reset. r=janv
2015-05-19 17:47:16 -07:00
Ryan VanderMeulen
599c538000
Backed out changeset f7054968c36b (bug 1165395) for B2G debug crashes.
...
CLOSED TREE
2015-05-19 11:42:01 -04:00
Ben Kelly
973416a6fb
Bug 1165395 Test Cache API after QuotaManager reset. r=janv
2015-05-19 06:50:20 -07:00
Alexandre Lissy
3101b58c81
Bug 1159128 - Only save valid app notifications. r=mhenretty
2015-05-14 10:59:00 +02:00
Nikhil Marathe
799edd5e49
Bug 1080109 - Clear ServiceWorkers when clearing history or forgetting about site. r=baku,ehsan
2015-03-05 17:37:49 -08:00
Boris Zbarsky
83864e6984
Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles
2015-04-30 14:25:03 -04:00
Ehsan Akhgari
a845becb34
Bug 1112469 - Part 5: Actually test the code path that handles the idle-daily message; r=nsm
...
This is much better than testing just the
nsIServiceWorkerManager::UpdateAllRegistrations API.
2015-04-17 14:06:18 -04:00
Boris Zbarsky
ad260b73c0
Bug 1141510. Fix our detection of File in the global in specialpowersAPI.js to actually check the global. r=bholley
2015-03-10 14:56:13 -04:00
Jason Orendorff
c9cc21f96d
Bug 1130576 - Rename JSPropertyOp -> JSGetterOp and JSStrictPropertyOp -> JSSetterOp. r=efaust.
2015-01-30 13:56:15 -06:00
Boris Zbarsky
b62ffbdcb6
Bug 1137591 part 2. Throw if someone does Cu.importGlobalProperties in a Window scope. r=bholley
2015-03-03 21:01:58 -05:00