|
|
Move alternate 404 error page loading out of WebFrame and into RenderView.
This involved adding a new method on WebViewDelegate to allow the embedder to
intercept data being loaded for a document.
I also had to plumb a few more FrameLoaderClient notifications through
WebViewDelegate. See DidReceiveResponse and DidFinishLoading.
R=tony
BUG= 15648
TEST=covered by errorpage_uitest.cc
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22389
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+208 lines, -256 lines) |
Patch |
 |
M |
chrome/browser/tab_contents/tab_contents.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/navigation_state.h
|
View
|
|
3 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.h
|
View
|
1
2
|
4 chunks |
+15 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
1
2
|
6 chunks |
+94 lines, -14 lines |
2 comments
|
Download
|
 |
M |
webkit/glue/webframe.h
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webframe_impl.h
|
View
|
1
2
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webframe_impl.cc
|
View
|
1
2
|
3 chunks |
+17 lines, -18 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webframeloaderclient_impl.h
|
View
|
1
2
|
5 chunks |
+4 lines, -31 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webframeloaderclient_impl.cc
|
View
|
1
2
|
12 chunks |
+24 lines, -133 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webview_delegate.h
|
View
|
1
2
|
5 chunks |
+18 lines, -25 lines |
0 comments
|
Download
|
 |
D |
webkit/glue/webview_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_webview_delegate.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_webview_delegate.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/webkit.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|