Bill McCloskey
68b5caaeb2
Bug 1207911 - [webext] Fix races in webextension tests (r=gabor)
2015-09-27 12:29:40 -07:00
Wes Kocher
1828f92d6f
Merge m-c to inbound, a=merge
2015-09-25 18:02:38 -07:00
Luca Greco
8000faa588
Bug 1204575 - fix WebExtension EventManager fireFunc registering. r=billm r=gabor
2015-09-25 04:33:00 +02:00
Phil Ringnalda
b3228e4879
Bug 1207911 - Disable webext tests on ASan builds for now
...
CLOSED TREE
2015-09-23 20:12:16 -07:00
Bill McCloskey
1c889843fc
Bug 1203331 - [webext] Use SingletonEventManager in a few places (r=gabor)
2015-09-23 17:18:35 -07:00
Bill McCloskey
53ba768590
Bug 1202481 - [webext] Fix browser.runtime.onMessage reply handling (r=gabor)
2015-09-23 17:18:34 -07:00
Bill McCloskey
6567491b58
Bug 1202486 - [webext] Add test for browser.runtime.connect, fix a few bugs (r=gabor)
2015-09-23 17:18:33 -07:00
Bill McCloskey
7f8402f7d9
Bug 1202483 - [webext] Support ImageData for browser.browserAction.setIcon (r=gabor)
2015-09-23 17:18:32 -07:00
Bill McCloskey
9ee3e18ea6
Bug 1202482 - [webext] Implement browser.extension.getViews (r=gabor)
2015-09-23 17:18:32 -07: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
9b6ceea392
Bug 1202478 - [webext] Run WebExtension callbacks asynchronously (r=gabor)
2015-09-23 17:18:29 -07:00
Bill McCloskey
23405e5ea8
Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor)
2015-09-23 17:18:28 -07:00
Bill McCloskey
764ae2a899
Bug 1199473 - [webext] Fix wrong parameter name for browser.extension.getURL (r=gabor)
2015-09-23 17:18:27 -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
Bill McCloskey
f8cad09e5b
No bug - Skip webextension tests for mulet
2015-09-23 17:18:25 -07:00
Johann Hofmann
a1b1e52a47
Bug 1204072 - Import runSafe in ext-{alarms,notifications} (r=billm)
2015-09-25 05:09:11 -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
34d9fdc980
Bug 1203331 - [webext] Use SingletonEventManager in a few places (r=gabor)
2015-09-22 16:09:23 -07:00
Bill McCloskey
fbb4583508
Bug 1202481 - [webext] Fix browser.runtime.onMessage reply handling (r=gabor)
2015-09-22 16:09:23 -07:00
Bill McCloskey
21c214de21
Bug 1202486 - [webext] Add test for browser.runtime.connect, fix a few bugs (r=gabor)
2015-09-22 16:09:22 -07:00
Bill McCloskey
83913dc259
Bug 1202483 - [webext] Support ImageData for browser.browserAction.setIcon (r=gabor)
2015-09-22 16:09:22 -07:00
Bill McCloskey
9cc92b4728
Bug 1202482 - [webext] Implement browser.extension.getViews (r=gabor)
2015-09-22 16:09:22 -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
0f033b5f70
Bug 1202478 - [webext] Run WebExtension callbacks asynchronously (r=gabor)
2015-09-22 16:09:21 -07:00
Bill McCloskey
5e8d8d8155
Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor)
2015-09-22 16:09:20 -07:00
Bill McCloskey
47a04abcb1
Bug 1199473 - [webext] Fix wrong parameter name for browser.extension.getURL (r=gabor)
2015-09-22 16:09:20 -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
J. Ryan Stinnett
2dada8f365
Bug 912121 - Rewrite require / import to match source tree. rs=devtools
...
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location. Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
Wes Kocher
050b69a1d0
Merge mozilla-inbound to m-c a=merge CLOSED TREE
2015-09-16 10:52:53 -07:00
Justin Dolske
80aaa2cbee
Bug 1204154 - Clean up jar manifests that needlessly specify the source file. r=dao
2015-09-15 18:33:57 -07:00
Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Bill McCloskey
bbe1c73225
Bug 1201935 - Disable WebExtension tests on MacOS because sandbox breaks them
2015-09-04 09:45:03 -07:00
Bill McCloskey
2decbdaa54
Bug 1201377 - [webext] Nuke content script sandbox when page closes (r=gabor)
2015-09-04 09:45:02 -07:00
Bill McCloskey
75c8de9239
Bug 1199832 - [webext] browser.tabs.executeScript must create a context (r=gabor)
2015-09-04 09:45:02 -07:00
Bill McCloskey
28b13b735b
Bug 1199698 - [webext] Fix chrome.* from content scripts (r=gabor)
2015-09-04 09:45:01 -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
ecb06855e0
Bug 1199800 - [webext] Refactoring to support using extensions from chrome tests (r=gabor)
2015-09-04 09:45:00 -07:00
Bill McCloskey
a5229b3d08
Bug 1197437 - [webext] Fix content script run_at parameter (r=gabor)
2015-09-04 09:44:59 -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
f369ddc004
Bug 1201377 - [webext] Nuke content script sandbox when page closes (r=gabor)
2015-09-03 20:59:05 -07:00
Bill McCloskey
394eb56a56
Bug 1199832 - [webext] browser.tabs.executeScript must create a context (r=gabor)
2015-09-03 20:59:04 -07:00
Bill McCloskey
92e2d78722
Bug 1199698 - [webext] Fix chrome.* from content scripts (r=gabor)
2015-09-03 20:59:04 -07: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
1772f0411f
Bug 1199800 - [webext] Refactoring to support using extensions from chrome tests (r=gabor)
2015-09-03 20:59:01 -07:00
Bill McCloskey
3752887da5
Bug 1197437 - [webext] Fix content script run_at parameter (r=gabor)
2015-09-03 20:59:01 -07:00
Fabrice Desré
0d997bae47
Bug 1198970 - Get WebExtensions background pages to work on b2g r=billm
2015-08-27 13:34:33 -07:00
Ryan VanderMeulen
9b053f6aaa
Bug 1197507 - Skip the WebExtensions tests on B2G due to being perma-timeout and Android already being skipped.
2015-08-25 21:24:03 -04:00
Bill McCloskey
922f69d611
Bug 1197507 - [webext] Add WebExtension webRequest.* tests (r=gabor,bholley)
2015-08-25 15:14:11 -07:00
Bill McCloskey
b037b4d73f
Bug 1197507 - [webext] Add initial WebExtension tests (r=gabor,bholley)
2015-08-25 15:14:10 -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