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

660265 Коммитов

Автор SHA1 Сообщение Дата
moz-wptsync-bot 40674a5814 Bug 1561193 - [wpt-sync] Update web-platform-tests to 8b045d6e3d77fffcfb4096697c9665225294efea, a=testonly
wpt-head: 8b045d6e3d77fffcfb4096697c9665225294efea
wpt-type: landing
2019-07-15 11:37:54 +00:00
Tom McKee e0c50a070a Bug 1557423 [wpt PR 17208] - [UserTimingL3] Replace SyntaxError with TypeError., a=testonly
Automatic update from web-platform-tests
[UserTimingL3] Replace SyntaxError with TypeError.

The User Timing L3 specification requires TypeErrors to be thrown when
calls to `performance.measure()` are malformed. The User Timing L2
specification used SyntaxErrors for similar error conditions.

This CL changes our use of SyntaxError to TypeError when L3 conformance
is active.

Bug: 953960
Change-Id: I87bb0717687f4a3b149eaeb6fc190fa9a98d1f9b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1647342
Reviewed-by: Liquan (Max) Gu <maxlg@chromium.org>
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Auto-Submit: Tom McKee <tommckee@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#668488}

--

wp5At-commits: 27782199136cf350e2dd698856627821a60d712b
wpt-pr: 17208
2019-07-15 11:37:54 +00:00
Luke Zielinski 372351c012 Bug 1558842 [wpt PR 17298] - Update some webvtt tests to load Ahem as a web font., a=testonly
Automatic update from web-platform-tests
Update some webvtt tests to load Ahem as a web font. (#17298)

These were mistakenly identified as regressions in #17205 but they were
actually already failing, so they can be submitted as they are.
--

wp5At-commits: 03d74b2427e01f1a72f8aae5bc9739230791aea1
wpt-pr: 17298
2019-07-15 11:37:53 +00:00
Eric Willigers 6a2fe15f3b Bug 1558582 [wpt PR 17271] - CSS: Test computed value for CSS Text properties, a=testonly
Automatic update from web-platform-tests
CSS: Test computed value for CSS Text properties

Web Platform Tests for computed values of CSS Text properties
https://drafts.csswg.org/css-text-3/#property-index

Change-Id: I52b3de169752db63c96c8662819d3b8a1141d721
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653608
Auto-Submit: Eric Willigers <ericwilligers@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#668423}

--

wp5At-commits: 293630965d1396176e0fc18e862ea3705c403c27
wpt-pr: 17271
2019-07-15 11:37:53 +00:00
Razvan Maries e68758765e Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-07-15 12:35:40 +03:00
Alexandre Poirot 2a463d6bff Bug 1388054 - Stop using Promise.jsm from devtools/shared/defer. r=jryans 2019-07-14 19:46:32 -07:00
Mirko Brodesser 2f40f072ab Bug 1565584: move `nsIContentUtils::ContentIsDescendantOf` to `nsINode::IsInclusiveDescendantOf`. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D37880
2019-07-15 10:02:21 +02:00
Coroiu Cristina 8b6a45f83b Backed out changeset 6363111ee8ce (bug 1354679) for causing bug 1565833 2019-07-14 21:15:31 +03:00
Dorel Luca 2bf3b2c380 Bug 1565072 - Added WPT expectation for scroll-behavior-default-css.html r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D37877

--HG--
extra : moz-landing-system : lando
2019-07-14 12:37:35 +00:00
Jared Wein 1097f59d0b Bug 1565687 - Add back the lost event listener for the reveal-password-checkbox and add some more tests for it. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D37993

--HG--
extra : moz-landing-system : lando
2019-07-14 02:03:25 +00:00
Narcis Beleuzu cb456cb27d Backed out 6 changesets (bug 1478156) for dt failures on browser_html_tooltip_xul-wrapper.js . CLOSED TREE
Backed out changeset 5ca694230ffa (bug 1478156)
Backed out changeset fcc9123589fd (bug 1478156)
Backed out changeset 83a10c635fe9 (bug 1478156)
Backed out changeset a363971fffb0 (bug 1478156)
Backed out changeset 314855eab887 (bug 1478156)
Backed out changeset 041f51c9d4d1 (bug 1478156)

--HG--
rename : devtools/client/inspector/rules/test/browser_rules_colorpicker-appears-on-swatch-click-or-keyboard-activation.js => devtools/client/inspector/rules/test/browser_rules_colorpicker-appears-on-swatch-click.js
2019-07-14 05:32:45 +03:00
Chris Pearce d022cd1e54 Bug 1351924 - Keep separate flags for whether block-size has changed and whether percentages derived from the block-size have changed, and make better decisions about what needs reflow. r=dholbert
This reduces a bit of code complexity, fixes bugs where we weren't
reflowing enough, and optimizes additional cases that we couldn't
optimize in the past.

Co-authored-by: Chris Pearce <cpearce@mozilla.com>
Co-authored-by: L. David Baron <dbaron@dbaron.org>

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

--HG--
extra : moz-landing-system : lando
2019-07-14 01:04:31 +00:00
L. David Baron e91086dae1 Bug 1351924 - Add reftests for correctness bug fixed by this bug. r=dholbert
Co-authored-by: L. David Baron <dbaron@dbaron.org>
Co-authored-by: Chris Pearce <cpearce@mozilla.com>

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

--HG--
extra : moz-landing-system : lando
2019-07-14 01:04:29 +00:00
Maliha Islam 8029f7b024 Bug 1478156 - Make color picker tooltip screen reader accessible, r=yzen,gl
Differential Revision: https://phabricator.services.mozilla.com/D35980

--HG--
extra : moz-landing-system : lando
2019-07-13 18:37:48 +00:00
Maliha Islam 2d795ad89c Bug 1478156 - Make color picker tooltip keyboard accessible, r=yzen,gl
Differential Revision: https://phabricator.services.mozilla.com/D33331

--HG--
rename : devtools/client/inspector/rules/test/browser_rules_colorpicker-appears-on-swatch-click.js => devtools/client/inspector/rules/test/browser_rules_colorpicker-appears-on-swatch-click-or-keyboard-activation.js
extra : moz-landing-system : lando
2019-07-13 18:37:35 +00:00
Maliha Islam ff03e00a30 Bug 1478156 - Move shareable focus methods to be used for color picker accessibility, r=yzen,gl
Differential Revision: https://phabricator.services.mozilla.com/D33885

--HG--
extra : moz-landing-system : lando
2019-07-13 18:37:18 +00:00
Maliha Islam 7739643423 Bug 1478156 - Add contrast ratio annotation title and info link to color picker, r=yzen,gl
Differential Revision: https://phabricator.services.mozilla.com/D32842

--HG--
extra : moz-landing-system : lando
2019-07-13 18:37:06 +00:00
Maliha Islam fcc482964d Bug 1478156 - Add color contrast span to color picker, r=yzen,gl
Differential Revision: https://phabricator.services.mozilla.com/D32491

--HG--
extra : moz-landing-system : lando
2019-07-13 18:36:54 +00:00
Maliha Islam 0e48d4c3b4 Bug 1478156 - Move shared code to be used by color contrast feature, r=yzen,gl
Differential Revision: https://phabricator.services.mozilla.com/D32490

--HG--
extra : moz-landing-system : lando
2019-07-13 18:36:41 +00:00
Jeff Muizelaar 00f87f386d Bug 1564655. blob: Make the recording use absolute coordinates. r=nical
Currently items are painted with a context that has a transform of
-mLayerBounds.TopLeft().  This means that if TopLeft() changes the commands
will be in the wrong place because the -TopLeft() offset is baked into the
recording.

I don't think we've ever needed to support painting without this transformed
baked in so there were some infrastructure changes that needed to be made to
make this possible. Most of the problems come from the use of
gfxContext::GetClipExtents which expose the bounds of the underlying surface.
The biggest of these was fixed by the CreateClippedDrawTarget rewrite. The rest
should be handled by ensuring that the DrawTarget has bounds that are at least
as big as the union of the individual item bounds. i.e. GetClipExtents should
never intersect with bounds of the item.

This change has a couple of parts:

1. Store mLayerBounds.TopLeft() in the recording so that it will be subtracted
during replay

2. Use mLayerBounds as the Rect of the RecordingDrawTarget

3. Don't include mLayerBounds.TopLeft() in the transform during recording.

4. Adjust the dirty rect by recordingOrigin before we use it as a clip so that
it stays in the right place.

5. In PaintContainerItem the bounds parameter of PushLayer is in device space
so we need to account for the shift in the location of device space in the
DrawTargetRecording.

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

--HG--
extra : moz-landing-system : lando
2019-07-14 00:02:03 +00:00
Edwin Gao 4737b476fe Bug 1141245 - disable test_tooltip.xul on macosx1014, inheriting from previous config to disable on macosx1010 r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D37952

--HG--
extra : moz-landing-system : lando
2019-07-13 22:47:13 +00:00
Edwin Gao 12e285eb71 Bug 1514751 - disable browser_aboutdebugging_addons_manifest_url.js for macosx1014 debug r=jmaher
Changes:
- temporarily disable the test on macosx1014 as per comments in the bug

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

--HG--
extra : moz-landing-system : lando
2019-07-13 22:46:28 +00:00
Brindusan Cristian 9ca6d369e2 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-07-14 00:58:01 +03:00
Brindusan Cristian a558be5c35 Merge inbound to mozilla-central. a=merge 2019-07-14 00:54:25 +03:00
Narcis Beleuzu 83334f37bc Backed out changeset 1740dc9a710c (bug 1563233) for mochitest failures on VRManager.cpp . CLOSED TREE 2019-07-14 00:22:31 +03:00
Jeff Muizelaar 81aac9064d Bug 1563770. Always include a visible rect with blob images. r=nical
I suspect we may change things more in the future as we blob's size
just be the visible rect but this is an incremental step in the right
direction.

It also includes some changes to make sure that we always update our
tiles appropriately.

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

--HG--
extra : moz-landing-system : lando
2019-07-13 19:07:05 +00:00
Mark Banner 60f6bed06a Bug 1565315 - Fix Yandex missing from en builds when in Russian regions. r=mconnor,daleharvey
Depends on D37869

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

--HG--
extra : moz-landing-system : lando
2019-07-13 15:25:13 +00:00
Narcis Beleuzu c734f18ba1 Merge mozilla-central to autoland. CLOSED TREE 2019-07-13 21:14:55 +03:00
Brindusan Cristian 535145f197 Backed out 2 changesets (bug 1556789) on request from aryx for causing Bug 1565836. a=backout
Backed out changeset ca5fdf3a0ddd (bug 1556789)
Backed out changeset 19419ff4e756 (bug 1556789)
2019-07-13 20:52:45 +03:00
Dale Harvey baddbf2490 Bug 1565563 - Add en-US to search configurations to test. r=Standard8,mconnor
Differential Revision: https://phabricator.services.mozilla.com/D37869

--HG--
extra : moz-landing-system : lando
2019-07-13 15:25:13 +00:00
longsonr 7cf71757bf Bug 1353164 Part 1 - Remove dominant-baseline values that no longer exist r=heycam 2019-07-13 15:35:08 +01:00
Cosmin Sabou d4dd365f35 Bug 1432176 - Disable tests on ccov for frequent failures. a=testonly
--HG--
extra : amend_source : 4afdbe178ab5d01930885248bc31a7d4eac8f259
2019-07-13 16:14:55 +03:00
thomasmo aaf1d1bfa5 Bug 1563233 - Update VRManager to consume VRShMem r=kip,daoshengmu
This change replaces and removes code in VRManager that was refactored into the
new VRShMem class.

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

--HG--
extra : moz-landing-system : lando
2019-07-13 13:09:03 +00:00
Cosmin Sabou 709f785963 Merge mozilla-central to mozilla-inbound. 2019-07-13 13:05:25 +03:00
Cosmin Sabou 282dea173a Bug 1554208 - Revert expectation for font-matching-rule-009.xht because of permafails. a=testonly 2019-07-13 10:53:34 +03:00
Matthew Noorenberghe 3da7565a27 Bug 1559994 - Add notifySaved argument to promptToChangePassword on nsILoginManagerPrompter.
Differential Revision: https://phabricator.services.mozilla.com/D37974

--HG--
extra : moz-landing-system : lando
2019-07-13 06:01:51 +00:00
James Teh 07f7390618 Bug 1536227: Block safemon64.dll (360 Safeguard/360 Total Security) for causing a11y crashes. r=aklotz
Differential Revision: https://phabricator.services.mozilla.com/D27203

--HG--
extra : moz-landing-system : lando
2019-07-12 23:39:15 +00:00
Coroiu Cristina e1d724d2f5 Backed out changeset 3179c40a2a25 (bug 1563233) for wpt failures at webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html 2019-07-15 06:29:11 +03:00
Andreea Pavel edf80a9c6c Merge mozilla-central to mozilla-inbound on a CLOSED TREE 2019-07-13 00:57:12 +03:00
Andreea Pavel 3fed932eaa Merge mozilla-inbound to mozilla-central a=merge 2019-07-13 00:45:18 +03:00
Jan Andre Ikenmeyer c4f6b66520 Bug 1563859 - Enable WebRender on Linux with Nvidia hardware and Mesa drivers. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D37924

--HG--
extra : moz-landing-system : lando
2019-07-12 20:46:03 +00:00
Razvan Maries affddc7861 Backed out changeset 6e4d13741a0f (bug 1564527) for perma AddressSanitizer failures. CLOSED TREE 2019-07-13 02:05:25 +03:00
Razvan Maries 6f9d3ac151 Backed out 2 changesets (bug 1565563, bug 1565315) for perma fails on test_validate_engines.js. CLOSED TREE
Backed out changeset 2bd7c693a493 (bug 1565315)
Backed out changeset 5de764b97e6c (bug 1565563)
2019-07-13 02:01:25 +03:00
Boris Chiou e801f9fefa Bug 1562086 - Add percentage for opacity (i.e. <alpha-value>). r=emilio
The following properties accept <alpha-value> [1], which is
"<number> | <percentage>", so we update the parser, spec links, and
their web-platform-tests.
1. opacity
2. flood-opacity
3. fill-opacity
4. stroke-opacity
5. stop-opacity
6. -moz-window-opacity

Besides, shape-image-threshold [2] still only accepts <number>, so we need
to support a different version of `Opacity::parse()`.

[1] https://drafts.csswg.org/css-color/#typedef-alpha-value
[2] https://drafts.csswg.org/css-shapes/#shape-image-threshold-property

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

--HG--
extra : moz-landing-system : lando
2019-07-12 19:49:32 +00:00
Niklas Hambüchen b1eb1b43ef Bug 1564930 - Improve "XHR must not be LOADING or DONE" error messages. r=baku
The previous error message suggested that this is an internal error message
pointing out a bad state in the XHR state machine, when in fact this is
a user error (calling `overrideMimeType()` or setting `responseType()` after
`send()`).

This commit improves and disambiguates the error messages, pointing out to
the user what they did wrong, like other browsers do.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 22:51:10 +00:00
Edwin Gao a674ad2901 Bug 1555454 - migrate gtest to macosx1014 r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D37930

--HG--
extra : moz-landing-system : lando
2019-07-12 21:26:16 +00:00
Tim Nguyen 11fbfb6d53 Bug 1559993 - Show 'Password saved' toast when automatically saving a generated password. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D37904

--HG--
extra : moz-landing-system : lando
2019-07-12 22:44:45 +00:00
Omkar Konaraddi 6d120afac0 Bug 1526818 - QuantumBar: Expose an autocomplete.properties bundle from UrlbarUtils r=adw
Differential Revision: https://phabricator.services.mozilla.com/D36250

--HG--
extra : moz-landing-system : lando
2019-07-12 22:43:06 +00:00
Ciure Andrei 30b9ffc37f Backed out changeset 3c4aab21b3a1 (bug 1559993) for ES Lint failure. CLOSED TREE 2019-07-13 01:36:23 +03:00
L. David Baron 97a432f01b Bug 1564649 - Reflow all columns when a multicol with non-auto block-size balances its columns at a different block-size. r=TYLin
Depends on D37516

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

--HG--
extra : moz-landing-system : lando
2019-07-12 20:24:46 +00:00