|
Android WebView visited link highlighting implementation
Hooking up visited link component, but still need to hook up
initialization with WebChromeClient.getVisitedHistory. This means
currently, visited links are not persistend or repopulated from
but should work in a single browsing session.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178748
Total comments: 1
Total comments: 2
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+113 lines, -9 lines) |
Patch |
 |
M |
android_webview/android_webview.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/DEPS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_browser_context.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+34 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_browser_context.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_browser_main_parts.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_browser_main_parts.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/renderer_host/aw_render_view_host_ext.h
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/renderer_host/aw_render_view_host_ext.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/renderer/DEPS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/renderer/aw_content_renderer_client.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/renderer/aw_content_renderer_client.cc
|
View
|
1
2
3
|
3 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|