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

Issue 176083002: Use boilerpipe-based dom-distiller-js (Closed)

Created:
6 years, 10 months ago by cjhopman
Modified:
6 years, 9 months ago
Reviewers:
Daniel Berlin, nyquist, Yaron, Tom Sepez, open-source-third-party-reviews, blundell
CC:
chromium-reviews
Visibility:
Public.

Description

Use boilerpipe-based dom-distiller-js This changes the dom distiller to use the boilerpipe-based dom-distiller-js library. Adds a simple script to update the compiled domdistiller.js file in third_party. TBR=blundell@chromium.org BUG=288015 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257499

Patch Set 1 #

Total comments: 23

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : Rebase. Use PRETTY gwt output #

Patch Set 5 : Update to pull in new LICENSE file #

Patch Set 6 : Make update_domdistiller_js.sh update the version in README.chromium #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : Add OWNERS for components/resources #

Unified diffs Side-by-side diffs Delta from patch set Stats (+583 lines, -18 lines) Patch
A components/dom_distiller/core/javascript/domdistiller.js View 1 1 chunk +25 lines, -0 lines 0 comments Download
A components/dom_distiller/core/javascript/readability.js View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A components/resources/OWNERS View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M components/resources/dom_distiller_resources.grdp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A third_party/dom_distiller_js/LICENSE View 1 2 3 4 1 chunk +94 lines, -0 lines 0 comments Download
A + third_party/dom_distiller_js/OWNERS View 1 1 chunk +1 line, -0 lines 0 comments Download
A third_party/dom_distiller_js/README.chromium View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/dom_distiller_js/js/domdistiller.js View 1 2 3 4 5 6 1 chunk +391 lines, -0 lines 0 comments Download
A third_party/dom_distiller_js/update_domdistiller_js.sh View 1 2 3 4 5 6 1 chunk +33 lines, -0 lines 0 comments Download
M third_party/readability/js/readability.js View 1 chunk +0 lines, -17 lines 0 comments Download

Messages

Total messages: 36 (0 generated)
cjhopman
6 years, 10 months ago (2014-02-25 23:12:39 UTC) #1
nyquist
https://codereview.chromium.org/176083002/diff/1/components/dom_distiller/core/javascript/domdistiller.js File components/dom_distiller/core/javascript/domdistiller.js (right): https://codereview.chromium.org/176083002/diff/1/components/dom_distiller/core/javascript/domdistiller.js#newcode5 components/dom_distiller/core/javascript/domdistiller.js:5: <include src="../../../../third_party/dom_distiller_js/js/domdistiller.js"/> To be honest, I didn't know RenderViewHost::ExecuteJavascriptInWebFrameCallbackResult ...
6 years, 10 months ago (2014-02-26 00:30:15 UTC) #2
nyquist
https://codereview.chromium.org/176083002/diff/1/components/dom_distiller/core/javascript/domdistiller.js File components/dom_distiller/core/javascript/domdistiller.js (right): https://codereview.chromium.org/176083002/diff/1/components/dom_distiller/core/javascript/domdistiller.js#newcode5 components/dom_distiller/core/javascript/domdistiller.js:5: <include src="../../../../third_party/dom_distiller_js/js/domdistiller.js"/> On 2014/02/26 00:30:15, nyquist wrote: > To ...
6 years, 10 months ago (2014-02-26 00:53:15 UTC) #3
Yaron
Add BUG=288015 Should also follow http://www.chromium.org/developers/adding-3rd-party-libraries and get quick sign-off. Chrome Eng Review seems unwarranted ...
6 years, 10 months ago (2014-02-26 02:50:49 UTC) #4
cjhopman
https://codereview.chromium.org/176083002/diff/1/components/dom_distiller/core/javascript/domdistiller.js File components/dom_distiller/core/javascript/domdistiller.js (right): https://codereview.chromium.org/176083002/diff/1/components/dom_distiller/core/javascript/domdistiller.js#newcode5 components/dom_distiller/core/javascript/domdistiller.js:5: <include src="../../../../third_party/dom_distiller_js/js/domdistiller.js"/> On 2014/02/26 00:53:16, nyquist wrote: > On ...
6 years, 10 months ago (2014-02-27 02:43:09 UTC) #5
nyquist
lgtm https://codereview.chromium.org/176083002/diff/1/third_party/dom_distiller_js/README.chromium File third_party/dom_distiller_js/README.chromium (right): https://codereview.chromium.org/176083002/diff/1/third_party/dom_distiller_js/README.chromium#newcode4 third_party/dom_distiller_js/README.chromium:4: License: BSD On 2014/02/27 02:43:09, cjhopman wrote: > ...
6 years, 9 months ago (2014-03-03 18:08:56 UTC) #6
Yaron
code lgtm but requires the follow-up I requested previously
6 years, 9 months ago (2014-03-05 19:40:43 UTC) #7
cjhopman
tsepez: For some security review. This is a replacement for the readability.js that we have ...
6 years, 9 months ago (2014-03-07 01:39:18 UTC) #8
cjhopman
tsepez: ping
6 years, 9 months ago (2014-03-13 17:34:53 UTC) #9
Tom Sepez
On 2014/03/13 17:34:53, cjhopman wrote: > tsepez: ping As you say, this isn't really reviewable ...
6 years, 9 months ago (2014-03-13 18:25:38 UTC) #10
Tom Sepez
> As you say, this isn't really reviewable from a security standpoint, and I worry ...
6 years, 9 months ago (2014-03-13 19:17:07 UTC) #11
cjhopman
On 2014/03/13 19:17:07, Tom Sepez wrote: > > As you say, this isn't really reviewable ...
6 years, 9 months ago (2014-03-13 20:43:16 UTC) #12
Tom Sepez
Ok, I didn't see any obvious red flags in a cursory reading of the unminified ...
6 years, 9 months ago (2014-03-14 00:29:34 UTC) #13
cjhopman
And now adding in open-source-third-party-reviews@google.com
6 years, 9 months ago (2014-03-15 00:05:15 UTC) #14
Daniel Berlin
LGTM for third party licenses On Fri, Mar 14, 2014 at 5:05 PM, <cjhopman@chromium.org> wrote: ...
6 years, 9 months ago (2014-03-15 01:50:57 UTC) #15
cjhopman
The CQ bit was checked by cjhopman@chromium.org
6 years, 9 months ago (2014-03-17 16:44:34 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/176083002/120001
6 years, 9 months ago (2014-03-17 16:44:40 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-17 16:55:47 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_compile_dbg
6 years, 9 months ago (2014-03-17 16:55:48 UTC) #19
cjhopman
The CQ bit was checked by cjhopman@chromium.org
6 years, 9 months ago (2014-03-17 17:08:02 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/176083002/130010
6 years, 9 months ago (2014-03-17 17:08:58 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-17 17:36:03 UTC) #22
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=55677
6 years, 9 months ago (2014-03-17 17:36:04 UTC) #23
cjhopman
blundell@chromium.org: Please review changes in components/resources
6 years, 9 months ago (2014-03-17 17:41:32 UTC) #24
cjhopman
The CQ bit was checked by cjhopman@chromium.org
6 years, 9 months ago (2014-03-17 18:06:56 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/176083002/150001
6 years, 9 months ago (2014-03-17 18:07:05 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-17 18:10:30 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_clang_dbg tryserver.chromium on linux_chromium_chromeos_rel tryserver.chromium on linux_chromium_clang_dbg ...
6 years, 9 months ago (2014-03-17 18:10:31 UTC) #28
cjhopman
The CQ bit was checked by cjhopman@chromium.org
6 years, 9 months ago (2014-03-17 18:36:16 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/176083002/150001
6 years, 9 months ago (2014-03-17 18:36:47 UTC) #30
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-17 19:54:09 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_rel
6 years, 9 months ago (2014-03-17 19:54:10 UTC) #32
cjhopman
The CQ bit was checked by cjhopman@chromium.org
6 years, 9 months ago (2014-03-17 20:01:15 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/176083002/150001
6 years, 9 months ago (2014-03-17 20:01:30 UTC) #34
commit-bot: I haz the power
Change committed as 257499
6 years, 9 months ago (2014-03-17 21:40:44 UTC) #35
blundell
6 years, 9 months ago (2014-03-18 09:44:47 UTC) #36
Message was sent while issue was closed.
components/resources LGTM

Powered by Google App Engine
This is Rietveld 408576698