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

Issue 6625034: Clarify/fix fullscreen semantics, and add GetScreenSize (Closed)

Created:
9 years, 9 months ago by piman
Modified:
9 years, 7 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Clarify/fix fullscreen semantics, and add GetScreenSize BUG=none TEST=youtube, nba, amazon Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77229

Patch Set 1 #

Patch Set 2 : . #

Total comments: 20

Patch Set 3 : fix review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -55 lines) Patch
M chrome/renderer/pepper_plugin_delegate_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/pepper_plugin_delegate_impl.cc View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/renderer/render_widget_fullscreen_pepper.cc View 1 4 chunks +4 lines, -14 lines 0 comments Download
M ppapi/c/dev/ppb_fullscreen_dev.h View 1 2 chunks +14 lines, -5 lines 0 comments Download
M ppapi/cpp/dev/fullscreen_dev.h View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M ppapi/cpp/dev/fullscreen_dev.cc View 3 chunks +11 lines, -3 lines 0 comments Download
M ppapi/proxy/ppapi_messages_internal.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_fullscreen_proxy.h View 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_fullscreen_proxy.cc View 3 chunks +21 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_delegate.h View 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.h View 1 2 3 chunks +29 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 9 chunks +53 lines, -14 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_webplugin_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/ppb_graphics_2d_impl.cc View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/ppb_surface_3d_impl.cc View 2 chunks +10 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
piman
9 years, 9 months ago (2011-03-07 23:40:33 UTC) #1
viettrungluu
Mostly nits/questions.... http://codereview.chromium.org/6625034/diff/32/chrome/renderer/pepper_plugin_delegate_impl.cc File chrome/renderer/pepper_plugin_delegate_impl.cc (right): http://codereview.chromium.org/6625034/diff/32/chrome/renderer/pepper_plugin_delegate_impl.cc#newcode42 chrome/renderer/pepper_plugin_delegate_impl.cc:42: #include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h" nit: alphabetical order http://codereview.chromium.org/6625034/diff/32/chrome/renderer/render_widget_fullscreen_pepper.cc File ...
9 years, 9 months ago (2011-03-08 00:06:01 UTC) #2
piman
http://codereview.chromium.org/6625034/diff/32/chrome/renderer/pepper_plugin_delegate_impl.cc File chrome/renderer/pepper_plugin_delegate_impl.cc (right): http://codereview.chromium.org/6625034/diff/32/chrome/renderer/pepper_plugin_delegate_impl.cc#newcode42 chrome/renderer/pepper_plugin_delegate_impl.cc:42: #include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h" On 2011/03/08 00:06:01, viettrungluu wrote: > nit: ...
9 years, 9 months ago (2011-03-08 00:55:30 UTC) #3
viettrungluu
9 years, 9 months ago (2011-03-08 00:58:39 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698