Commit Graph

673736 Commits

Author SHA1 Message Date
Nicolas Chevobbe
99a12bc622 Bug 1584973 - Always lazy load Reps bundle. r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D47729

--HG--
extra : moz-landing-system : lando
2019-10-02 08:05:57 +00:00
Nicolas Chevobbe
529ab35816 Bug 1584973 - Expose object inspector's reducer file. r=jlast.
This patch exposes the objectInspector reducer as a regular
file that can be required in the devtools codebase.
This should make things faster to start as we won't need
to load the entire bundle (especially for the inspector where
the reps is only used when navigating to specific subpanels).
This means we need to remove the flow typing for now since
we don't have a cross-toolbox build process like we have
in the debugger.

Differential Revision: https://phabricator.services.mozilla.com/D47728

--HG--
extra : moz-landing-system : lando
2019-10-02 08:05:28 +00:00
Gurzau Raul
5a1b6187b8 Backed out changeset 348fa5ed7407 (bug 1579127) for image raster crashes on a CLOSED TREE. 2019-10-02 12:38:29 +03:00
John Dai
c6d5ba5ba0 Bug 1575980 - Implement StaticRange constructor; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D47793

--HG--
extra : moz-landing-system : lando
2019-10-01 17:51:32 +00:00
Valentin Gosu
2ec2a2cd55 Bug 1557292 - Remove assertion that channel is IPv6 r=michal
This check is wrong when channels are loaded using a proxy.
Bug 1585569 is supposed to fix the issue completely.

Differential Revision: https://phabricator.services.mozilla.com/D47879

--HG--
extra : moz-landing-system : lando
2019-10-02 08:49:18 +00:00
Gurzau Raul
40dae37e00 Backed out 7 changesets (bug 1454998) for build bustages at MediaTrackGraph.h on a CLOSED TREE.
Backed out changeset 80417bdfa721 (bug 1454998)
Backed out changeset 8ff03f2f4ca2 (bug 1454998)
Backed out changeset ae6056b748d1 (bug 1454998)
Backed out changeset ab721cb2066b (bug 1454998)
Backed out changeset d0e8d413cd1c (bug 1454998)
Backed out changeset 3ce4dc7e9ae2 (bug 1454998)
Backed out changeset 6105a4176729 (bug 1454998)

--HG--
rename : dom/media/AudioCaptureTrack.cpp => dom/media/AudioCaptureStream.cpp
rename : dom/media/AudioCaptureTrack.h => dom/media/AudioCaptureStream.h
rename : dom/media/MediaTrackGraph.cpp => dom/media/MediaStreamGraph.cpp
rename : dom/media/MediaTrackGraph.h => dom/media/MediaStreamGraph.h
rename : dom/media/MediaTrackGraphImpl.h => dom/media/MediaStreamGraphImpl.h
rename : dom/media/MediaTrackListener.cpp => dom/media/MediaStreamListener.cpp
rename : dom/media/MediaTrackListener.h => dom/media/MediaStreamListener.h
rename : dom/media/ForwardedInputTrack.cpp => dom/media/TrackUnionStream.cpp
rename : dom/media/ForwardedInputTrack.h => dom/media/TrackUnionStream.h
rename : dom/media/webaudio/AudioNodeExternalInputTrack.cpp => dom/media/webaudio/AudioNodeExternalInputStream.cpp
rename : dom/media/webaudio/AudioNodeExternalInputTrack.h => dom/media/webaudio/AudioNodeExternalInputStream.h
rename : dom/media/webaudio/AudioNodeTrack.cpp => dom/media/webaudio/AudioNodeStream.cpp
rename : dom/media/webaudio/AudioNodeTrack.h => dom/media/webaudio/AudioNodeStream.h
2019-10-02 11:46:23 +03:00
Andreas Pehrson
36d89d91c8 Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug
This renames the following (in alphabetical order, non-exhaustive):

AudioCaptureStream -> AudioCaptureTrack
AudioNodeStream -> AudioNodeTrack
AudioNodeExternalInputStream -> AudioNodeExternalInputTrack
DirectMediaStreamTrackListener -> DirectMediaTrackListener
MediaStream -> MediaTrack
  - Note that there's also dom::MediaTrack. Namespaces differentiate them.
MediaStreamGraph -> MediaTrackGraph
MediaStreamTrackListener -> MediaTrackListener
MSG -> MTG (in comments)
ProcessedMediaStream -> ProcessedMediaTrack
SharedDummyStream -> SharedDummyTrack
SourceMediaStream -> SourceMediaTrack
StreamTime -> TrackTime
TrackUnionStream -> ForwardedInputTrack
  - Because this no longer takes a union of anything, but only a single track
    as input.

Other minor classes, members and comments have been updated to reflect these
name changes.

Differential Revision: https://phabricator.services.mozilla.com/D46146

--HG--
rename : dom/media/AudioCaptureStream.cpp => dom/media/AudioCaptureTrack.cpp
rename : dom/media/AudioCaptureStream.h => dom/media/AudioCaptureTrack.h
rename : dom/media/TrackUnionStream.cpp => dom/media/ForwardedInputTrack.cpp
rename : dom/media/TrackUnionStream.h => dom/media/ForwardedInputTrack.h
rename : dom/media/MediaStreamGraph.cpp => dom/media/MediaTrackGraph.cpp
rename : dom/media/MediaStreamGraph.h => dom/media/MediaTrackGraph.h
rename : dom/media/MediaStreamGraphImpl.h => dom/media/MediaTrackGraphImpl.h
rename : dom/media/MediaStreamListener.cpp => dom/media/MediaTrackListener.cpp
rename : dom/media/MediaStreamListener.h => dom/media/MediaTrackListener.h
rename : dom/media/webaudio/AudioNodeExternalInputStream.cpp => dom/media/webaudio/AudioNodeExternalInputTrack.cpp
rename : dom/media/webaudio/AudioNodeExternalInputStream.h => dom/media/webaudio/AudioNodeExternalInputTrack.h
rename : dom/media/webaudio/AudioNodeStream.cpp => dom/media/webaudio/AudioNodeTrack.cpp
rename : dom/media/webaudio/AudioNodeStream.h => dom/media/webaudio/AudioNodeTrack.h
extra : moz-landing-system : lando
2019-10-02 08:18:16 +00:00
Andreas Pehrson
05d6bfa0c1 Bug 1454998 - Remove AudioNodeStream::SampleRate(). r=karlt
AudioNodeStream is a subclass of MediaStream, which now exposes a
public const mSampleRate member.

Differential Revision: https://phabricator.services.mozilla.com/D47688

--HG--
extra : moz-landing-system : lando
2019-10-02 08:17:59 +00:00
Andreas Pehrson
1bc37d8ea4 Bug 1454998 - Remove the notion of streams from MediaStreamGraph. r=padenot,karlt
This change mainly removes the `mTracks` member from MediaStream and moves all
associated members up a level, so that a MediaStream in practice represents a
single track.

Classes will be renamed in a future patch to reflect this.

Other changes include:

The new `mEnded` member of MediaStream changes meaning to only become true when
all data in the stream has been processed. It stems from
StreamTracks::Track::mEnded which used to become true as soon as the last bit of
data had been added to a track, and there could still be data in the track that
would get processed in future iterations. We are moving towards not having any
future data in tracks, which is why this change is ok to make -- keeping the old
behavior will soon not make sense.

TrackUnionStream is changed to no longer take a list of streams as input and
forward the union of their tracks to itself. Instead it's limited to having one
track as input at a time.

The autofinishing functionality that TrackUnionStream had before has been
transformed into an autoending functionality to allow it to defer ending until
its been told that it's ok to end through the control API. This lets a single
TrackUnionStream span the lifetime of multiple inputs, which will be useful for
making DecodedStream spec compliant with HTMLMediaElement::CaptureStream(), and
for implementing the currently discussed MediaRecorder::ReplaceTrack(), to name
a few potential use cases.

AudioNodeStreams used to only have a track (and thus an AudioSegment) if the
EXTERNAL_OUTPUT flag was enabled on them. With all MediaStreams now representing
a track, AudioNodeStreams inherently have an AudioSegment as a member. It is
however only used with data if the EXTERNAL_OUTPUT flag is enabled.

Differential Revision: https://phabricator.services.mozilla.com/D45821

--HG--
extra : moz-landing-system : lando
2019-10-02 08:17:51 +00:00
Andreas Pehrson
34cf6af1dc Bug 1454998 - Remove calls to SetStreamOrderDirty() after affecting MediaStreams' finished state. r=karlt
The stream order does not depend on streams' finished state, so these calls are
unnecessary.

Differential Revision: https://phabricator.services.mozilla.com/D47687

--HG--
extra : moz-landing-system : lando
2019-10-02 08:12:42 +00:00
Andreas Pehrson
778a50400e Bug 1454998 - Remove track blocking from MediaInputPort. r=karlt
This functionality is not used since we moved to only having a single track per
MediaStream (bug 1493613).

Differential Revision: https://phabricator.services.mozilla.com/D47686

--HG--
extra : moz-landing-system : lando
2019-10-02 08:12:28 +00:00
Andreas Pehrson
4bf5436b76 Bug 1454998 - Break out PrincipalHandle into its own file. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D46764

--HG--
rename : dom/media/MediaSegment.h => dom/media/PrincipalHandle.h
extra : moz-landing-system : lando
2019-10-02 08:12:18 +00:00
Andreas Pehrson
e3f878ed79 Bug 1454998 - Move TrackInfo::mTrackId away from TrackID as they're independent. r=karlt
TrackID has been used to denote tracks that are part of MediaStreams in the
MediaStreamGraph. The TrackInfo::mTrackId IDs are no longer used in the
MediaStream APIs and as such it's not necessary that they have the type TrackID.

This patch changes TrackInfo::mTrackId to be of type uint32_t instead, as that
is the type of Mp4parseTrackInfo::track_id, which is assigned to
TrackInfo::mTrackId as the sole remaining non-static user.

Other users set a static trackId of `1` or `2`, and as such remain supported by
this change.

Differential Revision: https://phabricator.services.mozilla.com/D46763

--HG--
extra : moz-landing-system : lando
2019-10-02 08:12:09 +00:00
Jan de Mooij
dc75ff96b0 Bug 1583172 part 7 - Rename BaselineFrame's frameSize_ field to debugFrameSize_ and define/set it only in debug builds. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D46918

--HG--
extra : moz-landing-system : lando
2019-10-02 06:00:35 +00:00
Jan de Mooij
982546a804 Bug 1583172 part 6 - Pass frame size to Ion's NewBaselineFrameInspector. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D46917

--HG--
extra : moz-landing-system : lando
2019-10-02 01:22:06 +00:00
Jan de Mooij
f920fa4d34 Bug 1583172 part 5 - Store frame size in BaselineBailoutInfo. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D46916

--HG--
extra : moz-landing-system : lando
2019-10-02 01:22:08 +00:00
Jan de Mooij
116e355159 Bug 1583172 part 4 - Pass frame size explicitly to jit::NormalSuspend. r=tcampbell
For now we just assert it matches the size stored in the frame.

Differential Revision: https://phabricator.services.mozilla.com/D46914

--HG--
extra : moz-landing-system : lando
2019-10-02 01:22:10 +00:00
Jan de Mooij
0e81d969dc Bug 1583172 part 3 - Make JSJitFrameIter compute the Baseline frame size. r=tcampbell
The computed value is equivalent to BaselineFrame::frameSize_, but later in the stack
the BaselineFrame::frameSize_ field will be debug-only.

Differential Revision: https://phabricator.services.mozilla.com/D46913

--HG--
extra : moz-landing-system : lando
2019-10-02 01:22:12 +00:00
Jan de Mooij
e45740f933 Bug 1583172 part 2 - Add baselineFrameNumValueSlots method to JSJitFrameIter and use it in a few places. r=tcampbell
This just forwards to BaselineFrame for now but that will change.

Differential Revision: https://phabricator.services.mozilla.com/D46912

--HG--
extra : moz-landing-system : lando
2019-10-02 01:22:14 +00:00
Jan de Mooij
d37fcb99fd Bug 1583172 part 1 - Remove always-nullptr arguments from jit::Recompile. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D46911

--HG--
extra : moz-landing-system : lando
2019-10-02 01:22:16 +00:00
Lars T Hansen
6272856be8 Bug 1584551 - Use correct register name for sigcontext's SP on AMR64 linux. r=jseward
Differential Revision: https://phabricator.services.mozilla.com/D47590

--HG--
extra : moz-landing-system : lando
2019-10-01 09:49:37 +00:00
Bogdan Tara
d78d9c367f Backed out 3 changesets (bug 1580922) for wrench failures CLOSED TREE
Backed out changeset daad734d5665 (bug 1580922)
Backed out changeset e24d2e6811b0 (bug 1580922)
Backed out changeset 485eee83a4f3 (bug 1580922)
2019-10-02 10:44:04 +03:00
Bogdan Tara
efe859aeb7 Backed out changeset c29af4939f66 (bug 1581898) for crashinf mochitests CLOSED TREE 2019-10-02 10:42:27 +03:00
James Teh
d9d82b8278 Bug 1576509: Add a function to announce a message to screen reader users. r=Gijs,yzen
Differential Revision: https://phabricator.services.mozilla.com/D47717

--HG--
extra : moz-landing-system : lando
2019-10-02 05:53:52 +00:00
Nicolas Silva
dd62825627 Bug 1580922 - Add a wrench rawtest. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D47790

--HG--
extra : moz-landing-system : lando
2019-10-02 06:54:56 +00:00
Nicolas Silva
8b3a6d3b5f Bug 1580922 - Ensure boundary tiles are invalidated when updating the visible area. r=jrmuizel
In addition, make sure the descriptor size stays in sync with the visible rect's size.
The descriptor's size stored in the resource cache is pretty much obsolete now, we should be able to clean it up and remove it.

Differential Revision: https://phabricator.services.mozilla.com/D46803

--HG--
extra : moz-landing-system : lando
2019-10-01 23:39:33 +00:00
Nicolas Silva
ae7070c711 Bug 1580922 - changing the blob visible area can require rasterization requests. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D47084

--HG--
extra : moz-landing-system : lando
2019-10-01 23:39:31 +00:00
Henrik Skupin
b47940a840 Bug 1577850 - Vendor dependencies for serde_yaml crate. r=webdriver-reviewers,jgraham
serde_yaml has been added to geckodriver, and dependencies
under third_party/rust needs to be updated.

Depends on D44578

Differential Revision: https://phabricator.services.mozilla.com/D47822

--HG--
extra : moz-landing-system : lando
2019-10-01 22:30:04 +00:00
Henrik Skupin
82ef950b03 Bug 1577850 - Use GeckoView configuration YAML file in geckodriver. r=nalexander,webdriver-reviewers,jgraham
This makes geckodriver configure GeckoView vehicles using a
configuration YAML file.  This is the [blessed way to configure such
vehicles](https://mozilla.github.io/geckoview/consumer/docs/automation).

The old way based on intent arguments is kept as long as Fennec
needs to be supported because it doesn't read the configuration file.
And other packages, which are based on GeckoView, will ignore
package specific intent arguments.

The configuration file is always pushed, even when it will be
ignored by the relevant package.

Differential Revision: https://phabricator.services.mozilla.com/D44578

--HG--
extra : moz-landing-system : lando
2019-10-01 20:39:55 +00:00
Bogdan Tara
11b09d510c Backed out changeset 961eac228e3e (bug 1585299) for ES Lint failures on FxAccounts.jsm && test_accounts.js CLOSED TREE 2019-10-02 09:41:37 +03:00
Mark Hammond
c0a71bf7f1 Bug 1585299 - ensure only 1 fxaccounts:onverified notification when a new account verifies. r=lina
Differential Revision: https://phabricator.services.mozilla.com/D47861

--HG--
extra : moz-landing-system : lando
2019-10-02 06:03:39 +00:00
Makoto Kato
3c68f51a44 Bug 1496834 - Set focus on Firefox since focus is moved to another process. r=aklotz
When clicking native toast on Windows 10, focus moves to another process,
So we have to set focus on Firefox process.

Differential Revision: https://phabricator.services.mozilla.com/D47398

--HG--
extra : moz-landing-system : lando
2019-09-30 22:17:08 +00:00
Jan Varga
ae7651951f Bug 1584323 - Add more object properties to IndexedDBShutdownTimeout and LocalStorageShutdownTimeout crash annotations; r=asuth, dr=chutten
Differential Revision: https://phabricator.services.mozilla.com/D47341

--HG--
extra : moz-landing-system : lando
2019-10-02 04:28:23 +00:00
Jason Laster
9c5a0d2916 Bug 1581562 - Empty debugger while debugging watchpoints. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D47705

--HG--
extra : moz-landing-system : lando
2019-10-02 02:24:09 +00:00
alwu
8839b4e88b Bug 1579127 - only count the frame dropping due to system overload. r=mattwoodrow
When user adjusts the video playback rate, which might cause we sending images in a speed that is faster than the speend we composite images.

In this situation, the frame dropping actually won't cause any visual defect and we also don't want to report this frame dropping to user, because it's not caused by system overloading, it's just our compositor doesn't support compositing images in such a high rate.

Therefore, we should check if the dropped images are caused by system overload or high update rate, and only report the former to user.

Differential Revision: https://phabricator.services.mozilla.com/D46236

--HG--
extra : moz-landing-system : lando
2019-10-02 01:23:47 +00:00
Oana Pop Rus
cb6253f70e Backed out 3 changesets (bug 1584986) for xpcshell failures in dom/quota/test/unit/test_listOrigins.js on a CLOSED TREE
Backed out changeset 8fc63769342e (bug 1584986)
Backed out changeset ec44603ce08a (bug 1584986)
Backed out changeset 0fc3d50b822e (bug 1584986)

--HG--
rename : dom/quota/test/unit/test_listOrigins.js => dom/quota/test/unit/test_listInitializedOrigins.js
2019-10-02 07:50:10 +03:00
Brindusan Cristian
267e79dacc Bug 1583736 - Fix Eslint failure due to Delete , r=me CLOSED TREE 2019-10-02 07:41:42 +03:00
James Graham
2b2a8c35ff Bug 1584570 - Metadata updates, a=testonly
MANUAL PUSH: wpt sync fixup
2019-09-30 20:24:47 +01:00
moz-wptsync-bot
495ef7ccf6 Bug 1584570 - [wpt-sync] Update web-platform-tests to 22372be821a57fc1c98e1b2250410368dd3be77b, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 22372be821a57fc1c98e1b2250410368dd3be77b
wpt-type: landing
2019-09-30 14:02:25 +00:00
moz-wptsync-bot
a265d7d81b Bug 1582463 [wpt PR 19160] - Update wpt metadata, a=testonly
wpt-pr: 19160
wpt-type: metadata
2019-09-30 14:02:24 +00:00
Stephen McGruer
c0e9184644 Bug 1582463 [wpt PR 19160] - Fix visibility additive composition test, a=testonly
Automatic update from web-platform-tests
Fix visibility additive composition test (#19160)

--

wpt-commits: f029c61dfca5439cef3daa1f77c2542fa40704b7
wpt-pr: 19160
2019-09-30 14:02:24 +00:00
Miyoung Shin
37cf934042 Bug 1584141 [wpt PR 19321] - Convert SmsReceiver client to use BrowserInterfaceBroker, a=testonly
Automatic update from web-platform-tests
Convert SmsReceiver client to use BrowserInterfaceBroker

This change converts SmsReceiver mojom interface client in blink to
use BrowserInterfaceBroker.

Bug: 936482
Change-Id: I8836c05492638350bc53e2bb1c4a4ede9cc2285f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824734
Commit-Queue: Miyoung Shin <myid.shin@igalia.com>
Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org>
Reviewed-by: Dominick Ng <dominickn@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700684}

--

wpt-commits: 60f370c4be5e43acbc0636414ac69fdaa6dc39a4
wpt-pr: 19321
2019-09-30 14:02:23 +00:00
jugglinmike
42b0f3da01 Bug 1573889 [wpt PR 18425] - [docs] Define reviewers for GitHub directory, a=testonly
Automatic update from web-platform-tests
[docs] Define reviewers for GitHub directory (#18425)

--

wpt-commits: 90baa10a5d1b267f477aaf999248e628e9f13913
wpt-pr: 18425
2019-09-30 14:02:23 +00:00
Miyoung Shin
caad48e745 Bug 1583404 [wpt PR 19236] - Convert NFC client to use BrowserInterfaceBroker, a=testonly
Automatic update from web-platform-tests
Convert NFC client to use BrowserInterfaceBroker

This change converts NFC mojom interface client in blink to use
BrowserInterfaceBroker.

Bug: 936482
Change-Id: I68bb4edbfbf0694ffe3f694bbd8c937dc70c006c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818888
Commit-Queue: Miyoung Shin <myid.shin@igalia.com>
Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700212}

--

wpt-commits: fea7f6d3473899b0828290e1e7f3db68682431d8
wpt-pr: 19236
2019-09-30 14:02:22 +00:00
Miyoung Shin
c139b69484 Bug 1583472 [wpt PR 19245] - Convert SensorProvider client to use BrowserInterfaceBroker, a=testonly
Automatic update from web-platform-tests
Convert SensorProvider client to use BrowserInterfaceBroker

This change converts SensorProvider mojom interface client in blink
to use BrowserInterfaceBroker.

Bug: 936482
Change-Id: I77090420741c2f274133e6dbf7f06862dd79b919
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820717
Commit-Queue: Miyoung Shin <myid.shin@igalia.com>
Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700042}

--

wpt-commits: 61f4977cb656a39d554d4920d2a0e36e400f8266
wpt-pr: 19245
2019-09-30 14:02:22 +00:00
autofoolip
ff94b4f6c0 Bug 1584447 [wpt PR 19358] - Update interfaces/css-properties-values-api.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/css-properties-values-api.idl (#19358)

Source: https://github.com/tidoust/reffy-reports/blob/490b10f/ed/idl/css-properties-values-api.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/590278372
--

wpt-commits: 10ed331f7d27b0eec3e5125142f1185eba46d00c
wpt-pr: 19358
2019-09-30 14:02:21 +00:00
Philip Jägenstedt
ad8a06bba5 Bug 1584474 [wpt PR 19360] - [Taskcluster] pin Chrome Dev to 78.0.3904.17, a=testonly
Automatic update from web-platform-tests
[Taskcluster] pin Chrome Dev to 78.0.3904.17 (#19360)

The URL pattern can be discovered by installing Chrome Dev and then running
`apt-get download --print-uris google-chrome-unstable`. These URLs are probably
not stable forever, but it was confirmed that the version used for a Taskcluster
run back in Feburary 28 is still available:
https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_74.0.3717.0-1_amd64.deb

The version pinned here is from the last successful Taskcluster run before
Chrome Dev 79: https://tools.taskcluster.net/groups/fwiwJe9RSQ22S1HaAZaE-g

Mitigation (not fix) for https://github.com/web-platform-tests/wpt/issues/19297.
--

wpt-commits: 90e1ee27eede63cf117f19c1e55553cc1881aef0
wpt-pr: 19360
2019-09-30 14:02:21 +00:00
moz-wptsync-bot
22dc918383 Bug 1584315 [wpt PR 19334] - Update wpt metadata, a=testonly
wpt-pr: 19334
wpt-type: metadata
2019-09-30 14:02:20 +00:00
Xiaocheng Hu
7d89f12ac3 Bug 1584315 [wpt PR 19334] - Add serialization WPT for CSS comparison functions min/max on <number>, a=testonly
Automatic update from web-platform-tests
Add serialization WPT for CSS comparison functions min/max on <number>

Unfortunately we fail all the test cases because of an existing bug that
we resolve calculated <number> at parse time (crbug.com/1008471).

Nevertheless, the tests are added, and the failured don't block the
launch of min/max.

Bug: 978682, 1008471
Change-Id: Ia402dbeb5ca7bd52eab8df83e3d52a4511647c6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827826
Reviewed-by: Emil A Eklund <eae@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700616}

--

wpt-commits: 07c52e79870a5c7cf7aa37a7bc2c3e232b295d03
wpt-pr: 19334
2019-09-30 14:02:20 +00:00
moz-wptsync-bot
7a7e91ad04 Bug 1584405 [wpt PR 19347] - Update wpt metadata, a=testonly
wpt-pr: 19347
wpt-type: metadata
2019-09-30 14:02:20 +00:00