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

Issue 20214004: move BrowserFontResource_Trusted to content/child (Closed)

Created:
7 years, 5 months ago by scottmg
Modified:
7 years, 5 months ago
Reviewers:
jam, yzshen1
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, brettw
Visibility:
Public.

Description

move BrowserFontResource_Trusted to content/child Needed to break dependency of ppapi_proxy on webkit code. resource_creation_proxy now creates BrowserFontResource_Trusted by going through PluginGlobals -> PluginProxyDelegate implemented in content by PpapiThread. R=jam@chromium.org, yzshen@chromium.org BUG=237249 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213684

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : chromium-style doesn't run on ppapi? #

Total comments: 2

Patch Set 4 : move to content/child #

Patch Set 5 : rebase #

Patch Set 6 : android enable_plugins #

Total comments: 18

Patch Set 7 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -550 lines) Patch
A + content/child/browser_font_resource_trusted.h View 1 2 3 4 5 6 5 chunks +12 lines, -15 lines 0 comments Download
A + content/child/browser_font_resource_trusted.cc View 1 2 3 6 chunks +8 lines, -9 lines 0 comments Download
M content/content_child.gypi View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M content/ppapi_plugin/ppapi_thread.h View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M content/ppapi_plugin/ppapi_thread.cc View 1 2 3 4 5 6 2 chunks +12 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_in_process_resource_creation.cc View 1 2 3 4 3 chunks +3 lines, -4 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 1 2 chunks +0 lines, -3 lines 0 comments Download
D ppapi/proxy/browser_font_resource_trusted.h View 1 chunk +0 lines, -85 lines 0 comments Download
D ppapi/proxy/browser_font_resource_trusted.cc View 1 chunk +0 lines, -429 lines 0 comments Download
M ppapi/proxy/plugin_globals.h View 1 2 3 4 5 6 3 chunks +12 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_globals.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_main_nacl.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_proxy_delegate.h View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_proxy_test.h View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_proxy_test.cc View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 2 chunks +2 lines, -5 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
scottmg
jam: content/ yzshen: ppapi/ I'm not sure how to test this: If in buildtype=Official Flash ...
7 years, 5 months ago (2013-07-25 04:51:34 UTC) #1
jam
https://codereview.chromium.org/20214004/diff/15001/content/renderer/DEPS File content/renderer/DEPS (right): https://codereview.chromium.org/20214004/diff/15001/content/renderer/DEPS#newcode3 content/renderer/DEPS:3: "+content/ppapi_plugin", this isn't correct, since one child directory can't ...
7 years, 5 months ago (2013-07-25 04:59:22 UTC) #2
scottmg
https://codereview.chromium.org/20214004/diff/15001/content/renderer/DEPS File content/renderer/DEPS (right): https://codereview.chromium.org/20214004/diff/15001/content/renderer/DEPS#newcode3 content/renderer/DEPS:3: "+content/ppapi_plugin", On 2013/07/25 04:59:22, jam wrote: > this isn't ...
7 years, 5 months ago (2013-07-25 05:07:53 UTC) #3
scottmg
On 2013/07/25 05:07:53, scottmg wrote: > https://codereview.chromium.org/20214004/diff/15001/content/renderer/DEPS > File content/renderer/DEPS (right): > > https://codereview.chromium.org/20214004/diff/15001/content/renderer/DEPS#newcode3 > ...
7 years, 5 months ago (2013-07-25 05:31:50 UTC) #4
jam
On 2013/07/25 05:31:50, scottmg wrote: > On 2013/07/25 05:07:53, scottmg wrote: > > https://codereview.chromium.org/20214004/diff/15001/content/renderer/DEPS > ...
7 years, 5 months ago (2013-07-25 16:16:50 UTC) #5
scottmg
On 2013/07/25 16:16:50, jam wrote: > On 2013/07/25 05:31:50, scottmg wrote: > > On 2013/07/25 ...
7 years, 5 months ago (2013-07-25 16:57:55 UTC) #6
jam
content lgtm https://codereview.chromium.org/20214004/diff/32001/content/child/browser_font_resource_trusted.h File content/child/browser_font_resource_trusted.h (right): https://codereview.chromium.org/20214004/diff/32001/content/child/browser_font_resource_trusted.h#newcode29 content/child/browser_font_resource_trusted.h:29: class CONTENT_EXPORT BrowserFontResource_Trusted are you sure it ...
7 years, 5 months ago (2013-07-25 17:20:24 UTC) #7
yzshen1
LGTM with a few nits. Thanks! https://codereview.chromium.org/20214004/diff/32001/content/content_child.gypi File content/content_child.gypi (right): https://codereview.chromium.org/20214004/diff/32001/content/content_child.gypi#newcode136 content/content_child.gypi:136: 'child/browser_font_resource_trusted.cc', [nit] now ...
7 years, 5 months ago (2013-07-25 17:21:08 UTC) #8
jam
https://codereview.chromium.org/20214004/diff/32001/content/content_child.gypi File content/content_child.gypi (right): https://codereview.chromium.org/20214004/diff/32001/content/content_child.gypi#newcode136 content/content_child.gypi:136: 'child/browser_font_resource_trusted.cc', On 2013/07/25 17:21:08, yzshen1 wrote: > [nit] now ...
7 years, 5 months ago (2013-07-25 17:23:23 UTC) #9
yzshen1
On 2013/07/25 17:23:23, jam wrote: > https://codereview.chromium.org/20214004/diff/32001/content/content_child.gypi > File content/content_child.gypi (right): > > https://codereview.chromium.org/20214004/diff/32001/content/content_child.gypi#newcode136 > ...
7 years, 5 months ago (2013-07-25 17:24:52 UTC) #10
scottmg
Thanks! https://codereview.chromium.org/20214004/diff/32001/content/child/browser_font_resource_trusted.h File content/child/browser_font_resource_trusted.h (right): https://codereview.chromium.org/20214004/diff/32001/content/child/browser_font_resource_trusted.h#newcode29 content/child/browser_font_resource_trusted.h:29: class CONTENT_EXPORT BrowserFontResource_Trusted On 2013/07/25 17:20:24, jam wrote: ...
7 years, 5 months ago (2013-07-25 17:39:49 UTC) #11
scottmg
https://codereview.chromium.org/20214004/diff/32001/content/ppapi_plugin/ppapi_thread.cc File content/ppapi_plugin/ppapi_thread.cc (right): https://codereview.chromium.org/20214004/diff/32001/content/ppapi_plugin/ppapi_thread.cc#newcode221 content/ppapi_plugin/ppapi_thread.cc:221: ->GetReference(); On 2013/07/25 17:39:49, scottmg wrote: > On 2013/07/25 ...
7 years, 5 months ago (2013-07-25 19:25:58 UTC) #12
scottmg
7 years, 5 months ago (2013-07-25 20:25:54 UTC) #13
Message was sent while issue was closed.
Committed patchset #7 manually as r213684 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698