|
Add an interface for Flash to clear its data.
This mirrors NPP_ClearSiteData. I basically just hooked into the existing infrastructure in the browser process, and create a new plugin.
I changed the NPAPI IPC message to take the max age rather than compute it from the time so I did not have to duplicate the time computation code.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=132067
Total comments: 6
Total comments: 2
Total comments: 12
Total comments: 1
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+344 lines, -91 lines) |
Patch |
 |
M |
chrome/browser/browsing_data_remover.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/in_process_browser_test.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/in_process_browser_test.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/plugin_data_remover_impl.h
|
View
|
1
2
3
4
|
3 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/plugin_data_remover_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
12 chunks |
+88 lines, -30 lines |
0 comments
|
Download
|
 |
M |
content/browser/plugin_data_remover_impl_browsertest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/plugin_service_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/ppapi_plugin_process_host.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/ppapi_plugin_process_host.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/pepper_file_message_filter.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/pepper_file_message_filter.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_message_filter.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/common/plugin_messages.h
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/plugin/plugin_channel.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/plugin/plugin_channel.cc
|
View
|
|
2 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
content/ppapi_plugin/ppapi_thread.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/ppapi_plugin/ppapi_thread.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/plugin_data_remover.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
A |
ppapi/api/private/ppp_flash_browser_operations.idl
|
View
|
1
2
3
4
5
6
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/c/private/ppp_flash_browser_operations.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+11 lines, -1 line |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|