Commit Graph

602701 Commits

Author SHA1 Message Date
Drew Willcoxon
b6ae98cf37 Bug 1467627 - Calculate origin frecency as the sum of all URL frecencies instead of the max. r=mak
MozReview-Commit-ID: KZi9C7olvsj

--HG--
extra : rebase_source : e95bf70b9de576fe464d21f17aa0eeb27decb60b
2018-07-04 14:01:28 -07:00
Arnaud Bienner
6de8cbcb2b Bug 1471843: Remove audioWorklet attribute from Window. r=baku,karlt
MozReview-Commit-ID: 9SJRZ2keJpb

--HG--
extra : rebase_source : f71d4be51e06f44cad6d8efb9ecde63a2d1dc7b7
2018-07-03 16:58:16 +02:00
Kanika Saini
a79aa16a78 Bug 1465953 - Create the basic structure for an about:policies page. r=felipe 2018-06-26 18:13:37 +05:30
Paolo Amadini
b4b62f90c9 Bug 1472153 - Load the "tabbrowser.css" content stylesheet right after "browser.css". r=dao
MozReview-Commit-ID: 7IHOn7rfych

--HG--
extra : rebase_source : 79f78a37ab7366d041ef6b2e770786378bcf978f
extra : intermediate-source : c25115854b1586761a553dc522eba3938066c974
extra : source : 839c17021ae03dd14eef2dfa10b9208250f5cfff
2018-07-02 08:52:17 +01:00
Paolo Amadini
bf4924de4a Bug 1421433 - Load the "global.css" and "browser.css" skin stylesheets earlier. r=dao
MozReview-Commit-ID: JbEHlM9XpFs

--HG--
extra : rebase_source : 4804ce5fec16b5e03aa4663f0e1462dd43305ab3
extra : intermediate-source : 1efb74e05dc52cfb62b94c6acc7610feba843e8d
extra : source : 4503f56bf96f55eb665b27df95b7d5108a9f96dc
2018-07-02 08:51:05 +01:00
Olli Pettay
34620de771 bug 1472427, <img usemap> should work in shadow DOM, r=baku 2018-07-04 20:26:09 +03:00
Matthew Gaudet
c15c5925f7 Bug 1472233: Ensure registers are saved at prepareVMCall site r=jandem
Take AutoSaveLiveRegisters as an argument, and use that to ensure the registers were saved

--HG--
extra : rebase_source : bb54592bd009afc67aaa0ca9c705ab28f4a45d44
2018-07-03 11:00:18 -04:00
Matthew Gaudet
d1e94adfd7 Bug 1472233: Add missed register save for Ion emitCompareStringResult r=jandem
--HG--
extra : rebase_source : 791a93a6d5800c43a7d2f980fe29d9a4f4958683
extra : source : 94543110b6eddf5d23b6d4ba51821a4894243f32
2018-06-29 11:56:01 -04:00
moz-wptsync-bot
dd2ad0cf72 Bug 1472741 - [wpt-sync] Update web-platform-tests to 7b2cd8b78d938ea8879adc6419f2ea14b6af8bad, a=testonly
wpt-head: 7b2cd8b78d938ea8879adc6419f2ea14b6af8bad
wpt-type: landing
MozReview-Commit-ID: 4skvwpLpHzT
2018-07-04 18:15:10 +01:00
Luke Bjerring
57562145b4 Bug 1467968 [wpt PR 11445] - Clean up budget-api idl test, a=testonly
Automatic update from web-platform-testsClean up budget-api idl test (#11445)

Follow up for #9763 now that #10338 is resolved and we have #10381 too.
--

wpt-commits: 7b2cd8b78d938ea8879adc6419f2ea14b6af8bad
wpt-pr: 11445
2018-07-04 18:15:09 +01:00
moz-wptsync-bot
3a13d7c412 Bug 1467739 [wpt PR 11402] - Update wpt metadata, a=testonly
wpt-pr: 11402
wpt-type: metadata
2018-07-04 18:15:05 +01:00
Anne van Kesteren
e6406d0fb1 Bug 1467739 [wpt PR 11402] - HTML: add more document.domain tests, a=testonly
Automatic update from web-platform-testsHTML: add more document.domain tests (#11402)

For https://github.com/whatwg/html/pull/3742.
--

wpt-commits: a25abdfe5f86c0db7ca89d75ce4490e50f4d18b9
wpt-pr: 11402
2018-07-04 18:15:04 +01:00
Luke Bjerring
b52a0c93fe Bug 1466696 [wpt PR 11333] - Update the IDL generated content headers to the content from reffy-reports, a=testonly
Automatic update from web-platform-testsUpdate the IDL generated content headers to the content from reffy-reports (#11333)

--

wpt-commits: cdf41ff70d042eb78f461aeb44a5ad383964dbd3
wpt-pr: 11333
2018-07-04 18:15:00 +01:00
moz-wptsync-bot
09b6e30361 Bug 1468157 [wpt PR 11417] - Update wpt metadata, a=testonly
wpt-pr: 11417
wpt-type: metadata
2018-07-04 18:14:56 +01:00
Morten Stenshorne
e3e64b1e52 Bug 1468157 [wpt PR 11417] - [LayoutNG] Orthogonal flows need available inline size for min/max calculation., a=testonly
Automatic update from web-platform-tests[LayoutNG] Orthogonal flows need available inline size for min/max calculation.

Provide a suitable constraint space when calculating min/max inline
sizes for an orthogonal flow root. ComputeMinMaxSize() in NGBlockNode
typically ended up creating its zero-sized constraint space, which would
typically result in large block sizes (since there'd e.g. only be space
for one word per line).

Set percentage resolution size too, instead of leaving it at 0x0.
Percentages are often unresolvable (i.e. indefinite), in which case we
should of course refrain from resolving them, rather than resolving the
percentage against zero (which we used to do).

Add a DCHECK that we're always provided with a constraint space when
calculating min/max for orthogonal flows, as using the zero-size one
will not produce the correct result.

Bug: 848225
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: Ic0aac380b2b733d3a55b25396c89584e4468899d
Reviewed-on: https://chromium-review.googlesource.com/1090845
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Aleks Totic <atotic@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565446}

--

wpt-commits: ce22baff58c81ab98f3cbd2ac390e51e755fd9f9
wpt-pr: 11417
2018-07-04 18:14:55 +01:00
moz-wptsync-bot
2dc8cd7b45 Bug 1466123 [wpt PR 11301] - Update wpt metadata, a=testonly
wpt-pr: 11301
wpt-type: metadata
2018-07-04 18:14:51 +01:00
Henrik Boström
74450c2c52 Bug 1466123 [wpt PR 11301] - Improve RTCPeerConnection-setRemoteDescription-tracks.https.html tests., a=testonly
Automatic update from web-platform-testsImprove RTCPeerConnection-setRemoteDescription-tracks.https.html tests.

Using async functions and promise_tests instead of then()-chains and
async_tests. This makes them more readable, easier to maintain and
shorter.

Replaced RTCPeerConnection-helper.js function performOffer() with
exchangeOffer()/exchangeAnswer()/exchangeOfferAnswer().

Updated tests that were performing multiple offers to perform a full
offer/answer exchange whenever there were future offers to be made.
Previously it would perform half of an offer/answer cycle before
starting the next offer/answer, which under Unified Plan could lead to
some unexpected failures.

TBR=guidou@chromium.org

Bug: 777617
Change-Id: Ib0305d55af5aef7f49b5418d4ba44ded9c84d5c6
Reviewed-on: https://chromium-review.googlesource.com/1082434
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565234}

--

wpt-commits: fb908f941185aff41514383293f029e21937a87d
wpt-pr: 11301
2018-07-04 18:14:49 +01:00
Zirro
bb91953c0e Bug 1467989 [wpt PR 11449] - Add selector tests, a=testonly
Automatic update from web-platform-testsAdd selector tests

* Test invalid pseudo-class starting with a valid one
* Test selector in :not() surrounded by spaces
* Test :nth-child used twice in selector
--

wpt-commits: 2436290affb197955acf8aa0115897ce5205dcc4
wpt-pr: 11449
2018-07-04 18:14:45 +01:00
moz-wptsync-bot
4930058bc5 Bug 1468041 [wpt PR 11451] - Update wpt metadata, a=testonly
wpt-pr: 11451
wpt-type: metadata
2018-07-04 18:14:42 +01:00
L. David Baron
55941e66f2 Bug 1468041 [wpt PR 11451] - Sync Mozilla tests as of 2018-06-09, #2, a=testonly
Automatic update from web-platform-testsSync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/874dedd55599e4b87fe37a497a968c079f1cca69 . (#11451)

--

wpt-commits: 9d009fc59a8f99e0117b841b7f49094cc690964c
wpt-pr: 11451
2018-07-04 18:14:40 +01:00
L. David Baron
f6e30f668e Bug 1468031 [wpt PR 11450] - Sync Mozilla tests as of 2018-06-09, a=testonly
Automatic update from web-platform-testsSync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/062e1553dc91da5b7c58dbaa0b5348b2be0f91f2 . (#11450)

--

wpt-commits: 639812b9fdc7a95d3066ed098d4650be0c4e1a3a
wpt-pr: 11450
2018-07-04 18:14:36 +01:00
Luke Bjerring
fea3de81fe Bug 1472741 [wpt PR 9851] - Update the webdriver IDL file, a=testonly
Automatic update from web-platform-testswebdriver: update the webdriver WebIDL and fix test (#9851)

--

wpt-commits: 418538eb1cce3ecd931285db697736aa2066d05c
wpt-pr: 9851
2018-07-04 18:14:32 +01:00
moz-wptsync-bot
ed8a88de1c Bug 1467965 [wpt PR 11442] - Update wpt metadata, a=testonly
wpt-pr: 11442
wpt-type: metadata
2018-07-04 18:14:28 +01:00
Luke Bjerring
6590852878 Bug 1467965 [wpt PR 11442] - [idlharness.js] Clean up media-capabilities idl test, a=testonly
Automatic update from web-platform-tests[idlharness.js] Clean up media-capabilities idl test

Follow up for #11255 which was unable to use add_dependency_idls because of #10338.
--

wpt-commits: c243b3c545f592a1635c770575dc6e20593ee392
wpt-pr: 11442
2018-07-04 18:14:26 +01:00
Luke Bjerring
53080fbe80 Bug 1467967 [wpt PR 11444] - Clean up mediasession idl test, a=testonly
Automatic update from web-platform-testsClean up mediasession idl test

--

wpt-commits: 88e6a3580ec114b52e29f3a7d836d7a8ce67139b
wpt-pr: 11444
2018-07-04 18:14:23 +01:00
moz-wptsync-bot
5510ec2fbf Bug 1467958 [wpt PR 11440] - Update wpt metadata, a=testonly
wpt-pr: 11440
wpt-type: metadata
2018-07-04 18:14:19 +01:00
Joe Downing
cd82c5c846 Bug 1467958 [wpt PR 11440] - [KeyboardMap] Blink module now handles iFrames and multiple calls, a=testonly
Automatic update from web-platform-tests[KeyboardMap] Blink module now handles iFrames and multiple calls

This CL adds the following:
- KeyboardMap now requires the caller to be a top-level, secure
  browsing context
- Multiple calls to getKeyboardLayout() will now be given the same
  promise instead of it being timing dependent (the initial promise
  might get overwritten with the old logic)
- Sequential calls to getKeyboardLayout() still get their own promise
- All promise rejections will return a DOM exception (similar to
  KeyboardLock)
- I've cleaned up KeyboardLock a bit as well so it has similar
  logic/formatting to what I added to KeyboardMap
- Added several tests to KeyboardMap and fixed some failing cases

BUG=832811

Change-Id: I4a03f68c239cff42b8840e9513257384038f04b4
Reviewed-on: https://chromium-review.googlesource.com/1093474
Commit-Queue: Joe Downing <joedow@chromium.org>
Reviewed-by: Gary Kacmarcik <garykac@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565833}

--

wpt-commits: 4565dc5875f3841b0884bdfd8ad6b9ad6f4a5944
wpt-pr: 11440
2018-07-04 18:14:18 +01:00
Anne van Kesteren
bb210fe7ff Bug 1467953 [wpt PR 11438] - URL: correct non-special URL's origin, a=testonly
Automatic update from web-platform-testsURL: correct non-special URL's origin

Fixup for 0e084a927078d434bcc1952a2ab99fb541f2c25d.

--

wpt-commits: 9b7f4414f226443ec95f823a92d1c33c8e0c67bb
wpt-pr: 11438
2018-07-04 18:14:13 +01:00
David H
df21731368 Bug 1467952 [wpt PR 11415] - Added tests for InputFile directly, a=testonly
Automatic update from web-platform-testsCreated a test file to directly test the InputFile class in test_request.py, bypassing the server. Found and fixed a bug where passing a file larger than the buffer in InputFile caused the server to crash. Found and fixed a bug where seeking to a position before the current position and calling read() immediately after falsely tried to assert the positions of _buf_pos and _file_pos. Added tests for these bugs. (#11415)

--

wpt-commits: 99eb0f68f85f4d3c44d5c0d80021ed305e2f3613
wpt-pr: 11415
2018-07-04 18:14:10 +01:00
Matt Falkenhagen
9b04a70d2b Bug 1467905 [wpt PR 11434] - service worker: Add long timeout to registration-updateviacache.https.html., a=testonly
Automatic update from web-platform-testsservice worker: Add long timeout to registration-updateviacache.https.html.

The test is slow because it does a lot of registrations and updates.

Bug: 850842
Change-Id: I5782e4e426e571a604929da7369c8474ffda88e5
TBR: robertma
Reviewed-on: https://chromium-review.googlesource.com/1092958
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Reviewed-by: Robert Ma <robertma@chromium.org>
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565641}

--

wpt-commits: 7bc2ca900c7f5d19040c5a1169d1257cb947459e
wpt-pr: 11434
2018-07-04 18:14:08 +01:00
Geoffrey Sneddon
ffd39b90e9 Bug 1467884 [wpt PR 11431] - [css-logical-properties-1] Add test case margin{-block,-inline}{-start,-end}, a=testonly
Automatic update from web-platform-tests[css-logical-properties-1] Add test case margin{-block,-inline}{-start,-end} (#11431)

Spec is here: https://drafts.csswg.org/css-logical-props-1/#logical-prop.

[Committer note]: This was split out of a larger mostly obsolete PR,
https://github.com/web-platform-tests/wpt/pull/5284
--

wpt-commits: ede8a377b16bae4482b312b30db328154fdba0db
wpt-pr: 11431
2018-07-04 18:14:04 +01:00
Luke Bjerring
34325bdaed Bug 1472741 [wpt PR 9755] - Add the InputDeviceCapabilities IDL file with test, a=testonly
Automatic update from web-platform-testsAdd the InputDeviceCapabilities IDL file with test (#9755)

--

wpt-commits: 3bc4498426ab48d6e580cb00802bca50e3220317
wpt-pr: 9755
2018-07-04 18:14:01 +01:00
moz-wptsync-bot
6ba07d0ea1 Bug 1467888 [wpt PR 11419] - Update wpt metadata, a=testonly
wpt-pr: 11419
wpt-type: metadata
2018-07-04 18:13:57 +01:00
Luke Bjerring
6f864e1cc6 Bug 1467888 [wpt PR 11419] - [idlharness.js] Test exposure set of partial interfaces, a=testonly
Automatic update from web-platform-tests[idlharness.js] Test exposure set of partial interfaces (#11419)

--

wpt-commits: 24d1bbe29fd1ca3ca18e5154d99058be87cb2f24
wpt-pr: 11419
2018-07-04 18:13:56 +01:00
moz-wptsync-bot
c02b4aa629 Bug 1468841 [wpt PR 9756] - Update wpt metadata, a=testonly
wpt-pr: 9756
wpt-type: metadata
2018-07-04 18:13:54 +01:00
Luke Bjerring
57f84b2e7e Bug 1468841 [wpt PR 9756] - Update the ResizeObserver IDL file, a=testonly
Automatic update from web-platform-testsAdd ResizeObserver IDL file with test (#9756)

--

wpt-commits: 7684fe30a809662f2af99a78f7c4671195573ce8
wpt-pr: 9756
2018-07-04 18:13:52 +01:00
moz-wptsync-bot
f55514b7ff Bug 1468837 [wpt PR 9905] - Update wpt metadata, a=testonly
wpt-pr: 9905
wpt-type: metadata
2018-07-04 18:13:49 +01:00
Luke Bjerring
7d02d0ed6b Bug 1468837 [wpt PR 9905] - Update css-masking IDL file, a=testonly
Automatic update from web-platform-testsAdd css-masking IDL file with test (#9905)

--

wpt-commits: 82a7c8930aae4df57dbd7895b8d3038c095f0790
wpt-pr: 9905
2018-07-04 18:13:47 +01:00
moz-wptsync-bot
550ae3f537 Bug 1468835 [wpt PR 9837] - Update wpt metadata, a=testonly
wpt-pr: 9837
wpt-type: metadata
2018-07-04 18:13:43 +01:00
Luke Bjerring
3569b4869e Bug 1468835 [wpt PR 9837] - Update the user-timing IDL file, a=testonly
Automatic update from web-platform-testsUpdate the performance-timeline and user-timing  IDL files (#9837)

Adds new any.js tests and removes the old ones.
--

wpt-commits: 8cce35711430779302fab1c7f6fda492cd1853a5
wpt-pr: 9837
2018-07-04 18:13:42 +01:00
Anders Hartvoll Ruud
fa786c2b3a Bug 1467861 [wpt PR 11420] - CSS Typed OM: Proper types for custom props during iteration., a=testonly
Automatic update from web-platform-testsCSS Typed OM: Proper types for custom props during iteration.

Currently, you get CSSUnparsedValues when iterating entries on the
.computedStyleMap(), even for properties which are registered with a
type. However, if you do .computedStyleMap().get(...) with a registered
property, you _do_ get the correct type.

This is because ComputedStyleCSSValueMapping::Get properly looks up the
typed values on the ComputedStyle, but ::GetVariables does not; instead it
directly returns the CSSVariableData for everything, regardless of
registrations.

This patch changes the behavior of iteration to use the same code path
as .get(). This ensures that we either create a CSSCustomProperty-
Declaration on the fly for unregistered properties, or we re-use the
existing (and typed) CSSValue for registered properties.

Note: I initially wanted to do a nested iterator thing here, but dropped
      it because we would anyway need a temp HashSet to avoid potential
      duplicates from the StyleInheritedVariables-root.

Note: One caller of GetVariables() just wants the size. It's possibly a
      little overkill to create entire HashMap just to count something,
      but I don't want to resolve that here in the same patch.

R=futhark@chromium.org, haraken@chromium.org

Bug: 850072
Change-Id: I64bfb3cc22a377cf956420a9e64d47ca3daac1e2
Reviewed-on: https://chromium-review.googlesource.com/1090848
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Anders Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565605}

--

wpt-commits: 36bb4d778a8ad51a46e478b6ca98e39cc6f5a8e7
wpt-pr: 11420
2018-07-04 18:13:38 +01:00
Simon Pieters
62efbccb55 Bug 1467486 [wpt PR 11378] - Exclude more labels in "Reviewed but still open PRs", a=testonly
Automatic update from web-platform-testsExclude more labels in "Reviewed but still open PRs" (#11378)

--

wpt-commits: 185e07d903b514f8d1a4564923ba63fd4e6c3476
wpt-pr: 11378
2018-07-04 18:13:34 +01:00
David H
c1f9d5e864 Bug 1467789 [wpt PR 11408] - Use variant for window-open-noopener, a=testonly
Automatic update from web-platform-testsUse `variant` for window-open-noopener

Fixes #11049.
--

wpt-commits: 837fc78d84247e16ce7d346ca671bd795e594d7c
wpt-pr: 11408
2018-07-04 18:13:31 +01:00
moz-wptsync-bot
df0441953a Bug 1467611 [wpt PR 11389] - Update wpt metadata, a=testonly
wpt-pr: 11389
wpt-type: metadata
2018-07-04 18:13:27 +01:00
achristensen07
5c81924c1a Bug 1467611 [wpt PR 11389] - Add test for URL issue 348, a=testonly
Automatic update from web-platform-testsURL: test ' in queries

For https://github.com/whatwg/url/pull/395.
--

wpt-commits: 0e084a927078d434bcc1952a2ab99fb541f2c25d
wpt-pr: 11389
2018-07-04 18:13:26 +01:00
Frédéric Wang
81ed732e4a Bug 1468829 [wpt PR 11424] - Revert "WebKit export of https://bugs.webkit.org/show_bug.cgi?id=1861…, a=testonly
Automatic update from web-platform-testsRevert "WebKit export of https://bugs.webkit.org/show_bug.cgi?id=186127 (#11279)" (#11424)

This reverts commit 57fea798e1e933e1d5291608d9d12da661185bcb.

According to @birtles, Mozilla CI can have several tens of seconds between two
frames while the test assumes only hundreds of milliseconds. So this is likely
to be flacky.
--

wpt-commits: fb6713ed45c4f285fff02db91bf631dd89b84250
wpt-pr: 11424
2018-07-04 18:13:22 +01:00
Fadi Meawad
26829e6fc6 Bug 1468826 [wpt PR 11421] - [PageLifecycle] Add sendBeacon to the freeze WPT test, a=testonly
Automatic update from web-platform-tests[PageLifecycle] Add sendBeacon to the freeze WPT test

navigator.sendBeacon should be allowed during the onfreeze callback,
there was no changes in the code needed to enable it since it is
implemented using fetch-keepalive, that is already allowed.

This CL adds a test to make sure that this does not regress.

Bugi: chromium:838684
Change-Id: I71b628ccce4dfbf1f2bd012c24866cd908f56d30
Reviewed-on: https://chromium-review.googlesource.com/1091638
Reviewed-by: Shubhie Panicker <panicker@chromium.org>
Commit-Queue: Fadi Meawad <fmeawad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565478}

--

wpt-commits: ee048e6c440fb14aa63b96ca8900208cd122cacb
wpt-pr: 11421
2018-07-04 18:13:18 +01:00
moz-wptsync-bot
ddaf41d501 Bug 1465912 [wpt PR 11282] - Update wpt metadata, a=testonly
wpt-pr: 11282
wpt-type: metadata
2018-07-04 18:13:15 +01:00
Chris Nardi
55d54478fc Bug 1465912 [wpt PR 11282] - Convert word-wrap to an alias of overflow-wrap, a=testonly
Automatic update from web-platform-testsConvert word-wrap to an alias of overflow-wrap

word-wrap was previously defined as its own property in
CSSProperties.json5, but with the same behavior as overflow-wrap.
However, this meant that word-wrap showed up alongside word-wrap in
cssText. This patch converts word-wrap to be an alias of overflow-wrap,
as this will prevent the issue of both properties showing up in cssText
and matches the resolution in
https://github.com/w3c/csswg-drafts/issues/866.

Bug: 679068
Change-Id: I3d415eb1cde9a92dffa2a045ba5fa8b015eeb2d7
Reviewed-on: https://chromium-review.googlesource.com/1073677
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Chris Nardi <cnardi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565331}

--

wpt-commits: 71aca0a171ce75d1acfc43e1e523f709612addb8
wpt-pr: 11282
2018-07-04 18:13:13 +01:00
Gurzau Raul
ecaa52212e Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-07-04 19:33:40 +03:00