|
Allow custom context menus to be requested.
This allows external users to request that a render view show a context menu. This mostly exposes is a reaonsable interface the existing functionality, and removes the pepper-plugin-delegate-specific hacks.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=161703
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+170 lines, -104 lines) |
Patch |
 |
M |
chrome/renderer/plugins/plugin_placeholder.h
|
View
|
1
|
4 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/plugins/plugin_placeholder.cc
|
View
|
1
2
|
6 chunks |
+34 lines, -30 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/renderer/context_menu_client.h
|
View
|
1
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/render_view.h
|
View
|
1
|
2 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/public/renderer/render_view_observer.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.h
|
View
|
1
|
6 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
View
|
1
2
3
|
3 chunks |
+28 lines, -42 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.h
|
View
|
1
2
3
|
2 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
|
3 chunks |
+24 lines, -11 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|