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

Issue 1405233009: Add a new distillability model for the new set of page features (Closed)

Created:
5 years, 1 month ago by wychen
Modified:
5 years, 1 month ago
Reviewers:
mdjones
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a new distillability model for the new set of page features This model is for the new set of features derived from blink::WebDistillabilityFeatures (added in http://crrev.com/1419033004/). The old features are extracted by JavaScript code in an isolated world, so it's slow and consumes more memory than we could afford. Even if we extract the old features in native code, it will still be too slow, so we switch to this new set of features. BUG=509869, 471439 Committed: https://crrev.com/8587df371e24c3003b743a3bb0fc87ad77152804 Cr-Commit-Position: refs/heads/master@{#359512}

Patch Set 1 : #

Patch Set 2 : merge depend #

Total comments: 2

Patch Set 3 : address mdjones' comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
A components/dom_distiller/core/data/distillable_page_model_new.bin View Binary file 0 comments Download
M components/dom_distiller/core/distillable_page_detector.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller/core/distillable_page_detector.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M components/resources/dom_distiller_resources.grdp View 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 23 (15 generated)
wychen
PTAL
5 years, 1 month ago (2015-11-04 09:05:59 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405233009/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405233009/20001
5 years, 1 month ago (2015-11-04 19:18:50 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/115566)
5 years, 1 month ago (2015-11-04 19:39:00 UTC) #8
mdjones
lgtm https://codereview.chromium.org/1405233009/diff/60001/components/dom_distiller/core/distillable_page_detector.h File components/dom_distiller/core/distillable_page_detector.h (right): https://codereview.chromium.org/1405233009/diff/60001/components/dom_distiller/core/distillable_page_detector.h#newcode22 components/dom_distiller/core/distillable_page_detector.h:22: static const DistillablePageDetector* GetNewDefault(); Nit: For now, use ...
5 years, 1 month ago (2015-11-05 00:53:57 UTC) #11
wychen
https://codereview.chromium.org/1405233009/diff/60001/components/dom_distiller/core/distillable_page_detector.h File components/dom_distiller/core/distillable_page_detector.h (right): https://codereview.chromium.org/1405233009/diff/60001/components/dom_distiller/core/distillable_page_detector.h#newcode22 components/dom_distiller/core/distillable_page_detector.h:22: static const DistillablePageDetector* GetNewDefault(); On 2015/11/05 00:53:57, mdjones wrote: ...
5 years, 1 month ago (2015-11-05 02:00:39 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405233009/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405233009/80001
5 years, 1 month ago (2015-11-13 07:13:35 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:80001)
5 years, 1 month ago (2015-11-13 08:03:36 UTC) #22
commit-bot: I haz the power
5 years, 1 month ago (2015-11-13 08:04:37 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8587df371e24c3003b743a3bb0fc87ad77152804
Cr-Commit-Position: refs/heads/master@{#359512}

Powered by Google App Engine
This is Rietveld 408576698