Laurent
30dab6d9c3
Bug 1322033 - Support Function Keys in WebExtensions. r=kmag
2016-12-04 02:19:00 -05:00
Tomislav Jovanovic
412c9e6226
Bug 1316020 - Implement tab context for browser.contextMenus r=kmag
...
MozReview-Commit-ID: LNQTZtNQgLN
2016-11-21 23:29:42 +01:00
Shane Caraveo
d05220271d
Bug 1321615 fix tests for header modification in toplevel loads, r=kmag
...
MozReview-Commit-ID: DN6LgekAsRm
2016-12-17 10:14:26 -10:00
Andy McKay
74f01271a8
bug 1307012 raise an error on invalid id r=kmag
...
MozReview-Commit-ID: FDdPzmtN2mq
2016-12-08 08:09:08 -10:00
Bob Silverberg
eb03bf4f94
Bug 1320986 - Implement browsingData.settings WebExtensions API method, r=aswan
...
MozReview-Commit-ID: JqUm77vFod2
2016-11-28 09:17:04 -05:00
Phil Ringnalda
8376072edf
Backed out changeset 4c343bdb6e2a (bug 1321615) for browser_ext_webRequest.js timeouts
...
CLOSED TREE
2016-12-01 18:38:11 -08:00
Shane Caraveo
b987100513
Bug 1321615 fix tests for header modification in toplevel loads, r=kmag
...
MozReview-Commit-ID: 3GfDbeumwzj
2016-12-01 11:46:36 -08:00
Ryan VanderMeulen
9f5b8a4949
Merge m-c to autoland on a CLOSED TREE. a=merge
2016-11-30 13:27:46 -05:00
Shane Caraveo
829f320c55
Bug 1318800 fix systemPrincipal checks so top level tab loads work with webrequests, r=kmag
...
MozReview-Commit-ID: D5b8Qs839bP
2016-11-29 16:00:06 -08:00
Matthew Wein
117c86ccc2
Bug 1320782 - Disable eslint no-cpows-in-tests check for browser_ext_omnibox.js r=aswan
...
MozReview-Commit-ID: 3BNSejB1lwF
2016-11-29 15:34:41 -05:00
Kris Maglione
0b5bedbf41
Bug 1318583: Part 5 - Re-enable OOP tests that were disabled due to focus issues. r=aswan
...
MozReview-Commit-ID: 2OLmadKQFqC
2016-11-27 12:41:23 -08:00
Kris Maglione
5e5697f940
Bug 1318583: Part 4 - Ensure the correct browser window is focused for tests that require it. r=aswan
...
MozReview-Commit-ID: ETAY8gLOrsU
2016-11-29 16:58:16 -08:00
Kris Maglione
59bb32fe8e
Bug 1318583: Part 2 - Avoid races due to remote browser resizing round-trips. r=aswan
...
MozReview-Commit-ID: KPFKNhlLsCP
2016-11-29 16:09:32 -08:00
Bob Silverberg
9db714d2f3
Bug 1320306 - Implement sessions.onChanged WebExtensions API, r=aswan
...
MozReview-Commit-ID: 14si74CKswB
2016-11-16 14:30:20 -05:00
Tomislav Jovanovic
15e02ac8ad
bug 1320439 - Fix submenus in page_action, browser_action contextMenus, r=kmag
...
MozReview-Commit-ID: AGhu1tbofrB
2016-11-28 03:15:02 +01:00
Tomislav Jovanovic
07dc88615d
bug 1253418 - implement contextMenu page_action and browser_action contexts r=kmag
...
MozReview-Commit-ID: Ftp77zmxo4B
2016-11-09 21:03:33 +01:00
Kris Maglione
cd9c98da7e
Bug 1319452: Part 2 - Don't expose extension views that the caller cannot access. r=billm
...
MozReview-Commit-ID: IS7mpOnQ8y0
2016-11-22 12:31:37 -08:00
srivatsav
3b918ed510
Bug 1312466: Added a password context to contextMenus API. r=kmag
...
MozReview-Commit-ID: DzLX4JQTfRS
2016-11-22 16:57:43 +05:30
Kris Maglione
beb52bfca4
Bug 1266510: Also explicitly focus the second browser window after creation. r=me
...
MozReview-Commit-ID: 5G81rXCXnyg
2016-11-20 10:37:02 -08:00
Kris Maglione
819236d20d
Bug 1317154: Correctly support multiple concurrent listeners for the same event. r=aswan
...
MozReview-Commit-ID: 4OgukI6Sc6v
2016-11-18 12:20:22 -08:00
Kris Maglione
26b851e9f3
Bug 1318690: Fix a minor test race. r=trivial
...
MozReview-Commit-ID: 1GjJnUK1i7Z
2016-11-18 12:36:13 -08:00
Kris Maglione
32691df984
Bug 1318604: Don't add task for OOP preference initialization. r=mixedpuppy
...
Adding mochitest tasks from head scripts turns out to cause unpredictable
timing issues, where the initial add_task() call sometimes causes tests to
begin running before the main test script has loaded, and had a chance to add
its tasks. While I'd still prefer to do this initialization in a task, it's
not worth the intermittent failures it causes.
MozReview-Commit-ID: 3CDL82NyrzC
2016-11-18 09:27:06 -08:00
Kris Maglione
2731d5857a
Bug 1317101: Follow-up: Split browserAction preloading tests into a separate unit.
...
MozReview-Commit-ID: 2fWXQIwCF9w
2016-11-17 11:08:21 -08:00
Kris Maglione
e458853e4d
Bug 1317101 - Part 8b: Run browser mochitests in both parent-process and remote configurations. r=billm
...
MozReview-Commit-ID: 6IGGnpgZLce
2016-11-17 14:00:32 -08:00
Kris Maglione
797d6a1c6b
Bug 1317101 - Part 7c: Run extension popups in a remote browser. r=aswan
...
MozReview-Commit-ID: CATeESBwj1J
2016-11-17 11:28:40 -08:00
Wes Kocher
2876e6bba5
Backed out 15 changesets (bug 1317101) for e10s jsreftest failures a=backout CLOSED TREE
...
Backed out changeset 17757ba4c0e8 (bug 1317101)
Backed out changeset 61f8a4084bbd (bug 1317101)
Backed out changeset a8cdc81cdcce (bug 1317101)
Backed out changeset e06d269a5d4f (bug 1317101)
Backed out changeset 1e1bfb578dcd (bug 1317101)
Backed out changeset 0f8144296a9d (bug 1317101)
Backed out changeset b7892d3fb0ca (bug 1317101)
Backed out changeset 039d63d5fef7 (bug 1317101)
Backed out changeset ef7e061b37bf (bug 1317101)
Backed out changeset af7b81d7a5cc (bug 1317101)
Backed out changeset 225ad2535585 (bug 1317101)
Backed out changeset b0521588011d (bug 1317101)
Backed out changeset 07321664430a (bug 1317101)
Backed out changeset 47d283897283 (bug 1317101)
Backed out changeset ffc63be3557c (bug 1317101)
2016-11-16 16:44:30 -08:00
Kris Maglione
fdc5daa396
Bug 1317101: Follow-up: Fix race in popup tests.
...
MozReview-Commit-ID: af64Ic1qBg
2016-11-16 15:35:24 -08:00
Kris Maglione
b4f0443e7f
Bug 1317101 - Part 8b: Run browser mochitests in both parent-process and remote configurations. r=billm
...
MozReview-Commit-ID: 6IGGnpgZLce
2016-11-16 13:14:37 -08:00
Michael Layzell
50024eb6a5
No bug - Correct previously ignored argument to gBrowser.duplicateTab, a=bustage
...
MozReview-Commit-ID: Bs3rkMsLFbk
2016-11-15 13:50:29 -05:00
Kris Maglione
db0fb8589b
Bug 1308416: Un-request longer timeout for browser_ext_windows_create, since the last failure was before it was split up.
...
MozReview-Commit-ID: 7CMC31puAOP
2016-11-15 09:45:05 -08:00
Kris Maglione
7773c208b0
Bug 1315769, 1308416: Request longer timeouts for tests that can't be split up.
...
MozReview-Commit-ID: IWRk3FYqKIE
2016-11-15 09:36:27 -08:00
Kris Maglione
e009ce031d
Bug 1312492: Fix intermittent. r=me
...
MozReview-Commit-ID: 2l8z5BLP4hs
2016-11-15 08:51:37 -08:00
Carsten "Tomcat" Book
c03117a948
merge mozilla-inbound to mozilla-central a=merge
2016-11-15 12:26:41 +01:00
Tomislav Jovanovic
e7e303ee0e
bug 1310331 - implement matchAboutBlank for tabs.executeScript r=kmag
...
MozReview-Commit-ID: ApuakyrctzD
2016-11-03 11:41:21 +01:00
Kris Maglione
42792859c4
Bug 1312392: Fix a timing regression in popup sizing tests. r=trivial
...
MozReview-Commit-ID: EDkPfxCN8BE
2016-11-14 17:15:45 -08:00
Kris Maglione
b4e56ef41e
Bug 1316784: Kill PseudoChildAPIManager. r=aswan
...
MozReview-Commit-ID: CIRltzhWWAJ
2016-11-11 15:50:29 -08:00
Sebastian Hengst
fed6b9490d
Backed out changeset 888815bca14c (bug 1316784)
2016-11-12 13:43:23 +01:00
Kris Maglione
7ee67562ed
Bug 1316784: Kill PseudoChildAPIManager. r=aswan
...
MozReview-Commit-ID: CIRltzhWWAJ
2016-11-11 15:50:29 -08:00
Kris Maglione
d93e64da44
Bug 1316780: Part 2 - Remove ext-test.js. r=aswan
...
MozReview-Commit-ID: HGv8t0LZK4K
2016-11-11 15:23:17 -08:00
Wes Kocher
5168212894
Merge inbound to central, a=merge
2016-11-11 13:56:45 -08:00
Carsten "Tomcat" Book
cabaa5540f
Merge mozilla-central to mozilla-inbound
2016-11-11 16:43:07 +01:00
Carsten "Tomcat" Book
561dbc62e1
Backed out changeset 7ef35cccfd7b (bug 1267810)
2016-11-11 09:08:18 +01:00
Matthew Wein
9ce3e30edf
Bug 1267810 - Use the new module to implement the omnibox api. r=aswan,robwu
...
MozReview-Commit-ID: GYzueGSijyd
2016-11-11 02:06:43 +00:00
Matthew Wein
8087ad59e9
Bug 1267810 - Use the new module to implement the omnibox api. r=aswan,robwu
...
MozReview-Commit-ID: GYzueGSijyd
2016-11-11 02:06:43 +00:00
djmdev
1b539bd4c9
Bug 1274860 - Modify getContexts function so that page context is applied properly. r=kmag
2016-11-11 17:49:44 +05:30
Carsten "Tomcat" Book
a3d6de70fa
merge mozilla-inbound to mozilla-central a=merge
2016-11-09 16:38:04 +01:00
Kris Maglione
fc4b71e5a1
Bug 1315872: Refactor browser_ext_tabs_cookieStoreId. r=aswan
...
MozReview-Commit-ID: J4diktOFIQR
2016-11-07 22:08:24 -08:00
Kris Maglione
b73015d895
Bug 1315872: Refactor tests that check for promise rejection to use assertRejects. r=aswan
...
MozReview-Commit-ID: 1fBE7B2OdH7
2016-11-07 22:04:49 -08:00
Tom Schuster
8a865b25f4
Bug 1221764 - Implement simple chrome.bookmarks events, r=aswan,mak
...
MozReview-Commit-ID: LWbhYf8CpZD
2016-08-17 10:22:10 -04:00
Bob Silverberg
1a6335b5b2
Bug 1308060 - Implement sessions.restore WebExtensions API, r=aswan
...
MozReview-Commit-ID: Ci7WhKYJBN1
2016-11-07 14:53:27 -05:00