Граф коммитов

644987 Коммитов

Автор SHA1 Сообщение Дата
Emilio Cobos Álvarez 1396481b91 Bug 1537575 - Trivially cleanup and remove some dead font code. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D24271

--HG--
extra : moz-landing-system : lando
2019-04-01 21:47:43 +00:00
Noemi Erli 4a99b6924a Backed out changeset e5baf85c4ceb (bug 1533052) for failures in browser_ime_composition.js CLOSED TREE 2019-04-02 01:32:24 +03:00
Cosmin Sabou 1a956a4090 Merge mozilla-central to autoland. CLOSED TREE 2019-04-02 01:03:10 +03:00
Cosmin Sabou 6f67a6f9e5 Merge mozilla-inbound to mozilla-central. a=merge 2019-04-02 00:55:55 +03:00
Noemi Erli 3ce906be2c Backed out changeset c75b53bc557a (bug 1532491) for unnecessary fix CLOSED TREE 2019-04-02 00:37:55 +03:00
Marco Bonardo d8959021e7 Bug 1533052 - Port IME tests from autocomplete. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D25365

--HG--
extra : moz-landing-system : lando
2019-04-01 21:24:42 +00:00
Noemi Erli 739bdd8dab Backed out changeset a7c0f3da75fa for linting opt failure in desktop_l10n.py CLOSED TREE 2019-04-01 21:20:04 +03:00
Brian Hackett 33ca510058 Bug 1529867 - Wait for worker source, r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D25612

--HG--
extra : rebase_source : 940a415ade4c80a9fa884375749e2f4c9cc2cbf0
2019-04-01 07:48:39 -06:00
James Graham 6b19864a52 Bug 1539787 - Fix wptreport import, r=Ms2ger 2019-04-01 14:43:57 +01:00
James Graham 5f29903a80 Bug 1539181 - Don't import Pillow since it's not available, r=gsnedders 2019-04-01 14:43:57 +01:00
moz-wptsync-bot 2e6988e950 Bug 1538818 - [wpt-sync] Update web-platform-tests to c9829b514d3177ec66e754e91745572f4a14f50d, a=testonly
wpt-head: c9829b514d3177ec66e754e91745572f4a14f50d
wpt-type: landing
2019-04-01 14:43:57 +01:00
Danyao Wang 16746d538b Bug 1536303 [wpt PR 15876] - Fix rejected promise in test, a=testonly
Automatic update from web-platform-tests
Remove .catch() because it turns the promise from rejected to resolved, and thus doesn't properly trigger the test scenario (#15876)

--

wpt-commits: 5519cadb33916f291885bdf42177cb30571afb50
wpt-pr: 15876
2019-04-01 14:43:56 +01:00
Tab Atkins Jr 0e99c65c56 Bug 1536302 [wpt PR 15878] - Delete billion-laughs.html, a=testonly
Automatic update from web-platform-tests
Delete billion-laughs.html

Already tested by <http://w3c-test.org/css/css-variables/variable-exponential-blowup.html>
--
Merge pull request #15878 from web-platform-tests/tabatkins-patch-1

Delete billion-laughs.html

--

wpt-commits: 87ec3a00c775ad27b5a6de0f988b9918c1646575, a8a015409632b8cfcf2c5ec8d7f676fad6751bb8
wpt-pr: 15878
2019-04-01 14:43:56 +01:00
moz-wptsync-bot dc0d39fd42 Bug 1534583 [wpt PR 15732] - Update wpt metadata, a=testonly
wpt-pr: 15732
wpt-type: metadata
2019-04-01 14:43:55 +01:00
Samuel Dallstream 79fc607e45 Bug 1534583 [wpt PR 15732] - Added test for charLength field in SpeechSynthesisEvent-constructor, a=testonly
Automatic update from web-platform-tests
Add test for charLength in SpeechSynthesisEvent constructor (#15732)

Follows https://github.com/w3c/speech-api/pull/50.
--

wpt-commits: 3531dc2a994d918914e4751b97807ce8d79bf4b7
wpt-pr: 15732
2019-04-01 14:43:55 +01:00
Ella Ge 25e74cdfb7 Bug 1535954 [wpt PR 15817] - Reland "Make pointer capture work in same origin frame", a=testonly
Automatic update from web-platform-tests
Reland "Make pointer capture work in same origin frame"

This is a reland of d44248f2a896421c1382c1dbbf0d7e1a9b798470

Original change is reverted by findit due to test flaky.
The flaky test is:
fast/events/pointerevents/mouse-pointer-capture-in-iframe.html

This is reland with fixing tests.

Original change's description:
> Make pointer capture work in same origin frame
>
> We used to send mouse event to the subframe before apply the pointer
> capture target, and it causes the pointer capture doesn't work when
> capture to a outer frame target and move to inner frame.
>
> This CL changes three things:
> 1. 'Rename' the |capturing_mouse_events_element_| to
> |capturing_subframe_element_| as it only used for the frame capture
> (There is plan to remove the frame capture logic once we have pointer
> capture work correctly)
> 2. On HandleMouse*Event, instead of always perform a hit test, we use
> either frame capture target or pointer capture target to re-construct
> the HitTestResult.
> 3. When using the capture target, update the hover active state for
> capture target.
>
> This change makes captured pointer event sent correctly when over
> same origin frame, and also decrease the hit_test_count because of
> frame capturing.
>
> Note that after this change, we still NOT allow set/release pointer
> capture across same-origin frame as the pointer id and active statue
> is per frame.
>
> See design doc:
> https://docs.google.com/document/d/1cOZu98UuKk5bdARUQKmj2Q8YoEMpd9l78T0k-cf5ttc/
>
> This change is under a blink flag UnifiedPointerCaptureInBlink.
>
> Change-Id: I61c6a02086535d2a145df9d414df0bdc9673101e
> Bug: 936190, 919908
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1446556
> Commit-Queue: Ella Ge <eirage@chromium.org>
> Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
> Reviewed-by: David Bokan <bokan@chromium.org>
> Reviewed-by: Mustaq Ahmed <mustaq@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#640055}

Bug: 936190, 919908
Change-Id: Icc374c16b1aee0b9125593801c8787f28c7db554
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1520941
Reviewed-by: David Bokan <bokan@chromium.org>
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Reviewed-by: Mustaq Ahmed <mustaq@chromium.org>
Commit-Queue: Ella Ge <eirage@chromium.org>
Cr-Commit-Position: refs/heads/master@{#641316}

--

wpt-commits: a22a149b9ed01e4669089690170c243760f787bb
wpt-pr: 15817
2019-04-01 14:43:55 +01:00
Tab Atkins Jr e9a6bba79c Bug 1536299 [wpt PR 15877] - Rename css/billion-laughs.html to css/css-variables/billion-laughs.html, a=testonly
Automatic update from web-platform-tests
Rename css/billion-laughs.html to css/css-variables/billion-laughs.html
--
Merge pull request #15877 from web-platform-tests/tabatkins-patch-1

Rename css/billion-laughs.html to css/css-variables/billion-laughs.html

--

wpt-commits: 415de62f05ebcb4beb9bea85604304efc523918c, f329c782248df158b355d4c32531523501914e8c
wpt-pr: 15877


--HG--
rename : testing/web-platform/tests/css/billion-laughs.html => testing/web-platform/tests/css/css-variables/billion-laughs.html
2019-04-01 14:43:54 +01:00
moz-wptsync-bot 5a36d4c6fe Bug 1536296 [wpt PR 15843] - Update wpt metadata, a=testonly
wpt-pr: 15843
wpt-type: metadata
2019-04-01 14:43:54 +01:00
Kevin Ellis 7b7de75cfc Bug 1536296 [wpt PR 15843] - Support international characters in animation worklets., a=testonly
Automatic update from web-platform-tests
Support international characters in animation worklets.

Code in cc/ is not permitted to use wtf::String. Thus, we perform conversions between wtf::String and std::string.  The later is not aware of encodings.  This is OK provided a consistent encoding is used for round tripping, where the encoding supports the set of allowed characters.  The UTF-8 encoding is adequate for this task and supported by wtf::String.

Bug: 940493
Change-Id: Ie2b994412f502ea11df06713439b8cf8ffedc885
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1524087
Reviewed-by: Robert Flack <flackr@chromium.org>
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#641278}

--

wpt-commits: 151b78244c1595920405ca887e59c5f17f1ce6e5
wpt-pr: 15843
2019-04-01 14:43:54 +01:00
Tab Atkins Jr 553808a11f Bug 1536294 [wpt PR 15875] - Billion Laughs, a=testonly
Automatic update from web-platform-tests
Billion Laughs

Tests <https://github.com/w3c/csswg-drafts/issues/3733>
--
Merge pull request #15875 from web-platform-tests/tabatkins-patch-1

Billion Laughs

--

wpt-commits: 74d3b810810986e21d663ec01bbe3155fb140029, 81ccef95fc4403006b46e0eb102f07b641bd571a
wpt-pr: 15875
2019-04-01 14:43:53 +01:00
Danyao Wang 3a398c6613 Bug 1536291 [wpt PR 15874] - PaymentDetailsModifier.supportedMethods should be a DOMString, a=testonly
Automatic update from web-platform-tests
PaymentDetailsModifier.supportedMethods should be a DOMString

--
Merge pull request #15874 from danyao/danyao/payment-request

PaymentDetailsModifier.supportedMethods should be a DOMString
--

wpt-commits: f391e31524a0622cae86a2f3e3b1984333bd87be, 5cce79aacdd1c2a5dfcca6408687a84aac20b186
wpt-pr: 15874
2019-04-01 14:43:53 +01:00
Robert Ma 2ce020c9d2 Bug 1536289 [wpt PR 15872] - Revert "Send screenshots from Azure to wpt.fyi", a=testonly
Automatic update from web-platform-tests
Revert "Store reftest screenshots on Azure"

This reverts commit 167e3ee6dfff8e94d6d078a4c21897575d27e53a.

--

wpt-commits: 7345bf3e3476423a6737bf67e1b9b7329ede9130
wpt-pr: 15872
2019-04-01 14:43:53 +01:00
autofoolip 4115703c28 Bug 1535895 [wpt PR 15799] - Update interfaces/geolocation-sensor.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/geolocation-sensor.idl (#15799)

Source: https://github.com/tidoust/reffy-reports/blob/1b1c132/whatwg/idl/geolocation-sensor.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/505597594
--

wpt-commits: 48ff19e170d7069e0c975cb9670397cd0b9d2089
wpt-pr: 15799
2019-04-01 14:43:52 +01:00
autofoolip 4e8433f72d Bug 1536280 [wpt PR 14957] - Update interfaces/feature-policy.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/feature-policy.idl (#14957)

Source: https://github.com/tidoust/reffy-reports/blob/e0218fe/whatwg/idl/feature-policy.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506822321
--

wpt-commits: b5ddc7c85c981a65e6b1ee9fe19c3798ba8e1664
wpt-pr: 14957
2019-04-01 14:43:52 +01:00
moz-wptsync-bot c847e9e2b4 Bug 1536274 [wpt PR 15261] - Update wpt metadata, a=testonly
wpt-pr: 15261
wpt-type: metadata
2019-04-01 14:43:52 +01:00
autofoolip 95deec78d7 Bug 1536274 [wpt PR 15261] - Update interfaces/webrtc.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/webrtc.idl (#15261)

Source: https://github.com/tidoust/reffy-reports/blob/e0218fe/whatwg/idl/webrtc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506822321
--

wpt-commits: 761083b5d4a9ca5bd58912d1b93d24d6b4b51747
wpt-pr: 15261
2019-04-01 14:43:51 +01:00
autofoolip aca55439f7 Bug 1536270 [wpt PR 15853] - Update interfaces/wake-lock.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/wake-lock.idl (#15853)

Source: https://github.com/tidoust/reffy-reports/blob/e0218fe/whatwg/idl/wake-lock.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506822321
--

wpt-commits: dc6189dff0a548a26f8a7ae347ddd80b71017f87
wpt-pr: 15853
2019-04-01 14:43:51 +01:00
autofoolip 026b343a2e Bug 1536267 [wpt PR 15869] - Update interfaces/mediacapture-depth.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/mediacapture-depth.idl (#15869)

Source: https://github.com/tidoust/reffy-reports/blob/e0218fe/whatwg/idl/mediacapture-depth.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506822321
--

wpt-commits: 7fbe7f86219c9b41d15ed3c6af574f6fd45e226c
wpt-pr: 15869
2019-04-01 14:43:51 +01:00
autofoolip b460015001 Bug 1536265 [wpt PR 15867] - Update interfaces/generic-sensor.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/generic-sensor.idl (#15867)

Source: https://github.com/tidoust/reffy-reports/blob/e0218fe/whatwg/idl/generic-sensor.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506822321
--

wpt-commits: c96dccf9a11965a17104d87c06f9f7a1641cdfc9
wpt-pr: 15867
2019-04-01 14:43:50 +01:00
moz-wptsync-bot b4b77de256 Bug 1536263 [wpt PR 15866] - Update wpt metadata, a=testonly
wpt-pr: 15866
wpt-type: metadata
2019-04-01 14:43:50 +01:00
autofoolip e8c5e29064 Bug 1536263 [wpt PR 15866] - Update interfaces/css-pseudo.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/css-pseudo.idl (#15866)

Source: https://github.com/tidoust/reffy-reports/blob/f9f5de5/whatwg/idl/css-pseudo.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506872416
--

wpt-commits: adde865cf8f62bacef4f4714c810c947b91e2ab8
wpt-pr: 15866
2019-04-01 14:43:50 +01:00
autofoolip 257b3bd432 Bug 1536260 [wpt PR 15865] - Update interfaces/css-layout-api.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/css-layout-api.idl (#15865)

Source: https://github.com/tidoust/reffy-reports/blob/f9f5de5/whatwg/idl/css-layout-api.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506872416
--

wpt-commits: ca38819683ae8815d1ea927d509222ca9819afff
wpt-pr: 15865
2019-04-01 14:43:49 +01:00
autofoolip f6d6b0afd6 Bug 1536257 [wpt PR 15868] - Update interfaces/keyboard-lock.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/keyboard-lock.idl (#15868)

Source: https://github.com/tidoust/reffy-reports/blob/e0218fe/whatwg/idl/keyboard-lock.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506822321
--

wpt-commits: 156e0e6d990548671dff7aa98f120db47e4666d1
wpt-pr: 15868
2019-04-01 14:43:49 +01:00
moz-wptsync-bot aab8808a02 Bug 1535940 [wpt PR 15815] - Update wpt metadata, a=testonly
wpt-pr: 15815
wpt-type: metadata
2019-04-01 14:43:48 +01:00
Anne van Kesteren 387ab29579 Bug 1535940 [wpt PR 15815] - HTML: BarProp objects, a=testonly
Automatic update from web-platform-tests
HTML: BarProp objects

For https://github.com/whatwg/html/issues/2579.
--

wpt-commits: d256b6d90b9ae7ed23a2460d27e5bcd47a0ac6a9
wpt-pr: 15815
2019-04-01 14:43:48 +01:00
Sam Sneddon c978b31d2c Bug 1536255 [wpt PR 15870] - Add manifest.TypeData.to_json to compute a TypeData's JSON obj, a=testonly
Automatic update from web-platform-tests
Add manifest.TypeData.to_json to compute a TypeData's JSON obj (#15870)

If we're still using TypeData.json_data, we don't need to create
a new object here.
--

wpt-commits: 7cc1301eaf905c0cb5fa32b4bc9252943ecdf6f4
wpt-pr: 15870
2019-04-01 14:43:48 +01:00
Sam Sneddon 4abcf2a025 Bug 1536247 [wpt PR 15862] - Fix git manifest generation to actually find local changes, a=testonly
Automatic update from web-platform-tests
Fix manifest.vcs.Git._local_changes to actually work

--
Avoid splitting too much in manifest.vcs.Git.__iter__

--

wpt-commits: 08018d794d0020bbc1d0ec41897762e41f07c6ec, 554d5946c21a7dbe7886d75727e0cf79475e6bf3
wpt-pr: 15862
2019-04-01 14:43:47 +01:00
moz-wptsync-bot ab77fad0ec Bug 1536245 [wpt PR 15860] - Update wpt metadata, a=testonly
wpt-pr: 15860
wpt-type: metadata
2019-04-01 14:43:47 +01:00
autofoolip e608f92e95 Bug 1536245 [wpt PR 15860] - Update interfaces/clipboard-apis.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/clipboard-apis.idl (#15860)

Source: https://github.com/tidoust/reffy-reports/blob/e0218fe/whatwg/idl/clipboard-apis.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506822321
--

wpt-commits: a551ea90bb389818061a52c959268ddfb3673b36
wpt-pr: 15860
2019-04-01 14:43:47 +01:00
autofoolip ed820d3c75 Bug 1536241 [wpt PR 15857] - Update interfaces/DOM-Parsing.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/DOM-Parsing.idl (#15857)

Source: https://github.com/tidoust/reffy-reports/blob/e0218fe/whatwg/idl/DOM-Parsing.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506822321
--

wpt-commits: 488f4440d07c85319ee4f34c1021f69f20e6f9a3
wpt-pr: 15857
2019-04-01 14:43:46 +01:00
autofoolip 921112f20b Bug 1536239 [wpt PR 15858] - Update interfaces/FileAPI.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/FileAPI.idl (#15858)

Source: https://github.com/tidoust/reffy-reports/blob/e0218fe/whatwg/idl/FileAPI.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506822321
--

wpt-commits: ab39cab6da1b42e5f039533300211adeb6d6bb63
wpt-pr: 15858
2019-04-01 14:43:46 +01:00
moz-wptsync-bot 7e4d25adca Bug 1536234 [wpt PR 15859] - Update wpt metadata, a=testonly
wpt-pr: 15859
wpt-type: metadata
2019-04-01 14:43:46 +01:00
autofoolip 3837daf209 Bug 1536234 [wpt PR 15859] - Update interfaces/IndexedDB.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/IndexedDB.idl (#15859)

Source: https://github.com/tidoust/reffy-reports/blob/e0218fe/whatwg/idl/IndexedDB.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506822321
--

wpt-commits: 615dabe3f9a0bbc7b4424002d3dd1bbf08113e8c
wpt-pr: 15859
2019-04-01 14:43:45 +01:00
Ms2ger 641889c329 Bug 1536231 [wpt PR 15833] - Add a timing test for WebAssembly.instantiateStreaming., a=testonly
Automatic update from web-platform-tests
Add a timing test for WebAssembly.instantiateStreaming.

--

wpt-commits: 60b4c15e84d9cee4f6a138793aed21dddd2a995c
wpt-pr: 15833
2019-04-01 14:43:45 +01:00
moz-wptsync-bot 5abf3f727b Bug 1533736 [wpt PR 15671] - Update wpt metadata, a=testonly
wpt-pr: 15671
wpt-type: metadata
2019-04-01 14:43:45 +01:00
Sam Sneddon 1d28c3a4c8 Bug 1533736 [wpt PR 15671] - Fix a bunch of universal failures in css/CSS2, a=testonly
Automatic update from web-platform-tests
Fix c5510-padn-000-ref.xht to use same text color as test

--
Fix white-space-003.xht to use same wording as shared ref

--
Define margin for white-space-pre-element-001.xht

--
Alter margin in white-space-processing-040.xht

--
Merge pull request #15671 from gsnedders/css2-fixes

Fix a bunch of universal failures in css/CSS2
--

wpt-commits: 9a1e0b67b2f62569fc1185c869a5b01b48d1be70, f38bb3b176a1718d25ae7207f21d29a1682dddf0, 530a5b80bb6c2fb17763c32b64c6dda6201ee203, c9cc69953533a15712013c979a5cb33697d3567a, 24c8b9e1fe0cf1cb07c4314b1b6f3b15699634ef
wpt-pr: 15671
2019-04-01 14:43:44 +01:00
Tavmjong Bah e9ddaf4ede Bug 1536226 [wpt PR 15118] - WIP Add basic 'text-anchor' tests., a=testonly
Automatic update from web-platform-tests
Add basic 'text-anchor' tests. WIP

--
Merge pull request #15118 from Tavmjong/text-anchor

WIP Add basic 'text-anchor' tests.
--

wpt-commits: 0de14e23fdcc1a931c543c5d1965aceddb95c398, ef203a995b71ddee7f7252ec555d8fcc301c5026
wpt-pr: 15118
2019-04-01 14:43:44 +01:00
Sam Sneddon b972d1435a Bug 1536223 [wpt PR 15842] - Drop item.meta_key as we only need hashes to depend on test ID, a=testonly
Automatic update from web-platform-tests
Drop item.meta_key as we only need hashes to depend on test ID

We used to rely on hash(item) changing to update the manifest; we
haven't had that (dubious) behaviour in many years now, so all this
can go.

--
fixup! Drop item.meta_key as we only need hashes to depend on test ID

--

wpt-commits: 702c8f03a81135e52341a3a288d055f086f90b6f, 96dd05afd40377e90acd1da0599846be65fa8001
wpt-pr: 15842
2019-04-01 14:43:44 +01:00
moz-wptsync-bot a1c0fd516a Bug 1536218 [wpt PR 15510] - Update wpt metadata, a=testonly
wpt-pr: 15510
wpt-type: metadata
2019-04-01 14:43:43 +01:00
L. David Baron 92b020c8bc Bug 1536218 [wpt PR 15510] - Add one test for "Update the Rendering" section of HTML., a=testonly
Automatic update from web-platform-tests
Add one test for "Update the Rendering" section of HTML. (#15510)

I'm hoping to write a bunch of tests for this section, as part of the
investigation of w3ctag/design-reviews#72, and this is the first one.
It tests that request animation frame callbacks happen in the correct
order across multiple documents.

Gecko, Chromium, and WebKit all fail in different (and nondeterministic)
ways, although I've seen occasional passes.
--

wpt-commits: 9e96f63ccd0a6e2f5f6511ff1aa8aaaa708b494f
wpt-pr: 15510
2019-04-01 14:43:43 +01:00