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

Issue 11421066: Refactor PPB_Flash_Fullscreen to the new resource model. (Closed)

Created:
8 years ago by raymes
Modified:
8 years ago
CC:
chromium-reviews, darin-cc_chromium.org, dcheng
Visibility:
Public.

Description

Refactor PPB_Flash_Fullscreen to the new resource model. This moves PPB_Flash_Fullscreen to the new ppapi resource model and removes the in-process implementation. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170346

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Total comments: 8

Patch Set 12 : . #

Patch Set 13 : . #

Total comments: 1

Patch Set 14 : . #

Patch Set 15 : . #

Patch Set 16 : . #

Total comments: 4

Patch Set 17 : . #

Patch Set 18 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+311 lines, -157 lines) Patch
M chrome/chrome_renderer.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/pepper/chrome_renderer_pepper_host_factory.cc View 2 chunks +6 lines, -0 lines 0 comments Download
A chrome/renderer/pepper/pepper_flash_fullscreen_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/renderer/pepper/pepper_flash_fullscreen_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +52 lines, -0 lines 0 comments Download
M chrome/test/ppapi/ppapi_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -21 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -0 lines 0 comments Download
A ppapi/proxy/flash_fullscreen_resource.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +43 lines, -0 lines 0 comments Download
A ppapi/proxy/flash_fullscreen_resource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +46 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_dispatcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 14 1 chunk +0 lines, -2 lines 0 comments Download
M ppapi/proxy/plugin_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -2 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +5 lines, -8 lines 0 comments Download
M ppapi/proxy/ppapi_proxy_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +3 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_flash_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -11 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +0 lines, -53 lines 0 comments Download
M ppapi/proxy/ppb_instance_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 14 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppb_instance_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +16 lines, -4 lines 0 comments Download
M ppapi/proxy/ppp_instance_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +22 lines, -16 lines 0 comments Download
M ppapi/shared_impl/resource.h View 1 5 12 14 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/shared_impl/singleton_resource_id.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/thunk/enter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +2 lines, -3 lines 0 comments Download
M ppapi/thunk/ppb_flash_api.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -6 lines 0 comments Download
A ppapi/thunk/ppb_flash_fullscreen_api.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +35 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_flash_fullscreen_thunk.cc View 2 chunks +8 lines, -7 lines 0 comments Download
M ppapi/thunk/ppb_instance_api.h View 1 2 3 4 5 6 7 8 9 10 11 12 14 1 chunk +4 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +6 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -5 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -15 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
raymes
Hey David, yzshen is out this week so sending to you. If you're busy I ...
8 years ago (2012-11-27 18:06:36 UTC) #1
dmichael (off chromium)
https://codereview.chromium.org/11421066/diff/9070/chrome/test/ppapi/ppapi_browsertest.cc File chrome/test/ppapi/ppapi_browsertest.cc (right): https://codereview.chromium.org/11421066/diff/9070/chrome/test/ppapi/ppapi_browsertest.cc#newcode911 chrome/test/ppapi/ppapi_browsertest.cc:911: // async flakiness: http://crbug.com/108471 It looks like this bug ...
8 years ago (2012-11-27 20:58:01 UTC) #2
raymes
https://codereview.chromium.org/11421066/diff/9070/chrome/test/ppapi/ppapi_browsertest.cc File chrome/test/ppapi/ppapi_browsertest.cc (right): https://codereview.chromium.org/11421066/diff/9070/chrome/test/ppapi/ppapi_browsertest.cc#newcode911 chrome/test/ppapi/ppapi_browsertest.cc:911: // async flakiness: http://crbug.com/108471 On 2012/11/27 20:58:01, dmichael wrote: ...
8 years ago (2012-11-27 21:24:28 UTC) #3
dmichael (off chromium)
lgtm https://codereview.chromium.org/11421066/diff/4045/ppapi/shared_impl/singleton_resource_id.h File ppapi/shared_impl/singleton_resource_id.h (right): https://codereview.chromium.org/11421066/diff/4045/ppapi/shared_impl/singleton_resource_id.h#newcode13 ppapi/shared_impl/singleton_resource_id.h:13: FLASH_SINGLETON_ID, Should this maybe be alphabetized?
8 years ago (2012-11-27 21:28:08 UTC) #4
raymes
On 2012/11/27 21:28:08, dmichael wrote: > lgtm > > https://codereview.chromium.org/11421066/diff/4045/ppapi/shared_impl/singleton_resource_id.h > File ppapi/shared_impl/singleton_resource_id.h (right): > ...
8 years ago (2012-11-27 21:32:30 UTC) #5
raymes
+tsepez for ppapi_messages.h changes. Note that the attack surface has not changed (in fact it ...
8 years ago (2012-11-27 21:57:25 UTC) #6
Tom Sepez
LGTM for message file changes.
8 years ago (2012-11-27 22:20:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/11421066/9074
8 years ago (2012-11-29 18:51:42 UTC) #8
commit-bot: I haz the power
Presubmit check for 11421066-9074 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-11-29 18:51:57 UTC) #9
raymes
+brettw for chrome/ OWNERS
8 years ago (2012-11-29 18:54:26 UTC) #10
brettw
lgtm https://codereview.chromium.org/11421066/diff/89/chrome/renderer/pepper/pepper_flash_fullscreen_host.h File chrome/renderer/pepper/pepper_flash_fullscreen_host.h (right): https://codereview.chromium.org/11421066/diff/89/chrome/renderer/pepper/pepper_flash_fullscreen_host.h#newcode22 chrome/renderer/pepper/pepper_flash_fullscreen_host.h:22: content::RendererPpapiHost* host, These should fit after the ( ...
8 years ago (2012-11-29 19:10:45 UTC) #11
raymes
https://codereview.chromium.org/11421066/diff/89/chrome/renderer/pepper/pepper_flash_fullscreen_host.h File chrome/renderer/pepper/pepper_flash_fullscreen_host.h (right): https://codereview.chromium.org/11421066/diff/89/chrome/renderer/pepper/pepper_flash_fullscreen_host.h#newcode22 chrome/renderer/pepper/pepper_flash_fullscreen_host.h:22: content::RendererPpapiHost* host, On 2012/11/29 19:10:46, brettw wrote: > These ...
8 years ago (2012-11-29 20:07:36 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/11421066/15002
8 years ago (2012-11-29 20:07:49 UTC) #13
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years ago (2012-11-29 20:51:10 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/11421066/13033
8 years ago (2012-11-29 23:05:05 UTC) #15
commit-bot: I haz the power
8 years ago (2012-11-30 01:55:46 UTC) #16
Message was sent while issue was closed.
Change committed as 170346

Powered by Google App Engine
This is Rietveld 408576698