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

Issue 2814703002: Media Controls: move time display elements to media_controls module. (Closed)

Created:
3 years, 8 months ago by mlamouri (slow - plz ping)
Modified:
3 years, 8 months ago
Reviewers:
whywhat, Srirama
CC:
blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, eric.carlson_apple.com, feature-media-reviews_chromium.org, fs, gasubic, haraken, mlamouri+watch-blink_chromium.org, nessy, Srirama
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Media Controls: move time display elements to media_controls module. This is moving the two elements using MediaControlTimeDisplayElement to the modules directory. The base class will be moved later as it is used in the accessibility code. BUG=662761 R=avayvod@chromium.org Review-Url: https://codereview.chromium.org/2814703002 Cr-Commit-Position: refs/heads/master@{#463859} Committed: https://chromium.googlesource.com/chromium/src/+/5b02781acf9884bcbea21eb0b7c6de8dfd34d0a0

Patch Set 1 #

Total comments: 4

Patch Set 2 : review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -68 lines) Patch
M third_party/WebKit/Source/core/html/shadow/MediaControlElements.h View 1 chunk +0 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp View 1 chunk +0 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/modules/media_controls/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.cpp View 1 3 chunks +7 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/modules/media_controls/MediaControlsImplTest.cpp View 3 chunks +5 lines, -4 lines 0 comments Download
A third_party/WebKit/Source/modules/media_controls/elements/MediaControlCurrentTimeDisplayElement.h View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/media_controls/elements/MediaControlCurrentTimeDisplayElement.cpp View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/media_controls/elements/MediaControlRemainingTimeDisplayElement.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/media_controls/elements/MediaControlRemainingTimeDisplayElement.cpp View 1 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
mlamouri (slow - plz ping)
PTAL
3 years, 8 months ago (2017-04-11 10:43:13 UTC) #2
Srirama
https://codereview.chromium.org/2814703002/diff/1/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h File third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h (right): https://codereview.chromium.org/2814703002/diff/1/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h#newcode5 third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h:5: #ifndef MediaControlTimeRemainingDisplayElement_h Just a thought, if it makes sense ...
3 years, 8 months ago (2017-04-11 13:13:28 UTC) #7
whywhat
lgtm https://codereview.chromium.org/2814703002/diff/1/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h File third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h (right): https://codereview.chromium.org/2814703002/diff/1/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h#newcode5 third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h:5: #ifndef MediaControlTimeRemainingDisplayElement_h On 2017/04/11 at 13:13:28, Srirama wrote: ...
3 years, 8 months ago (2017-04-11 15:09:33 UTC) #8
mlamouri (slow - plz ping)
https://codereview.chromium.org/2814703002/diff/1/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h File third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h (right): https://codereview.chromium.org/2814703002/diff/1/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h#newcode5 third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h:5: #ifndef MediaControlTimeRemainingDisplayElement_h On 2017/04/11 at 15:09:33, whywhat wrote: > ...
3 years, 8 months ago (2017-04-11 22:25:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2814703002/20001
3 years, 8 months ago (2017-04-11 22:26:01 UTC) #12
whywhat
https://codereview.chromium.org/2814703002/diff/1/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h File third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h (right): https://codereview.chromium.org/2814703002/diff/1/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h#newcode5 third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimeRemainingDisplayElement.h:5: #ifndef MediaControlTimeRemainingDisplayElement_h On 2017/04/11 at 22:25:57, mlamouri wrote: > ...
3 years, 8 months ago (2017-04-11 22:31:09 UTC) #13
commit-bot: I haz the power
3 years, 8 months ago (2017-04-12 00:45:22 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/5b02781acf9884bcbea21eb0b7c6...

Powered by Google App Engine
This is Rietveld 408576698