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

Issue 1190343004: Process ordered list items as a single WebText (Closed)

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

Description

Process ordered list items as a single WebText This preserves ordered lists in the output. Otherwise they are converted implicitly to unordered lists, because they are produced without a parent. BUG=502524

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -1 line) Patch
M java/org/chromium/distiller/webdocument/ElementAction.java View 1 chunk +7 lines, -0 lines 0 comments Download
M javatests/org/chromium/distiller/ContentExtractorTest.java View 1 chunk +20 lines, -0 lines 0 comments Download
M javatests/org/chromium/distiller/TestUtil.java View 1 chunk +6 lines, -0 lines 0 comments Download
M javatests/org/chromium/distiller/webdocument/ElementActionTest.java View 3 chunks +25 lines, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
wychen
Would this work on nested ul and ol?
5 years, 6 months ago (2015-06-20 18:00:44 UTC) #2
Martin Robinson
On 2015/06/20 18:00:44, wychen wrote: > Would this work on nested ul and ol? Nice ...
5 years, 6 months ago (2015-06-22 14:37:00 UTC) #3
Marcelo Correa
I talked to Martin Robinson and I'm taking over this bug. Using a similar solution ...
5 years, 5 months ago (2015-07-02 17:53:22 UTC) #4
Martin Robinson
5 years, 5 months ago (2015-07-09 16:18:12 UTC) #5
On 2015/07/02 17:53:22, Marcelo Correa wrote:
> I talked to Martin Robinson and I'm taking over this bug.


Marcelo is taking over this issue here:
https://codereview.chromium.org/1230583006

Powered by Google App Engine
This is Rietveld 408576698