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

Issue 251103: Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a... (Closed)

Created:
11 years, 2 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
awong
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, fbarchard, Alpha Left Google, ben+cc_chromium.org, jam, scherkus (not reviewing)
Visibility:
Public.

Description

Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a boolean to express the action. R=ajwong BUG=10033 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28236

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -154 lines) Patch
M chrome/browser/renderer_host/render_view_host.h View 1 2 3 4 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.h View 1 2 3 4 2 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.cc View 1 2 3 4 3 chunks +23 lines, -26 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 2 chunks +0 lines, -34 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 4 1 chunk +4 lines, -5 lines 0 comments Download
M chrome/common/webkit_param_traits.h View 1 2 3 4 3 chunks +38 lines, -1 line 0 comments Download
M chrome/renderer/render_view.h View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 4 2 chunks +5 lines, -7 lines 0 comments Download
A webkit/api/public/WebMediaPlayerAction.h View 1 chunk +55 lines, -0 lines 0 comments Download
M webkit/api/public/WebView.h View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
D webkit/glue/media_player_action.h View 1 2 3 4 1 chunk +0 lines, -28 lines 0 comments Download
M webkit/glue/webview.h View 1 2 3 4 2 chunks +0 lines, -7 lines 0 comments Download
M webkit/glue/webview_impl.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/glue/webview_impl.cc View 1 2 3 4 5 chunks +32 lines, -32 lines 0 comments Download
M webkit/webkit.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
darin (slow to review)
11 years, 2 months ago (2009-10-06 17:41:11 UTC) #1
awong
couple of small nits. http://codereview.chromium.org/251103/diff/1/10 File chrome/browser/renderer_host/render_view_host.cc (right): http://codereview.chromium.org/251103/diff/1/10#newcode1328 Line 1328: delegate_->ShowModalHTMLDialog( This shouldn't need ...
11 years, 2 months ago (2009-10-06 17:51:52 UTC) #2
darin (slow to review)
Thanks for the review. http://codereview.chromium.org/251103/diff/1/10 File chrome/browser/renderer_host/render_view_host.cc (right): http://codereview.chromium.org/251103/diff/1/10#newcode1328 Line 1328: delegate_->ShowModalHTMLDialog( On 2009/10/06 17:51:52, ...
11 years, 2 months ago (2009-10-06 19:57:50 UTC) #3
awong
On 2009/10/06 19:57:50, darin wrote: > Thanks for the review. > > http://codereview.chromium.org/251103/diff/1/10 > File ...
11 years, 2 months ago (2009-10-06 20:04:36 UTC) #4
darin (slow to review)
> Did you upload a new patch? I'm not seeing changes... Sorry, it's uploaded now. ...
11 years, 2 months ago (2009-10-06 20:08:11 UTC) #5
awong
11 years, 2 months ago (2009-10-06 20:15:24 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698