swh:1:snp:b37d435721bbd450624165f334724e3585346499

sort by:
Revision Author Date Message Commit Date
ea61e03 Test payment request is showing boolean 29 November 2018, 10:38:58 UTC
3c59b28 Match spec + clean up 28 November 2018, 06:20:37 UTC
1d886db Warn when errorFields don't match options 27 November 2018, 02:46:42 UTC
5791409 Create EventTiming folder (#14176) In particular, the META file includes the explainer in place of the spec (no spec yet). 22 November 2018, 00:32:33 UTC
fe0e2ce Reland "Add referrer-policy module worker tests" This reverts commit 02c7f5d5693c6bb20ca28ab443c3eb7d5577ca18. Reason for revert: I expect crbug/906964 is fixed by reverting another CL, so relanding this. Original change's description: > Revert "Add referrer-policy module worker tests" > > This reverts commit ec589a5ce0cd6d297605922119065cc2805d8db9. > > Reason for revert: crbug.com/906964 > > Original change's description: > > Add referrer-policy module worker tests > > > > This CL adds WPT tests for referrer policy applied to > > module worker top-level script fetch. > > > > The only manual changes are > > - referrer-policy/generic/common.js > > - referrer-policy/generic/referrer-policy-test-case.js > > - referrer-policy/spec.src.json > > and all other modifications are made by > > referrer-policy/generic/tools/generate.py. > > > > Bug: 880027 > > Change-Id: Ib1f9136161e8efacf317fb9b7e9ba0651a103c41 > > Reviewed-on: https://chromium-review.googlesource.com/c/1330906 > > Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> > > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > > Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#609589} > > TBR=hiroshige@chromium.org,nhiroki@chromium.org,jochen@chromium.org > > Change-Id: I0931159c0494b981a1d6b07232af55b20f68f559 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 880027, 906964 > Reviewed-on: https://chromium-review.googlesource.com/c/1344213 > Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org> > Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> > Cr-Commit-Position: refs/heads/master@{#609731} TBR=hiroshige@chromium.org,nhiroki@chromium.org,jochen@chromium.org Change-Id: I48d40a578e06526558fc7a4733395e1e505b9694 Bug: 880027, 906964 Reviewed-on: https://chromium-review.googlesource.com/c/1344267 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#610256} 21 November 2018, 23:25:52 UTC
f21616e Fix a typo (#14178) 21 November 2018, 22:58:32 UTC
4807153 CSS: WPTs for various computed values Test computed values for various properties from - css-animations - css-shapes - css-transitions - css-ui - css-writing-modes - filter-effects Change-Id: Iad28fe2030f922bdcaa80d6ade383c69106b8822 Reviewed-on: https://chromium-review.googlesource.com/c/1345955 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#610240} 21 November 2018, 22:56:20 UTC
f5a1cc4 [LayoutNG] Rebaseline quirky test that actually passes. (writing-mode has nothing to do with it, FWIW) Legacy layout is buggy here, so the expected rendering was wrong. Also wrote a new wpt test for this. When calculating quirky line height, the legacy engine makes room for whitespace that is to be collapsed. Bug: 845902 Change-Id: I004d024578bb147d4f70c58fc1e3213a14174fd7 Reviewed-on: https://chromium-review.googlesource.com/c/1346465 Reviewed-by: Koji Ishii <kojii@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#610216} 21 November 2018, 21:33:48 UTC
9091096 IndexedDB: Handle the opaque origin case for IDBFactory.databases() Implemented the proper throwing behaviour for handling the case of an opaque origin for IDBFactory.databases(). Also included is a WPT for verifying the behaviour written by jsbell@. Spec PR: https://github.com/w3c/IndexedDB/pull/250 Change-Id: I506f82bf69b27d34b499eacbe12aaa18a69b63be Reviewed-on: https://chromium-review.googlesource.com/c/1344629 Commit-Queue: Andreas Butler <andreasbutler@google.com> Reviewed-by: Joshua Bell <jsbell@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#610143} 21 November 2018, 19:40:11 UTC
c6d4a3c Replace general source type with none source type (#14081) * Replace general source type with none source type Based on the web driver spec the general source type string should be "none". https://w3c.github.io/webdriver/#input-source-state * Add a test * Rename the test title, move to promise test, set expectation for Chrome 21 November 2018, 18:44:40 UTC
e502242 SVG Painting: property parsing (#14114) Test that properties support the full grammar. https://svgwg.org/svg2-draft/painting.html The tests highlight a number of spec and implementation issues:- Spec issues: Blink/Edge/Firefox/Safari do not accept percentage fill-opacity/stroke-opacity https://github.com/w3c/svgwg/issues/403#issuecomment-439600770 Browsers do not accept stroke-linejoin 'miter-clip' or 'arcs' https://github.com/w3c/svgwg/issues/592 Browsers accept numeric stroke-dashoffset and stroke-width https://github.com/w3c/svgwg/issues/534 Browser bugs: Blink image-rendering does not accept 'optimizespeed' or 'optimizequality' https://bugs.chromium.org/p/chromium/issues/detail?id=901669 Firefox rejects stroke-miterlimit less than 1 https://bugzilla.mozilla.org/show_bug.cgi?id=1508028 Edge serializes fill/stroke url() without quoting the url string. https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/16900961/ Edge accepts misformed numbers fill-opacity: 1.; stroke-miterlimit: 1.; stroke-opacity: 1.; https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19656838/ Edge accepts negative stroke-dasharray Edge does not accept calc in stroke-dasharray https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19656979/ Edge accepts negative stroke-width values https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19656907/ Safari accepts negative stroke-width https://bugs.webkit.org/show_bug.cgi?id=191804 Safari serializes color-interpolation, color-rendering, image-rendering, shape-rendering, text-rendering in mixed case https://bugs.webkit.org/show_bug.cgi?id=190685 Edge serializes paint-order 'normal' as 'fill', unlike other browsers. Firefox does not use shortest paint-order serialization, instead it uses 2 keywords when 1 would suffice Browsers yet to implement properties: Firefox does not support color-rendering Edge does not support color-interpolation/color-rendering/image-rendering/shape-rendering/text-rendering Note: When implementing, the keywords should serialize in lower case. https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19328562/ Browsers yet to implement keywords: Blink/Edge/Safari do not accept fill/stroke 'context-fill' or 'context-stroke' Firefox does support the keywords: https://jsfiddle.net/ericwilligers/8bhyafe1/ 21 November 2018, 17:59:35 UTC
b448498 Update interfaces/mediasession.idl (#14164) Source: https://github.com/tidoust/reffy-reports/blob/740515b/whatwg/idl/mediasession.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/457811203 21 November 2018, 17:32:31 UTC
c00fd5d Add support for resizeMode in [MediaStreamTrack|InputDeviceInfo].getCapabilities() Intent to Ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/V2srjdzRCXE Bug: 854980 Change-Id: Ie49e3d2f9b8afe1abc552172d78dd86088b6ce41 Reviewed-on: https://chromium-review.googlesource.com/c/1310714 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#610108} 21 November 2018, 17:10:19 UTC
9373e06 Add support for the resizeMode constraint in getUserMedia() This CL updates the constraints processing algorithm to take into account the resizeMode constrainable property. This effectively adds spec-compliant support for this property in getUserMedia() and applyConstraints() for device capture and capture-from-element tracks. Bug: 854980 Change-Id: I6c2022aac121fee240b4d6a8f631beff35d89fb9 Reviewed-on: https://chromium-review.googlesource.com/c/1310813 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#610074} 21 November 2018, 16:02:34 UTC
dff98e8 [css-grid] Fix grid container sizing under min-content height The spec is quite clear (https://drafts.csswg.org/css-sizing/#valdef-width-min-content): "min-content If specified for the inline axis, use the min-content inline size; otherwise behaves as the property’s initial value." So if a grid container has "height: min-content" it should behave the same than with "height: auto". The patch removes ComputeIntrinsicLogicalContentHeightUsing() in LayoutGrid as we don't need a custom one anymore. We can also get rid of min_content_height_ and max_content_height_ attributes that were only used for this logic. BUG=906039 TEST=fast/css-grid-layout/grid-track-sizing-with-orthogonal-flows.html TEST=fast/css-grid-layout/maximize-tracks-definite-indefinite-height.html Change-Id: Ia67d1dac16fbb04e3225115c3f34c67975dc6f94 Reviewed-on: https://chromium-review.googlesource.com/c/1340311 Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#610059} 21 November 2018, 15:26:48 UTC
71eddb2 PaymentRequest: Fix a retry-method-manual.https.html test The test is not working because invalid enum value is passed to the complete() method. Bug: 861704 Change-Id: I93d54e34a79428fdc88a2c52f12c80ae29c18221 Reviewed-on: https://chromium-review.googlesource.com/c/1346429 Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#610049} 21 November 2018, 15:10:33 UTC
5c8c194 Remove unnecessary parameters from async_test The `null` and `undefined` are placeholders for the `property` argument. They'll be no use when the `property` is removed from `async_test` and should be removed. 21 November 2018, 13:13:36 UTC
af5a036 Remove timout in async_test for websockets tests Remove all the timeout in async_test for websockets tests. Affected tests: 21 Before: Pass: 6, Failed: 15 After: Pass: 6, Failed: 15 Related: #11120 21 November 2018, 13:13:36 UTC
3935984 Prevent timeout when remote stats are not implemented This prevents a failure in RTCP messsaging from masking other failures. It's up to other tests to actually verify that RTCP stats have been delivered. Bug: 904574 Change-Id: Ie641d5275372b4c10ad5fa3a39ae38c36f974482 Reviewed-on: https://chromium-review.googlesource.com/c/1341510 Reviewed-by: Guido Urdaneta <guidou@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#610010} 21 November 2018, 12:42:11 UTC
5f9f304 Fix test failure caused by inappropriate event sequencing. This is a minimal fix - move the generation of the track (which causes onnegotiationneeded) to before we set the expectation that no event will be fired. Bug: chromium:905563 Change-Id: I879f6eb6130d719d7eaad71fed85044b690f0cb9 Reviewed-on: https://chromium-review.googlesource.com/c/1346030 Reviewed-by: Guido Urdaneta <guidou@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#609999} 21 November 2018, 11:42:02 UTC
36d62b4 [BlinkGenPropertyTrees] Filter effects should be clipped According to the spec, filtering should apply before clipping (https://drafts.fxtf.org/css-masking-1/#placement): "...effects are applied to the element in order: filter effects, clipping, masking and opacity." This patch fixes clip-path order with BlinkGenPropertyTrees (BGPT) which exposed the issue of filter and clip order. Testcases have been added showing the fixed behavior with BGPT, and the non-BGPT results have been marked as failing. NOTRY=true Bug: 906154, 907175 Change-Id: I5e9c7dbb7c694afc623fbc3bb2c7f2f8cc458195 Reviewed-on: https://chromium-review.googlesource.com/c/1344217 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#609847} 21 November 2018, 11:27:16 UTC
6d8673b Revert "Add referrer-policy module worker tests" This reverts commit ec589a5ce0cd6d297605922119065cc2805d8db9. Reason for revert: crbug.com/906964 Original change's description: > Add referrer-policy module worker tests > > This CL adds WPT tests for referrer policy applied to > module worker top-level script fetch. > > The only manual changes are > - referrer-policy/generic/common.js > - referrer-policy/generic/referrer-policy-test-case.js > - referrer-policy/spec.src.json > and all other modifications are made by > referrer-policy/generic/tools/generate.py. > > Bug: 880027 > Change-Id: Ib1f9136161e8efacf317fb9b7e9ba0651a103c41 > Reviewed-on: https://chromium-review.googlesource.com/c/1330906 > Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> > Cr-Commit-Position: refs/heads/master@{#609589} TBR=hiroshige@chromium.org,nhiroki@chromium.org,jochen@chromium.org Change-Id: I0931159c0494b981a1d6b07232af55b20f68f559 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 880027, 906964 Reviewed-on: https://chromium-review.googlesource.com/c/1344213 Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#609731} 21 November 2018, 11:27:12 UTC
0ce9a88 Refine wpt/service-workers/service-worker/clients-get.https.html Used async functions, arrow functions, and const, and added some comments. Bug: 778497 Change-Id: I03f23c6adddbb0e317edb197dc8af197597b2381 Reviewed-on: https://chromium-review.googlesource.com/c/1343416 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#609693} 21 November 2018, 11:21:46 UTC
d5dcb9f Merge pull request #14146 from web-platform-tests/beaufortfrancois-patch-1 Draw something on canvas to trigger video autoplay 21 November 2018, 06:27:11 UTC
b351bf6 Make sure record-header.py can find some files it tries to open Differential Revision: https://phabricator.services.mozilla.com/D12360 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1508463 gecko-commit: 61a3be9a8fadeaa115abddde754576b36ef0f229 gecko-integration-branch: autoland gecko-reviewers: jgraham 21 November 2018, 05:53:53 UTC
8c39d1e Upstream the test for bug 1495791 to WPT. Differential Revision: https://phabricator.services.mozilla.com/D12427 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1508645 gecko-commit: 2584f7a7f63adb79ce5acd99bbb91f6b64b87f0f gecko-integration-branch: mozilla-inbound gecko-reviewers: aosmond 21 November 2018, 05:31:26 UTC
9528b40 [css-tables] Some interop tests The spec doesn't address some behavior that has interop. It also doesn't address some related behavior that doesn't have interop. These tests demonstrate both. Hopeful to spur some discussion on https://github.com/w3c/csswg-drafts/issues/3336 Normally a cell with % width is resized based on an initial measure of the table's intrinsic widths. But this is not done when the table is itself inside of a table cell. Engines agree on this but it's not in the specification. Engines don't agree on ignoring this step when the table is inside a shrink-to-fit block. Edge and Chrome perform the step, FF doesn't. Bug: 613705 Change-Id: I4733b693bed754c3924fe357cdc6d5198d7613df Reviewed-on: https://chromium-review.googlesource.com/c/1343530 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#609897} 21 November 2018, 02:27:40 UTC
80494bd CSS WPT: Attribute and sibling selectors Test that attribute selectors are effective when attributes, ids and class lists change. https://drafts.csswg.org/selectors-4/#attribute-selectors Test adjacent and universal sibling selectors when classes change. https://drafts.csswg.org/selectors-4/#adjacent-sibling-combinators https://drafts.csswg.org/selectors-4/#general-sibling-combinators Based on fast/css/invalidation/class-sibling-universal.html (which Blink still needs as it uses internals to count style recalcs). Change-Id: Ia62516e4ab596ef095d4c26a08f90f8f19e5069b Reviewed-on: https://chromium-review.googlesource.com/c/1345371 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#609894} 21 November 2018, 02:16:23 UTC
e340f91 [Azure Pipelines] Run pytest tests (and publish results) on macOS This makes use of this nifty task: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/test/publish-test-results 20 November 2018, 21:20:26 UTC
18b0b73 [Azure Pipelines] Introduce a decision job and lots of templates The decision job running in a Linux VM will decide whether or not jobs running on other OSes start at all. Most templates are now only used once, but most ought to be reused when running affected tests. 20 November 2018, 21:20:26 UTC
c51ac7c Add one more test for viewport units in SVG-in-<img> context This one using inline style instead of presentation attributes. Bug: 650147 Change-Id: I00ee6c52b95803a928dd0b95a33da89f531a05ac Reviewed-on: https://chromium-review.googlesource.com/c/1344102 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#609772} 20 November 2018, 19:47:09 UTC
1f7b7e4 Resolve text-indent percentages to 0 for intrinsic sizing. Percentages must be ignored when calculating min/max intrinsic / preferred inline sizes, since the inline size is by definition unknown at that point. This fixes the problem both in the legacy engine and in LayoutNG. Bug: 906663 Change-Id: Ib29a66ee3d6146e72e6f9ec3283293af48e633a0 Reviewed-on: https://chromium-review.googlesource.com/c/1344090 Reviewed-by: Koji Ishii <kojii@chromium.org> Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#609734} 20 November 2018, 17:26:01 UTC
99e9e99 Fetch: change Response's statusText's default See https://github.com/whatwg/fetch/pull/836 for context. This also cleans up the code a bit. 20 November 2018, 16:43:07 UTC
3557c53 Add referrer-policy module worker tests This CL adds WPT tests for referrer policy applied to module worker top-level script fetch. The only manual changes are - referrer-policy/generic/common.js - referrer-policy/generic/referrer-policy-test-case.js - referrer-policy/spec.src.json and all other modifications are made by referrer-policy/generic/tools/generate.py. Bug: 880027 Change-Id: Ib1f9136161e8efacf317fb9b7e9ba0651a103c41 Reviewed-on: https://chromium-review.googlesource.com/c/1330906 Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#609589} 20 November 2018, 16:20:34 UTC
0944ee2 Fix test exclusion logic of wpt/referrer-policy test generator Previously, all worker-request, a-tag, area-tag tests were excluded because "redirection" field was not included in |selection_pattern|, and thus "worker-requests-with-swap-origin-redirect" and "overhead-for-redirection" entries in "excluded_tests" in spec.src.json were applied to all redirection types. This CL - Includes "redirection" field in |selection_pattern| and instead remove "redirection" field from filenames, and - Regenerates tests. Therefore, this CL - Adds new test files for worker-request, a-tag, area-tag, and - Renames existing test files. The only manual changes are - referrer-policy/generic/tools/common_paths.py - third_party/WebKit/LayoutTests/SlowTests - third_party/WebKit/LayoutTests/SmokeTests and all other modifications are made by referrer-policy/generic/tools/generate.py. Bug: 880027 Change-Id: Ie628f92b334d6e2adddc5957cc6cceaa8c69f322 Reviewed-on: https://chromium-review.googlesource.com/c/1330901 Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#609433} warning: inexact rename detection was skipped due to too many files. warning: you may want to set your diff.renameLimit variable to at least 1920 and retry the command. 20 November 2018, 16:06:47 UTC
791983b Draw something on canvas to trigger video autoplay 20 November 2018, 15:19:04 UTC
83d7554 Merge pull request #14054 from fippo/default-stream-no-msid webrtc: add test for legacy default stream 20 November 2018, 14:55:20 UTC
a8607f4 [wpt] Refactor internal function for clarity (#14137) The `affected_by_interfaces` function is used for flow control in the following `if` condition: if rel_path in file_contents or repo_path in file_contents or affected_by_interfaces(file_contents): affected_testfiles.add(test_full_path) This usage suggests that the function should return a boolean value indicating whether the provided file contents are "affected." However, it was previously implemented to interact with the `affected_testfiles` set directly and return `None` in all cases. Refactor the implementation to adhere to the functional style implied by the call site. 20 November 2018, 13:46:20 UTC
fcef209 webdriver: update scroll into view tests to support older user agents (#14130) Removing the use of ES6 constructs (fat-arrow and object shortcut syntax) as well as adding use of alternatives for user agents that do not support window.scrollX and window.scrollY. 20 November 2018, 10:20:55 UTC
03df14b Fix tab/space lint failure on a CLOSED TREE bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1507842 gecko-commit: deefae2125c46945fda7e868eb17a4017429838f gecko-integration-branch: central 20 November 2018, 09:01:46 UTC
e411cf4 Removing an src attribute from an iframe should load about:blank in it. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1507842 gecko-commit: 60639eb34a6dfb0e52d2c2536706c1c979332f24 gecko-integration-branch: central gecko-reviewers: baku 20 November 2018, 09:01:46 UTC
6cdb358 Merge pull request #14043 from youennf/fix-get-stats.html Remove display of stats by default in webrtc/get-stats.html 20 November 2018, 07:16:47 UTC
3e5c53c FormData: Fix a crash by passing null or non-HTMLFormElement instances to a FormData constructor Add back nullptr check to FormData::Create(HTMLFormElement*). This CL fixes a regression caused by crrev.com/609210. According to standards, |new FormData(nullptr)| and |new FormData("string")| should throw TypeErrors. However this CL applies the behavior before crrev.com/609210. Bug: 906649 Change-Id: I78aa53559592ef0e14cc941175dc9f1b44342bb0 Reviewed-on: https://chromium-review.googlesource.com/c/1343414 Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#609614} 20 November 2018, 06:42:51 UTC
c0afacb Fix wpt metadata update bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1508253 gecko-commit: 58d0df7129383a0984e87ea333d6b6ea198a8b55 gecko-integration-branch: mozilla-inbound gecko-reviewers: gsnedders 20 November 2018, 05:49:14 UTC
d0a6ed2 Worker: Separate worker-from-blob-url.window.html to filter out failing tests in a more fine-grained way This test file should be separated into 2 files (one for dedicated workers and the other for shared workers). This is because Edge and Safari don't support shared workers, and Chrome has an issue on shared workers with Blob URL revocation, so some tests are expected to fail on them. By separating the file, browsers can filter out failing tests in a more fine grained way. Bug: 655458, 800898 Change-Id: I9ea6c76dc9b6841bf6aaa98251c81f292dd460cf Reviewed-on: https://chromium-review.googlesource.com/c/1337129 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#609586} 20 November 2018, 03:54:37 UTC
ef959fb Async Cookies: Fix cross-frame test cleanup. Fixed the cleanup functions to return a Promise and use explicit domains to make sure the cookies are cleaned up afterwards. Bug: 729800 Change-Id: Iba3ca150431e21be26536658d3b5d77648edfe83 Reviewed-on: https://chromium-review.googlesource.com/c/1226199 Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#609547} 20 November 2018, 01:49:06 UTC
c1faeb4 part 3: Update web-platform-tests Differential Revision: https://phabricator.services.mozilla.com/D11638 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1460920 gecko-commit: 209069890e62b4c402c64be007f9cc992b9ec363 gecko-integration-branch: autoland gecko-reviewers: hsivonen 19 November 2018, 22:30:34 UTC
f02babe Setting document.title should have no effect for non SVG/HTML documents Setting document.title should have no effect for non SVG/HTML documents, see https://html.spec.whatwg.org/multipage/dom.html#document.title. Behavior matches Firefox. Bug: 906038 Change-Id: I724abf9ecd711536d71ad95ab45c72230c2e87b6 Reviewed-on: https://chromium-review.googlesource.com/c/1339959 Commit-Queue: Rob Buis <rbuis@igalia.com> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#609407} 19 November 2018, 20:18:34 UTC
0b91af9 Fix up a typo in network-error-logging/support/lock.py "request_id" is never defined in the file, and it looks like it should be using "report_id" like most other places in this file. Differential Revision: https://phabricator.services.mozilla.com/D12195 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1507993 gecko-commit: 5f31d040aab4fc3cbbfcaa7fa6259afe5530d450 gecko-integration-branch: autoland gecko-reviewers: jgraham 19 November 2018, 19:58:23 UTC
dcda413 [Background Fetch] Remove chromium specific WPT code Also add an upload endpoint to test Background Fetch uploads. Bug: 774054 Change-Id: I305e9f43b5d2e77a8e78e9e460e8398d771b03e0 Reviewed-on: https://chromium-review.googlesource.com/c/1341923 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#609394} 19 November 2018, 19:50:24 UTC
d2ee46e Editorial: fix comment in encoding/ Missed in a65bfa9d0c9517103caeb19eb0724eab75e2cacb. 19 November 2018, 18:25:08 UTC
2565470 Update interfaces/netinfo.idl Source: https://github.com/tidoust/reffy-reports/blob/b4dd7c1/whatwg/idl/netinfo.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/456835430 19 November 2018, 18:24:48 UTC
c9a67bf Run infrastructure tests when resources/ changes 19 November 2018, 18:20:44 UTC
fca3dc9 Add test for viewport units in SVG-in-<img> context Bug: 650147 Change-Id: I4a158f600acb733477d33ebbd6a504490a5b54a4 Reviewed-on: https://chromium-review.googlesource.com/c/1341836 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#609346} 19 November 2018, 17:49:53 UTC
f5eb262 Origin Policy: Add support for Feature Policy. Bug: 751996 Change-Id: I969cd67059c6105f468dc56efe01c8de8869565b Reviewed-on: https://chromium-review.googlesource.com/c/1202202 Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#609331} 19 November 2018, 17:05:06 UTC
becd4a7 Fix tests that didn't merge correctly 19 November 2018, 14:39:38 UTC
59455cd Handle WindowsError trying to determine if git exists Depends on D8232 Differential Revision: https://phabricator.services.mozilla.com/D10743 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497898 gecko-commit: 3dedddeb0c8d6847d9c7cb7074d7d06186182663 gecko-integration-branch: autoland gecko-reviewers: ato 19 November 2018, 14:39:38 UTC
fc9918e Update manifest before tests Depends on D8230 Differential Revision: https://phabricator.services.mozilla.com/D8231 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497898 gecko-commit: 750b40bcdad7d60d10ea78f386493d962af89de1 gecko-integration-branch: autoland gecko-reviewers: ato 19 November 2018, 14:39:38 UTC
cb7be19 Pass the manifest file directly into wpttest.from_manifest Depends on D8229 Differential Revision: https://phabricator.services.mozilla.com/D8230 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497898 gecko-commit: 7f54376353321e398e7389a1aa3f1165d775faf9 gecko-integration-branch: autoland gecko-reviewers: ato 19 November 2018, 14:39:38 UTC
a1dda97 Fix the .gitignore rules Depends on D8228 Differential Revision: https://phabricator.services.mozilla.com/D8229 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497898 gecko-commit: daf29e8abb1eb0f5685ed9d228afeb6b4a0c4327 gecko-integration-branch: autoland gecko-reviewers: ato 19 November 2018, 14:39:38 UTC
8d520f0 Fix the cache lifecycle The caches weren't being invalidated when the manifest itself changed. To fix this the manifest itself has to be written before the cache and the cache has to include data about the manifest that it's associated with (the mtime and path are used for this purpose). To make all this work requires a single method that can load the manifest, update it, write the manifest and write the caches. Therefore we introduce a single load_and_update method that is intended to replace all previous use of the load() or update() methods (and as a bonus handles manifest version mismatches in a single place). Depends on D8227 Differential Revision: https://phabricator.services.mozilla.com/D8228 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497898 gecko-commit: fe2d962a8ed2e722266a417df17f7085aeabad3b gecko-integration-branch: autoland gecko-reviewers: ato 19 November 2018, 14:39:38 UTC
d213040 Add a custom implementation of os.walk Compared to the normal os.walk this has a couple of differences: * It returns lists of (name, stat) for filenames and directories, allowing callers to reuse the stat data without going back to the system to re-request it. * Directories are always returned as paths relative to the root, and the root itself is returned as the empty string. * It is non-recursive. There are also a few features missing that aren't required for our use cases. Depends on D8226 Differential Revision: https://phabricator.services.mozilla.com/D8227 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497898 gecko-commit: 10e90d3295ee7a29b094b42912cdb584dfd47e98 gecko-integration-branch: autoland gecko-reviewers: ato 19 November 2018, 14:39:38 UTC
770229a Add manifest caches for the mtime and gitignore rules When processing the manifest using the worktree, instead of reading all files to see if the content changed, instead only process files where the mtime has been updated since the previous run. Also cache the result of running gitignore, so we can save a couple of seconds processing the gitignore rules. Depends on D8225 Differential Revision: https://phabricator.services.mozilla.com/D8226 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497898 gecko-commit: 9d61715037440d58adf237622245bb847b9a898c gecko-integration-branch: autoland gecko-reviewers: ato 19 November 2018, 14:39:38 UTC
5bb4ba6 Update the lint to the new gitignore API Depends on D8224 Differential Revision: https://phabricator.services.mozilla.com/D8225 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497898 gecko-commit: 166466f3a5fe137e02a710012babe8a14756afee gecko-integration-branch: autoland gecko-reviewers: ato 19 November 2018, 14:39:38 UTC
4011c5f Update the gitignore implementation to work as an iterator filter This updates the gitignore implemenation to take input like os.walk but with additional stat data for the files. It also makes several useful optimistaions: * Avoid using regex when just matching a literal * Identify patterns that can only match the final component of a path and run those against that component rather than the full path. * Add the possibility of providing a dictionary of paths to gitignore statuses as a cache. This dramatically reduces the amount of time we spend in gitignore processing when updating the manifest. Depends on D8223 Differential Revision: https://phabricator.services.mozilla.com/D8224 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497898 gecko-commit: 215f0ae6129888a0865d151835a86aee34368156 gecko-integration-branch: autoland gecko-reviewers: ato 19 November 2018, 14:39:38 UTC
be2adcd Allow the gitignore filter to work on name components only We end up with a lot of rules like (?:.*)/.*\.ext which are basically trying to find the last component in a path and match against that. These are rather slow to run so the easiest thing tdo is just pass in the last component of the path when we know that's the only thing the rule can match. The changes to surrounding code to use this API will be made in future commits. Depends on D8222 Differential Revision: https://phabricator.services.mozilla.com/D8223 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497898 gecko-commit: 46c50835b9972454afc33df9df569afd657430ca gecko-integration-branch: autoland gecko-reviewers: ato 19 November 2018, 14:39:38 UTC
21ef9ca Update the .gitignore file Depends on D8221 Differential Revision: https://phabricator.services.mozilla.com/D8222 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497898 gecko-commit: 284749dd9ee9d5e693cd86887934092a8889e1fc gecko-integration-branch: autoland gecko-reviewers: ato 19 November 2018, 14:39:38 UTC
1ca46e0 Use testfile mtimes to pre-filter files iterated over for the manifest update Depends on D11667 Differential Revision: https://phabricator.services.mozilla.com/D8221 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1497898 gecko-commit: aa24577bdeae449b6b51f1184cc6aec809fc3659 gecko-integration-branch: autoland gecko-reviewers: ato 19 November 2018, 14:39:38 UTC
489c482 Make sure rejected promise is unique (#14117) 19 November 2018, 14:35:59 UTC
519461c Various fixes to complete-method-manual.https.html (#14120) * fix: variables are out of scope * Add explicit done button * fix: test unknown and missing value correctly * relocate code comment 19 November 2018, 14:35:11 UTC
6f90ad6 CSS: Serialize % before px in calc https://drafts.csswg.org/css-values/#math-function-serialize-a-summation Percentage should be serialized before dimensions with units Also fix typo in WPTs svg/geometry/parsing/*-computed.svg calc(50% + 60x) becomes calc(50% + 60px) BUG=904805 Change-Id: I2ecb732564c405f9315a1ef06e5bd0777c407f19 Reviewed-on: https://chromium-review.googlesource.com/c/1341289 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#609262} 19 November 2018, 14:19:14 UTC
740e67d Implement RTCQuicStream.waitForReadable() (#14103) [Compared to the original Blink CL, this commit has been rebased on top of #14028] Bug: 874296 Tbr: hbos@chromium.org Change-Id: I1d76f979d9ff4cfcec0b5d5a34663dc48bb94056 Reviewed-on: https://chromium-review.googlesource.com/c/1289698 Commit-Queue: Steve Anton <steveanton@chromium.org> Reviewed-by: Steve Anton <steveanton@chromium.org> Cr-Commit-Position: refs/heads/master@{#608921} 19 November 2018, 11:50:37 UTC
be998eb Fixup formatting issue. 19 November 2018, 11:11:08 UTC
30eea7f Set up mach defaults to match working wpt android reftest settings The fast internal reftest harness doesn't work yet, so in the meantime default to the functional but slower external harness. Also ensure that the Ahem font is installed by default. Depends on D12035 Differential Revision: https://phabricator.services.mozilla.com/D12036 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1507532 gecko-commit: 294c7b9011c0a5657ea384d1328805ff48e60f43 gecko-integration-branch: central gecko-reviewers: KWierso 19 November 2018, 11:11:08 UTC
dd4913a Add support for copying Ahem to the installed Firefox profile Following the lead of bug 1197716, put the Ahem font into the firefox profile where it is read by Fennec. Depends on D12034 Differential Revision: https://phabricator.services.mozilla.com/D12035 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1507532 gecko-commit: 32fdcb91c2a51fb572e364d94180631d76a6fb33 gecko-integration-branch: central gecko-reviewers: gbrown 19 November 2018, 11:11:08 UTC
18203d8 Add support for running reftests in fennec Add a ReftestExecutor implementation matching the one that we use for Desktop Firefox. Differential Revision: https://phabricator.services.mozilla.com/D12034 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1507532 gecko-commit: 9702f65efe224bcb14f64db9eeb99ca2ad5ef8f8 gecko-integration-branch: central gecko-reviewers: KWierso 19 November 2018, 11:11:08 UTC
adc866b Disable box-sizing-replaced-003.xht on mac for frequent failures. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1383454 gecko-commit: d32110a492f5eece3697fd039d53dba247f9f202 gecko-integration-branch: mozilla-inbound gecko-reviewers: jmaher 18 November 2018, 11:29:14 UTC
1361acb Check the in flow frame to determine when to reframe the multicol container. When removing an out of flow frame under a multicol subtree, it shouldn't affect the multicol tree structure. We should instead check the in flow frame's relationship with the multicol subtree. Differential Revision: https://phabricator.services.mozilla.com/D11540 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1506204 gecko-commit: 75ca66f490c31648aa80c228e043806bdee327d0 gecko-integration-branch: autoland gecko-reviewers: dbaron 18 November 2018, 11:25:16 UTC
89ad54b Move webrtc quic tests to webrtc-quic (#14028) 17 November 2018, 17:01:32 UTC
02c382e Fix bullet frame creation for columns. The modification to nsLayoutUtils::GetFirstLinePosition() is needed because we need to get the correct first line position from child (i.e. ColumnSet) when there's an outside bullet on ColumnSetWrapperFrame. The difference between the two newly added tests is "overflow: hidden" on the columns. Differential Revision: https://phabricator.services.mozilla.com/D7009 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1491915 gecko-commit: c21bf3a5e752044715f0026f8407eed642c794c6 gecko-integration-branch: autoland gecko-reviewers: bzbarsky 17 November 2018, 15:27:21 UTC
b603262 Merge pull request #14108 from Loirooriol/fix-logical-transitions [css-logical] Fix animation-004.html 17 November 2018, 09:06:49 UTC
a65bfa9 Encoding/XMLHttpRequest: default is UTF-8 Fixes #14082. 17 November 2018, 08:14:19 UTC
7443259 Fix parsing of negative values for 'r', 'rx', 'ry' and 'stroke-width' For all of these properties[1][2][3][4], a negative value is considered illegal and should fail in the parser. (The value range is already corectly specified for instance for animation, and also for the corresponing presentation attributes.) [1] https://svgwg.org/svg2-draft/geometry.html#R [2] https://svgwg.org/svg2-draft/geometry.html#RX [3] https://svgwg.org/svg2-draft/geometry.html#RY [4] https://svgwg.org/svg2-draft/painting.html#StrokeWidthProperty Bug: 902346 Change-Id: I4b073288b97151d7a9df4b1c2ce99341dca9c8ee Reviewed-on: https://chromium-review.googlesource.com/c/1304561 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#609077} 17 November 2018, 02:53:19 UTC
04cd5eb Baldr: correctly propagate AbortError from consume stream body operation () bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1505632 gecko-commit: a7812eefff9559ee40e9f0a8e6c812ea9d36f06d gecko-integration-branch: central gecko-reviewers: lth, baku, Ms2ger 17 November 2018, 00:59:18 UTC
f285364 [css-logical] Fix animation-004.html Fixes #14107 16 November 2018, 23:50:37 UTC
25ac920 Make sure not to lose track of focus when we rebuild the inner fields. Removing the inner field while focused nulls out the active element, without a blur event of course, so this means that we left the :focus state in the input set incorrectly, plus that we actually lost focus. Differential Revision: https://phabricator.services.mozilla.com/D12106 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1450219 gecko-commit: 6da0db82505cb9e55b15c4306725503cf168553d gecko-integration-branch: central gecko-reviewers: Gijs 16 November 2018, 23:36:36 UTC
44a54b7 Fix box-shadow clipping for opaque-background <body> In the presence of an opaque background, BoxPainterBase::PaintNormalBoxShadow() insets the shadow clip by one unit (in order to mitigate seaming artifacs), effectively expanding the shadow inwards, and relies on the opaque background overdrawing this inset. But <body> doesn't paint its own background -- it gets transferred to the view and painted in a different context => the shadow inset remains visible. To address this, pass background-skip information to PaintNormalBoxShadow(), and disable the inset logic when the background is not being drawn. Bug: 899342 Change-Id: I5e04a1c17c2be324bf4c6767d2159372f546cc24 Reviewed-on: https://chromium-review.googlesource.com/c/1336495 Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#609014} 16 November 2018, 23:17:04 UTC
b8ac03b Violation reports for 'layout-animations' This CL adds support for generating violation reports for 'layout-animations' feature policy. The new implementation triggers a report when: 1- CSS Parser finds usage of @keyframes for one of the banned styles. 2- element.animate() changes a banned style. Bug: 902836,867471 Change-Id: I79900603eb0166514d7986dc189ec914bd95f899 Reviewed-on: https://chromium-review.googlesource.com/c/1324138 Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Reviewed-by: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#608984} 16 November 2018, 22:57:01 UTC
7eba3fb Implement RTCQuicStream.readInto() Bug: 874296 Tbr: hbos@chromium.org Change-Id: Id2905574237fe9221d49a1e772c9ba0f3e7957e1 Reviewed-on: https://chromium-review.googlesource.com/c/1289436 Commit-Queue: Steve Anton <steveanton@chromium.org> Reviewed-by: Steve Anton <steveanton@chromium.org> Cr-Commit-Position: refs/heads/master@{#608878} 16 November 2018, 19:24:40 UTC
4eb8ab0 Make intrinsic sizing for <input type=range> work properly and make its default margin/padding compatible with Chrome/Safari. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1317870 gecko-commit: fda2edef30ab3bb950b635d05470f5635a75a6e9 gecko-integration-branch: mozilla-inbound gecko-reviewers: jwatt 16 November 2018, 19:04:17 UTC
bcd2471 Allow stability-checker failures on Travis and report them on Taskcluster (#14096) Fixes https://github.com/web-platform-tests/wpt/issues/7660. https://github.com/web-platform-tests/wpt/issues/13194 remains open to verify that Taskcluster isn't failing to detect flakiness that Travis would. 16 November 2018, 17:03:31 UTC
dba3df4 Implement FetchEvent.resultingClientId - Expose FetchEvent.resultingClientId on non-subresource, non-"report"-destination requests. - Delay Clients.get(FetchEvent.resultingClientId) resolution until the resulting client is execution ready. - Add WPTs to test for existence of resultingClientId and Clients.get promise resolution values. Differential Revision: https://phabricator.services.mozilla.com/D5333 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1264177 gecko-commit: c79d1544486a79ae5a32dc24751fa266b39d5b2e gecko-integration-branch: autoland gecko-reviewers: edenchuang, mrbkap 16 November 2018, 15:24:10 UTC
3ae45f7 Allow Console API to log messages on stdout This patch introduces 2 new prefs: - devtools.console.stdout.chrome: if true, console API writes on stdout when used by chrome code - devtools.console.stdout.content: console API write on stdout when used by content code. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1480544 gecko-commit: 210675b3647c5097e23b47ae1accb32412bad46d gecko-integration-branch: mozilla-inbound gecko-reviewers: bgrins 16 November 2018, 15:17:39 UTC
0601d66 Fix a typo in css/css-text/writing-system/ already fixed in ref (#14097) The typo in the ref was fixed in https://github.com/web-platform-tests/wpt/pull/13430, but the test itself was not updated. That's bad. 16 November 2018, 13:24:25 UTC
39c2331 SVG Geometry: computed value of properties (#14075) cx cy r rx ry x y computed values are lengths or percentages. https://svgwg.org/svg2-draft/geometry.html 16 November 2018, 13:00:58 UTC
68eabe4 [css-logical] Fix logical values according to the spec Spec: https://drafts.csswg.org/css-logical/#directional-keywords Currently logical values compute to the corresponding physical value, and the mapping is with respect to the element itself. This patch makes them compute as specified and changes the mapping to be with respect to the containing block. BUG=901409 TEST=external/wpt/css/css-logical/logical-values-float-clear.html TEST=external/wpt/css/css-logical/logical-values-float-clear-reftest.html TEST=external/wpt/css/css-logical/logical-values-resize.html TEST=webexposed/nonstable-css-properties.html Change-Id: Ie0acaacde813c5343ec3bb8de712c4af03639475 Reviewed-on: https://chromium-review.googlesource.com/c/1315989 Commit-Queue: Manuel Rego <rego@igalia.com> Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#608730} 16 November 2018, 11:47:38 UTC
4decb8a CSS: rename :matches to :is Recent CSS WG decision https://github.com/w3c/csswg-drafts/issues/3258 Bug: 568705 Change-Id: If24be4b2c0a49ba12c92df873b0a4de12eb1a21e Reviewed-on: https://chromium-review.googlesource.com/c/1337227 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#608722} 16 November 2018, 10:59:30 UTC
1b543a1 Merge pull request #14092 from mrego/grid-container-scrollbars [css-grid] Some fixes on grid-container-scrollbar-* tests 16 November 2018, 09:24:25 UTC
ccb1c20 Fetch: test no-cors Headers API better For https://github.com/whatwg/fetch/pull/833. 16 November 2018, 09:09:55 UTC
ef7824a [css-grid] Some fixes on grid-container-scrollbar-* tests * Use Ahem font to avoid weird small pixel differences on iOS. * Fix some typos reported by @fred-wang at https://bugs.webkit.org/show_bug.cgi?id=191656#c14 16 November 2018, 08:54:35 UTC
back to top