|
Add incremental updates for multipage distillation.
Add support for providing incremental updates for multipage
distillation. Updates are now broadcasted to the viewers, whenever a new
page in the article finishes distillation. This allows viewer to show
data to the user, before the distillation of the entire article is
completed.
This change required changing management of pages in distiller to be
refcounted.
BUG= 288015
NOTRY=true
R=cjhopman@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255708
Total comments: 50
Total comments: 15
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+529 lines, -244 lines) |
Patch |
 |
M |
components/dom_distiller.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/dom_distiller_viewer_source.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/dom_distiller_viewer_source.cc
|
View
|
1
2
3
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/dom_distiller/core/article_distillation_update.h
|
View
|
1
2
3
4
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/dom_distiller/core/article_distillation_update.cc
|
View
|
1
2
3
4
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/distiller.h
|
View
|
1
2
3
4
|
6 chunks |
+27 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/distiller.cc
|
View
|
1
2
3
4
|
8 chunks |
+41 lines, -12 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/distiller_unittest.cc
|
View
|
1
2
3
4
|
14 chunks |
+317 lines, -204 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/dom_distiller_service_unittest.cc
|
View
|
|
8 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/fake_distiller.h
|
View
|
1
2
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/fake_distiller.cc
|
View
|
1
2
|
2 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/task_tracker.h
|
View
|
1
2
3
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/task_tracker.cc
|
View
|
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/task_tracker_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 32 (0 generated)
|