|
|
Retrieve article original URL from entryID
This CL adds support for retrieving an article's original
URL based on it's entry ID.
Adds functions HasEntry and GetUrlForEntry for the
DomDistillerServiceInterface.
HasEntry returns whether DomDistillerService contains an
article for the corresponding entry ID.
GetUrlForEntry returns the original URL for a given entry ID.
Adds Java implementation to retrieve information about entry
through added native methods.
BUG= 383630
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289761
Total comments: 10
Total comments: 6
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+237 lines, -3 lines) |
Patch |
 |
M |
chrome/browser/dom_distiller/lazy_dom_distiller_service.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_distiller/lazy_dom_distiller_service.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerService.java
|
View
|
1
2
3
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/dom_distiller_service.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/dom_distiller_service.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/dom_distiller_service_android.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/dom_distiller_service_android.cc
|
View
|
1
2
3
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/dom_distiller_service_unittest.cc
|
View
|
1
2
|
1 chunk |
+112 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/url_utils.h
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/url_utils.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/url_utils_android.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/url_utils_unittest.cc
|
View
|
1
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/viewer_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|