|
Move dispatching and sending of the last extension specific messages out of TabContents and RenderView.I added a TabContents::Registrar helper class for allowing classing to temporarily observe a TabContents. This allows them to easily and safetly filter IPC messages. I used this for ExecuteCodeInTabFunction.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80468
Total comments: 1
Total comments: 2
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+498 lines, -301 lines) |
Patch |
 |
M |
chrome/browser/extensions/execute_code_in_tab_function.h
|
View
|
|
3 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/execute_code_in_tab_function.cc
|
View
|
|
2 chunks |
+41 lines, -16 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_function_dispatcher.cc
|
View
|
|
2 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_host.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_host.cc
|
View
|
1
2
3
4
5
6
|
10 chunks |
+13 lines, -19 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/extension_message_handler.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/extension_message_handler.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+111 lines, -0 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_tab_helper.h
|
View
|
|
6 chunks |
+25 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_tab_helper.cc
|
View
|
|
5 chunks |
+27 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/balloon_host.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/balloon_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_contents.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_contents.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/background_contents.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/background_contents.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+6 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.h
|
View
|
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.cc
|
View
|
|
5 chunks |
+29 lines, -29 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.h
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/create_application_shortcut_view.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/web_applications/web_app_ui.cc
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_messages.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/user_script_idle_scheduler.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host.h
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host.cc
|
View
|
|
6 chunks |
+0 lines, -41 lines |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/tab_contents.h
|
View
|
|
7 chunks |
+11 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/tab_contents.cc
|
View
|
|
4 chunks |
+3 lines, -34 lines |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/tab_contents_delegate.h
|
View
|
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/tab_contents_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/tab_contents/tab_contents_observer.h
|
View
|
1
2
3
4
5
|
3 chunks |
+35 lines, -1 line |
2 comments
|
Download
|
 |
M |
content/browser/tab_contents/tab_contents_observer.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+30 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/notification_type.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|