|
|
Begin implementation of the context menu for Video and Audio tags.
This code should enable the creation of a basic context menu for the Video and Audio tags. The actions for fullscreen, save screenshot, loop, and set playback rate are not yet implemented.
BUG= 15686
TEST=None
Total comments: 31
Total comments: 1
Total comments: 19
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+385 lines, -45 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
5
6
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/render_view_context_menu.h
|
View
|
1
2
3
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/render_view_context_menu.cc
|
View
|
1
2
3
4
5
6
|
10 chunks |
+152 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages.h
|
View
|
1
2
|
4 chunks |
+19 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/api/public/WebMediaPlayer.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/api/src/WebMediaPlayerClientImpl.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/api/src/WebMediaPlayerClientImpl.cpp
|
View
|
1
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/context_menu.h
|
View
|
1
2
3
|
5 chunks |
+44 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/context_menu_client_impl.cc
|
View
|
1
2
3
|
4 chunks |
+43 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webmediaplayer_impl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webmediaplayer_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webview_delegate.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_webview_delegate.h
|
View
|
6
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_webview_delegate.cc
|
View
|
6
7
|
1 chunk |
+15 lines, -13 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|