|
WebUI for WKWebView
Implements WebUI for WKWebView by using URLFetcher to manually request
and retrieve WebUI resources and subresources, and load the page via
loadHTMLString. Sets favicons for history page using JavaScript.
BUG= 450362
Committed: https://crrev.com/3d8ced8a28bccc7d2f0a62e5a3df0173a1f4b713
Cr-Commit-Position: refs/heads/master@{#329720}
Total comments: 14
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+616 lines, -37 lines) |
Patch |
 |
M |
ios/web/ios_web.gyp
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/web/ios_web_unittests.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ios/web/web_state/ui/crw_ui_web_view_web_controller.mm
|
View
|
|
1 chunk |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
ios/web/web_state/ui/crw_web_controller.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/web/web_state/ui/crw_web_controller.mm
|
View
|
|
7 chunks |
+32 lines, -22 lines |
0 comments
|
Download
|
 |
M |
ios/web/web_state/ui/crw_web_controller+protected.h
|
View
|
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ios/web/web_state/ui/crw_wk_web_view_web_controller.mm
|
View
|
|
6 chunks |
+35 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ios/web/web_state/web_state_impl.h
|
View
|
1
2
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ios/web/web_state/web_state_impl.mm
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/webui/crw_web_ui_manager.h
|
View
|
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/webui/crw_web_ui_manager.mm
|
View
|
1
2
3
|
1 chunk |
+213 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/webui/crw_web_ui_manager_unittest.mm
|
View
|
1
2
3
|
1 chunk |
+173 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/web/webui/crw_web_ui_page_builder.mm
|
View
|
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ios/web/webui/crw_web_ui_page_builder_unittest.mm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
ios/web/webui/resources/web_ui.js
|
View
|
1
2
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/web/webui/url_fetcher_block_adapter.h
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
Total messages: 11 (3 generated)
|