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

Issue 1047223003: Add integration of the new heuristics (Closed)

Created:
5 years, 8 months ago by cjhopman
Modified:
5 years, 8 months ago
Reviewers:
nyquist, blundell
CC:
chromium-reviews, darin-cc_chromium.org, jam, noyau (Ping after 24h)
Base URL:
https://chromium.googlesource.com/chromium/src.git@dd-adaboost-model
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add integration of the new heuristics This adds the trained model, the javascript core feature extraction, and simple functions to apply the old or new heuristics to a web_contents*. BUG=471439 TBR=blundell@chromium.org Committed: https://crrev.com/adf25383033ff5794a810f725c78e319126b6edb Cr-Commit-Position: refs/heads/master@{#323805}

Patch Set 1 #

Total comments: 21

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : GN #

Patch Set 5 : rebase #

Patch Set 6 : whitelist resources for ios #

Unified diffs Side-by-side diffs Delta from patch set Stats (+383 lines, -4 lines) Patch
M build/ios/grit_whitelist.txt View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M components/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M components/dom_distiller/content/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A components/dom_distiller/content/distillable_page_utils.h View 1 chunk +25 lines, -0 lines 0 comments Download
A components/dom_distiller/content/distillable_page_utils.cc View 1 chunk +74 lines, -0 lines 0 comments Download
A components/dom_distiller/content/distillable_page_utils_browsertest.cc View 1 2 3 1 chunk +169 lines, -0 lines 0 comments Download
A components/dom_distiller/core/data/distillable_page_model.bin View Binary file 0 comments Download
M components/dom_distiller/core/distillable_page_detector.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller/core/distillable_page_detector.cc View 1 2 chunks +19 lines, -1 line 0 comments Download
M components/dom_distiller/core/distillable_page_detector_unittest.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
A components/dom_distiller/core/javascript/extract_features.js View 1 1 chunk +28 lines, -0 lines 0 comments Download
M components/dom_distiller/core/page_features.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M components/dom_distiller/core/page_features.cc View 1 2 3 3 chunks +15 lines, -1 line 0 comments Download
M components/dom_distiller/core/page_features_unittest.cc View 1 2 2 chunks +8 lines, -1 line 0 comments Download
M components/resources/dom_distiller_resources.grdp View 1 chunk +2 lines, -0 lines 0 comments Download
A components/test/data/dom_distiller/non_og_article.html View 1 chunk +8 lines, -0 lines 0 comments Download
A components/test/data/dom_distiller/og_article.html View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (12 generated)
cjhopman
nyquist: *
5 years, 8 months ago (2015-03-31 18:26:14 UTC) #2
nyquist
https://codereview.chromium.org/1047223003/diff/1/components/components_tests.gyp File components/components_tests.gyp (right): https://codereview.chromium.org/1047223003/diff/1/components/components_tests.gyp#newcode128 components/components_tests.gyp:128: 'dom_distiller/content/distillable_page_utils_unittest.cc', I don't think you want this. https://codereview.chromium.org/1047223003/diff/1/components/dom_distiller/content/distillable_page_utils.cc File ...
5 years, 8 months ago (2015-04-01 18:12:20 UTC) #3
cjhopman
https://codereview.chromium.org/1047223003/diff/1/components/components_tests.gyp File components/components_tests.gyp (right): https://codereview.chromium.org/1047223003/diff/1/components/components_tests.gyp#newcode128 components/components_tests.gyp:128: 'dom_distiller/content/distillable_page_utils_unittest.cc', On 2015/04/01 18:12:19, nyquist wrote: > I don't ...
5 years, 8 months ago (2015-04-01 20:59:29 UTC) #6
nyquist
lgtm https://codereview.chromium.org/1047223003/diff/1/components/dom_distiller/content/distillable_page_utils_browsertest.cc File components/dom_distiller/content/distillable_page_utils_browsertest.cc (right): https://codereview.chromium.org/1047223003/diff/1/components/dom_distiller/content/distillable_page_utils_browsertest.cc#newcode129 components/dom_distiller/content/distillable_page_utils_browsertest.cc:129: // The first value of the first feature ...
5 years, 8 months ago (2015-04-01 22:30:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1047223003/100001
5 years, 8 months ago (2015-04-03 16:57:31 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/39775) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 8 months ago (2015-04-03 17:03:25 UTC) #12
cjhopman
blundell TBRed for the components/BUILD.gn change
5 years, 8 months ago (2015-04-03 18:36:42 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1047223003/120001
5 years, 8 months ago (2015-04-03 18:37:27 UTC) #17
cjhopman
5 years, 8 months ago (2015-04-03 18:57:58 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/11816)
5 years, 8 months ago (2015-04-03 19:10:18 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1047223003/140001
5 years, 8 months ago (2015-04-03 19:13:28 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:140001)
5 years, 8 months ago (2015-04-03 20:29:11 UTC) #24
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/adf25383033ff5794a810f725c78e319126b6edb Cr-Commit-Position: refs/heads/master@{#323805}
5 years, 8 months ago (2015-04-03 20:40:42 UTC) #25
blundell
5 years, 8 months ago (2015-04-07 07:21:30 UTC) #26
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698