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

Issue 2810173003: Media Controls: move all MediaControlDivElement sub-classes to modules/. (Closed)

Created:
3 years, 8 months ago by mlamouri (slow - plz ping)
Modified:
3 years, 8 months ago
Reviewers:
chrishtr, whywhat
CC:
blink-reviews, blink-reviews-html_chromium.org, blink-reviews-paint_chromium.org, chromium-reviews, dglazkov+blink, dshwang, 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 all MediaControlDivElement sub-classes to modules/. This isn't moving MediaControlDivElement as all the classes in MediaControlElementTypes will be handled later. However, there is no usage of this class outside of modules/ or MediaControlElementTypes itself now. BUG=662761 R=avayvod@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2810173003 Cr-Commit-Position: refs/heads/master@{#464649} Committed: https://chromium.googlesource.com/chromium/src/+/a77b04a2af76e6eb19db28716651912d2621d040

Patch Set 1 #

Total comments: 5

Patch Set 2 : add class comments #

Total comments: 1

Patch Set 3 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+515 lines, -378 lines) Patch
M third_party/WebKit/Source/core/html/media/MediaControls.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControlElements.h View 3 chunks +0 lines, -70 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp View 6 chunks +0 lines, -282 lines 0 comments Download
M third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/media_controls/BUILD.gn View 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h View 2 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.cpp View 3 chunks +24 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/modules/media_controls/MediaControlsWindowEventListener.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/media_controls/elements/MediaControlElementsHelper.h View 1 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/media_controls/elements/MediaControlElementsHelper.cpp View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/media_controls/elements/MediaControlOverflowMenuListElement.h View 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/media_controls/elements/MediaControlOverflowMenuListElement.cpp View 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/media_controls/elements/MediaControlPanelElement.h View 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/media_controls/elements/MediaControlPanelElement.cpp View 1 chunk +110 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/media_controls/elements/MediaControlTextTrackListElement.h View 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/media_controls/elements/MediaControlTextTrackListElement.cpp View 1 chunk +178 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
mlamouri (slow - plz ping)
Anton, your daily media controls refactoring joy :)
3 years, 8 months ago (2017-04-12 11:00:20 UTC) #2
whywhat
lgtm https://codereview.chromium.org/2810173003/diff/1/third_party/WebKit/Source/core/html/media/MediaControls.h File third_party/WebKit/Source/core/html/media/MediaControls.h (right): https://codereview.chromium.org/2810173003/diff/1/third_party/WebKit/Source/core/html/media/MediaControls.h#newcode72 third_party/WebKit/Source/core/html/media/MediaControls.h:72: // TODO: the following are required by other ...
3 years, 8 months ago (2017-04-12 15:36:41 UTC) #7
mlamouri (slow - plz ping)
https://codereview.chromium.org/2810173003/diff/1/third_party/WebKit/Source/modules/media_controls/elements/MediaControlElementsHelper.cpp File third_party/WebKit/Source/modules/media_controls/elements/MediaControlElementsHelper.cpp (right): https://codereview.chromium.org/2810173003/diff/1/third_party/WebKit/Source/modules/media_controls/elements/MediaControlElementsHelper.cpp#newcode16 third_party/WebKit/Source/modules/media_controls/elements/MediaControlElementsHelper.cpp:16: event->IsKeyboardEvent() || event->IsTouchEvent(); On 2017/04/12 at 15:36:41, whywhat wrote: ...
3 years, 8 months ago (2017-04-13 21:59:54 UTC) #10
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/2810173003/20001
3 years, 8 months ago (2017-04-13 22:00:18 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/411012)
3 years, 8 months ago (2017-04-13 22:09:16 UTC) #13
mlamouri (slow - plz ping)
+chrishtr@ for core/paint/
3 years, 8 months ago (2017-04-13 22:13:30 UTC) #15
chrishtr
lgtm https://codereview.chromium.org/2810173003/diff/20001/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp File third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp (right): https://codereview.chromium.org/2810173003/diff/20001/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp#newcode184 third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp:184: // TODO(mlamouri): it might be possible to use ...
3 years, 8 months ago (2017-04-13 22:52:04 UTC) #16
mlamouri (slow - plz ping)
thanks for the quick review
3 years, 8 months ago (2017-04-13 23:40:32 UTC) #17
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/2810173003/40001
3 years, 8 months ago (2017-04-13 23:41:03 UTC) #20
commit-bot: I haz the power
3 years, 8 months ago (2017-04-14 01:40:25 UTC) #23
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/a77b04a2af76e6eb19db28716651...

Powered by Google App Engine
This is Rietveld 408576698