I think it's harmless security-wise, since Text and char data are both
nsIContent, so the vtable offset should be the same.
I could also just do AsContent(), which may be cleaner but involve a virtual
call, or add AsCharacterData(), just let me know.
MozReview-Commit-ID: 79I9CuCmioF
--HG--
extra : rebase_source : 59bcd64ee4ae4d444a4dbeed9b5ecf97455c4422
This commit also removes "DEFAULT_APP", which is unused.
MozReview-Commit-ID: 5YYaC5LJqUn
--HG--
extra : rebase_source : 11a5264758ab3b2d8faef1e50a666981988457f2
In bug 1440714, mozdevice had its version bumped to 1.0.0, outside of the required
range in mozrunner's deps, causing in-tree breakage. Subsequently, I changed mozrunner's
dep list to allow for mozdevice 1.0.0, and released mozdevice 1.0.0 on pypi. Now I need
to update mozrunner on pypi with the updated deps, so require a mozrunner version bump.
Automatic update from web-platform-tests[Resource Timing] Align TAO parsing to spec
TAO parsing had two issues:
* It was splitting the host values on whitespace rather than a comma. This
used to be the specified behavior, but changed in
https://github.com/w3c/resource-timing/pull/68
* When it was checking the different hosts in the host list, it was not checking
for "*" as a possible value.
This CL fixes those two issues and aligns the test expectations accordingly.
Bug: 651861, 833032, 626703
Change-Id: I8a3b7e705ed7089719ad0f52607363392c7de934
Reviewed-on: https://chromium-review.googlesource.com/1013409
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Commit-Queue: Yoav Weiss <yoav@yoav.ws>
Cr-Commit-Position: refs/heads/master@{#552127}
--
wpt-commits: 19aab25e57073263e2c937370dbb31a8f15feb0f
wpt-pr: 10474
Automatic update from web-platform-testsFix incorrect unreachable_func in CSP layout tests.
Credit goes to nick@ for spotting it in
https://chromium-review.googlesource.com/c/chromium/src/+/999182
Change-Id: I278234762e4ca8ced592c0b63636c6dc6b981e6f
Reviewed-on: https://chromium-review.googlesource.com/1010473
Reviewed-by: Nick Carter <nick@chromium.org>
Commit-Queue: Nick Carter <nick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552077}
--
wpt-commits: 98241148db34f94d9ba2d159ccd62befe5c25078
wpt-pr: 10448
Automatic update from web-platform-testsRemove duplicate CSS tests that exist in WPT
For css-style-attribute-modifications.html and
child-indexed-pseudo-class.html, copy our local modifications over to
the shared WPT copy. For the others, they are exact duplicates of tests
in external/wpt/css/css-logical. Remove these duplicate tests.
Change-Id: I1c5b461315efd8f75ed1a636328b877550eeac25
Reviewed-on: https://chromium-review.googlesource.com/1016163
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Chris Nardi <cnardi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551978}
--
wpt-commits: c51dc5e454e371d2e3c4293aecf6c4583188efa5
wpt-pr: 10514
Automatic update from web-platform-testsDOM: test composed/composedPath via IDL (#9968)
--
wpt-commits: a4c4257d4c6df3000aad94b0c3ae1afc7c5aa5c6
wpt-pr: 9968
Automatic update from web-platform-testsAvoid FutureWarnings in test_sourcefile.py. (#10518)
These lines of code triggered the following warning:
> FutureWarning: The behavior of this method will change in future versions.
> Use specific 'len(elem)' or 'elem is not None' test instead.
--
wpt-commits: 4a7f047bde7fef6a753abcfc6393770db2c6569a
wpt-pr: 10518
Automatic update from web-platform-testsURL.createObjectURL should not work with MediaStream (#10515)
Change the one existing test to no longer rely on it (and clearly mark it as manual) and add an entry to historical.html for it.
--
wpt-commits: b4e3ffbc3251172b79a9a82fa8e4ff290cc61449
wpt-pr: 10515
Automatic update from web-platform-testsTest vertical tab for base64
Apparently Rust's base64 crate strips this, so it would be good to test. Safari is also an outlier here.
--
wpt-commits: 412b4039cce45779eb2a294a26ce7151fd79c0d0
wpt-pr: 10441
Automatic update from web-platform-testsInstall Ahem for Safari on Sauce (#10491)
This just gets the latest master version of the font; we could change
things to get the version for the current revision, but it isn't
necessarily worth the extra complexity given how rarely this changes.
--
wpt-commits: 60308987fb8a877ee2d3ff32946e040d3efab495
wpt-pr: 10491
Automatic update from web-platform-tests[wptrunner] Install Ahem in Sauce Labs Windows VM (#10499)
--
wpt-commits: f76bdbfac3b5a115c11b07d81a03830d4618a1aa
wpt-pr: 10499