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

666350 Коммитов

Автор SHA1 Сообщение Дата
Nicholas Nethercote b634df9005 Bug 1573720 - Convert dom.storage.default.quota to a static pref. r=mccr8
This one was VarCached to two different variables in two different modules.

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

--HG--
extra : moz-landing-system : lando
2019-08-15 05:31:38 +00:00
Nicholas Nethercote 048727ff15 Bug 1573720 - Convert canvas.image.cache.limit to a static pref. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D41919

--HG--
extra : moz-landing-system : lando
2019-08-15 05:31:24 +00:00
Nicholas Nethercote e3f4932e1c Bug 1573720 - Convert dom.mapped_arraybuffer.enabled to a static pref. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D41918

--HG--
extra : moz-landing-system : lando
2019-08-15 05:31:10 +00:00
Nicholas Nethercote 735faa5294 Bug 1573720 - Convert intl.charset.fallback.tld to a static pref. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D41917

--HG--
extra : moz-landing-system : lando
2019-08-15 05:30:56 +00:00
Nicholas Nethercote 14e8c9129a Bug 1573720 - Convert layers.force-active to a static pref. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D41916

--HG--
extra : moz-landing-system : lando
2019-08-15 05:30:37 +00:00
Markus Stange 54166343c6 Bug 1573668 - Add MacIOSurface::GetAsDrawTargetLocked. r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D41844

--HG--
extra : moz-landing-system : lando
2019-08-15 04:54:57 +00:00
Markus Stange 352f3971ce Bug 1573668 - Teach MacIOSurface about the kCVPixelFormatType_32BGRA pixel format. r=mattwoodrow
Depends on D41843

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

--HG--
extra : moz-landing-system : lando
2019-08-15 03:33:58 +00:00
Mike Hommey 8d5dc26045 No bug - Bustage fix for Windows gn builds. r=me
MANUAL PUSH: This fixes bustage on inbound on a CLOSED TREE.
2019-08-15 12:25:32 +09:00
Emilio Cobos Álvarez c3325072d0 Bug 1567094 - Make GetVisitedDependentColor const-friendly. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D41934

--HG--
extra : moz-landing-system : lando
2019-08-15 03:01:01 +00:00
Emilio Cobos Álvarez cbf082a263 Bug 1567094 - Rename some arguments to avoid being unnecessarily verbose. r=jrmuizel
ComputedStyle* aComputedStyle doesn't provide any extra value over just aStyle.

Lots of these should be const and what not, oh well.

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

--HG--
extra : moz-landing-system : lando
2019-08-15 03:01:01 +00:00
Emilio Cobos Álvarez 5bc7d1be4c Bug 1567094 - Fix non-unified build in nsCSSRendering.cpp. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D41932

--HG--
extra : moz-landing-system : lando
2019-08-15 03:01:01 +00:00
Mats Palmgren a74c7c2d43 Bug 1574123 - Use nsLayoutUtils::GetMarkerFrame() more to avoid manual null-checks. r=emilio
(This basically addresses the review comments that I missed in
bug 1105868 part 4. My bad.)

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

--HG--
extra : moz-landing-system : lando
2019-08-15 14:23:37 +00:00
Boris Zbarsky bb28e110f5 Bug 1573589. Be more explicit about propagating the "current runnable's global" through nested event loops in workers. r=baku
Some worker debugger runnables (the ones that want to evaluate script against a
debugger sandbox) depend on the JSContext being in a particular Realm before
they run, but don't really store which Realm that should be.  Instead of
propagating that state via the current Realm of the JSContext across nested
event loops, we want to propagate it explicitly.

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

--HG--
extra : moz-landing-system : lando
2019-08-15 12:51:58 +00:00
Ryan Hunt 4b3e79c17f Bug 1573815 - Wasm: Report OOM correctly in 'ref.func' r=lth
WasmInstance::funcRef has 'FailureMode::FailOnInvalidRef' so it looks like we
just need to report the OOM and return InvalidRef.

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

--HG--
extra : moz-landing-system : lando
2019-08-15 14:21:28 +00:00
Micah Tigley 5dcfae24aa Bug 1573593 - Show a link to account/device management next to the Lockwise "Syncing to X Devices" label r=johannh,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D41951

--HG--
extra : moz-landing-system : lando
2019-08-15 14:11:17 +00:00
Emilio Cobos Álvarez d47ef2a1b7 Bug 1572526 - Move a bunch of code that's only called by HTMLLinkElement out of Link.cpp. r=bzbarsky
Seems like a more logical place for it to live.

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

--HG--
extra : moz-landing-system : lando
2019-08-15 14:10:08 +00:00
Emilio Cobos Álvarez 66c0a4fa9b Bug 1572246 - Make <link> always unvisited. r=bzbarsky
Intent email: https://groups.google.com/d/msg/mozilla.dev.platform/1NP6oJzK6zg/ftAz_TajAAAJ

For now do the obvious check rather than bigger refactorings, since we keep them
matching :link or not depending on whether they have an href.

I'll file an HTML spec issue about not making them traversable, and a MathML
issue about the craziness that it is that almost all MathML elements can be
links.

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

--HG--
extra : moz-landing-system : lando
2019-08-15 14:10:07 +00:00
Edgar Chen 2f35a00ad6 Bug 1573842 - Don't report use counters for resource document; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D41976

--HG--
extra : moz-landing-system : lando
2019-08-15 13:34:57 +00:00
Emilio Cobos Álvarez 4be851e345 Bug 1574148 - Update itertools in the style crate.
It was updated in Servo long ago.

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

--HG--
extra : moz-landing-system : lando
2019-08-15 13:31:47 +00:00
Emilio Cobos Álvarez 3a60b58080 Bug 1574148 - Fix Servo build and unify display representation.
Differential Revision: https://phabricator.services.mozilla.com/D42130

--HG--
extra : moz-landing-system : lando
2019-08-15 13:31:44 +00:00
Emilio Cobos Álvarez 3fb09c923b Bug 1574148 - Fix formatting of recent changes.
Differential Revision: https://phabricator.services.mozilla.com/D42129

--HG--
extra : moz-landing-system : lando
2019-08-15 13:31:37 +00:00
Emilio Cobos Álvarez 7455082edb Bug 1574148 - Cherry-pick some Servo build/formatting fixes.
Differential Revision: https://phabricator.services.mozilla.com/D42128

--HG--
extra : moz-landing-system : lando
2019-08-15 13:31:36 +00:00
Mike Hommey ace4568daa Bug 1573435 - Use toolchain fetches for all remaining toolchain uses, part 2. r=nalexander
This part removes the use_toolchains transform, and adjusts all task
definitions accordingly.

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

MANUAL PUSH: avoid closing autoland while docker images and toolchains
are rebuilt.
2019-08-15 11:22:23 +09:00
Mike Hommey c173540215 Bug 1573435 - Use toolchain fetches for all remaining toolchain uses. r=nalexander
The remaining uses all need adjustements to in-tree mozconfigs, so they
all need to be done at once.

However, to make things slightly more intelligible, we do this in two
steps. This is step 1: we modify the use_toolchain transform to take care of
the transformation, while keeping the task definitions intact, so that
we only deal with mozconfig and build script adjustements here.

Differential Revision: https://phabricator.services.mozilla.com/D41890
2019-08-15 11:21:52 +09:00
Mike Hommey 57a88cbf46 Bug 1573435 - Use toolchain fetches for source-test builds. r=nalexander
While here, use GECKO_PATH instead of $HOME/checkouts/gecko.

Differential Revision: https://phabricator.services.mozilla.com/D41889
2019-08-15 11:21:51 +09:00
Mike Hommey 6257ba9912 Bug 1573435 - Use toolchain fetches for spidermonkey builds. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D41739
2019-08-15 11:21:50 +09:00
Mike Hommey 9b57b7f93c Bug 1573435 - Use toolchain fetches for hazard builds. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D41738
2019-08-15 11:21:49 +09:00
Mike Hommey 8cd0a0666a Bug 1573435 - Use toolchain fetches for openh264 tasks. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D41737
2019-08-15 11:21:48 +09:00
Mike Hommey 06bb7968b8 Bug 1573435 - Use toolchain fetches for diffoscope tasks. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D41736
2019-08-15 11:21:47 +09:00
Mike Hommey f614b1329d Bug 1469697 - Use run-task transform for hazard tasks. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D41726
2019-08-15 11:21:46 +09:00
Mike Hommey ab2269d011 Bug 1469697 - s/GECKO_DIR/GECKO_PATH/ for hazard build scripts. r=nalexander
Most other tasks use GECKO_PATH, as that's what run-task uses.

Differential Revision: https://phabricator.services.mozilla.com/D41725
2019-08-15 11:21:45 +09:00
Mike Hommey fb26d1619a Bug 1469697 - Use run-task transform for spidermonkey tasks. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D41724
2019-08-15 11:21:44 +09:00
Mike Hommey 544b89776a Bug 1573378 - Use the default MOZ_FETCHES_DIR in toolchain tasks. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D41712
2019-08-15 11:21:43 +09:00
Mike Hommey 639908c191 Bug 1573378 - Make build-clang independent of what MOZ_FETCHES_DIR resolves to. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D41711
2019-08-15 11:21:42 +09:00
Mike Hommey f56829593a Bug 1573375 - Normalize paths run-task sets in the environment on Windows. r=tomprince
Using forward slash for better support in shell scripts.

Differential Revision: https://phabricator.services.mozilla.com/D41707
2019-08-15 11:21:41 +09:00
Mike Hommey 94532ae09f Bug 1573375 - Wrap fetch-content output in run-task. r=tomprince
Like the output from other subcommands.

Differential Revision: https://phabricator.services.mozilla.com/D41706
2019-08-15 11:21:40 +09:00
moz-wptsync-bot 81d81a790f Bug 1573800 - [wpt-sync] Update web-platform-tests to 3db7e8efd19657f6b30fdb7ad7bf7d0f651214fc, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 3db7e8efd19657f6b30fdb7ad7bf7d0f651214fc
wpt-type: landing
2019-08-15 02:17:03 +00:00
Eric Willigers 15704e1a38 Bug 1573708 [wpt PR 18412] - Move computed transition-timing-function test, a=testonly
Automatic update from web-platform-tests
Move computed transition-timing-function test (#18412)

The test for transition-timing-function computed
value should be under CSS Transitions, not
CSS Animations.
--

wpt-commits: 3db7e8efd19657f6b30fdb7ad7bf7d0f651214fc
wpt-pr: 18412


--HG--
rename : testing/web-platform/tests/css/css-animations/parsing/transition-timing-function-computed.html => testing/web-platform/tests/css/css-transitions/parsing/transition-timing-function-computed.html
2019-08-15 02:17:03 +00:00
moz-wptsync-bot e006d08a64 Bug 1573483 [wpt PR 14994] - Update wpt metadata, a=testonly
wpt-pr: 14994
wpt-type: metadata
2019-08-15 02:17:03 +00:00
Simon Pieters b9d6703d74 Bug 1573483 [wpt PR 14994] - [css-ui] Test appearance: textfield, a=testonly
Automatic update from web-platform-tests
[css-ui] Test appearance: textfield

Follows https://github.com/w3c/csswg-drafts/pull/3544

--

wpt-commits: 9f01716569ae5dfd79675ea55718e48017d077a8
wpt-pr: 14994
2019-08-15 02:17:02 +00:00
Mike Pennisi 74b44b8672 Bug 1572834 [wpt PR 18358] - [docs] Consolidate and improve information on test organization, a=testonly
Automatic update from web-platform-tests
[docs] Reorganize content on test organization

Consolidate content in the README and the comprehensive project
documentation.

--
[docs] Extend list of shared resource directories

--
[docs] Add hyperlinks

--

wpt-commits: 78fe39d8a9f88abbf26ff571fa6ce49ae0c56c25, 9d37ca75bc4b5fca60d267d422ccfa02bd3b93f4, d358ae4d7bd3f703d3adf09d5d6baa04f3367cce
wpt-pr: 18358
2019-08-15 02:17:02 +00:00
autofoolip 4274cacb19 Bug 1572920 [wpt PR 18369] - Update interfaces/dom.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/dom.idl

Source: https://github.com/tidoust/reffy-reports/blob/3336bd0/whatwg/idl/dom.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/570123391

--

wpt-commits: 70c9ba9d0c18220f41eeca6686325414798b1420
wpt-pr: 18369
2019-08-15 02:17:01 +00:00
Ms2ger a5fd61aa5e Bug 1572748 [wpt PR 18355] - Remove reference to Reviewable in the test review policy, a=testonly
Automatic update from web-platform-tests
Remove reference to Reviewable in the test review policy
--
Don't recommend strongly.
--

wpt-commits: ca4839a06320f3452951a7579f16743cc561598b, 27caa8b336e166c8a4017cb4b619803725b1200d
wpt-pr: 18355
2019-08-15 02:17:01 +00:00
moz-wptsync-bot f1a9a63693 Bug 1572990 [wpt PR 18376] - Update wpt metadata, a=testonly
wpt-pr: 18376
wpt-type: metadata
2019-08-15 02:17:00 +00:00
Eric Willigers eab472e204 Bug 1572990 [wpt PR 18376] - [css-logical] WPTs for inset parsing, a=testonly
Automatic update from web-platform-tests
[css-logical] WPTs for inset parsing

inset is one to four values, each auto or a length-percentage.
https://drafts.csswg.org/css-logical/#propdef-inset

Change-Id: I3f1599e200fec16a709cc6404246a28c404805b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1747488
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686337}

--

wpt-commits: 3b5944691d24e19a3937671885abb749334e8d45
wpt-pr: 18376
2019-08-15 02:17:00 +00:00
moz-wptsync-bot 05dabcb5c0 Bug 1572780 [wpt PR 18345] - Update wpt metadata, a=testonly
wpt-pr: 18345
wpt-type: metadata
2019-08-15 02:16:59 +00:00
Nicolás Peña Moreno c14baae984 Bug 1572780 [wpt PR 18345] - [ElementTiming] Fix background image loadTime, a=testonly
Automatic update from web-platform-tests
[ElementTiming] Fix background image loadTime

This change adds a map |background_image_timestamps_| of load timestamps of
background images tracked by StyleFetchedImage, which are the background images
with url. The map only tracks the load time, as |images_notified_| must still be
used to track the background image paints. Otherwise we'd only report an entry
per background image even when applied to multiple elements.

This change also makes computations a bit more efficient by only calling
base::TimeTicks::Now() on the first time we load an entry. It also fixes a
problem of calling Set() in between usages of an iterator, which is not allowed.
Before this change, the added test would crash due to this problem.

Bug: 879270, 986891
Change-Id: I86640f5587f69f94e13c429f3e55b3d5d6978cc0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745497
Reviewed-by: Steve Kobes <skobes@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686176}

--

wpt-commits: 1d8fa760f9999ef13baa4c267bf042b7b4122789
wpt-pr: 18345
2019-08-15 02:16:59 +00:00
Jacob DeWitt 614b7a6bc9 Bug 1573257 [wpt PR 18338] - Recreate XRInputSource when profiles change., a=testonly
Automatic update from web-platform-tests
Recreate XRInputSource when profiles change.

Based on discussion at https://github.com/immersive-web/webxr/issues/783 ,
we are confident this will become a requirement in the WebXR spec.

Also update the OpenVR render loop to re-send the input source description
when the profiles array is updated.

Bug: 989244
Change-Id: I77bb2b15d894fe41c532235b062163bdc87a4ea2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744663
Reviewed-by: Brian Sheedy <bsheedy@chromium.org>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Commit-Queue: Jacob DeWitt <jacde@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686103}

--

wpt-commits: f6819af5e6f4fa46c3c325faf2cfb060b2ac7914
wpt-pr: 18338
2019-08-15 02:16:58 +00:00
moz-wptsync-bot f82d75d6c2 Bug 1568104 [wpt PR 17989] - Update wpt metadata, a=testonly
wpt-pr: 17989
wpt-type: metadata
2019-08-15 02:16:58 +00:00
Lily Chen ff4e368caa Bug 1568104 [wpt PR 17989] - Port WebSocket 3p-cookie-blocking web tests to wpt_internal, a=testonly
Automatic update from web-platform-tests
Port WebSocket 3p-cookie-blocking web tests to wpt_internal

(For context, see https://crrev.com/c/1691522.)

The new requirement that SameSite=None cookies must be Secure made it
impossible to properly test third party cookies on WebSocket because
the web_test runner does not have a wss server. This CL ports those
tests, formerly in web_tests/http/tests/security/cookies/websocket/,
to web_tests/wpt_internal/websocket-cookies/.

Bug: none
Change-Id: Ifc6d2d78a84aa6c93e297dc71b3595108a18f179
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1713670
Commit-Queue: Lily Chen <chlily@chromium.org>
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686071}

--

wpt-commits: 990925e0c2bd9100806e7fee202911444a71a7c7
wpt-pr: 17989
2019-08-15 02:16:57 +00:00