Commit Graph

603448 Commits

Author SHA1 Message Date
Geoffrey Sneddon
a9203001cb Bug 1468221 [wpt PR 11464] - Fix #11454: Set --verify-log-full to False for ci/check_stability.py, a=testonly
Automatic update from web-platform-testsFix #11454: Set --verify-log-full to False for ci/check_stability.py (#11464)

I'm not entirely sure why #10988 made this default to on, given that
was a change of behaviour from before, so let's turn it back off
given it's causing breakage, as documented in #11454.
--

wpt-commits: 33280b704b880ca34ed976e9097a854697079640
wpt-pr: 11464
2018-07-11 07:49:31 +01:00
Marijn Kruisselbrink
a6502a8fc7 Bug 1468348 [wpt PR 11477] - Fix test flakiness around multi-threaded blob URL revocation., a=testonly
Automatic update from web-platform-testsFix test flakiness around multi-threaded blob URL revocation.

Registering a new blob URL in the worker will ensure (at least in chrome)
that the revocation has been fully processed before the main thread
tries to fetch the now revoked URL.

Bug: 851942
Change-Id: I12e794682dbb5b34dc08fe2a7d398e3ba02aaffa
Reviewed-on: https://chromium-review.googlesource.com/1097230
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566460}

--

wpt-commits: 98530fb94412077886e8df96e25bfdcd3ce460d3
wpt-pr: 11477
2018-07-11 07:49:29 +01:00
Jim Evans
87819cd556 Bug 1468342 [wpt PR 11475] - Remove array destructuring for WebDriver execute async script tests, a=testonly
Automatic update from web-platform-testsRemove array destructuring for WebDriver execute async script tests

IE does not support array destructuring in a `let` statement. This commit
allows the execute_async_script tests for collections to run on IE 11.

--

wpt-commits: c81e3488e59040bb218fcd56ca00e7fe802534c4
wpt-pr: 11475
2018-07-11 07:49:26 +01:00
Henrik Boström
3024a0c9fc Bug 1468329 [wpt PR 11472] - Fix errors in external/wpt/RTCDTMFSender-insertDTMF.https.html., a=testonly
Automatic update from web-platform-testsFix errors in external/wpt/RTCDTMFSender-insertDTMF.https.html.

This is in preparation for RTCRtpTransceiver/Unified Plan support.

Updated tests:
  insertDTMF() should throw InvalidStateError if
  transceiver.currentDirection is [recvonly/inactive]

Just like the tests fixed in
https://chromium-review.googlesource.com/c/chromium/src/+/1095275, the
tests were not set up properly.

Fixed the tests so that currentDirection is what it is supposed to be
according to the test description. Also updated the tests to use
async/await.

These tests will pass when we support RTCRtpTransceiver (WIP CL:
https://chromium-review.googlesource.com/c/chromium/src/+/1025771).

Bug: 777617
Change-Id: I59eab4e4a15bb82e2dabe68d56f6d55b0e380e75
Reviewed-on: https://chromium-review.googlesource.com/1097083
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: Henrik Boström <hbos@chromium.org>
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566432}

--

wpt-commits: 692f3f487851b8617822517451f6a557b3b3171f
wpt-pr: 11472
2018-07-11 07:49:23 +01:00
moz-wptsync-bot
d5afba679b Bug 1467956 [wpt PR 11439] - Fix F401 (unused import) throughout tools/, a=testonly
Automatic update from web-platform-testsFix F401 (unused import) throughout tools/ (#11439)

--

wpt-commits: a65ac1967489f9519e4e58190c45df529da3f2b5
wpt-pr: 11439
2018-07-11 07:49:20 +01:00
moz-wptsync-bot
a3b899f14a Bug 1463665 [wpt PR 11115] - Update wpt metadata, a=testonly
wpt-pr: 11115
wpt-type: metadata
2018-07-11 07:49:18 +01:00
Javier Fernandez
0a2e56269e Bug 1463665 [wpt PR 11115] - [css-grid] Content Alignment as part of the track sizing algorithm, a=testonly
Automatic update from web-platform-tests[css-grid] Content Alignment as part of the track sizing algorithm

The CSS WG resolved [1] that Content Alignment should account to the
track sizing algorithm.

The sizing algorithm has been modified so that two new steps (1.5
and 2.5) were added to compute the Content Alignment offsets after
resolving the columns' and rows' sizes respectively.

This change decouples the Content Alignment logic from the tracks
position, so that we can use it as part of the track sizing algorithm.

I also had to store the whole ContentAlignmentData structure in two
class attributes. We need both, position and distribution offsets, to
be used in different parts of the layout logic.

Finally, since the ContentAlignmentData is now used as persistent
memory, we had to remove the STACK_ALLOCATED flag; hence, I think
using DISALLOW_COPY_AND_ASSIGN and let the functions update the
structure's internal field is a more efficient approach to commit
this change.

[1] https://github.com/w3c/csswg-drafts/issues/2557

Added WPT
  * grid-content-distribution-must-account-for-track-sizing-001.html
  * grid-content-distribution-must-account-for-track-sizing-002.html

Bug: 844744
Change-Id: I90019a96b148d3713467e35fde9482d0d39b1ced
Reviewed-on: https://chromium-review.googlesource.com/1067918
Commit-Queue: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego Casasnovas <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#566412}

--

wpt-commits: 73ed379a1437407749c730239019bd61528b060b
wpt-pr: 11115
2018-07-11 07:49:16 +01:00
Luke Bjerring
859fbc17c9 Bug 1467961 [wpt PR 11441] - Clean up FileAPI idlharness tests, a=testonly
Automatic update from web-platform-testsClean up FileAPI idlharness tests

After fixing #10338, we can leverage add_dependency_idls to import the 'real' untested idl from sources cleanly.
--

wpt-commits: ce580dab49d64f723453cf56c2c501bb54beb7bc
wpt-pr: 11441
2018-07-11 07:49:13 +01:00
Henrik Boström
6651068863 Bug 1468326 [wpt PR 11471] - nit wpt/webrtc/: Fix missing argument in RTCPeerConnection-getStats., a=testonly
Automatic update from web-platform-testsnit wpt/webrtc/: Fix missing argument in RTCPeerConnection-getStats.

TBR=guidou@chromium.org
NOTRY=True

Bug: 777617
Change-Id: Ia6e81728d3dfac35c9b1724252e7539b3aae181a
Reviewed-on: https://chromium-review.googlesource.com/1096944
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566381}

--

wpt-commits: c08f46443cef456f757cdd77e39ed550c2fb322a
wpt-pr: 11471
2018-07-11 07:49:09 +01:00
Kent Tamura
e25b98fa32 Bug 1473870 [wpt PR 11470] - custom-elements: Element created by createElementNS(ns, qname, options) with valid custom element name and undefined options should be upgraded immediately, a=testonly
Automatic update from web-platform-testscustom-elements: Element created by createElementNS(ns, qname, options) with valid custom element name and undefined options should be upgraded immediately

createElementNS(XHTML_NS, 'my-element', undefined) was not being
upgraded immediatedly, though both createElementNS(XHTML_NS,
'my-element') and createElementNS(XHTML_NS, 'my-element', {}) were.

Bug: 841725
Change-Id: Iccc4f0e98b1de65288381dd9ac106e71bfc5d0c8
Reviewed-on: https://chromium-review.googlesource.com/1096812
Reviewed-by: Yoichi Osato <yoichio@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566374}

--

wpt-commits: 05c1a1fb132cc0e37f49c8eb1a5df096098f35be
wpt-pr: 11470
2018-07-11 07:49:06 +01:00
Henrik Boström
f1eaddb4a9 Bug 1468186 [wpt PR 11459] - Fix errors external/wpt/RTCPeerConnection-removeTrack.https.html., a=testonly
Automatic update from web-platform-testsFix errors external/wpt/RTCPeerConnection-removeTrack.https.html.

This is in preparation for RTCRtpTransceiver/Unified Plan support.

"Calling removeTrack with valid sender should set sender.track to null"
  Asserting that direction changes from 'sendrecv' to 'recvonly', this
  is explicit in the spec[1].

"Calling removeTrack with currentDirection blah should set direction to
 blah"
  The tests that meant to set up currentDirection to be 'sendrecv' or
  'recvonly' before removeTrack() were incorrect. Tests updated to set
  up currentDirection correctly. Also updated them to use async/await
  because that's much nicer.

These all fail because we don't have transceivers yet, but when running
these changes in the RTCRtpTransceiver WIP CL[2], they all pass.

[1] See step 10 of
    https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-removetrack
[2] https://chromium-review.googlesource.com/c/chromium/src/+/1025771/

Bug: 777617
Change-Id: Ie3c077d14ea30038a06a98ecbeea475ac824dd9c
Reviewed-on: https://chromium-review.googlesource.com/1095275
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566366}

--

wpt-commits: ae0eec132996427a8189b9928791499e2faf4d81
wpt-pr: 11459
2018-07-11 07:49:03 +01:00
Florian Rivoal
2f49001613 Bug 1466717 [wpt PR 11335] - Mention the lint tool in the github tutorial, a=testonly
Automatic update from web-platform-testsMerge pull request #11335 from frivoal/git-doc-lint

Mention the lint tool in the github tutorial
--

wpt-commits: ed8650a5dbbaacd706dd99e24b0cacaadaef74e2
wpt-pr: 11335
2018-07-11 07:49:00 +01:00
Tarun Bansal
064b2122ae Bug 1462837 [wpt PR 11081] - Add web platform test for Accept-CH-Lifetime header for client hints, a=testonly
Automatic update from web-platform-testsAdd web platform test for Accept-CH-Lifetime header for client hints

Bug: 817049
Change-Id: Ic58e5688b0bb14803a9b6f01100500dd567b9fbc
Reviewed-on: https://chromium-review.googlesource.com/1066919
Commit-Queue: Tarun Bansal <tbansal@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566359}

--

wpt-commits: 67ad035decf7726544cdd3ee877da1a29d37e41b
wpt-pr: 11081
2018-07-11 07:48:57 +01:00
moz-wptsync-bot
fe86ee4734 Bug 1467971 [wpt PR 11446] - Update wpt metadata, a=testonly
wpt-pr: 11446
wpt-type: metadata
2018-07-11 07:48:54 +01:00
Manuel Rego Casasnovas
dea1fdfe68 Bug 1467971 [wpt PR 11446] - [css-contain] Size containment should ignore contents in flexbox/grid, a=testonly
Automatic update from web-platform-tests[css-contain] Size containment should ignore contents in flexbox/grid

The spec is pretty clear
(https://drafts.csswg.org/css-contain/#containment-size):
  "1. When laying out the containing element,
  it must be treated as having no contents."

The patch modifies ComputeIntrinsicLogicalWidths() and
FirstLineBoxBaseline() in LayoutFlexibleBox and LayoutGrid,
so the contents are ignored if the flex or grid container
has "contain: size".
Buttons are implemented as flexboxes internally,
so they get fixed too thanks to this change.

BUG=850169
TEST=external/wpt/css/css-contain/contain-size-button-001.html
TEST=external/wpt/css/css-contain/contain-size-flexbox-001.html
TEST=external/wpt/css/css-contain/contain-size-grid-001.html

Change-Id: Ia08c2c7b31126911cb4f0d1fc70aa444c22af8e3
Reviewed-on: https://chromium-review.googlesource.com/1093854
Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566228}

--

wpt-commits: af6293eecd7db39b8f696be1b051f329db7cc87f
wpt-pr: 11446
2018-07-11 07:48:52 +01:00
Raymond Toy
dfce9e35f9 Bug 1468276 [wpt PR 11467] - Adjust test thresholds for win10, a=testonly
Automatic update from web-platform-testsAdjust test thresholds for win10

These tests fail on Windows 10 because the error thresholds are a bit
too tight.  Relax them a bit so that these pass on my Win10 machine.

Bug: 851605
Change-Id: Ie7795205550a43928e7f0963e4411264e3ded37b
Reviewed-on: https://chromium-review.googlesource.com/1095859
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566181}

--

wpt-commits: be959408023fe02cf79abe70f6018598a7004a88
wpt-pr: 11467
2018-07-11 07:48:48 +01:00
Mike Pennisi
5901a13771 Bug 1464234 [wpt PR 11150] - [testharness.js] Extend test suite with "variants", a=testonly
Automatic update from web-platform-tests[testharness.js] Extend test suite with "variants"

Feature description (from modification to `README.md` file):

> `testharness.js` is expected to function consistently in a number of
> distinct environments. In order to verify this expectation, each functional
> test may be executed under a number of distinct conditions. These conditions
> are applied using WPT's "test variants" pattern. The available variants are
> defined in the `variants.js` file; this file must be included before
> `testharness.js`. Every test must specify at least one variant.

Extend test harness for `testharness.js` with additional validation to
ensure that each test is correctly formatted. Introduce a minimal UI to
help future contributors discover this new functionality and its
motivation.

--

wpt-commits: 08995880734011eed359c4e79420db29626016ff
wpt-pr: 11150
2018-07-11 07:48:45 +01:00
moz-wptsync-bot
99e8da4bb2 Bug 1467820 [wpt PR 11426] - Update wpt metadata, a=testonly
wpt-pr: 11426
wpt-type: metadata
2018-07-11 07:48:43 +01:00
Alexander Shalamov
d8828123b1 Bug 1467820 [wpt PR 11426] - [sensors] Check that sensor frame and focused frame of same origin, a=testonly
Automatic update from web-platform-tests[sensors] Check that sensor frame and focused frame of same origin

In order to implement mitigation stragegy defined in [1], focused
frame and frame associated with the sensor should be of the same
origin.

[1] https://www.w3.org/TR/generic-sensor/#focused-area

Bug: 849501
Change-Id: I06fce4e66873cd98e59e45d00ffe27de8e7d66f9
Reviewed-on: https://chromium-review.googlesource.com/1087049
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Commit-Queue: Alexander Shalamov <alexander.shalamov@intel.com>
Cr-Commit-Position: refs/heads/master@{#566096}

--

wpt-commits: 46fe6803fdd163e21137ba06b81558d6ba34ad12
wpt-pr: 11426
2018-07-11 07:48:42 +01:00
moz-wptsync-bot
d9dde57adb Bug 1466764 [wpt PR 11340] - Update wpt metadata, a=testonly
wpt-pr: 11340
wpt-type: metadata
2018-07-11 07:48:38 +01:00
Simon Pieters
ecb8c91953 Bug 1466764 [wpt PR 11340] - Offscreen canvas: make worker tests catch errors, a=testonly
Automatic update from web-platform-testsOffscreen canvas: make worker tests catch errors

Part of #11269.

--

wpt-commits: 8b2d92a0304de38fca9b1cee53f3769984dc0b9e
wpt-pr: 11340
2018-07-11 07:48:36 +01:00
moz-wptsync-bot
fbcac9daec Bug 1459015 [wpt PR 10828] - Update wpt metadata, a=testonly
wpt-pr: 10828
wpt-type: metadata
2018-07-11 07:48:33 +01:00
nanto_vi, TOYAMA Nao
f0c7c25012 Bug 1459015 [wpt PR 10828] - "Scroll an element into view" in HTML spec, a=testonly
Automatic update from web-platform-tests"Scroll an element into view" in HTML spec

I use assert_approx_equals here since properties of DOMRect are of type double.

For https://github.com/whatwg/html/pull/3131.
--

wpt-commits: 32f74fe70209b3df142a03957779a6d776a6f74a
wpt-pr: 10828
2018-07-11 07:48:31 +01:00
moz-wptsync-bot
13369468cc Bug 1466104 [wpt PR 11296] - Update wpt metadata, a=testonly
wpt-pr: 11296
wpt-type: metadata
2018-07-11 07:48:28 +01:00
Simon Pieters
a72ea61d77 Bug 1466104 [wpt PR 11296] - HTML: Run a history navigation test in a popup to report a result, a=testonly
Automatic update from web-platform-testsHTML: Run a history navigation test in a popup to report a result (#11296)

Part of #11269.
--

wpt-commits: 2c4b6f9df0b187e0d4c1762d175e9f736492cf91
wpt-pr: 11296
2018-07-11 07:48:26 +01:00
moz-wptsync-bot
e55ff8f8ff Bug 1468166 [wpt PR 11456] - Update one final occurence of "w3c/web-platform-tests", a=testonly
Automatic update from web-platform-testsUpdate one final occurence of "w3c/web-platform-tests" (#11456)

--

wpt-commits: acba5ffb1bf7a3958bb5d70d94513912a61cbc52
wpt-pr: 11456
2018-07-11 07:48:23 +01:00
kaixinjxq
805e3fa5b2 Bug 1457670 [wpt PR 10701] - Add two screen-orientation tests and replace async by promise_test, a=testonly
Automatic update from web-platform-testsAdd two screen-orientation tests and replace async by promise_test

--

wpt-commits: 8366faf9651cd188527b8b1fe6e92de3ce94650f
wpt-pr: 10701
2018-07-11 07:48:21 +01:00
moz-wptsync-bot
e0da3daad9 Bug 1468189 [wpt PR 11460] - Update wpt metadata, a=testonly
wpt-pr: 11460
wpt-type: metadata
2018-07-11 07:48:18 +01:00
Henrik Boström
2aa2429ede Bug 1468189 [wpt PR 11460] - nit wpt/webrtc/: Use assert_array_equals, not assert_equals, a=testonly
Automatic update from web-platform-testsnit wpt/webrtc/: Use assert_array_equals, not assert_equals

In RTCPeerConnection-setRemoteDescription-offer.html.

Bug: 777617
Change-Id: I43b579b6ca0cbc0e950a379dc519fac95ac18f58
Reviewed-on: https://chromium-review.googlesource.com/1095189
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565971}

--

wpt-commits: 6c78554939a8d91a6f488e3640f7c7c2d66fe354
wpt-pr: 11460
2018-07-11 07:48:16 +01:00
moz-wptsync-bot
9a6c08bc17 Bug 1468165 [wpt PR 11455] - Update wpt metadata, a=testonly
wpt-pr: 11455
wpt-type: metadata
2018-07-11 07:48:13 +01:00
Philipp Hancke
e9fe55c7a4 Bug 1468165 [wpt PR 11455] - webrtc wpt: add cleanup to close peerconnections, a=testonly
Automatic update from web-platform-testswebrtc wpt: add cleanup to close peerconnections

adds a pc.close() to all RTCPeerConnections in promise_test
and async_test. This is codemod-powered by this:
e844b2467c/wpt-rtcpeerconnection-no-helpers

BUG=836871

Change-Id: Iee84ef938bf477a55612b6012c6de464c6aea55b
Reviewed-on: https://chromium-review.googlesource.com/1049983
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565591}

--

wpt-commits: 1622a02855f769d64d3d286eaa70a8640532310a
wpt-pr: 11455
2018-07-11 07:48:10 +01:00
moz-wptsync-bot
9c8af6e2ae Bug 1466184 [wpt PR 11304] - Update wpt metadata, a=testonly
wpt-pr: 11304
wpt-type: metadata
2018-07-11 07:48:07 +01:00
Simon Pieters
f374f5a097 Bug 1466184 [wpt PR 11304] - HTML: Use a URL that is more likely to fail to parse in img test, a=testonly
Automatic update from web-platform-testsHTML: Use a URL that is more likely to fail to parse in img test (#11304)

Part of #1126.
--

wpt-commits: 044cb1b9a719fd2ff423e0bcd2e62dd6e547d52d
wpt-pr: 11304
2018-07-11 07:48:05 +01:00
moz-wptsync-bot
366284e546 Bug 1464783 [wpt PR 11177] - Update wpt metadata, a=testonly
wpt-pr: 11177
wpt-type: metadata
2018-07-11 07:48:02 +01:00
moz-wptsync-bot
0597df21db Bug 1464783 [wpt PR 11177] - webrtc wpt: remove test_state_change_event, a=testonly
Automatic update from web-platform-testswebrtc wpt: remove test_state_change_event

removes test_state_change_event which initiates a "subtest" using
a shared peerconnection resource.

BUG=836871

Change-Id: I692bb5826c83d0d36d4169858ab2872d41c03b30
Reviewed-on: https://chromium-review.googlesource.com/1074696
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#562844}

--
Fire RTCPeerConnection.onsignalingstatechange in the correct order.

With this change, onsignalingstatechange always fires before the
setLocalDescription's promise resolves.

Before this change, signaling state changes were surfaced with callbacks
firing separately from the callback that setLocalDescription or
setRemoteDescription had completed. As a result, the result of a SLD/SRD
operation was surfaced in two PostTasks instead of one. This could lead
to flaky behavior where JavaScript task execeution cycles may or may not
execute between PostTasks which lead to undefined order. Also when the
signalingstatechange was surfaced to the JS thread the firing of the
event was delayed by a task execution cycle due to
ScheduleDispatchEvent.
- If both PostTasks were handled in the same cycle, the event firing
  would be scheduled and the promise resolved, such that the promise's
  then() is invoked just before the event fires (scheduled after
  promise). This is NOT in accordance with the spec.
- If onsignalingstatechange's PostTask was handled in its own cycle,
  the event would be scheduled such that by the time the
  setLocalDescription's callback's PostTask occurs resolving the
  promise, the event would fire before the promise's then(). This IS
  in accordance with the spec.

With this change, the onsignalingstatechange event is fired without
delay, and it is processed in by the same observer that handles the
SLD/SRD callback, so the order is always guaranteed to be the same.

In addition, this CL removes the usage of
WebRTCPeerConnectionHandlerClient::SignalingState and relies on the
webrtc::PeerConnectionInterface::SignalingState enum directly. This
is part of the Onion Souping work (crbug.com/787254).

Bug: 848768, 787254
Change-Id: I7bc10439c44c6ff6beab0289975295ff2e051b9c
Reviewed-on: https://chromium-review.googlesource.com/1085302
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565291}

--

wpt-commits: eb37a99cd339ec8d0887ae82b2e66ff6b23cf7b3, 3d14e696f006162c15c1e4cdef1c7fa145af0e97
wpt-pr: 11177
2018-07-11 07:48:00 +01:00
sotaro
885555c9c4 Bug 1474532 - Suppress redundant frame generation with async-scene-build enabled r=kats 2018-07-11 12:47:06 +09:00
Eitan Isaacson
1f354f1604 Bug 1473998 - Use EditText entry in accessible's classNames and use the hint for the label. r=yzen r=jchen 2018-07-10 17:31:00 +03:00
Kristen Wright
19310fa39a Bug 1466979 - Separate JS::ubi::EdgeVectorTracer and JS::ubi::SimpleEdgeRange into UbiNodeUtils.h r=jimb
Separated SimpleEdgeRange into the new UbiNodeUtils.h, updated build files, changed SimpleEdgeRange::init to SimpleEdgeRange::addTracerEdges, created bool addEdge to add new edges to the vector.
2018-05-31 14:13:00 -07:00
L. David Baron
a71a9e006e Bug 1474516 - A little cleanup of border-collapse code while reviewing bug 1405929. r=dholbert
MozReview-Commit-ID: A3zoPCvu4jU
2018-07-11 09:34:43 +10:00
Cosmin Sabou
1519cc7aac Backed out changeset ae9049c5ac63 (bug 1473998) for gv-junit failures on test.AccessibilityTest.testTextEntryNode. a=backout 2018-07-11 02:06:05 +03:00
Cosmin Sabou
26e792fe42 Merge autoland to mozilla-central. a=merge 2018-07-11 00:50:32 +03:00
Kris Maglione
a4453fc75f Bug 1474140: Don't load FormAutofillUtils.jsm at content process startup. r=MattN
MozReview-Commit-ID: 2bOyTPU9QbX

--HG--
extra : rebase_source : 8f8c7e216612437f853df2b5cc8dd5fb3174d10b
2018-07-07 17:49:34 -07:00
André Bargull
ad359328af Bug 1474348 - Part 2: Don't use BlockOnPromise fast path with non-default resolving functions. r=arai 2018-07-09 09:49:23 -07:00
André Bargull
9fdd7e6831 Bug 1474348 - Part 1: Add accessors for Promise fixed slots and combine default resolving functions flags. r=arai 2018-07-09 09:47:27 -07:00
Eitan Isaacson
868533e1cb Bug 1473998 - Use EditText entry in accessible's classNames and use the hint for the label. r=yzen r=jchen 2018-07-10 12:40:00 +03:00
Ekanan Ketunuti
eb919d07de Bug 1474550 - Add words to en-US dictionary. r=ehsan 2018-07-10 17:49:06 +07:00
David Major
e2cdb30639 Bug 1443590: Use clang-cl for official Windows builds. r=gps 2018-07-10 16:25:47 -04:00
Eitan Isaacson
a17a08b748 Bug 1473730 - Don't speak entire subtree of document when it is focused. r=yzen
After page load the document is focused and the entire subtree is
spoken. It should only speak the name.

--HG--
extra : rebase_source : bfc5542969fa29c45b9617d873a3dba7bf1a47c2
2018-07-10 08:43:00 +03:00
arthur.iakab
7bd656627d Backed out changeset caab8817cbf2 (bug 1466979)For build bustages on js/src/vm/UbiNode.cpp CLOSED TREE 2018-07-10 22:56:05 +03:00
Eitan Isaacson
6e015436cb Bug 1473605 - Don't clump labels and controls together. It messes with focus events. r=yzen 2018-07-05 15:06:00 +03:00