https://github.com/web-platform-tests/wpt

sort by:
Revision Author Date Message Commit Date
6a44b23 Fix #10741: Call Out-File with an encoding for make-hosts-file on Windows (#10800) 07 May 2018, 10:57:15 UTC
f056400 rfc6265bis tests Tests for https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis. 07 May 2018, 09:30:04 UTC
b8639ae Web Animations: Add test for Document::getAnimations across iframes (#10291) 06 May 2018, 23:18:22 UTC
081648f Accname: Remove unspecified behavior from test cases (#10826) The accname spec doesn't describe exactly what should happen with respect to whitespace insertion when inline elements are being concatenated in a name-from-contents calculation. This will be addressed in Accname 1.2. 06 May 2018, 15:32:10 UTC
722173b [FilterContainer] Add WPT for filter establishes containing block. Based on CL 1033824 This patch adds three tests and test the following: - Filtered block establishes a container for fixed and abs pos. - Filtered inline establishes a container for fixed and abs pos. - Filtered <html> does not establish a container for fixed pos. Bug: 795549 Tbr: vmpstr@chromium.org Change-Id: I3fa13cc7f478503583a191bfb434cdab860862ef Reviewed-on: https://chromium-review.googlesource.com/1045727 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#556343} 05 May 2018, 20:54:40 UTC
f7c251f Add historical tests for document.selectedStylesheetSet/preferredStylesheetSet (#10861) These are implemented in Blink and WebKit. Note the difference in capitalization. 05 May 2018, 20:33:58 UTC
f44beb8 Test that setInterval handles missing interval argument. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1450066 gecko-commit: 9577b0cdcad5114267bf422cf5f2e515cde5c27a gecko-integration-branch: mozilla-inbound gecko-reviewers: bkelly 05 May 2018, 19:26:52 UTC
23a93d2 Support groupId constrainable properties in MediaDevices.getUserMedia() This CL also adds support in MediaStreamTrack.applyConstraints(). Drive-by: Minor lint fixes. Bug: 833333 Change-Id: I8636def42d9ed64c6f58777d44343e569e541bfb Reviewed-on: https://chromium-review.googlesource.com/1021570 Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Harald Alvestrand <hta@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#556124} 05 May 2018, 19:12:48 UTC
f86aa23 Remove File.lastModifiedDate bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1458883 gecko-commit: 85dfda425103a8fdce2b28d0ca7fae92044283ef gecko-integration-branch: mozilla-inbound gecko-reviewers: qdot 05 May 2018, 19:04:38 UTC
ef9435b clear event.target and .relatedTarget in case they would otherwise reveal targets in shadow DOM bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1449560 gecko-commit: 7bd8b80c9a2956e16e6783e186eda7892b1976f5 gecko-integration-branch: mozilla-inbound gecko-reviewers: bz 05 May 2018, 13:36:01 UTC
c35843e Update elementScroll-002.html 05 May 2018, 12:26:23 UTC
ec2df2d new test: scollElement-002.html 05 May 2018, 12:26:23 UTC
c0dd8c9 Add x-frame-options/README.md 05 May 2018, 08:55:43 UTC
42b23a6 Fetch: couple minor improvements to some CORB tests 05 May 2018, 08:52:41 UTC
3c43b99 Update Firefox prefs path for upstream changes. (#10855) Firefox changed the prefs path from testing/profiles/prefs_general.js to testing/profiles/config/user.js Therefore for versions of firefox from currently nightly onwards we need to use the new path to download the appropriate prefs files. 05 May 2018, 05:58:56 UTC
62a50ad Baseline of inline-block for different values of overflow, for an errata to CSS2 (#7579) * Test for errata http://www.w3.org/Style/css2-updates/REC-CSS2-20110607-errata.html#s.10.8.1 (baseline of inline-block) * Typo in rel=author link. 05 May 2018, 00:39:23 UTC
6153a8b Update tests a bit 04 May 2018, 18:39:54 UTC
5824152 Merge pull request #10849 from w3c/sync_37335570663994e7654d73dbc4034aa7894f294e Merge pull request #10849 from sync_37335570663994e7654d73dbc4034aa7894f294e 04 May 2018, 14:09:52 UTC
bbd00aa Merge pull request #10848 from w3c/sync_e8969894527b47697459af488ba0f48d00763b9c Merge pull request #10848 from sync_e8969894527b47697459af488ba0f48d00763b9c 04 May 2018, 14:09:39 UTC
3733557 Correct edge case for background color clip Use the color clip corresponding to the last background-image instead of the last background-clip. (There may be more clips than images and clips are repeated if there are less clips than images.) Add a test. Upstreamed from https://github.com/servo/servo/pull/20744 [ci skip] 04 May 2018, 14:09:30 UTC
e896989 Implement border-image-outset Add an automatic test for border-image-outset with a gradient. Convert two tests from UTF-8 LE with CRLF line endings to UTF-8 with LF endings as the old files could not be viewed with servo. Closes #16638 Upstreamed from https://github.com/servo/servo/pull/20739 [ci skip] 04 May 2018, 14:09:30 UTC
2faa35c Add netinfo/OWNERS 04 May 2018, 08:48:29 UTC
21779ed [Layered API] Implement std:async-local-storage behind a flag This CL imports the async-local-storage implementation as-is except for renaming to index.js. Original author: Domenic Denicola (domenic@chromium.org) https://github.com/domenic/async-local-storage All code were written and contributed by Googlers who are Chromium Contributors. Tentatively this CL imports the files under core/script/resources until a long-term plan for repository location etc. is settled. This is a still experimental feature behind a flag, and its API interface and implementation can be changed significantly before shipped. This CL also imports a test with some modifications. Change-Id: I99944c75240ab2f1d114aa85f5c8ffac1f5e9b98 Reviewed-on: https://chromium-review.googlesource.com/1033713 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#555967} 04 May 2018, 03:12:15 UTC
4edf5fd Add remote-playback/OWNERS 04 May 2018, 02:16:25 UTC
b47f388 Add media-capabilities/OWNERS 04 May 2018, 02:14:53 UTC
ae7607f Add mediacapture-fromelement/OWNERS 04 May 2018, 02:14:36 UTC
ee55a39 Add yoavweiss and tarunban 04 May 2018, 02:13:28 UTC
59a2881 Add client-hints/OWNERS 04 May 2018, 02:13:28 UTC
b7c5d21 Add mediasession/OWNERS 04 May 2018, 02:13:08 UTC
099c8f5 Add orientation-event/OWNERS 04 May 2018, 02:12:14 UTC
a2835f9 Add budget-api/OWNERS 04 May 2018, 02:11:34 UTC
85cecd9 Handle some html/js polyglots in CORB confirmation sniffing. Cross-Origin Read Blocking (CORB) tries to protect certain resource types (e.g. text/html). To be resilient against HTTP responses mislabeled with an incorrect Content-Type, CORB sniffs the response body to confirm if it truly is the protected type. Before this CL the confirmation sniffing logic decided to block resources that are both a valid html and a valid javascript. Blocking of such resources is undesirable, because it is disruptive to existing websites that use such polyglot responses in <script> tags. After this CL, a HTML comment that contains a Javascript comment will cause the confirmation sniffing to decide that the response is not really a HTML document (this will prevent CORB blocking). Bug: 839425 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ie790a81c2742513aed9fda45edd0bb2976bd0fc6 Reviewed-on: https://chromium-review.googlesource.com/1042820 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by: Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#555951} 04 May 2018, 01:50:56 UTC
7f84923 Merge pull request #8538 from faceless2/bfo-css-color-4 Fixed cut/paste errors; added new reftests for lab 03 May 2018, 23:53:14 UTC
afd42d2 Make abort/serviceworker-intercepted.https.html WPT cases use unique scopes. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1458805 gecko-commit: f127f18d19a92a96a4d24eca336b1ef6839983e2 gecko-integration-branch: mozilla-inbound gecko-reviewers: baku 03 May 2018, 23:42:55 UTC
1550fc2 Implement AnimationEvent.pseudoElement The spec is here: https://drafts.csswg.org/css-animations/#interface-animationevent A layout test is changed to test this API. Bug: 437132 Change-Id: Ic463b19488271e1caeb78afa6120bb53f7d5e94d Reviewed-on: https://chromium-review.googlesource.com/1019383 Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#555898} 03 May 2018, 23:32:20 UTC
103c6d6 wdspec] Fix race condition in test_title_after_modification. Using "WebDriver:ExecuteScript" to set the document title can cause a race condition when the title gets retrieved from the parent process. To guard against it "wait()" should be used. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1396185 gecko-commit: dc74ac930ef1523fa34ad0c428efb92b0e08b3f4 gecko-integration-branch: autoland gecko-reviewers: ato 03 May 2018, 23:12:12 UTC
6254552 wdspec] Fix linter failures in get_title.py. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1396185 gecko-commit: 7c1c51eea5338c5b3332cc368c119300aefed7f2 gecko-integration-branch: autoland gecko-reviewers: ato 03 May 2018, 23:12:12 UTC
30b9728 wdspec] Use shared get_title function for making HTTP requests. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1396185 gecko-commit: 9c47feeac73f3fe2da0e80903a5fdf157d781ada gecko-integration-branch: autoland gecko-reviewers: ato 03 May 2018, 23:12:12 UTC
e4b671e wdspec] Remove unwanted docstring references to the spec. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1396185 gecko-commit: 8d074598b6caa5c59453e933da5d64e72e10a842 gecko-integration-branch: autoland gecko-reviewers: ato 03 May 2018, 23:12:12 UTC
29918c7 Move AudioBuffer tests to WPT These tests either pass on Firefox or are bugs in Firefox. Bug: 745778 Change-Id: I0a2997d5c3602f026e5cf9132a68a833c975d32d Reviewed-on: https://chromium-review.googlesource.com/1042801 Reviewed-by: Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#555882} 03 May 2018, 21:54:00 UTC
843547c Update taskcluster tasks 03 May 2018, 21:27:40 UTC
f2eadc2 Check out the required commit directly in start.sh. Also optimise things so we don't download Chrome unless actually required. 03 May 2018, 21:27:40 UTC
c215835 Update to latest docker image 03 May 2018, 21:27:40 UTC
4678331 Move more stuff out of the docker file and into the startup script In particular: * Don't try to install Ahem into the docker image since this fails if Ahem ever changes * Do the souce checkout in the startup script. This should ensure that subsequent wpt commands work with the latest code, and fixes some of the intermittent errors we have seen. 03 May 2018, 21:27:40 UTC
b2b367b Add run_info and timestamps to wptreport run_info includes OS and browser info. This is the first stab at #10511 . 03 May 2018, 20:20:44 UTC
8b7ef0c [LayoutNG] Add caption tests that NG fails There are no existing tests (or any imported that I could find) that verify captions' BFCs behave properly. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I56398bdd1ab6b993eaf8898e09b8aaa4b0ce0100 Bug: 635619 Reviewed-on: https://chromium-review.googlesource.com/1041219 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#555822} 03 May 2018, 18:51:32 UTC
d3578ca Support the groupId property in MediaStreamTrack.getSettings() Bug: 834281 Change-Id: I5ef11a3343e5b534bee6e088a36fb3365bd218e8 Reviewed-on: https://chromium-review.googlesource.com/1019323 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Reviewed-by: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#555759} 03 May 2018, 16:37:53 UTC
95127fa File API: lastModifiedDate has been obsolete for a while 03 May 2018, 13:20:31 UTC
f4dfd5f Hook up logging for websocket server Use warning as the default level to avoid large amounts of debug spew. 03 May 2018, 13:17:08 UTC
b5befcb Improve color use in background-clip-content-box-001.html. (#10814) Originally submitted as <https://github.com/w3c/web-platform-tests/pull/6226>. Some additional changes by Ms2ger. 03 May 2018, 10:37:03 UTC
ea45fc5 Add picture-in-picture/OWNERS 03 May 2018, 09:33:24 UTC
7a7d2e1 Reset writing mode for media controls. Use horizontal-tb on UA stylesheet to make sure the controls look the same in all writing modes. Bug: 839142 Change-Id: I7c84afb4f1eef2cf741196b6a8639845aa72066c Reviewed-on: https://chromium-review.googlesource.com/1041025 Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#555670} 03 May 2018, 06:24:06 UTC
a30f360 Handle Shadow DOM in keyframes lookup. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1018269 gecko-commit: 69109fe28dc09b17132ba2a793202f9fda66d5f4 gecko-integration-branch: mozilla-inbound gecko-reviewers: heycam 02 May 2018, 19:18:32 UTC
7e9e0ae Fix timing allow check algorithm for service workers This CL uses the OriginalURLViaServiceWorker() in the timing allow check algorithm if the response WasFetchedViaServiceWorker(). This way, if a service worker changes a same origin request to become cross origin, then the timing allow check algorithm will still fail. resource-timing-worker.js is changed so it avoids an empty Response, which is an odd case in terms of same origin checks. Bug: 837275 Change-Id: I7e497a6fcc2ee14244121b915ca5f5cceded417a Reviewed-on: https://chromium-review.googlesource.com/1038229 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by: Yoav Weiss <yoav@yoav.ws> Reviewed-by: Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#555476} 02 May 2018, 18:54:41 UTC
f9924ae Merge pull request #10446 from w3c/ffs-descriptor test the @font-face font feature settings descriptor (property already tested) 02 May 2018, 18:21:09 UTC
d86d487 Treat long-press gesture as a user activation. Also add a web-platform-test for this change, which is already supported by Firefox. Intent to ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/-2AyrUFwXvY/Q_wCUmKSAgAJ Spec change PR: https://github.com/whatwg/html/pull/3659 Bug: 836401 Change-Id: Ia710190857211684ce5ce7d4ff835b874f658b29 Reviewed-on: https://chromium-review.googlesource.com/1039265 Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#555450} 02 May 2018, 17:55:43 UTC
f7fd9fa HTML: document.open() and the document's encoding For https://github.com/whatwg/html/pull/3661. 02 May 2018, 17:19:11 UTC
90e225b [KeyboardLock] Ensure API is called from a top-level browsing context This change adds some checks to the keyboard lock API to ensure it was called from within a supported context, otherwise it now rejects the promise. BUG=680809 Change-Id: I3d127422c640d16e43c22adb14755b65eb2cdc6a Reviewed-on: https://chromium-review.googlesource.com/1038888 Reviewed-by: Gary Kacmarcik <garykac@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#555417} 02 May 2018, 16:37:16 UTC
a253aa3 Fix typo in documentation of SourceFile.content_is_css_visual(). (#10786) 02 May 2018, 16:15:23 UTC
a6fdca3 Merge pull request #10625 from vfalconi/add_flexbox_first-letter_test CSS-Flexbox: Add test for first-letter 02 May 2018, 16:13:45 UTC
923d852 HTML: document.open() event listener removal For https://github.com/whatwg/html/pull/3653. 02 May 2018, 16:05:14 UTC
a7a988c Add old-tests/OWNERS (#10759) 02 May 2018, 14:44:40 UTC
538eeda [css-grid] Subtract scrollbar in ComputeReplacedLogicalHeightUsing() In LayoutBox::ComputeReplacedLogicalHeightUsing() we were using the OverrideContentLogicalHeight() plus scrollbar height, that was wrong and we should subtract the scrollbar too. This caused issues to resolve the percentage heights on grid item replaced children, if the grid item has a scrollbar. To fix the issue we just need to follow the suggestion in the TODO and use OverrideContentLogicalHeight() directly. This was the last place using OverrideContentAndScrollbarLogicalHeight() so we can get rid of it. The patch removes that method together with OverrideContentAndScrollbarLogicalWidth() that was no longer used. BUG=837141 TEST=external/wpt/css/css-grid/grid-items/percentage-size-replaced-subitems-001.html Change-Id: I28cf6e65c21e6314808c4430515f06c07d4a739e Reviewed-on: https://chromium-review.googlesource.com/1035003 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#554834} 02 May 2018, 13:57:26 UTC
615504b Remove unused css-mode argument to the lint. (#10765) 02 May 2018, 13:36:45 UTC
e11c5ce Create CNAME 02 May 2018, 11:42:21 UTC
9574f8f Delete CNAME 02 May 2018, 11:42:16 UTC
dce95ec Cleanup CSSOM View interfaces test The CSSOM View interfaces test added the Geometry IDL as untested, but it is never needed (removing it does not affect test results). Removing it means that less IDL needs to be parsed, speeding up the test. The test also adds Document as an object twice, and refers to the CSSOM spec instead of the CSSOM View spec. This change fixes both of these issues as well. 02 May 2018, 10:38:03 UTC
a13c9f6 Correct document.domain setter test Fixes #10695. 02 May 2018, 09:52:42 UTC
27a3aeb Fetch: cleanup api/redirect 02 May 2018, 09:43:35 UTC
e47396d Fetch: fix and cleanup api/cors cors-multiple-origins went against the specification and required support for multiple origins listed in Access-Control-Allow-Origin. 02 May 2018, 09:43:04 UTC
39563cf [LayoutNG] Improve handling of adjoining floats. A float always needs to be positioned by its block parent, so passing them around to children, parents or siblings really shouldn't be necessary (and it *was* somewhat confusing, since nobody but the direct float parent is allowed to touch them anyway, apart from placing them into temporary exclusion spaces). The main reason for passing them around like that, was for other blocks to determine, based on the list of floats being empty or not, the need for relayout once the BFC offset was resolved. Instead, confine the list of unpositioned floats to the block parent of those floats, and introduce the concept of adjoining float types (none, left, right, both). Adjoining floats occur when the BFC offset is unknown, meaning that their position may be affected by the current layout algorithm. Adjoining float types will now be the thing that's both input to and output from the layout algorithms. Having something other than "none" means that a block's BFC offset is unknown, but that doesn't automatically mean that we have to abort and re-layout if the BFC offset gets resolved. If the "floats BFC offset" is known, for instance, those adjoining floats may be positioned right away. Still we need to know about them (positioned or not), to get clearance correct. We're going to need to treat adjoining floats specially when applying clearance. Will deal with that in a later CL. For now, we just keep track of the adjoining float types, so that the clearance machinery can tell that there are floats there that may not yet be positioned. That used to be taken care of the list of unpositioned floats, but, as previously stated, adjoining floats are special, and we need to know about them, whether they are positioned or not. This is a preparatory CL for that. Each time we add an unpositioned float, we need to update the types of adjoining floats, so that these can be returned from the algorithm if necessary. Whether they end up being positioned right away or not isn't relevant. Adjoining is adjoining. Note that we don't have to #include the header file for unpositioned floats as much as before now, but I'll clean that up in a follow-up CL, because it turned out that there were quite a few translation units that got stuff for free via that header file, instead of explicitly including what they need. Had to rewrite how we deal with floats in HandleNewFormattingContext() and LayoutNewFormattingContext(), since those depended on a list of all preceding unpositioned floats to place them into a temporary exclusion space, to figure out whether to let the child's margin be adjoining with the current margin strut or not. Instead of using a temporary exclusion space, we now position floats via the regular mechanisms, and initially assume that the child's margin is going to be adjoining. This means that we have to abort and roll back if there are preceding unpositioned floats. This is no different from how we lay out regular blocks, though. What *is* different is that if it turns out that the child's margin has to be separated from the strut, we'll have to abort and roll back once *again* (but only once). The algorithms now need to keep track of whether they need to abort if the BFC offset *changes*, rather than if it is *resolved*. We only allow the offset to resolve and optionally change *once* afterwards, though. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ie527d659213049f180ebedc764e1d7f4926a5876 Reviewed-on: https://chromium-review.googlesource.com/1030191 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#555314} 02 May 2018, 06:00:54 UTC
c83c53e Merge pull request #10700 from ewilligers/css-ui3-parsing Parsing tests for CSS UI Level 3 02 May 2018, 03:30:08 UTC
fe5aaaf Disable kerning in wpt/css/CSS2/floats-clear/floats-143.xht This patch fixes wpt/css/CSS2/floats-clear/floats-143.xht not to rely on kerning table. This test has "PA" and "SS" in two different floats, assuming either of the below is true: a. The font does not have a kerning pair between "A" and "S". b. UA applies kerning across two different floats. This patch changes this test not to rely on these conditions. This fix is another test fix needed for CL:1022191. Change-Id: I78ea57b619fd08a9d671d507ebbb005b556fc183 Reviewed-on: https://chromium-review.googlesource.com/1036825 Reviewed-by: Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#555066} 01 May 2018, 20:32:17 UTC
575c6d1 Move AudioParam tests to WPT Move many but not all WebAudio AudioParam tests to WPT. The criteria was whether Firefox passed the tests or, if not, the errors are actually bugs in Firefox. Most of the failures are because Firefox threw the wrong type of error. We also skipped over most of the tests that use offline.suspend(). Bug: 745778 Change-Id: If4755089938ddf1b9825faa3392d1d10e3b9293f Reviewed-on: https://chromium-review.googlesource.com/1036456 Reviewed-by: Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#555140} 01 May 2018, 20:13:36 UTC
1118154 Revert "Update mozrunner from 7.0.0 to 7.0.1" (#10739) This reverts commit 8b9f853fd06ca887b340e77e342d323c32635a13 See https://github.com/w3c/web-platform-tests/issues/10736 01 May 2018, 18:24:57 UTC
a77f2be Merge pull request #10733 from w3c/sync_757f74c1e0fd7d59d4ca0503a767b74839205a33 Merge pull request #10733 from sync_757f74c1e0fd7d59d4ca0503a767b74839205a33 01 May 2018, 14:26:14 UTC
6b65b4b Merge pull request #10732 from w3c/sync_b19b7008fb992e8edc8c80be49ac1b4a075df7f2 Merge pull request #10732 from sync_b19b7008fb992e8edc8c80be49ac1b4a075df7f2 01 May 2018, 14:25:57 UTC
7db618e Merge pull request #10731 from w3c/sync_a5bef3231460131fe86bf356a97a3e742d349c60 Merge pull request #10731 from sync_a5bef3231460131fe86bf356a97a3e742d349c60 01 May 2018, 14:25:46 UTC
26826b9 Merge pull request #10730 from w3c/sync_b2a7cf25a44b08f438b660fe6e35eb20ff3a73d0 Merge pull request #10730 from sync_b2a7cf25a44b08f438b660fe6e35eb20ff3a73d0 01 May 2018, 14:25:33 UTC
b501a17 Merge pull request #10729 from w3c/sync_7a44fa5a7799c4ea339236e2949ce769d79701b6 Merge pull request #10729 from sync_7a44fa5a7799c4ea339236e2949ce769d79701b6 01 May 2018, 14:25:20 UTC
757f74c Place item clipping_and_scrolling inside closure A utility function assures that if the clipping and scrolling are changed for a display item the old value is later restored. Upstreamed from https://github.com/servo/servo/pull/20420 [ci skip] 01 May 2018, 14:25:11 UTC
7a44fa5 Move DL items from gfx to layout Implement corner clipping. Remove PixelFormat from WebrenderImageInfo. Use WebRender text shadow. Remove MallocSizeOf and Deserialize for DL items. Closes #19649, #19680, #19802 Upstreamed from https://github.com/servo/servo/pull/20420 [ci skip] 01 May 2018, 14:25:11 UTC
a5bef32 Move shadow stuff to its own test in link-rel-attribute.html Upstreamed from https://github.com/servo/servo/pull/20682 [ci skip] 01 May 2018, 14:25:11 UTC
b19b700 Make session history aware of URLs Upstreamed from https://github.com/servo/servo/pull/20671 [ci skip] 01 May 2018, 14:25:11 UTC
b2a7cf2 Remove some const loops in /url/urlsearchparams-foreach.html Upstreamed from https://github.com/servo/servo/pull/20682 [ci skip] 01 May 2018, 14:25:11 UTC
dfeea56 Fix #2669: Add alternate_hosts (#10166) 01 May 2018, 13:09:48 UTC
a0b8550 wdspec] Add tests for Close Window command. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1455282 gecko-commit: 2ec2ee71cc277daf81db6ae6bb21db9495c229b3 gecko-integration-branch: autoland gecko-reviewers: ato 01 May 2018, 09:56:37 UTC
1076fca wdspec] Ignore exceptions when switching to top-level browsing context. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1455282 gecko-commit: 90908c3a6f9ede9a0c541dedecbd74a4a34807e3 gecko-integration-branch: autoland gecko-reviewers: ato 01 May 2018, 09:56:37 UTC
bb80e22 wdclient] End session if no more windows are open. After closing the last top-level browsing context, the session will be closed too. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1455282 gecko-commit: e60e61507ef4a95ab2456d13126f6fef9086109a gecko-integration-branch: autoland gecko-reviewers: ato 01 May 2018, 09:56:37 UTC
8b9f853 Update mozrunner from 7.0.0 to 7.0.1 01 May 2018, 09:55:12 UTC
ce75e13 Merge pull request #8805 from gsnedders/css-fonts-refs Add references for more CSS Fonts tests 01 May 2018, 01:11:26 UTC
ea14651 Cookie Store: Move non-ASCII codepoint test cases to dedicated tests Cookie handling of non-ASCII codepoints is not consistent across browsers, so we definitely want tests that exercise these. To make potential failures here more obvious, make sure that there are dedicated test cases for non-ASCII interop with other ways of getting/setting cookies (HTTP headers, document.cookie). Also, make the document.cookie interop tests symmetric: set/overwrite/delete by CookieStore observed by document.cookie and vice versa. Bug: 729800 Change-Id: I637401e5f8021a2915ba186fbb1cf7a50e940905 Reviewed-on: https://chromium-review.googlesource.com/1036306 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#554936} 01 May 2018, 00:58:31 UTC
eb82c62 Remove PaymentCurrencyAmount.currencySystem tests (#10135) 01 May 2018, 00:33:37 UTC
3e66e83 Cookie Store: Rework tests, remove duplicates * Pull HTTPONLY- cookie tests into a separate file. * Consolidate CookieStore/HTTP interop tests into one file. * Make CookieStore/HTTP interop tests verify overwrites too. * Delete unused test helper functions. * Remove redundant deletion test with no asserts. * Add basic deletion test that verifies method return type. Bug: 729800 Change-Id: Ia0e97ffdb2d2adf7c6fb46c9cd06f285dfa8eb79 Reviewed-on: https://chromium-review.googlesource.com/1033715 Reviewed-by: Victor Costan <pwnall@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#554904} 30 April 2018, 23:21:43 UTC
e580c7e Move AudioBuffer ctor test to WPT. This test fails on Firefox because it signals the incorrect type on some tests. A bug was filed and should be fixed soon. Bug: 745778 Change-Id: Idb0ece151a3f9404b4a10ddb719cfc4982a57959 Reviewed-on: https://chromium-review.googlesource.com/1035917 Reviewed-by: Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#554887} 30 April 2018, 22:18:24 UTC
7f2b38f Make Config.ports() thread-safe Avoid concurrent modifications of self._computed_ports. Fix #10667. 30 April 2018, 21:55:39 UTC
b112fb2 Add web platform test for malformed client hints header Bug: 817049 Change-Id: I06eba99526dfd5b0a3f7fdc8fca60355abf93326 Reviewed-on: https://chromium-review.googlesource.com/1035914 Reviewed-by: Robert Ma <robertma@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#554860} 30 April 2018, 20:58:22 UTC
621c98d [css-tables] Scrollbar should be removed from OverrideLogicalHeight() When computing the percentage height of table cell replaced children, if the table cell has horizontal scrollbar we have to subtract its height from the OverrideLogicalHeight(). The patch is just following a suggestion from a TODO in LayoutBox::AvailableLogicalHeightUsing(). BUG=838144 TEST=external/wpt/css/css-tables/height-distribution/percentage-sizing-of-table-cell-replaced-children-001.html Change-Id: I21f33b82978ffaeb7a6f04eb49ef2e1a52c1e8c0 Reviewed-on: https://chromium-review.googlesource.com/1035125 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#554853} 30 April 2018, 20:37:29 UTC
161d6c4 Makes OffscreenCanvas dispatch on MainThread and Workers - removes old commit() from OffscreenCanvasRenderingContexts. - makes sure that DidDraw is correctly called and triggers a BeginFrame that will trigger a Dispatch of the frame. Bug: 833902 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I08ceeba9e7e00da35977bcc4e96a189b366a856c Reviewed-on: https://chromium-review.googlesource.com/1028559 Commit-Queue: Fernando Serboncini <fserb@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Reviewed-by: Miguel Casas <mcasas@chromium.org> Reviewed-by: Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#554825} 30 April 2018, 19:11:58 UTC
22952eb Fire online / offline events at the window. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1457166 gecko-commit: eb451c84fd3cb87276884c5ef478584472dbdafd gecko-integration-branch: mozilla-inbound gecko-reviewers: bz 30 April 2018, 18:33:17 UTC
back to top