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

613124 Коммитов

Автор SHA1 Сообщение Дата
moz-wptsync-bot 2e7e80cd0d Bug 1487782 [wpt PR 12779] - Update wpt metadata, a=testonly
wpt-pr: 12779
wpt-type: metadata
2018-09-10 10:11:27 +00:00
Ian Clelland 4461d54b1f Bug 1487782 [wpt PR 12779] - Move Autoplay feature policy tests to html dir, a=testonly
Automatic update from web-platform-testsMove Autoplay feature policy tests to html dir

Change-Id: I2b60a751ad4c3ad87e6a9e75d55e2f96698e88b9
Reviewed-on: https://chromium-review.googlesource.com/1198571
Reviewed-by: Becca Hughes <beccahughes@chromium.org>
Reviewed-by: Mounir Lamouri <mlamouri@chromium.org>
Commit-Queue: Ian Clelland <iclelland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#588041}

--

wpt-commits: 6bde19a48d5c85d8cf7d4a0df51035be25d9da3c
wpt-pr: 12779


--HG--
rename : testing/web-platform/tests/feature-policy/autoplay-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html => testing/web-platform/tests/html/semantics/embedded-content/media-elements/autoplay-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html
rename : testing/web-platform/tests/feature-policy/autoplay-allowed-by-feature-policy-attribute.https.sub.html => testing/web-platform/tests/html/semantics/embedded-content/media-elements/autoplay-allowed-by-feature-policy-attribute.https.sub.html
rename : testing/web-platform/tests/feature-policy/autoplay-allowed-by-feature-policy.https.sub.html => testing/web-platform/tests/html/semantics/embedded-content/media-elements/autoplay-allowed-by-feature-policy.https.sub.html
rename : testing/web-platform/tests/feature-policy/autoplay-allowed-by-feature-policy.https.sub.html.headers => testing/web-platform/tests/html/semantics/embedded-content/media-elements/autoplay-allowed-by-feature-policy.https.sub.html.headers
rename : testing/web-platform/tests/feature-policy/autoplay-default-feature-policy.https.sub.html => testing/web-platform/tests/html/semantics/embedded-content/media-elements/autoplay-default-feature-policy.https.sub.html
rename : testing/web-platform/tests/feature-policy/autoplay-disabled-by-feature-policy.https.sub.html => testing/web-platform/tests/html/semantics/embedded-content/media-elements/autoplay-disabled-by-feature-policy.https.sub.html
rename : testing/web-platform/tests/feature-policy/autoplay-disabled-by-feature-policy.https.sub.html.headers => testing/web-platform/tests/html/semantics/embedded-content/media-elements/autoplay-disabled-by-feature-policy.https.sub.html.headers
2018-09-10 10:11:26 +00:00
Koji Ishii 67517cefd3 Bug 1487663 [wpt PR 12777] - [LayoutNG] Fix when 'vertical-align: top' is nested, a=testonly
Automatic update from web-platform-tests[LayoutNG] Fix when 'vertical-align: top' is nested

The 'vertical-align: top' and 'bottom' require the size of
the ancestor line box and thus are put into pending queue
while applying the baseline shift.

When they are nested, processing all pending queue at the
root line box applies the shift multiple times. This patch
puts into the queue of the nearest ancestor that has 'top'
or 'bottom' if exists.

Bug: 877977
Cq-Include-Trybots: luci.chromium.try​:linux_layout_tests_layout_ng
Change-Id: I6541d138267a6e42658b601901b673352e625440
Reviewed-on: https://chromium-review.googlesource.com/1198887
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#588042}

--

wpt-commits: b81e490a7032404418b325277312884b07208ed3
wpt-pr: 12777
2018-09-10 10:11:25 +00:00
moz-wptsync-bot ccb1aa807e Bug 1487812 [wpt PR 12780] - Update wpt metadata, a=testonly
wpt-pr: 12780
wpt-type: metadata
2018-09-10 10:11:25 +00:00
Simon Pieters 9d1afaf976 Bug 1487812 [wpt PR 12780] - HTML: support display: list-item on legend, a=testonly
Automatic update from web-platform-testsHTML: support display: list-item on legend

See https://github.com/whatwg/html/issues/3969

--

wpt-commits: 490ffffbb1889dd4e0fff55b019ef3c316b7029b
wpt-pr: 12780
2018-09-10 10:11:24 +00:00
Luna Lu d33145df39 Bug 1487250 [wpt PR 12748] - Add "intrinsicSize" attribute to HTMLVideoElement behind a flag, a=testonly
Automatic update from web-platform-testsAdd "intrinsicSize" attribute to HTMLVideoElement behind a flag

This CL is based on: https://chromium-review.googlesource.com/c/chromium/src/+/1150725

Design doc: https://docs.google.com/document/d/1yh_-ayeaFV0EjuR51U641zbrPAB0Baqj6UrC9bT9iqQ/edit#heading=h.y7amr11fn0tb

This CL implements "intrinsicSize" attribute for HTMLVideoElement.
The value of "intrinsicSize" overrides the intrinsic size:

1. When no width and (or) height is specified, the value of
"intrinsicSize" will be used to determine the area to layout the video
content.

2. videoWidth and videoHeight will return the value defined by
"intrinsicSize".

See explainer: https://github.com/ojanvafai/intrinsicsize-attribute/blob/master/README.md

Bug: 874629
Change-Id: If4aeceee2299c50aa7b4c9bdf8fef7cb3e7eea70
Reviewed-on: https://chromium-review.googlesource.com/1191926
Commit-Queue: Luna Lu <loonybear@chromium.org>
Reviewed-by: Steve Kobes <skobes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587667}

--

wpt-commits: 8aa4853c2a65dd73c30fbe9f156771abfb8669e2
wpt-pr: 12748
2018-09-10 10:11:24 +00:00
moz-wptsync-bot 34c9997b41 Bug 1487256 [wpt PR 12750] - Update wpt metadata, a=testonly
wpt-pr: 12750
wpt-type: metadata
2018-09-10 10:11:23 +00:00
Steve Anton 011bd9c9aa Bug 1487256 [wpt PR 12750] - Add RTCQuicStream IDL + binding skeleton, a=testonly
Automatic update from web-platform-testsAdd RTCQuicStream IDL + binding skeleton

Bug: 868068
Change-Id: I339a79b5709425b2e7d0d4d50f0bfa0602afc7ab
Reviewed-on: https://chromium-review.googlesource.com/1170171
Reviewed-by: Henrik Boström <hbos@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Commit-Queue: Steve Anton <steveanton@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587669}

--

wpt-commits: 557602e6c5e29c9cf65aa3357a73699224399460
wpt-pr: 12750
2018-09-10 10:11:22 +00:00
Dorel Luca fb9c4fba2a Merge mozilla-central to mozilla-inbound 2018-09-10 12:46:46 +03:00
Daniel Varga 48e1f04988 Merge mozilla-inbound to mozilla-central a=merge 2018-09-10 12:41:41 +03:00
Margareta Eliza Balazs 4133050728 Backed out 5 changesets (bug 1024913) for causing perma damp failures. CLOSED TREE
Backed out changeset 1c18e0422ffa (bug 1024913)
Backed out changeset c4e5a7ff8e53 (bug 1024913)
Backed out changeset 7f269add6e54 (bug 1024913)
Backed out changeset ccd6afc2a739 (bug 1024913)
Backed out changeset 1613377c1b43 (bug 1024913)
2018-09-10 10:25:32 +03:00
Brendan Dahl 2709c0bf92 Bug 1489612 - Fix XUL tooltips in HTML documents. r=smaug
A XUL element within an HTML document should still follow the normal code
path for finding the tooltip element instead of always using the default
tooltip.

MozReview-Commit-ID: IBAmk1m4Zp0

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

--HG--
extra : moz-landing-system : lando
2018-09-08 23:16:32 +00:00
Daniel Varga 4aa1c9c202 Merge mozilla-central to autoland 2018-09-10 19:18:03 +03:00
Robert Helmer 7d4c15f217 Bug 1465251 - use PrioEncoder to encode Telemetry values for pilot project r=kmag
Use PrioEncoder to encode a few already-included histograms, so we can compare results on the Telemetry server side.

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

--HG--
extra : moz-landing-system : lando
2018-09-09 00:23:52 +00:00
Drew Willcoxon 4b2a583e7c Bug 1488879 - Autofill non-hidden origins and URLs with frecencies <= 0. r=mak
(1) Modify the threshold calculation so the minimum threshold is 0, not 1.  That means that no moz_origins will be excluded from consideration because their frecencies are 0.  moz_origins always have frecencies >= 0.

(2) Modify the urlQuery to include moz_places with -1 frecencies but that aren't hidden.

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

--HG--
extra : moz-landing-system : lando
2018-09-10 15:33:42 +00:00
Dave Townsend 5bc7086010 Bug 1488881: Re-enable the NUMBER_OF_PROFILES probe. r=Dexter
Differential Revision: https://phabricator.services.mozilla.com/D5070

--HG--
extra : moz-landing-system : lando
2018-09-10 07:39:04 +00:00
Alessio Placitelli 45ca46263b Bug 1282098 - Pull probe parsers out of m-c and into a separate package. r=chutten
This patch moves the parsers' code to python_mozparsers, which is
the definitive name of the package on pypi. The data generation scripts
are adjusted accordingly. The README and setup files are added to
enable publishing on pypi.

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

--HG--
rename : toolkit/components/telemetry/build_scripts/parsers/__init__.py => toolkit/components/telemetry/build_scripts/python_mozparsers/__init__.py
rename : toolkit/components/telemetry/build_scripts/parsers/parse_events.py => toolkit/components/telemetry/build_scripts/python_mozparsers/parse_events.py
rename : toolkit/components/telemetry/build_scripts/parsers/parse_histograms.py => toolkit/components/telemetry/build_scripts/python_mozparsers/parse_histograms.py
rename : toolkit/components/telemetry/build_scripts/parsers/parse_scalars.py => toolkit/components/telemetry/build_scripts/python_mozparsers/parse_scalars.py
rename : toolkit/components/telemetry/build_scripts/parsers/shared_telemetry_utils.py => toolkit/components/telemetry/build_scripts/python_mozparsers/shared_telemetry_utils.py
extra : moz-landing-system : lando
2018-09-10 14:19:08 +00:00
Matthew Gaudet 78047cb65f Bug 1489657 - Correctly compute return type of CacheIR URSH IC r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D5332

--HG--
extra : moz-landing-system : lando
2018-09-07 21:47:05 +00:00
Xidorn Quan 9d8716ba91 Bug 1489376 - Dispatch fullscreen events in tree order. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D5394

--HG--
extra : moz-landing-system : lando
2018-09-10 14:17:08 +00:00
Johann Hofmann 8421bc635f Bug 1376771 - Fix intermittent browser_mcb_redirect.js. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D5270

--HG--
extra : moz-landing-system : lando
2018-09-10 13:52:49 +00:00
Henri Sivonen 1a38ec4710 Bug 1486711 - Fill logically uninitialized parts of an XPCOM string's buffer with a marker byte in debug builds. r=froydnj
MozReview-Commit-ID: IwLikJpacAW

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

--HG--
extra : moz-landing-system : lando
2018-09-07 05:47:57 +00:00
Henri Sivonen 434c47b3cb Bug 1489462 - Avoid writing past the logical length of a string in Oculus library loader. r=kip
* Avoid writing past an XPCOM string's length using BeginWriting().
 * Instead of having a constant for max path length, query the
   Windows API for the length it wants.
 * Avoid using AppendPrintf for mere concatenation using arguments
   that might contain non-ASCII.

MozReview-Commit-ID: 9m7xOHRTB35

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

--HG--
extra : moz-landing-system : lando
2018-09-08 17:23:25 +00:00
Nicolas Chevobbe e038259bed Bug 1024913 - Add tests for Reverse search; r=bgrins.
Depends on D3114

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

--HG--
extra : moz-landing-system : lando
2018-09-10 05:16:25 +00:00
Nicolas Chevobbe bde2339d57 Bug 1024913 - Enable reverse search in jsterm; r=bgrins,flod.
Differential Revision: https://phabricator.services.mozilla.com/D3114

--HG--
extra : moz-landing-system : lando
2018-09-10 05:16:00 +00:00
Nicolas Chevobbe bed5de4c51 Bug 1024913 - Move jsterm auto-focus handling into App.js; r=bgrins.
The App component takes the whole document space, so we can move the
code that listen for every click in the console UI to decide if the
jsterm should be focused or not.
This feels more like the React way, and will also provide us better
access to the store and the props when we need them in this focus
handling (like this will be the case for hiding the reverse search UI).

Depends on D5150

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

--HG--
extra : moz-landing-system : lando
2018-09-10 05:15:58 +00:00
Nicolas Chevobbe dda4917471 Bug 1024913 - Add SVG images for the Reverse Search input; r=bgrins.
This adds 2 arrowhead images to navigate to the next and previous result
in the reverse search UI.
The search.svg icon is modified to accept fill through CSS.

Depends on D5149

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

--HG--
extra : moz-landing-system : lando
2018-09-10 05:15:56 +00:00
Nicolas Chevobbe 4f4c30f9e0 Bug 1024913 - Add a preference to enable the reverse search UI; r=bgrins.
Retrieve this preference in the console to pass it as a prop to the root
App component.

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

--HG--
extra : moz-landing-system : lando
2018-09-10 05:14:14 +00:00
Andrew McCreight a5868c8235 Bug 1489617 - Get rid of XUL box related component registrations. r=Ehsan
Plus various boilerplate that is only used for the component registration.

Depends on D5289

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

--HG--
extra : moz-landing-system : lando
2018-09-09 15:05:18 +00:00
Xidorn Quan 04533463d7 Bug 1489387 - Have fullscreenerror event aligned to refresh driver tick. r=smaug
Depends on D5235

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

--HG--
extra : moz-landing-system : lando
2018-09-09 23:33:40 +00:00
Csoregi Natalia 6e3feb9c6b Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-09-10 00:48:15 +03:00
Csoregi Natalia 9f94b94ff3 Merge inbound to mozilla-central. a=merge 2018-09-10 00:43:53 +03:00
Narcis Beleuzu 24dd43668a Bug 1336075 - Disable browser_largeAllocation_non_win32.js on linux and mac for frequent failures. r=jmaher 2018-09-09 01:43:00 +03:00
Andrea Marchesini f7df966db8 Bug 1489077 - Report to console when cookie permission is granted for trackers, r=ehsan 2018-09-09 20:03:09 +02:00
Cosmin Sabou 398ea88933 Merge mozilla-central to mozilla-inbound. a=merge 2018-09-09 01:03:00 +03:00
Cosmin Sabou d4ef4e9747 Merge mozilla-inbound to mozilla-central. a=merge 2018-09-09 01:00:14 +03:00
Dão Gottwald 7e22f63cfb Bug 1489743 - Fix and clean up .toolbarbutton-menu-dropmarker styling after dropmarker.css changes. r=ntim 2018-09-08 15:36:37 +02:00
Joel Maher dbbf14a45e Bug 1488689 - Add Octane shell benchmark to raptor. r=ahal
Add Octane to the jsshell-bench framework.

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

--HG--
extra : moz-landing-system : lando
2018-09-08 11:00:16 +00:00
Daniel Holbert f26874e5ee Bug 1489696: Adjust Scheduler::GetPrefs() return type to let it benefit from RVO and to address -Wreturn-std-move build warning. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D5340

--HG--
extra : moz-landing-system : lando
2018-09-08 01:06:21 +00:00
Cosmin Sabou dc72962df3 Backed out changeset 68805212630a (bug 1482752) for causing build bustages on dom/fetch. CLOSED TREE 2018-09-08 20:46:04 +03:00
Thomas Wisniewski 4d92a94c0d Bug 1482752 - Have Fetch bodies use File blobs for local files instead of regular blobs. r=baku
Have Fetch bodies use File blobs for local files instead of regular blobs.

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

--HG--
extra : moz-landing-system : lando
2018-09-08 14:34:37 +00:00
Mike Hommey f9e00e249f Bug 1489728 - Unbreak MSVC builds after bug 1489363 r=froydnj
MSVC doesn't like AssignLiteral(condition ? "literal1" : "literal2")
even when both literals have the same length. (clang and gcc are both
happy with that)

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

--HG--
extra : moz-landing-system : lando
2018-09-08 11:38:57 +00:00
Coroiu Cristina 3c60ff7914 Merge mozilla-central to autoland a=merge 2018-09-08 16:21:27 +03:00
Coroiu Cristina ed3ad91678 Merge inbound to mozilla-central a=merge 2018-09-08 16:17:31 +03:00
Cristina Coroiu 25e49284f9 Bug 1482004 - Disable browser_ext_browserAction_popup_resize.js for frequent failures r=jmaher 2018-09-08 02:56:00 +03:00
Daniel Varga 39123ed0a9 Merge mozilla-central to mozilla-inbound a=merge
--HG--
extra : amend_source : e8894d01270a9899bbbf144ea05ebed716660ba4
2018-09-08 07:01:36 +03:00
Daniel Varga 1539df295b Merge mozilla-inbound to mozilla-central a=merge 2018-09-08 06:53:43 +03:00
Andreea Pavel 69e3cd3bb2 Backed out changeset 1507ae5193d7 (bug 1128458) for failing bc at toolkit/mozapps/extensions/test/browser/browser_discovery.js 2018-09-08 06:00:09 +03:00
divyansh 3f176f3b98 Bug 1128458 - Discovery pane now sends only information of addons supported by addons.mozilla.com prior to which it sent info of all addons. a=aswan
Summary:
Bug 1128458 - Discovery pane now sends only information of addons supported by addons.mozilla.com prior to which it sent info of all addons.


Reviewers: aswan

Reviewed By: aswan

Bug #: 1128458

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

--HG--
extra : rebase_source : f7edbe5f4b2d122c3c752478f38207462e87095d
extra : histedit_source : ab83709ca57ee078a83b7993c4c391282a941790
2018-09-08 04:55:42 +03:00
Csoregi Natalia ef2ff61afa Backed out changeset 4ed98e49718c (bug 1489387) for element-request-fullscreen-active-document.html failures. CLOSED TREE 2018-09-08 04:37:09 +03:00
Kris Maglione 09c4acee00 Fix absurd assertion message. r=me (no bug) DONTBUILD
--HG--
extra : amend_source : 7a8cf1806e7b6a9f9b64e463882ea6136ff1f54d
2018-09-07 17:38:58 -07:00