|
Convert the async device ID getter to a chrome resource host
Total comments: 13
Total comments: 1
|
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
|
Total messages: 11 (0 generated)
|