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

Issue 134873008: Add support for displaying distilled articles. (Closed)

Created:
6 years, 11 months ago by nyquist
Modified:
6 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Add support for displaying distilled articles. Adds support in the content::URLDataSource for DOM Distiller for displaying distilled articles. Also adds preliminary error handling. Depends on https://codereview.chromium.org/105723002/ BUG=319881 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247645

Patch Set 1 #

Total comments: 11

Patch Set 2 : Addressed comments from thakis and tsepez #

Patch Set 3 : Rebase #

Patch Set 4 : Added browser test for looking up articles, and fixed rebase of MIME-type #

Total comments: 6

Patch Set 5 : Addressed comments from cjhopman #

Patch Set 6 : Reverting change to scoped_ptr #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -29 lines) Patch
M chrome/browser/dom_distiller/dom_distiller_service_factory.cc View 1 2 2 chunks +17 lines, -14 lines 0 comments Download
M chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc View 1 2 3 8 chunks +100 lines, -5 lines 0 comments Download
M components/dom_distiller.gypi View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M components/dom_distiller/content/DEPS View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/dom_distiller/content/dom_distiller_viewer_source.h View 1 2 3 2 chunks +13 lines, -5 lines 0 comments Download
M components/dom_distiller/content/dom_distiller_viewer_source.cc View 1 2 3 4 5 3 chunks +113 lines, -5 lines 0 comments Download
A components/dom_distiller/content/resources/dom_distiller_viewer.html View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
M components/dom_distiller_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller_strings.grdp View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
nyquist
thakis: PTAL
6 years, 11 months ago (2014-01-14 22:13:47 UTC) #1
nyquist
tsepez: security review
6 years, 11 months ago (2014-01-14 22:14:30 UTC) #2
Tom Sepez
https://codereview.chromium.org/134873008/diff/1/components/dom_distiller/content/dom_distiller_viewer_source.cc File components/dom_distiller/content/dom_distiller_viewer_source.cc (right): https://codereview.chromium.org/134873008/diff/1/components/dom_distiller/content/dom_distiller_viewer_source.cc#newcode71 components/dom_distiller/content/dom_distiller_viewer_source.cc:71: std::string title; Do we know that title doesn't itself ...
6 years, 11 months ago (2014-01-14 22:25:56 UTC) #3
nyquist
https://codereview.chromium.org/134873008/diff/1/components/dom_distiller/content/dom_distiller_viewer_source.cc File components/dom_distiller/content/dom_distiller_viewer_source.cc (right): https://codereview.chromium.org/134873008/diff/1/components/dom_distiller/content/dom_distiller_viewer_source.cc#newcode71 components/dom_distiller/content/dom_distiller_viewer_source.cc:71: std::string title; On 2014/01/14 22:25:56, Tom Sepez wrote: > ...
6 years, 11 months ago (2014-01-14 22:26:52 UTC) #4
Nico
lgtm with Tom's comment addressed. I don't have anything useful to say. https://codereview.chromium.org/134873008/diff/1/components/dom_distiller/content/dom_distiller_viewer_source.cc File components/dom_distiller/content/dom_distiller_viewer_source.cc ...
6 years, 11 months ago (2014-01-15 05:31:47 UTC) #5
nyquist
PTAL (tsepez). Addressed all comments. https://codereview.chromium.org/134873008/diff/1/components/dom_distiller/content/dom_distiller_viewer_source.cc File components/dom_distiller/content/dom_distiller_viewer_source.cc (right): https://codereview.chromium.org/134873008/diff/1/components/dom_distiller/content/dom_distiller_viewer_source.cc#newcode37 components/dom_distiller/content/dom_distiller_viewer_source.cc:37: } On 2014/01/15 05:31:48, ...
6 years, 11 months ago (2014-01-15 22:21:42 UTC) #6
Tom Sepez
lgtm
6 years, 11 months ago (2014-01-15 22:28:39 UTC) #7
nyquist
cjhopman: PTAL //components/dom_distiller rsleevi: PTAL for //net/base DEPS include.
6 years, 11 months ago (2014-01-28 02:31:10 UTC) #8
cjhopman
lgtm https://codereview.chromium.org/134873008/diff/220001/components/dom_distiller/content/dom_distiller_viewer_source.cc File components/dom_distiller/content/dom_distiller_viewer_source.cc (right): https://codereview.chromium.org/134873008/diff/220001/components/dom_distiller/content/dom_distiller_viewer_source.cc#newcode62 components/dom_distiller/content/dom_distiller_viewer_source.cc:62: // This holds the callback to where the ...
6 years, 11 months ago (2014-01-28 02:56:55 UTC) #9
Ryan Sleevi
What did you need me to review? I don't see any net/ changes?
6 years, 10 months ago (2014-01-28 06:48:14 UTC) #10
nyquist
On 2014/01/28 06:48:14, Ryan Sleevi wrote: > What did you need me to review? I ...
6 years, 10 months ago (2014-01-28 16:49:53 UTC) #11
nyquist
https://codereview.chromium.org/134873008/diff/220001/components/dom_distiller/content/dom_distiller_viewer_source.cc File components/dom_distiller/content/dom_distiller_viewer_source.cc (right): https://codereview.chromium.org/134873008/diff/220001/components/dom_distiller/content/dom_distiller_viewer_source.cc#newcode62 components/dom_distiller/content/dom_distiller_viewer_source.cc:62: // This holds the callback to where the data ...
6 years, 10 months ago (2014-01-28 18:16:12 UTC) #12
Ryan Sleevi
On 2014/01/28 16:49:53, nyquist wrote: > On 2014/01/28 06:48:14, Ryan Sleevi wrote: > > What ...
6 years, 10 months ago (2014-01-28 20:31:52 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nyquist@chromium.org/134873008/250001
6 years, 10 months ago (2014-01-28 21:36:06 UTC) #14
commit-bot: I haz the power
6 years, 10 months ago (2014-01-29 06:20:27 UTC) #15
Message was sent while issue was closed.
Change committed as 247645

Powered by Google App Engine
This is Rietveld 408576698