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

Issue 2203563002: Extract image URLs in srcset as well (Closed)

Created:
4 years, 4 months ago by wychen
Modified:
4 years, 4 months ago
Reviewers:
mdjones
Base URL:
git@github.com:chromium/dom-distiller.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Extract image URLs in srcset as well BUG=625621 R=mdjones@chromium.org Committed: 8d8063a210a3d4b9ba36584bcef8ae9d66ed8e1b

Patch Set 1 #

Patch Set 2 : minor fixes #

Total comments: 5

Patch Set 3 : address comments #

Patch Set 4 : format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -22 lines) Patch
M java/org/chromium/distiller/ContentExtractor.java View 3 chunks +3 lines, -6 lines 0 comments Download
M java/org/chromium/distiller/DocumentTitleGetter.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
M java/org/chromium/distiller/DomUtil.java View 1 2 3 chunks +19 lines, -2 lines 0 comments Download
M java/org/chromium/distiller/webdocument/WebDocument.java View 1 1 chunk +5 lines, -4 lines 0 comments Download
M java/org/chromium/distiller/webdocument/WebImage.java View 1 2 5 chunks +27 lines, -9 lines 0 comments Download
M javatests/org/chromium/distiller/DomUtilTest.java View 2 chunks +13 lines, -0 lines 0 comments Download
A javatests/org/chromium/distiller/webdocument/WebImageTest.java View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
wychen
PTAL
4 years, 4 months ago (2016-08-01 20:48:58 UTC) #3
wychen
PTAL
4 years, 4 months ago (2016-08-01 20:48:58 UTC) #4
wychen
https://codereview.chromium.org/2203563002/diff/20001/java/org/chromium/distiller/webdocument/WebImage.java File java/org/chromium/distiller/webdocument/WebImage.java (right): https://codereview.chromium.org/2203563002/diff/20001/java/org/chromium/distiller/webdocument/WebImage.java#newcode104 java/org/chromium/distiller/webdocument/WebImage.java:104: generateOutput(false); This feels entangled. :(
4 years, 4 months ago (2016-08-01 20:59:20 UTC) #5
mdjones
https://codereview.chromium.org/2203563002/diff/20001/java/org/chromium/distiller/DomUtil.java File java/org/chromium/distiller/DomUtil.java (right): https://codereview.chromium.org/2203563002/diff/20001/java/org/chromium/distiller/DomUtil.java#newcode354 java/org/chromium/distiller/DomUtil.java:354: if (srcset == "") { srcset.isEmpty() or .equals please. ...
4 years, 4 months ago (2016-08-01 21:14:35 UTC) #6
wychen
https://codereview.chromium.org/2203563002/diff/20001/java/org/chromium/distiller/DomUtil.java File java/org/chromium/distiller/DomUtil.java (right): https://codereview.chromium.org/2203563002/diff/20001/java/org/chromium/distiller/DomUtil.java#newcode354 java/org/chromium/distiller/DomUtil.java:354: if (srcset == "") { On 2016/08/01 21:14:35, mdjones ...
4 years, 4 months ago (2016-08-01 21:35:15 UTC) #7
mdjones
lgtm
4 years, 4 months ago (2016-08-01 21:49:32 UTC) #8
wychen
4 years, 4 months ago (2016-08-02 01:34:53 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
8d8063a210a3d4b9ba36584bcef8ae9d66ed8e1b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698