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

599864 Коммитов

Автор SHA1 Сообщение Дата
Martin Stransky 5753c81b38 Bug 1466775 - [Wayland] Configure WebRender on X11, r=jhorak
MozReview-Commit-ID: ChXp7m5XeOI

--HG--
extra : rebase_source : 3b00ba11aad25be75e33138fefa4285b1b19ae21
2018-06-05 11:35:45 +02:00
Kartikaya Gupta ac099e5073 Bug 1467267 - Expand fuzzy range to cover new failures. r=Gankro
MozReview-Commit-ID: CgIeuEp7cv2

--HG--
extra : rebase_source : ad0b27fa702ba8cf75ec3996bb479d4a2489a39d
2018-06-11 08:24:45 -04:00
Coroiu Cristina c76e510e20 Merge mozilla-central to autoland a=merge on a CLOSED TREE 2018-06-12 12:24:54 +03:00
Coroiu Cristina 4b2243fe17 Merge mozilla-inbound to mozilla-central a=merge 2018-06-12 12:19:21 +03:00
Dorel Luca 05f09702e7 Backed out changeset a2e4bbd59dc7 (bug 1465936) for Web Platform test failures on css/css-contain/contain-paint-005.html 2018-06-12 11:59:32 +03:00
Dorel Luca 1719a7ad5a Backed out changeset 0c800e84c991 (bug 1467039) for Spidermonkey failure. CLOSED TREE 2018-06-12 08:29:01 +03:00
Dorel Luca f7a26a560f Backed out changeset 71ed3b0b1013 (bug 1467337) for build bustage. CLOSED TREE 2018-06-12 08:28:40 +03:00
Csoregi Natalia 0300566d26 Backed out changeset 1fc7ea54cf4c (bug 1467249) for jstests check failures. CLOSED TREE 2018-06-12 07:46:24 +03:00
Emilio Cobos Álvarez fea940533b Bug 1468266: Fix servo build and tidy lints. r=me
MozReview-Commit-ID: G1iVniPvdJw
2018-06-11 16:45:26 -07:00
Emilio Cobos Álvarez 17a0e1807b Bug 1468266: Revendor rust dependencies. r=me
MozReview-Commit-ID: 2MFU90eJr47


--HG--
rename : third_party/rust/debug_unreachable/.travis.yml => third_party/rust/new_debug_unreachable/.travis.yml
rename : third_party/rust/debug_unreachable/examples/simple.rs => third_party/rust/new_debug_unreachable/examples/simple.rs
rename : third_party/rust/debug_unreachable/tests/check.rs => third_party/rust/new_debug_unreachable/tests/check.rs
2018-06-11 16:45:09 -07:00
Emilio Cobos Álvarez 8a2c2f0531 Bug 1468266: Import style changes from Servo PR #20935. r=me
MozReview-Commit-ID: EDVRsfTKZUB
2018-06-11 16:44:40 -07:00
Ting-Yu Lin da355c78c8 Bug 1455453 - Coalesce calls to mFrame->StyleDisplay() in FloatInfo constructor. r=dholbert
MozReview-Commit-ID: 2tdsttkO6ig

--HG--
extra : rebase_source : c504042615466bfa5b93aa25fad098ed3dcd1b9b
2018-06-11 22:46:35 +08:00
Dipen Patel e9b298da8e Bug 1463936 - Set default security.pki.name_matching_mode to enforce (3) for all builds. r=jcj
MozReview-Commit-ID: CK3zoKfGfEr

--HG--
extra : rebase_source : fe20f240a66d809177d30043fd9f41682073cd34
2018-06-11 14:52:07 -07:00
Andreas Tolfsen 0be64b42c5 Bug 1467744 - Lazily import globals in Marionette. r=whimboo
Calling Cu.importGlobalProperties immediately defines the import
properties and any prototypes that they require.  Aside from CPU
overhead, this also tends to consume a lot of memory, especially
for objects with complex prototypes.  And it does this once for
every global you call it in.  This is especially a problem for
content processes, since we get this memory overhead in each and
every content process.

This patch moves Marionette to use the new
XPCOMUtils.defineLazyGlobalGetters so that symbols are constructed
only when actually needed.

MozReview-Commit-ID: 3RYWTcdO7FM

--HG--
extra : rebase_source : 0c450c8900e5de5446796b34ae4ab6bdf0fe9118
2018-06-08 13:16:29 +01:00
Ciure Andrei 2bb25fe9c6 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-06-12 00:57:21 +03:00
Ciure Andrei ae7a49e4e3 Merge inbound to mozilla-central. a=merge 2018-06-12 00:54:56 +03:00
Jan de Mooij 677cf4e568 Bug 1467496 - Simplify JSOP_LOOPENTRY handling in IonBuilder. r=bhackett 2018-06-11 10:17:58 -07:00
Mats Palmgren 1587535b76 Bug 1468089 - Add a few convenience methods to simplify consumers that are parameterized on axis. r=jfkthame 2018-06-11 15:12:17 +02:00
Botond Ballo 59adc89262 Bug 1467873 - Fix FrameMetrics::CalculateCompositedRectInCssPixels(). r=kats
- Fix the implementation to return a numerically correct result
  - Change call sites that should have instead been using
    CalculateCompositedSizeInCssPixels(), to do so
  - Rename and document to emphasize that the returned rect is in the
    CSS pixels of the content surrounding the scroll frame

MozReview-Commit-ID: GCPbA1k88rz

--HG--
extra : rebase_source : f5b937936fb84b3ae414d6cf0250add4078a9d53
2018-06-09 16:33:26 -04:00
Margareta Eliza Balazs 7151ed16d0 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-06-11 12:42:05 +03:00
Margareta Eliza Balazs bf81d741ff Merge inbound to mozilla-central. a=merge 2018-06-11 12:36:11 +03:00
Tooru Fujisawa de2a9d4928 Bug 1467403 - Remove the source notes handling for prologue bytecode. r=jandem 2018-06-11 15:09:28 +09:00
Ben Kelly 6301585f22 Bug 1467852 Align LoadInfo::mServiceWorkerTaintingSynthesized handling with other service worker fields. r=valentin 2018-06-10 18:44:38 -07:00
Daniel Holbert 3a149f2017 Bug 1450390 followup 2: regenerate wpt manifests after fixing rel="match" tag.
This commit's changes were autogenerated by this command:
  ./mach web-platform-tests --manifest-update
2018-06-10 15:11:23 -07:00
Noemi Erli ad2118e866 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-06-11 00:40:00 +03:00
Daniel Holbert 2eecfcbe24 Bug 1450390 followup: Fix incorrect rel="match" tag in reftest flexbox-abspos-child-002.html. (test-only) 2018-06-10 14:17:06 -07:00
Andreea Pavel fddd0eb3b3 Backed out changeset 938588f3dea7 (bug 1465433) for failing workers/modules/dedicated-worker-import-csp.html 2018-06-10 15:25:39 +03:00
Andreea Pavel fb9ae65849 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-06-10 12:51:28 +03:00
Andreea Pavel e6a0a192ea Merge mozilla-inbound to mozilla-central. a=merge 2018-06-10 12:47:04 +03:00
Joel Maher 50b91c0a14 Bug 1405428 - skip-if = verify on mochitests which do not pass test-verify. r=gbrown 2018-06-10 05:01:47 -04:00
moz-wptsync-bot 9cee7eb11b Bug 1467143 - [wpt-sync] Update web-platform-tests to 75c1b7437dfc0d505520de95df4a96cb16c9afcc, a=testonly
wpt-head: 75c1b7437dfc0d505520de95df4a96cb16c9afcc
wpt-type: landing
MozReview-Commit-ID: 43gQgkx7gwV
2018-06-10 09:32:56 +01:00
moz-wptsync-bot 0bbaf25f97 Bug 1465977 [wpt PR 11284] - Update wpt metadata, a=testonly
wpt-pr: 11284
wpt-type: metadata
2018-06-10 09:32:53 +01:00
Manuel Rego Casasnovas 76831cf9ca Bug 1465977 [wpt PR 11284] - [css-contain] Disable size containment for certain elements, a=testonly
Automatic update from web-platform-tests[css-contain] Disable size containment for certain elements

Text from the spec
(https://drafts.csswg.org/css-contain/#containment-size):
  "... if the element is an internal table element, or if the element
  is an internal ruby element, or if the element’s principal box
  is a non-atomic inline-level box, size containment has no effect."

The patch disables "contain: size" for internal table elements,
internal ruby elements and non-atomic inline-level boxes.

BUG=843329
TEST=external/wpt/css/css-contain/contain-size-005.html
TEST=external/wpt/css/css-contain/contain-size-006.html
TEST=external/wpt/css/css-contain/contain-size-007.html
TEST=external/wpt/css/css-contain/contain-size-008.html
TEST=external/wpt/css/css-contain/contain-size-009.html
TEST=external/wpt/css/css-contain/contain-size-010.html
TEST=external/wpt/css/css-contain/contain-size-011.html
TEST=external/wpt/css/css-contain/contain-size-012.html

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: Ie3264b5c76eb04ec97064b3da8706d840924597f
Reviewed-on: https://chromium-review.googlesource.com/1080799
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#563586}

--

wpt-commits: e2fe8bbd62a081282326d64dc2e80035799bc9fa
wpt-pr: 11284
2018-06-10 09:32:51 +01:00
moz-wptsync-bot 8e55b84f15 Bug 1466014 [wpt PR 11286] - Update wpt metadata, a=testonly
wpt-pr: 11286
wpt-type: metadata
2018-06-10 09:32:48 +01:00
Chris Nardi dd92d138ab Bug 1466014 [wpt PR 11286] - Check if a type is a sequence through idlType.generic, a=testonly
Automatic update from web-platform-testsCheck if a type is a sequence through idlType.generic

idlType.sequence was removed in https://github.com/w3c/webidl2.js/pull/175, as the same check can be achieved through `idlType.generic === "sequence"`. Move to this more updated syntax so that updating webidl2.js will require less work the next time we do it.

--

wpt-commits: b1a1415cdf23bb3dc5c2f2ccb58a7abe87b93961
wpt-pr: 11286
2018-06-10 09:32:46 +01:00
Yoav Weiss dd063563bd Bug 1466048 [wpt PR 11289] - Add Priority Hints OWNERS, a=testonly
Automatic update from web-platform-testsMerge pull request #11289 from web-platform-tests/domfarolino/priority-hints-owners

Add Priority Hints OWNERS
--

wpt-commits: 1506a167a84789048325e67dae9c9a3569e9b67b
wpt-pr: 11289
2018-06-10 09:32:44 +01:00
Anne van Kesteren 7354db48e3 Bug 1466039 [wpt PR 11288] - URL: correct instructions for testing URL's base argument, a=testonly
Automatic update from web-platform-testsURL: correct instructions for testing URL's base argument

Fixes #11287.

--

wpt-commits: bcee33ab33907cc2f21d78562603ecccde9814f9
wpt-pr: 11288
2018-06-10 09:32:41 +01:00
moz-wptsync-bot 064e37cd9d Bug 1465701 [wpt PR 11263] - Update wpt metadata, a=testonly
wpt-pr: 11263
wpt-type: metadata
2018-06-10 09:32:38 +01:00
Dominic Farolino 485e198e98 Bug 1465701 [wpt PR 11263] - Add Priority Hints support to link and img elements, a=testonly
Automatic update from web-platform-testsAdd Priority Hints support to link and img elements

This adds Priority Hints support to link and img elements under a
runtime-enabled flag. The support for link elements do not extend
<link rel=modulepreload>s due to the nature of module script fetching.
Support for this as well as script elements in general will come at a
later time due to the significant changes to the module script loading
infrastructure.

Intent to Implement: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/65lfM2f0eeM

R=kinuko@chromium.org, kouhei@chromium.org, yhirano@chromium.org, yoav@yoav.ws

Bug: 821464
Change-Id: I5ab0a114ee2b2fce9f0df6c4c5e1f7a487980d0a
Reviewed-on: https://chromium-review.googlesource.com/1067245
Commit-Queue: Dominic Farolino <domfarolino@gmail.com>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563550}

--

wpt-commits: 5aa06e74524c68cf1135dd918699f527449b25c2
wpt-pr: 11263
2018-06-10 09:32:37 +01:00
moz-wptsync-bot 328e0196f1 Bug 1465815 [wpt PR 11276] - Update wpt metadata, a=testonly
wpt-pr: 11276
wpt-type: metadata
2018-06-10 09:32:34 +01:00
Simon Pieters 01c657f957 Bug 1465815 [wpt PR 11276] - [web-animations] Fix timeout/0 tests in unsupporting browsers, a=testonly
Automatic update from web-platform-tests[web-animations] Fix timeout/0 tests in unsupporting browsers

Part of #11269.

--

wpt-commits: ee6c9d315b05a2afe40a13cbf26d3126d52c34a0
wpt-pr: 11276
2018-06-10 09:32:32 +01:00
moz-wptsync-bot a05424c391 Bug 1465764 [wpt PR 11271] - Update wpt metadata, a=testonly
wpt-pr: 11271
wpt-type: metadata
2018-06-10 09:32:30 +01:00
Simon Pieters e7d5ca782f Bug 1465764 [wpt PR 11271] - Avoid uncaught exception in iframe if WebNFC is not supported, a=testonly
Automatic update from web-platform-testsAvoid uncaught exception in iframe if WebNFC is not supported (#11271)

Part of #11269.
--

wpt-commits: dcdd59c1c0902c1a3fa79ab4ead6321f26ddc4bd
wpt-pr: 11271
2018-06-10 09:32:28 +01:00
Hiroki Nakagawa 769d97acf1 Bug 1465433 [wpt PR 11248] - Worker: Add CSP tests for ES Modules on dedicated workers, a=testonly
Automatic update from web-platform-testsWorker: Add CSP tests for ES Modules on dedicated workers

Bug: 680046
Change-Id: I066d4b7750bbec00397466daac48e9d0a2ba70c0
Reviewed-on: https://chromium-review.googlesource.com/1078947
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563531}

--

wpt-commits: 5679faa7a5a475724abb5bb0a3d377c4a961cbee
wpt-pr: 11248
2018-06-10 09:32:25 +01:00
moz-wptsync-bot 238d226636 Bug 1465647 [wpt PR 11259] - Update wpt metadata, a=testonly
wpt-pr: 11259
wpt-type: metadata
2018-06-10 09:32:22 +01:00
Ella Ge 0d75c2f627 Bug 1465647 [wpt PR 11259] - remove createTouchList, a=testonly
Automatic update from web-platform-testsremove createTouchList

This Cl removes document.createTouchList and related tests.

Use count is drop to a safer value, ready to remove in M69.
UseCounter:
https://www.chromestatus.com/metrics/feature/timeline/popularity/2368

intent to deprecate and Remove:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/GLbUpUUnQzc

PR to touch-events spec:
https://github.com/w3c/touch-events/pull/96

Bug: 518868
Change-Id: Ia4451d0d32bf5bbb6d9c9c543ac77187c5161b42
Reviewed-on: https://chromium-review.googlesource.com/1055799
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Reviewed-by: Bo <boliu@chromium.org>
Reviewed-by: David Bokan <bokan@chromium.org>
Reviewed-by: Rick Byers <rbyers@chromium.org>
Commit-Queue: Ella Ge <eirage@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563490}

--

wpt-commits: 8e1adf3ff681a013968a3fd6b3115c44587babec
wpt-pr: 11259
2018-06-10 09:32:21 +01:00
moz-wptsync-bot f5629fe0c1 Bug 1454210 [wpt PR 10478] - Update wpt metadata, a=testonly
wpt-pr: 10478
wpt-type: metadata
2018-06-10 09:32:18 +01:00
Chris Nardi afd7a3de34 Bug 1454210 [wpt PR 10478] - Correct serialization of URL in background-332.html, a=testonly
Automatic update from web-platform-testsCorrect serialization of URL in background-332.html (#10478)

* Correct serialization of URL in background-332.html

According to https://drafts.csswg.org/cssom/#serialize-a-url, the serialization of a URL always includes double-quotes, and per https://drafts.csswg.org/css-values/#relative-urls, if a URL appears in a computed style, it is resolved to an absolute URL. Adjust background-332.html to match the spec, and update the test description to clarify the computed style is being tested.

--

wpt-commits: b792706b1001a1e8d93b26e8cea341ecffe8417e
wpt-pr: 10478
2018-06-10 09:32:16 +01:00
Hiroki Nakagawa e68459caac Bug 1465794 [wpt PR 11274] - Worker: Change the default credentials option from 'omit' to 'same-origin', a=testonly
Automatic update from web-platform-testsWorker: Change the default credentials option from 'omit' to 'same-origin'

This is a follow-up for the spec change:
https://github.com/whatwg/html/pull/3656

Note that ES Modules for dedicated workers is still behind the flag and this
change doesn't affect applications in the real world.

Bug: 848247
Change-Id: I25083f3f11f9d13663e16e2f4c137095e9b12b01
Reviewed-on: https://chromium-review.googlesource.com/1080668
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563465}

--

wpt-commits: 72c7cfed684554c0d65b7a33d413df9ae1c5999f
wpt-pr: 11274
2018-06-10 09:32:13 +01:00
moz-wptsync-bot bd0b6c5792 Bug 1438730 [wpt PR 9553] - Update wpt metadata, a=testonly
wpt-pr: 9553
wpt-type: metadata
2018-06-10 09:32:11 +01:00