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

Issue 1227403004: Measure usage of HTMLMediaElement preload states (Closed)

Created:
5 years, 5 months ago by philipj_slow
Modified:
5 years, 5 months ago
Reviewers:
fs
CC:
blink-reviews, nessy, mlamouri+watch-blink_chromium.org, gasubic, fs, eric.carlson_apple.com, feature-media-reviews_chromium.org, dglazkov+blink, blink-reviews-html_chromium.org, vcarbune.chromium
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Measure usage of HTMLMediaElement preload states Refactoring into a preloadType() is necessary in order to count cases where the preload attribute is never set, i.e. the missing value default case. Also, it's nice to have less state in HTMLMediaElement. BUG=73609, 310450 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198955

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use fastGetAttribute #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -24 lines) Patch
M Source/core/frame/UseCounter.h View 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/html/HTMLMediaElement.h View 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 7 chunks +36 lines, -21 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1227403004/1
5 years, 5 months ago (2015-07-15 09:37:04 UTC) #2
philipj_slow
PTAL
5 years, 5 months ago (2015-07-15 10:46:02 UTC) #4
philipj_slow
I had written this in the description: "There are bugs around preload on the very ...
5 years, 5 months ago (2015-07-15 10:48:14 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-15 10:49:09 UTC) #7
fs
lgtm https://codereview.chromium.org/1227403004/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/1227403004/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode1893 Source/core/html/HTMLMediaElement.cpp:1893: const AtomicString& preload = getAttribute(preloadAttr); Nit: fastGetAttribute?
5 years, 5 months ago (2015-07-15 11:07:51 UTC) #8
philipj_slow
https://codereview.chromium.org/1227403004/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/1227403004/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode1893 Source/core/html/HTMLMediaElement.cpp:1893: const AtomicString& preload = getAttribute(preloadAttr); On 2015/07/15 11:07:50, fs ...
5 years, 5 months ago (2015-07-15 12:30:25 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1227403004/20001
5 years, 5 months ago (2015-07-15 12:35:02 UTC) #12
commit-bot: I haz the power
5 years, 5 months ago (2015-07-15 13:47:14 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=198955

Powered by Google App Engine
This is Rietveld 408576698