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

Issue 10909138: Convert the async device ID getter to a chrome resource host (Closed)

Created:
8 years, 3 months ago by brettw
Modified:
8 years, 3 months ago
Reviewers:
yzshen1, jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Convert the async device ID getter to a chrome resource host

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 13

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+749 lines, -237 lines) Patch
M chrome/browser/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 4 chunks +10 lines, -0 lines 0 comments Download
A chrome/browser/renderer_host/pepper/DEPS View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
A + chrome/browser/renderer_host/pepper/chrome_browser_pepper_host_factory.h View 1 2 3 4 2 chunks +12 lines, -10 lines 0 comments Download
A chrome/browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc View 1 1 chunk +49 lines, -0 lines 0 comments Download
A chrome/browser/renderer_host/pepper/pepper_flash_device_id_host.h View 1 2 3 4 5 6 7 1 chunk +101 lines, -0 lines 0 comments Download
A chrome/browser/renderer_host/pepper/pepper_flash_device_id_host.cc View 1 2 3 4 5 1 chunk +150 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/pepper/pepper_helper.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/ppapi_plugin_process_host.h View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.cc View 1 2 3 4 5 6 7 8 4 chunks +46 lines, -0 lines 0 comments Download
M content/browser/renderer_host/pepper/browser_ppapi_host_impl.h View 1 2 3 4 5 2 chunks +24 lines, -1 line 0 comments Download
M content/browser/renderer_host/pepper/browser_ppapi_host_impl.cc View 1 2 3 4 5 3 chunks +45 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_message_filter.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_message_filter.cc View 1 2 3 4 5 6 5 chunks +5 lines, -14 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 2 chunks +25 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 1 chunk +22 lines, -0 lines 0 comments Download
M content/public/browser/browser_ppapi_host.h View 1 2 3 4 5 2 chunks +20 lines, -0 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M content/renderer/pepper/mock_renderer_ppapi_host.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.cc View 1 2 3 4 5 6 4 chunks +23 lines, -3 lines 0 comments Download
M content/renderer/pepper/renderer_ppapi_host_impl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/pepper/renderer_ppapi_host_impl.cc View 1 2 chunks +8 lines, -7 lines 0 comments Download
M ppapi/host/host_message_context.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/host/host_message_context.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/host/ppapi_host.h View 1 3 chunks +15 lines, -9 lines 0 comments Download
M ppapi/host/ppapi_host.cc View 1 3 chunks +12 lines, -4 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 3 chunks +3 lines, -3 lines 0 comments Download
A ppapi/proxy/flash_device_id_resource.h View 1 2 3 4 1 chunk +51 lines, -0 lines 0 comments Download
A ppapi/proxy/flash_device_id_resource.cc View 1 1 chunk +67 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 chunk +0 lines, -1 line 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D ppapi/proxy/ppb_flash_device_id_proxy.h View 1 chunk +0 lines, -41 lines 0 comments Download
D ppapi/proxy/ppb_flash_device_id_proxy.cc View 1 chunk +0 lines, -126 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M ppapi/shared_impl/ppapi_permissions.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/thunk/interfaces_ppb_private_flash.h View 1 chunk +1 line, -2 lines 0 comments Download
M ppapi/thunk/ppb_flash_device_id_api.h View 2 chunks +7 lines, -1 line 0 comments Download
M ppapi/thunk/ppb_flash_device_id_thunk.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
brettw
John: can you look at the content API integration? I added a new function on ...
8 years, 3 months ago (2012-09-09 19:48:55 UTC) #1
jam
It's a little confusing that chrome now dispatches ppapi messages as well as content... On ...
8 years, 3 months ago (2012-09-10 16:22:21 UTC) #2
brettw
8 years, 3 months ago (2012-09-10 19:26:52 UTC) #3
jam
On 2012/09/10 19:26:52, brettw wrote: empty comment?
8 years, 3 months ago (2012-09-10 22:14:27 UTC) #4
yzshen1
only some nits. Thanks! https://chromiumcodereview.appspot.com/10909138/diff/3024/chrome/browser/renderer_host/pepper/DEPS File chrome/browser/renderer_host/pepper/DEPS (right): https://chromiumcodereview.appspot.com/10909138/diff/3024/chrome/browser/renderer_host/pepper/DEPS#newcode2 chrome/browser/renderer_host/pepper/DEPS:2: "+ppapi/host", We already have line2&3 ...
8 years, 3 months ago (2012-09-11 00:53:17 UTC) #5
brettw
New snap up and responses to comments. https://chromiumcodereview.appspot.com/10909138/diff/3024/content/public/browser/browser_ppapi_host.h File content/public/browser/browser_ppapi_host.h (right): https://chromiumcodereview.appspot.com/10909138/diff/3024/content/public/browser/browser_ppapi_host.h#newcode30 content/public/browser/browser_ppapi_host.h:30: struct RenderViewIDs ...
8 years, 3 months ago (2012-09-11 20:25:19 UTC) #6
yzshen1
LGTM https://chromiumcodereview.appspot.com/10909138/diff/12001/content/public/browser/browser_ppapi_host.h File content/public/browser/browser_ppapi_host.h (right): https://chromiumcodereview.appspot.com/10909138/diff/12001/content/public/browser/browser_ppapi_host.h#newcode50 content/public/browser/browser_ppapi_host.h:50: // from this function except as a last-minute ...
8 years, 3 months ago (2012-09-11 20:43:22 UTC) #7
brettw
John: the struct of IDs is no longer public, I made it private and the ...
8 years, 3 months ago (2012-09-11 22:54:25 UTC) #8
jam
content/public lgtm
8 years, 3 months ago (2012-09-11 23:50:25 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brettw@chromium.org/10909138/2030
8 years, 3 months ago (2012-09-15 04:15:50 UTC) #10
commit-bot: I haz the power
8 years, 3 months ago (2012-09-15 04:17:09 UTC) #11
Step "update" is always a major failure.
Look at the try server FAQ for more details.

Powered by Google App Engine
This is Rietveld 408576698