Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Issue 217053009: Validate finiteness of HTMLMediaElement properties. (Closed)

Created:
6 years, 9 months ago by sandersd (OOO until July 31)
Modified:
6 years, 8 months ago
CC:
blink-reviews, nessy, arv+blink, philipj_slow, gasubic, fs, eric.carlson_apple.com, watchdog-blink-watchlist_google.com, feature-media-reviews_chromium.org, dglazkov+blink, adamk+blink_chromium.org, vcarbune.chromium, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Validate finiteness of HTMLMediaElement properties. BUG=357707 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170495

Patch Set 1 #

Patch Set 2 : Add LayoutTests. #

Total comments: 6

Patch Set 3 : Fix LayoutTests, nits. #

Total comments: 1

Patch Set 4 : Add more FIXMEs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -20 lines) Patch
M LayoutTests/media/media-controller-playback.html View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M LayoutTests/media/media-controller-playback-expected.txt View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/media/media-controller-playbackrate.html View 1 2 2 chunks +11 lines, -1 line 0 comments Download
M LayoutTests/media/media-controller-playbackrate-expected.txt View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A LayoutTests/media/media-controller-volume.html View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A LayoutTests/media/media-controller-volume-expected.txt View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M LayoutTests/media/video-currentTime-set2.html View 1 2 1 chunk +7 lines, -4 lines 0 comments Download
M LayoutTests/media/video-currentTime-set2-expected.txt View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/media/video-playbackrate.html View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M LayoutTests/media/video-playbackrate-expected.txt View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M LayoutTests/media/video-volume.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/media/video-volume-expected.txt View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/html/HTMLMediaElement.h View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 3 5 chunks +25 lines, -3 lines 0 comments Download
M Source/core/html/HTMLMediaElement.idl View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M Source/core/html/MediaController.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/MediaController.cpp View 1 2 3 4 chunks +26 lines, -2 lines 0 comments Download
M Source/core/html/MediaController.idl View 1 2 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
sandersd (OOO until July 31)
6 years, 9 months ago (2014-03-28 20:56:48 UTC) #1
sandersd (OOO until July 31)
Added LayoutTests, PTAL.
6 years, 9 months ago (2014-03-29 00:32:32 UTC) #2
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/217053009/diff/20001/LayoutTests/media/media-controller-volume.html File LayoutTests/media/media-controller-volume.html (right): https://codereview.chromium.org/217053009/diff/20001/LayoutTests/media/media-controller-volume.html#newcode8 LayoutTests/media/media-controller-volume.html:8: var start = function() { nit: { on next ...
6 years, 9 months ago (2014-03-29 01:40:08 UTC) #3
philipj_slow
nbarth, isn't there an IDL compiler feature for this? Maybe [StrictTypeChecking] should enable the check, ...
6 years, 8 months ago (2014-03-29 09:59:09 UTC) #4
acolwell GONE FROM CHROMIUM
On 2014/03/29 09:59:09, philipj wrote: > nbarth, isn't there an IDL compiler feature for this? ...
6 years, 8 months ago (2014-03-29 18:35:04 UTC) #5
Nils Barth (inactive)
On 2014/03/29 09:59:09, philipj wrote: > nbarth, isn't there an IDL compiler feature for this? ...
6 years, 8 months ago (2014-03-31 04:36:01 UTC) #6
Nils Barth (inactive)
On 2014/03/29 18:35:04, acolwell wrote: > sandersd: Please try applying the [StrictTypeChecking] attribute in the ...
6 years, 8 months ago (2014-03-31 04:39:21 UTC) #7
sandersd (OOO until July 31)
https://codereview.chromium.org/217053009/diff/20001/LayoutTests/media/media-controller-volume.html File LayoutTests/media/media-controller-volume.html (right): https://codereview.chromium.org/217053009/diff/20001/LayoutTests/media/media-controller-volume.html#newcode8 LayoutTests/media/media-controller-volume.html:8: var start = function() { On 2014/03/29 01:40:08, acolwell ...
6 years, 8 months ago (2014-03-31 20:41:07 UTC) #8
acolwell GONE FROM CHROMIUM
lgtm % nit https://codereview.chromium.org/217053009/diff/40001/Source/core/html/MediaController.cpp File Source/core/html/MediaController.cpp (right): https://codereview.chromium.org/217053009/diff/40001/Source/core/html/MediaController.cpp#newcode163 Source/core/html/MediaController.cpp:163: if (!std::isfinite(time)) { nit: You should ...
6 years, 8 months ago (2014-03-31 21:58:29 UTC) #9
sandersd (OOO until July 31)
The CQ bit was checked by sandersd@chromium.org
6 years, 8 months ago (2014-03-31 22:05:59 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sandersd@chromium.org/217053009/60001
6 years, 8 months ago (2014-03-31 22:06:05 UTC) #11
commit-bot: I haz the power
6 years, 8 months ago (2014-04-01 00:09:53 UTC) #12
Message was sent while issue was closed.
Change committed as 170495

Powered by Google App Engine
This is Rietveld 408576698