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

Issue 185363011: Merge/rename two MediaControlElements into their parent classes (Closed)

Created:
6 years, 9 months ago by philipj_slow
Modified:
6 years, 9 months ago
CC:
blink-reviews, philipj_slow, gasubic, fs, eric.carlson_apple.com, feature-media-reviews_chromium.org, dglazkov+blink, adamk+blink_chromium.org, vcarbune.chromium
Visibility:
Public.

Description

Merge/rename two MediaControlElements into their parent classes MediaControlPanelMuteButtonElement/MediaControlPanelVolumeSliderElement were the only classes that inherited MediaControlMuteButtonElement/MediaControlVolumeSliderElement. Remove the m_panelMuteButton->show() in MediaControls::reset(), because there is nothing that ever hides the button in the first place. BUG=341813 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168572

Patch Set 1 #

Patch Set 2 : rm m_muteButton->show() #

Total comments: 8

Patch Set 3 : nit/oops #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -138 lines) Patch
M Source/core/html/shadow/MediaControlElementTypes.h View 1 chunk +0 lines, -31 lines 0 comments Download
M Source/core/html/shadow/MediaControlElementTypes.cpp View 1 chunk +0 lines, -75 lines 0 comments Download
M Source/core/html/shadow/MediaControlElements.h View 1 2 2 chunks +15 lines, -7 lines 0 comments Download
M Source/core/html/shadow/MediaControlElements.cpp View 1 2 3 chunks +65 lines, -12 lines 0 comments Download
M Source/core/html/shadow/MediaControls.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/shadow/MediaControls.cpp View 1 6 chunks +9 lines, -11 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
philipj_slow
Depends on: https://codereview.chromium.org/182383006/ https://codereview.chromium.org/177423011/ https://codereview.chromium.org/176883020/
6 years, 9 months ago (2014-03-04 08:15:30 UTC) #1
nessy
Sigh, all this work that needs to be done to undo the controls unification that ...
6 years, 9 months ago (2014-03-04 22:43:56 UTC) #2
acolwell GONE FROM CHROMIUM
lgtm https://codereview.chromium.org/185363011/diff/20001/Source/core/html/shadow/MediaControlElements.cpp File Source/core/html/shadow/MediaControlElements.cpp (right): https://codereview.chromium.org/185363011/diff/20001/Source/core/html/shadow/MediaControlElements.cpp#newcode533 Source/core/html/shadow/MediaControlElements.cpp:533: if (event->isMouseEvent() && toMouseEvent(event)->button()) nit: Can we add ...
6 years, 9 months ago (2014-03-04 23:49:27 UTC) #3
philipj_slow
https://codereview.chromium.org/185363011/diff/20001/Source/core/html/shadow/MediaControlElements.cpp File Source/core/html/shadow/MediaControlElements.cpp (right): https://codereview.chromium.org/185363011/diff/20001/Source/core/html/shadow/MediaControlElements.cpp#newcode533 Source/core/html/shadow/MediaControlElements.cpp:533: if (event->isMouseEvent() && toMouseEvent(event)->button()) On 2014/03/04 23:49:28, acolwell wrote: ...
6 years, 9 months ago (2014-03-05 13:12:07 UTC) #4
philipj_slow
The CQ bit was checked by philipj@opera.com
6 years, 9 months ago (2014-03-05 13:12:15 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/philipj@opera.com/185363011/40001
6 years, 9 months ago (2014-03-05 13:12:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/philipj@opera.com/185363011/40001
6 years, 9 months ago (2014-03-05 20:58:25 UTC) #7
commit-bot: I haz the power
6 years, 9 months ago (2014-03-06 04:22:09 UTC) #8
Message was sent while issue was closed.
Change committed as 168572

Powered by Google App Engine
This is Rietveld 408576698