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

Issue 1257583003: Make WebMediaPlayerClient inheritance private in HTMLMediaElement (Closed)

Created:
5 years, 5 months ago by Srirama
Modified:
5 years, 4 months ago
Reviewers:
philipj_slow
CC:
blink-reviews, tyoshino+watch_chromium.org, nessy, mlamouri+watch-blink_chromium.org, gasubic, fs, eric.carlson_apple.com, feature-media-reviews_chromium.org, dglazkov+blink, blink-reviews-html_chromium.org, gavinp+loader_chromium.org, Nate Chapin, vcarbune.chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Make WebMediaPlayerClient inheritance private in HTMLMediaElement Make WebMediaPlayerClient inheritance private in HTMLMediaElement by passing WebMediaPlayerClient to createWebMediaPlayer BUG=350571 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199731

Patch Set 1 #

Patch Set 2 : Add method in FrameLoaderClient to get WebContentDecryptionModule #

Patch Set 3 : Remove unneeded cast #

Patch Set 4 : Fixed review comments #

Total comments: 2

Patch Set 5 : address nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -17 lines) Patch
M Source/core/html/HTMLMediaElement.h View 1 2 3 4 1 chunk +1 line, -5 lines 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/EmptyClients.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/EmptyClients.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/FrameLoaderClient.h View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M Source/web/FrameLoaderClientImpl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/web/FrameLoaderClientImpl.cpp View 1 2 3 1 chunk +7 lines, -6 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
Srirama
PTAL.
5 years, 5 months ago (2015-07-24 12:15:29 UTC) #3
Srirama
Gentle reminder. Should we wait till https://code.google.com/p/chromium/issues/detail?id=514178 is fixed?
5 years, 4 months ago (2015-07-30 06:01:15 UTC) #4
philipj_slow
Sorry, I overlooked this. It's pretty clear now that it's not going to be possible ...
5 years, 4 months ago (2015-07-30 08:59:38 UTC) #5
philipj_slow
On 2015/07/30 06:01:15, Srirama wrote: > Should we wait till https://code.google.com/p/chromium/issues/detail?id=514178 > is fixed? No ...
5 years, 4 months ago (2015-07-30 09:00:32 UTC) #6
Srirama
On 2015/07/30 09:00:32, philipj wrote: > On 2015/07/30 06:01:15, Srirama wrote: > > Should we ...
5 years, 4 months ago (2015-07-30 10:41:57 UTC) #7
philipj_slow
LGTM % nit https://codereview.chromium.org/1257583003/diff/80001/Source/core/html/HTMLMediaElement.h File Source/core/html/HTMLMediaElement.h (right): https://codereview.chromium.org/1257583003/diff/80001/Source/core/html/HTMLMediaElement.h#newcode69 Source/core/html/HTMLMediaElement.h:69: class CORE_EXPORT HTMLMediaElement : public HTMLElement, ...
5 years, 4 months ago (2015-07-30 11:17:41 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1257583003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1257583003/100001
5 years, 4 months ago (2015-07-30 12:59:27 UTC) #11
Srirama
https://codereview.chromium.org/1257583003/diff/80001/Source/core/html/HTMLMediaElement.h File Source/core/html/HTMLMediaElement.h (right): https://codereview.chromium.org/1257583003/diff/80001/Source/core/html/HTMLMediaElement.h#newcode69 Source/core/html/HTMLMediaElement.h:69: class CORE_EXPORT HTMLMediaElement : public HTMLElement, public WillBeHeapSupplementable<HTMLMediaElement>, private ...
5 years, 4 months ago (2015-07-30 12:59:41 UTC) #12
commit-bot: I haz the power
5 years, 4 months ago (2015-07-30 13:02:07 UTC) #13
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=199731

Powered by Google App Engine
This is Rietveld 408576698