_CrtSetReportXxxx stuff is dead decause we do not use debug CRT even in debug
builds for a long time. So I removed it to fix -Wunused-function.
--HG--
extra : source : ba00278fc1deee805e7ed13d0dc0658dee13465c
extra : intermediate-source : 5ffdd1f9f2562f9915f3c8805218fa33a908be20
The texture client bound in a GPUVideoImage can be destroyed underneath
it if the GPU process crashed and was restarted. This is because the
ImageBridgeChild singleton will destroy any textures bound to it before
reinitializing itself. If there is a race to access a now stale
GPUVideoImage object, we could accidently dereference the underlying
TextureData which is now null in the TextureClient which was kept alive
in the GPUVideoImage object. Now we check to make sure the TextureData
is still there before accessing.
Automatic update from web-platform-testswpt: Create EventListener-addEventListener test.
This is a follow-up of https://crrev.com/c/1226893 and moves
eventlistener-with-remote-context.html to WPT.
The test content is conceptually the same.
Bug: 883643, 886588
Change-Id: I7c941e162a076d9cbb7abc1d259ff98742a14517
Reviewed-on: https://chromium-review.googlesource.com/1235774
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592756}
--
wpt-commits: c8c646139bf7a4dbb78f724f1bd8ce807da3e534
wpt-pr: 13106
Automatic update from web-platform-testsHandle case where mozlog is not installed. (#13113)
In case that mozlog is present we need to ensure any lock it holds is
released in subprocesses. In case it's not present we don't need to do
anything, so don't fail if we can't import it.
Fixes https://github.com/web-platform-tests/wpt/issues/13112.
--
wpt-commits: 1f8fa9e610d934490538812d6121a77baf646bfc
wpt-pr: 13113
Automatic update from web-platform-tests[Background Fetch] Miscellaneous cleanups.
1. A check for state needs to be removed from a WPT test, since we've removed this
attribute from the BackgroundFetchRegistration object.
2. Update calls in matchImpl() from resolver->Reject to ScriptState::RejectWithDOMException.
Change-Id: Ie979ad3675ac7d093ae908604e683802db8115a0
Reviewed-on: https://chromium-review.googlesource.com/1230713
Reviewed-by: Peter Beverloo <peter@chromium.org>
Commit-Queue: Mugdha Lakhani <nator@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592050}
--
wpt-commits: 8abd5d0c3f43ebd83c533e6ac096686879183bd8
wpt-pr: 13051
Automatic update from web-platform-testsFetch: Object.prototype shouldn't interfere with fetch streams
Test that setting Object.prototype.start to a function that throws
doesn't interfere with fetch operations that create a stream. Similarly,
verify that setting throwing accessors for 'type', 'size', and
'highWaterMark' doesn't cause problems.
See https://github.com/whatwg/fetch/pull/781 for background.
--
wpt-commits: ba582388f4506ea2c8341dac4d8ce6e5eb39871b
wpt-pr: 12350
Automatic update from web-platform-tests[css-ruby] Parsing and inheritance tests
Test that ruby-align and ruby-position are inherited and support
the full grammar.
https://drafts.csswg.org/css-ruby-1/#property-index
--
wpt-commits: 0be8bfbbead7340522425c5a9b1dde51588666b0
wpt-pr: 13087
Automatic update from web-platform-testsMerge pull request #11847 from ewilligers/animatedPoints-not-animated
Test that animatedPoints during a SMIL animation do not reflect the animated values (per SVG2 spec)
--
wpt-commits: 8350d8300e729f804135350be205cdcec4af3867
wpt-pr: 11847
Automatic update from web-platform-testsAllow any blockified display type for LEGEND.
Fixed one test that I expected to pass, but didn't because it was
pointing to the wrong ref. Fixed that, and now it passes. Updated
some expectation files. More stuff from various tests (but not
whole tests) is passing than before.
Bug: 781135
Change-Id: Ieb1312b8bf13c7a45afe644ad2a58f3f955044b6
Reviewed-on: https://chromium-review.googlesource.com/1228073
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592403}
--
wpt-commits: caca00d31b517ca00d84e19a84a92119836a211a
wpt-pr: 13071