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

Issue 11578038: Convert pepper font list to new resource system. (Closed)

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

Description

Convert pepper font list to new resource system. This converts the GetFontFamilies call to the new resource system using a singleton resource. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174241

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : merged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -82 lines) Patch
M content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc View 1 2 chunks +10 lines, -0 lines 0 comments Download
A content/browser/renderer_host/pepper/pepper_browser_font_singleton_host.h View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A content/browser/renderer_host/pepper/pepper_browser_font_singleton_host.cc View 1 2 1 chunk +108 lines, -0 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_message_filter.h View 1 2 3 2 chunks +1 line, -5 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_message_filter.cc View 1 2 3 5 chunks +0 lines, -41 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
A ppapi/proxy/browser_font_singleton_resource.h View 1 chunk +42 lines, -0 lines 0 comments Download
A ppapi/proxy/browser_font_singleton_resource.cc View 1 chunk +38 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 3 chunks +15 lines, -9 lines 0 comments Download
M ppapi/proxy/ppb_instance_proxy.h View 1 chunk +0 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_instance_proxy.cc View 1 2 3 4 chunks +6 lines, -16 lines 0 comments Download
M ppapi/shared_impl/resource.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/shared_impl/singleton_resource_id.h View 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/thunk/ppb_browser_font_singleton_api.h View 1 chunk +28 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_browser_font_trusted_thunk.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/thunk/ppb_instance_api.h View 1 chunk +0 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 3 2 chunks +1 line, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
brettw
This should be pretty straightforward. I changed the caching of the font list to be ...
8 years ago (2012-12-14 23:44:34 UTC) #1
raymes
looks good just some minor nits. Are you trying to move stuff out of ppb_instance_proxy ...
8 years ago (2012-12-17 00:08:28 UTC) #2
brettw
new snap up, PTAL
8 years ago (2012-12-17 22:53:42 UTC) #3
raymes
lgtm thanks
8 years ago (2012-12-17 22:57:42 UTC) #4
brettw
8 years ago (2012-12-20 21:16:26 UTC) #5
TBR jschuh for ppapi_messages.h

Powered by Google App Engine
This is Rietveld 408576698