|
[dom_distiller] Add support for incremental viewer.
The viewed page can now be rendered all at once, or with a single page
update, followed by additional page content sent via HTML. While more
pages are loading, a progress indicator is present.
The title for a page was added to DistilledPageProto so its accessible
during partial distillation. This was already stored in
DistilledPageData so it's just moved.
BUG= 319881
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270622
Total comments: 10
Total comments: 1
Total comments: 20
Total comments: 2
Total comments: 15
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+481 lines, -55 lines) |
Patch |
|
M |
build/ios/grit_whitelist.txt
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+129 lines, -6 lines |
0 comments
|
Download
|
|
M |
components/dom_distiller/content/dom_distiller_viewer_source.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+185 lines, -12 lines |
1 comment
|
Download
|
|
M |
components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
components/dom_distiller/content/resources/dom_distiller_viewer.html
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
|
A |
components/dom_distiller/content/resources/dom_distiller_viewer.js
|
View
|
1
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/dom_distiller/core/css/distilledpage.css
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/dom_distiller/core/distiller.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
components/dom_distiller/core/distiller.cc
|
View
|
1
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
components/dom_distiller/core/fake_db.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
components/dom_distiller/core/fake_distiller.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
|
M |
components/dom_distiller/core/fake_distiller.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/dom_distiller/core/proto/distilled_page.proto
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
components/dom_distiller/core/url_constants.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
components/dom_distiller/core/url_constants.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
components/dom_distiller/core/viewer.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+31 lines, -3 lines |
0 comments
|
Download
|
|
M |
components/dom_distiller/core/viewer.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+63 lines, -14 lines |
0 comments
|
Download
|
|
M |
components/dom_distiller_strings.grdp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/resources/dom_distiller_resources.grdp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 38 (0 generated)
|