Skip to content

Tags: tungnh28/wpt

Tags

merge_pr_13138

Toggle merge_pr_13138's commit message
radio groups should work in shadow DOM

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1490406
gecko-commit: bfb9062ec18bb386bf3cf851b75fcf2f1de55756
gecko-integration-branch: central
gecko-reviewers: ehsan

merge_pr_13134

Toggle merge_pr_13134's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: incorrectly named test (web-platform-tests#13134)

merge_pr_13120

Toggle merge_pr_13120's commit message
[css-properties-values-api] Use inherited value for substitution.

When a var()-reference produces tokens that are incompatible with the
current syntax, or the var()-reference refers to a variable that does not
exist, we currently always substitute the initial value, even for
inherited properties. This is incorrect, as the value should behave as
'unset', which means 'inherit' for inherited properties.

Note that if syntax-incompatible tokens are specified directly (not via a
var()-reference), we correctly behave as 'unset'. This is because the
var()-less case is handled by a different code path (variable.cc).

[email protected]

Bug: 641877
Change-Id: Ifdd5435ee77f4b8cd3998967713cb6fcb7e8d5f4
Reviewed-on: https://chromium-review.googlesource.com/1235579
Commit-Queue: Anders Ruud <[email protected]>
Reviewed-by: Rune Lillesveen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#593145}

merge_pr_13108

Toggle merge_pr_13108's commit message
Improve handling of startup crashes

Instead of failing with an error, catch the error and run mozcrash.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1455852
gecko-commit: 6fef3d568af2c025e360156713061cf7afa7666b
gecko-integration-branch: autoland
gecko-reviewers: whimboo

merge_pr_13107

Toggle merge_pr_13107's commit message
Treat invalid in="" attributes as if they weren't specified

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1492694
gecko-commit: 4fa839cdb8881706bdf50a3156926bb9d5f5e474
gecko-integration-branch: autoland
gecko-reviewers: longsonr

merge_pr_13086

Toggle merge_pr_13086's commit message
Fix preserve-3d in presence of anon boxes.

In the button case we have a ::-moz-button-content pseudo-element, but this is
also an issue for tables and such.

These are supposed to be implementation details, so avoid looking at them for
preserve-3d.

I don't know how I didn't think of this on the regressing bug.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1491864
gecko-commit: 20d5ba6677f5a9167e3cfe1963617c4e05db81f6
gecko-integration-branch: central
gecko-reviewers: mattwoodrow