a3d141d56e531d882111ccf569c76427091ed088: Bug 1470659 - Move platformName test to separate file. r=whimboo
Andreas Tolfsen <ato@sny.no> - Sat, 21 Jul 2018 18:33:50 +0100 - rev 429703
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1470659 - Move platformName test to separate file. r=whimboo
Specific tests for the platformName capability do not belong in
the test for the response body structure.
e99e43a1e400b532ae84c36519da8e0cbc7143ac: Bug 1470659 - Add setWindowRect capability to geckodriver. r=automatedtester
Andreas Tolfsen <ato@sny.no> - Sat, 21 Jul 2018 18:32:01 +0100 - rev 429702
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1470659 - Add setWindowRect capability to geckodriver. r=automatedtester
It will never be possible to configure setWindowRect, and trying
to do so will cause geckodriver to return with an error.
203d1449aa592dfa527ed6e7a79d07dcaad8018f: Bug 1470659 - Add setWindowRect capability to Marionette. r=whimboo
Andreas Tolfsen <ato@sny.no> - Sat, 21 Jul 2018 18:30:55 +0100 - rev 429701
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1470659 - Add setWindowRect capability to Marionette. r=whimboo
The setWindowRect capability is mandated by the WebDriver standard
and is an indication whether the driver supports manipulating the
window dimensions and position.
This will always be true for Firefox and always false for Fennec.
39954f25c48e32f2393d3a4550bd3a85f117d37f: Bug 1470659 - Simplify Marionette capability parsing. r=whimboo
Andreas Tolfsen <ato@sny.no> - Sat, 21 Jul 2018 18:29:39 +0100 - rev 429700
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1470659 - Simplify Marionette capability parsing. r=whimboo
Change the switch-statement to only do assertions, and replace the
v variable with any parsed values before writing it to the matched
set of capabilities in one location.
b9b178105f1bd1d794e53c2fb128bd9e505f8f32: Bug 1480139 - Disable tiling on linux due to high crash rate. r=jrmuizel
Ryan Hunt <rhunt@eqrion.net> - Wed, 01 Aug 2018 11:31:11 -0500 - rev 429699
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1480139 - Disable tiling on linux due to high crash rate. r=jrmuizel
We're experiencing a high volume of content crashes on linux, most likely due to
free type thread unsafety seen in
bug 1477444 and 1479498. This commit disables
tiling to stop the crashes for now while we investigate further.
fe0d98b031aaf0832d1180a3cb03964593169cdd: Bug 1468774 - Remove getPropertyDescriptor from CPOWs. r=mrbkap r=mccr8
Tom Schuster <evilpies@gmail.com> - Tue, 03 Apr 2018 18:21:40 +0200 - rev 429698
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1468774 - Remove getPropertyDescriptor from CPOWs. r=mrbkap r=mccr8
ad9c03e7b60efd73c99ece33f31f1550ec9858b9: Bug 1446940 followup to fix review nit. r=bzbarsky
Boris Zbarsky <bzbarsky@mit.edu> - Wed, 01 Aug 2018 13:13:23 -0400 - rev 429697
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1446940 followup to fix review nit. r=bzbarsky
9873d9aa413f1224247466ccc6943b53912f6f23: Bug 1479492. Remove some dead dialog-options parsing code. r=mrbkap
Boris Zbarsky <bzbarsky@mit.edu> - Wed, 01 Aug 2018 13:07:11 -0400 - rev 429696
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1479492. Remove some dead dialog-options parsing code. r=mrbkap
This became dead when we removed showModalDialog.
3b1489be7f57607ec39de27f4bc9b4770d569109: Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag
Boris Zbarsky <bzbarsky@mit.edu> - Wed, 01 Aug 2018 13:07:11 -0400 - rev 429695
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag
f5a747a896fc23b76715acc50b03aceb8f9ed09f: Bug 1446940 part 4. Stop getting docshells from windows via getInterface in mobile. r=snorp
Boris Zbarsky <bzbarsky@mit.edu> - Wed, 01 Aug 2018 13:07:11 -0400 - rev 429694
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1446940 part 4. Stop getting docshells from windows via getInterface in mobile. r=snorp
d0f6f26864b7ab12902a818246f64203616a46b4: Bug 1446940 part 3. Stop getting docshells from windows via getInterface in devtools. r=bgrins
Boris Zbarsky <bzbarsky@mit.edu> - Wed, 01 Aug 2018 13:07:10 -0400 - rev 429693
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1446940 part 3. Stop getting docshells from windows via getInterface in devtools. r=bgrins
956c6eeca8733095d0a4fe61c57238990614926c: Bug 1446940 part 2. Stop getting docshells from windows via getInterface in browser. r=gijs
Boris Zbarsky <bzbarsky@mit.edu> - Wed, 01 Aug 2018 13:07:10 -0400 - rev 429692
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1446940 part 2. Stop getting docshells from windows via getInterface in browser. r=gijs
fbe5a0e5be75bc052c66623ea2346d80dc74cf1a: Bug 1446940 part 1. Stop getting docshells from windows via getInterface in toolkit. r=gijs
Boris Zbarsky <bzbarsky@mit.edu> - Wed, 01 Aug 2018 13:07:09 -0400 - rev 429691
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1446940 part 1. Stop getting docshells from windows via getInterface in toolkit. r=gijs
The change to test_hiddenPrivateWindow.xul is to make sure we pass windows, not
docshells, to an API that expects windows.
49512fc963b65fe99da12f73f1311eb54515ecb5: Bug 1479456: Fix some non-unified bustage in gfx/thebes. r=jrmuizel
David Major <dmajor@mozilla.com> - Wed, 01 Aug 2018 13:02:18 -0400 - rev 429690
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1479456: Fix some non-unified bustage in gfx/thebes. r=jrmuizel
1cf1edca19998755d9cf291e11ecb9ef581c90cf: Bug 1479767 - [wpt-sync] Update web-platform-tests to 00d1189bc19907a981ee8ee9b90229121bf3ac51, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Tue, 31 Jul 2018 13:28:43 +0000 - rev 429689
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1479767 - [wpt-sync] Update web-platform-tests to 00d1189bc19907a981ee8ee9b90229121bf3ac51, a=testonly
wpt-head: 00d1189bc19907a981ee8ee9b90229121bf3ac51
wpt-type: landing
975a484ef255710b7b6a6222fc223fce8236b0f9: Bug 1477651 [wpt PR 12141] - webrtc: make transceiver tests work in Firefox, a=testonly
Harald Alvestrand <hta+github@alvestrand.no> - Tue, 31 Jul 2018 13:28:14 +0000 - rev 429688
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1477651 [wpt PR 12141] - webrtc: make transceiver tests work in Firefox, a=testonly
Automatic update from web-platform-testsMerge pull request #12141 from fippo/remember-firefox
webrtc: make transceiver tests work in Firefox
--
wpt-commits: 00d1189bc19907a981ee8ee9b90229121bf3ac51
wpt-pr: 12141
6de8d18b228cf9ce29f40950774b07c42d4854c3: Bug 1479404 [wpt PR 12226] - Revert "html: Split semantics/tabular-data/processing-model-1/span-limits.html into two.", a=testonly
Kent Tamura <tkent@chromium.org> - Tue, 31 Jul 2018 13:27:52 +0000 - rev 429687
Push
34372 by nerli@mozilla.com at Thu, 02 Aug 2018 08:55:28 +0000
Bug 1479404 [wpt PR 12226] - Revert "html: Split semantics/tabular-data/processing-model-1/span-limits.html into two.", a=testonly
Automatic update from web-platform-testsRevert "html: Split semantics/tabular-data/processing-model-1/span-limits.html into two."
This reverts commit bb69db9e4daaee1b42d5026d3d4596614e3908ca.
Reason for revert: Found that both of tests still timed out.
Original change's description:
> html: Split semantics/tabular-data/processing-model-1/span-limits.html into two.
>
> The third test and the forth test are very slow. Split out the latter to
> another file.
>
> Bug: https://github.com/web-platform-tests/wpt/issues/11187
> Change-Id: I3af14e712b6b06603140666f08005fb18d6a0541
> Reviewed-on: https://chromium-review.googlesource.com/1148163
> Reviewed-by: Takayoshi Kochi <kochi@chromium.org>
> Commit-Queue: Kent Tamura <tkent@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#578991}
TBR=kochi@chromium.org,tkent@chromium.org
Change-Id: I1733918daad4fcc6ed83e015397b9830443b22aa
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: https://github.com/web-platform-tests/wpt/issues/11187
Reviewed-on: https://chromium-review.googlesource.com/1154569
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579011}
--
wpt-commits: d892efb842377ae0b73b39a0d0a80f0b9a998c8f
wpt-pr: 12226
42493203a61f848b2ab931ac3bb7dc6029fe821e: Merge autoland to mozilla-central. a=merge
Noemi Erli <nerli@mozilla.com> - Thu, 02 Aug 2018 11:51:57 +0300 - rev 429686
Push
34371 by nerli@mozilla.com at Thu, 02 Aug 2018 08:52:26 +0000
Merge autoland to mozilla-central. a=merge
2f559b8b0aa3108d599eee02346f1aa02f376840: Bug 1368603 - Fix intermittent scrollbar drag test failure on Linux. r=botond
Kartikaya Gupta <kgupta@mozilla.com> - Wed, 01 Aug 2018 23:25:05 -0400 - rev 429685
Push
34371 by nerli@mozilla.com at Thu, 02 Aug 2018 08:52:26 +0000
Bug 1368603 - Fix intermittent scrollbar drag test failure on Linux. r=botond
On Linux, when synthesizing mousemove events interleaved with button
press/release events, the caller is responsible for waiting for the
mousemove events be dispatched before attempting to synthesize the
press/release buttons, otherwise the events can be delivered by the OS
out of order. This updates a few tests to ensure this is done correctly.
MozReview-Commit-ID: 42HkqTCWToP
ba650b0c1208cf9a94586abe90737a00a2b0240b: Bug 1479277 - Don't try to send APZ messages after teardown. r=botond
Kartikaya Gupta <kgupta@mozilla.com> - Mon, 30 Jul 2018 10:00:34 -0400 - rev 429684
Push
34371 by nerli@mozilla.com at Thu, 02 Aug 2018 08:52:26 +0000
Bug 1479277 - Don't try to send APZ messages after teardown. r=botond
MozReview-Commit-ID: 8l0h197hfTj