|
Open distiller UI setting through JavaScript
This change adds support for opening the android view distiller
settings from JavaScript via "distiller.openSettings". To avoid
passing numerous objects into the DomDistillerViewerSource, the
ExternalFeedbackReporter has been refactored into a generic UI
handle that is responsible for any interaction between Chrome and
Android specific controls and the distiller component.
The actual UI in the page is not yet implemented.
BUG=
Committed: https://crrev.com/dcd10462fb49c72544719c490238f3a35edf3fc6
Cr-Commit-Position: refs/heads/master@{#354123}
Total comments: 4
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+203 lines, -225 lines) |
Patch |
 |
D |
chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReporter.java
|
View
|
|
1 chunk |
+0 lines, -57 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerUIUtils.java
|
View
|
1
2
3
|
1 chunk |
+98 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/chrome_jni_registrar.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/android/dom_distiller/distiller_ui_handle_android.h
|
View
|
|
1 chunk |
+11 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc
|
View
|
|
2 chunks |
+15 lines, -14 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/android/dom_distiller/external_feedback_reporter_android.h
|
View
|
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/android/dom_distiller/external_feedback_reporter_android.cc
|
View
|
|
1 chunk |
+0 lines, -49 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_distiller/profile_utils.cc
|
View
|
|
3 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller.gypi
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/browser/distiller_javascript_service_impl.h
|
View
|
|
3 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/browser/distiller_javascript_service_impl.cc
|
View
|
1
|
4 chunks |
+16 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
components/dom_distiller/content/browser/distiller_ui_handle.h
|
View
|
1
2
|
2 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/browser/dom_distiller_viewer_source.h
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/browser/dom_distiller_viewer_source.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/common/distiller_javascript_service.mojom
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/renderer/distiller_native_javascript.h
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/renderer/distiller_native_javascript.cc
|
View
|
|
2 chunks |
+19 lines, -15 lines |
0 comments
|
Download
|
Total messages: 10 (3 generated)
|