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

Issue 11415140: Refactor 3 PPB_Flash functions to the new resource model. (Closed)

Created:
8 years ago by raymes
Modified:
8 years ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Refactor 3 PPB_Flash functions to the new resource model. This refactors the following flash functions to the new resource model. -GetProxyForURL -UpdateActivity -SetCrashData BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170907

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 13

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Total comments: 8

Patch Set 8 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+288 lines, -210 lines) Patch
M chrome/test/ppapi/ppapi_browsertest.cc View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc View 1 2 3 3 chunks +18 lines, -2 lines 0 comments Download
A content/browser/renderer_host/pepper/pepper_flash_browser_host.h View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A content/browser/renderer_host/pepper/pepper_flash_browser_host.cc View 1 chunk +60 lines, -0 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_message_filter.cc View 3 chunks +0 lines, -23 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/content_renderer_pepper_host_factory.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
D content/renderer/pepper/pepper_flash_host.h View 1 chunk +0 lines, -34 lines 0 comments Download
D content/renderer/pepper/pepper_flash_host.cc View 1 chunk +0 lines, -27 lines 0 comments Download
A content/renderer/pepper/pepper_flash_renderer_host.h View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A content/renderer/pepper/pepper_flash_renderer_host.cc View 1 2 3 4 5 6 7 1 chunk +55 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.cc View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
M ppapi/proxy/flash_resource.h View 1 2 3 2 chunks +11 lines, -1 line 0 comments Download
M ppapi/proxy/flash_resource.cc View 1 2 3 4 5 6 7 3 chunks +35 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 4 chunks +7 lines, -8 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.h View 1 2 3 4 3 chunks +0 lines, -8 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.cc View 1 2 3 4 5 chunks +0 lines, -42 lines 0 comments Download
M ppapi/thunk/ppb_flash_api.h View 1 2 3 4 2 chunks +0 lines, -5 lines 0 comments Download
M ppapi/thunk/ppb_flash_functions_api.h View 1 2 chunks +10 lines, -2 lines 0 comments Download
M ppapi/thunk/ppb_flash_thunk.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.cc View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/plugin_delegate.h View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.h View 1 2 3 4 2 chunks +0 lines, -5 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.cc View 1 2 3 4 3 chunks +0 lines, -23 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
raymes
8 years ago (2012-11-27 18:30:20 UTC) #1
victorhsieh
https://codereview.chromium.org/11415140/diff/3030/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc File content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc (right): https://codereview.chromium.org/11415140/diff/3030/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc#newcode75 content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc:75: nit: remove 1 blank line https://codereview.chromium.org/11415140/diff/3030/content/browser/renderer_host/pepper/pepper_flash_browser_host.h File content/browser/renderer_host/pepper/pepper_flash_browser_host.h (right): ...
8 years ago (2012-11-28 07:09:50 UTC) #2
raymes
https://codereview.chromium.org/11415140/diff/3030/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc File content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc (right): https://codereview.chromium.org/11415140/diff/3030/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc#newcode75 content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc:75: On 2012/11/28 07:09:50, Victor Hsieh wrote: > nit: remove ...
8 years ago (2012-11-29 00:08:07 UTC) #3
victorhsieh
lgtm https://codereview.chromium.org/11415140/diff/3030/content/renderer/pepper/pepper_flash_renderer_host.cc File content/renderer/pepper/pepper_flash_renderer_host.cc (right): https://codereview.chromium.org/11415140/diff/3030/content/renderer/pepper/pepper_flash_renderer_host.cc#newcode51 content/renderer/pepper/pepper_flash_renderer_host.cc:51: host_context->reply_msg = PpapiPluginMsg_Flash_GetProxyForURLReply(proxy); On 2012/11/29 00:08:08, raymes wrote: ...
8 years ago (2012-11-29 06:17:23 UTC) #4
raymes
+brettw
8 years ago (2012-11-30 21:45:12 UTC) #5
brettw
lgtm https://codereview.chromium.org/11415140/diff/9006/content/renderer/pepper/pepper_flash_renderer_host.cc File content/renderer/pepper/pepper_flash_renderer_host.cc (right): https://codereview.chromium.org/11415140/diff/9006/content/renderer/pepper/pepper_flash_renderer_host.cc#newcode42 content/renderer/pepper/pepper_flash_renderer_host.cc:42: bool result; Random nit: I'd put these two ...
8 years ago (2012-11-30 23:29:24 UTC) #6
raymes
https://codereview.chromium.org/11415140/diff/9006/content/renderer/pepper/pepper_flash_renderer_host.cc File content/renderer/pepper/pepper_flash_renderer_host.cc (right): https://codereview.chromium.org/11415140/diff/9006/content/renderer/pepper/pepper_flash_renderer_host.cc#newcode42 content/renderer/pepper/pepper_flash_renderer_host.cc:42: bool result; On 2012/11/30 23:29:25, brettw wrote: > Random ...
8 years ago (2012-12-03 17:30:31 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/11415140/3035
8 years ago (2012-12-03 17:31:56 UTC) #8
commit-bot: I haz the power
Presubmit check for 11415140-3035 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-03 17:32:08 UTC) #9
raymes
+tsepez for ppapi_messages.h. Note that the attack surface is unchanged.
8 years ago (2012-12-04 00:33:33 UTC) #10
Tom Sepez
Rubberstamp LGTM on ppapi_messages.h
8 years ago (2012-12-04 00:43:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/11415140/3035
8 years ago (2012-12-04 00:45:45 UTC) #12
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests
8 years ago (2012-12-04 04:22:10 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/11415140/3035
8 years ago (2012-12-04 04:43:44 UTC) #14
commit-bot: I haz the power
8 years ago (2012-12-04 08:47:36 UTC) #15
Message was sent while issue was closed.
Change committed as 170907

Powered by Google App Engine
This is Rietveld 408576698