|
Introduce RenderView::Observer interface so that RenderView doesn't have to know about the details of every feature. Observers get to filter and send IPC messages, and basic notifications of frame related events.I've moved over AutoFill related classes, and also made AutoFillManager implement the new WebAutoFillClient interface. For the rest of the classes, they implement the interface just for message filtering.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71517
Total comments: 14
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+771 lines, -798 lines) |
Patch |
 |
M |
chrome/chrome_renderer.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/autofill_helper.h
|
View
|
1
2
3
4
|
5 chunks |
+52 lines, -65 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/autofill_helper.cc
|
View
|
1
2
3
4
|
7 chunks |
+160 lines, -105 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/device_orientation_dispatcher.h
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/device_orientation_dispatcher.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/devtools_agent.h
|
View
|
1
2
3
4
|
2 chunks |
+15 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/devtools_agent.cc
|
View
|
1
2
3
4
|
4 chunks |
+28 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/devtools_client.h
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/devtools_client.cc
|
View
|
1
2
3
4
|
3 chunks |
+16 lines, -22 lines |
0 comments
|
Download
|
 |
MM |
chrome/renderer/geolocation_dispatcher.h
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
MM |
chrome/renderer/geolocation_dispatcher.cc
|
View
|
1
2
3
4
|
5 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/notification_provider.h
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/notification_provider.cc
|
View
|
1
2
3
4
|
9 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/page_click_tracker.h
|
View
|
1
2
3
4
|
4 chunks |
+11 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/page_click_tracker.cc
|
View
|
1
2
3
4
|
4 chunks |
+35 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/page_click_tracker_unittest.cc
|
View
|
1
2
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/password_autocomplete_manager.h
|
View
|
1
2
3
4
|
5 chunks |
+18 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/password_autocomplete_manager.cc
|
View
|
1
2
3
4
|
4 chunks |
+55 lines, -43 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/password_autocomplete_manager_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.h
|
View
|
1
2
3
4
|
15 chunks |
+37 lines, -90 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
1
2
3
4
|
25 chunks |
+121 lines, -232 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view_browsertest.cc
|
View
|
1
2
3
4
|
5 chunks |
+15 lines, -12 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/render_view_observer.h
|
View
|
1
2
3
4
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/render_view_observer.cc
|
View
|
1
2
3
4
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
MM |
chrome/renderer/speech_input_dispatcher.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/speech_input_dispatcher.cc
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/test/render_view_test.h
|
View
|
1
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/render_view_test.cc
|
View
|
1
2
3
4
|
4 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|