Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Issue 105623002: Debug UI for DOM distiller supports distillation and lists articles. (Closed)

Created:
7 years ago by nyquist
Modified:
7 years ago
Reviewers:
Nico, blundell
CC:
chromium-reviews, oshima+watch_chromium.org
Visibility:
Public.

Description

Debug UI for DOM distiller supports distillation and lists articles. This adds functionality to trigger distillation of web pages from the debug UI and also lists the current set of articles. BUG=319881 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239168

Patch Set 1 #

Patch Set 2 : Cleanup after the mechanical-style move in patch set 1 #

Total comments: 6

Patch Set 3 : Addressed comments from thakis@ #

Patch Set 4 : rebased #

Total comments: 2

Patch Set 5 : Rebased and removed dependency on components/dom_distiller/content #

Patch Set 6 : Fix strings and dependencies for ios #

Unified diffs Side-by-side diffs Delta from patch set Stats (+252 lines, -64 lines) Patch
M build/ios/grit_whitelist.txt View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 chunks +22 lines, -4 lines 0 comments Download
M components/dom_distiller.gypi View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M components/dom_distiller/core/distiller.cc View 1 chunk +3 lines, -1 line 0 comments Download
M components/dom_distiller/core/task_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/dom_distiller/webui/dom_distiller_handler.h View 1 1 chunk +25 lines, -7 lines 0 comments Download
M components/dom_distiller/webui/dom_distiller_handler.cc View 1 2 chunks +47 lines, -14 lines 0 comments Download
M components/dom_distiller/webui/dom_distiller_ui.h View 1 1 chunk +11 lines, -7 lines 0 comments Download
M components/dom_distiller/webui/dom_distiller_ui.cc View 1 3 chunks +19 lines, -4 lines 0 comments Download
M components/dom_distiller/webui/resources/about_dom_distiller.css View 1 1 chunk +4 lines, -0 lines 0 comments Download
M components/dom_distiller/webui/resources/about_dom_distiller.html View 1 2 3 2 chunks +28 lines, -5 lines 0 comments Download
M components/dom_distiller/webui/resources/about_dom_distiller.js View 1 2 1 chunk +63 lines, -18 lines 0 comments Download
M components/dom_distiller_strings.grdp View 1 2 1 chunk +19 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
nyquist
thakis: PTAL for overview patch set 1 is the "mechanical move" of the list and ...
7 years ago (2013-12-04 23:52:25 UTC) #1
Nico
lgtm with minor comments, thanks https://codereview.chromium.org/105623002/diff/10001/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc File chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc (right): https://codereview.chromium.org/105623002/diff/10001/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc#newcode202 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc:202: return new dom_distiller::DomDistillerUi(web_ui, service, ...
7 years ago (2013-12-05 00:03:57 UTC) #2
nyquist
done https://codereview.chromium.org/105623002/diff/10001/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc File chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc (right): https://codereview.chromium.org/105623002/diff/10001/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc#newcode202 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc:202: return new dom_distiller::DomDistillerUi(web_ui, service, "dummy"); On 2013/12/05 00:03:58, ...
7 years ago (2013-12-05 00:24:02 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nyquist@chromium.org/105623002/30001
7 years ago (2013-12-05 00:27:16 UTC) #4
commit-bot: I haz the power
Failed to apply patch for chrome/chrome_browser_ui.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years ago (2013-12-05 00:27:22 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nyquist@chromium.org/105623002/50001
7 years ago (2013-12-05 00:55:58 UTC) #6
commit-bot: I haz the power
Retried try job too often on ios_rel_device for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_rel_device&number=100320
7 years ago (2013-12-05 01:37:17 UTC) #7
blundell
https://codereview.chromium.org/105623002/diff/50001/chrome/chrome_browser_ui.gypi File chrome/chrome_browser_ui.gypi (right): https://codereview.chromium.org/105623002/diff/50001/chrome/chrome_browser_ui.gypi#newcode34 chrome/chrome_browser_ui.gypi:34: '../components/components.gyp:dom_distiller_content', FYI, the reason that you're getting the errors ...
7 years ago (2013-12-05 10:09:20 UTC) #8
nyquist
https://codereview.chromium.org/105623002/diff/50001/chrome/chrome_browser_ui.gypi File chrome/chrome_browser_ui.gypi (right): https://codereview.chromium.org/105623002/diff/50001/chrome/chrome_browser_ui.gypi#newcode34 chrome/chrome_browser_ui.gypi:34: '../components/components.gyp:dom_distiller_content', On 2013/12/05 10:09:21, blundell wrote: > FYI, the ...
7 years ago (2013-12-05 18:30:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nyquist@chromium.org/105623002/70001
7 years ago (2013-12-05 18:32:17 UTC) #10
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, net_unittests, sql_unittests, ...
7 years ago (2013-12-05 19:41:00 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nyquist@chromium.org/105623002/90001
7 years ago (2013-12-05 22:28:08 UTC) #12
commit-bot: I haz the power
Change committed as 239168
7 years ago (2013-12-06 11:57:17 UTC) #13
blundell
7 years ago (2013-12-10 13:52:42 UTC) #14
Message was sent while issue was closed.
FYI, I figured out the missing dependencies that the transient iOS build
failures were indicating:

https://codereview.chromium.org/111503003/ (protobuf header)
https://codereview.chromium.org/102073007/ (strings header)

Powered by Google App Engine
This is Rietveld 408576698