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

Issue 2768093004: Remove unused feedback class in dom distiller component (Closed)

Created:
3 years, 9 months ago by mdjones
Modified:
3 years, 9 months ago
Reviewers:
Tom Sepez, nyquist, wychen
CC:
chromium-reviews, jam, darin-cc_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove unused feedback class in dom distiller component The external feedback reporter for dom distiller is no longer used since the feature has launched. The file is not included in any gn build files and is one of many tracked here: https://docs.google.com/spreadsheets/d/15az3FMl-jAS0mx4E9XVSBVHVpmEzo-9EAGY0ywe7bZs This change also removes the unused feedback form that was part of the dom distiller UI and all of its internals. BUG= Review-Url: https://codereview.chromium.org/2768093004 Cr-Commit-Position: refs/heads/master@{#459522} Committed: https://chromium.googlesource.com/chromium/src/+/01d9701758b64c7af4eb930f540aa949f3da95ff

Patch Set 1 #

Patch Set 2 : RIP feedback #

Total comments: 4

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -339 lines) Patch
D chrome/android/java/src/org/chromium/chrome/browser/childaccounts/ExternalFeedbackReporter.java View 1 1 chunk +0 lines, -21 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerUIUtils.java View 1 3 chunks +0 lines, -42 lines 0 comments Download
M chrome/android/java_sources.gni View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/dom_distiller/distiller_ui_handle_android.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc View 1 1 chunk +0 lines, -16 lines 0 comments Download
M components/dom_distiller/content/browser/distiller_javascript_service_impl.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M components/dom_distiller/content/browser/distiller_javascript_service_impl.cc View 1 1 chunk +0 lines, -18 lines 0 comments Download
M components/dom_distiller/content/browser/distiller_ui_handle.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
D components/dom_distiller/content/browser/external_feedback_reporter.h View 1 chunk +0 lines, -32 lines 0 comments Download
M components/dom_distiller/content/common/distiller_javascript_service.mojom View 1 1 chunk +0 lines, -3 lines 0 comments Download
M components/dom_distiller/content/renderer/distiller_native_javascript.cc View 1 1 chunk +0 lines, -6 lines 0 comments Download
M components/dom_distiller/core/css/distilledpage.css View 1 2 1 chunk +0 lines, -75 lines 0 comments Download
M components/dom_distiller/core/dom_distiller_request_view_base.cc View 1 2 chunks +0 lines, -8 lines 0 comments Download
M components/dom_distiller/core/experiments.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M components/dom_distiller/core/experiments.cc View 1 1 chunk +0 lines, -25 lines 0 comments Download
M components/dom_distiller/core/javascript/dom_distiller_viewer.js View 1 2 2 chunks +0 lines, -53 lines 0 comments Download
M components/dom_distiller/core/viewer.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M components/dom_distiller/core/viewer.cc View 1 2 chunks +0 lines, -22 lines 0 comments Download

Messages

Total messages: 22 (8 generated)
mdjones
ptal
3 years, 9 months ago (2017-03-23 16:08:20 UTC) #2
mdjones
It looks like we have another dead file in blink: third_party/WebKit/public/platform/WebDistillability.h
3 years, 9 months ago (2017-03-23 16:11:27 UTC) #3
wychen
On 2017/03/23 16:11:27, mdjones wrote: > It looks like we have another dead file in ...
3 years, 9 months ago (2017-03-23 18:18:57 UTC) #4
wychen
lgtm. Do we want to clean other related files as well? Like removing ExternalFeedbackReporter.java and ...
3 years, 9 months ago (2017-03-23 20:43:55 UTC) #5
mdjones
On 2017/03/23 20:43:55, wychen wrote: > lgtm. > > Do we want to clean other ...
3 years, 9 months ago (2017-03-24 16:48:28 UTC) #7
mdjones
+nyquist for chrome/
3 years, 9 months ago (2017-03-24 16:49:44 UTC) #9
nyquist
nice! lgtm
3 years, 9 months ago (2017-03-24 17:06:40 UTC) #10
mdjones
+tsepez for *.mojom
3 years, 9 months ago (2017-03-24 17:09:08 UTC) #12
Tom Sepez
RS LGTM on deleting code.
3 years, 9 months ago (2017-03-24 17:10:41 UTC) #13
wychen
https://codereview.chromium.org/2768093004/diff/20001/components/dom_distiller/core/css/distilledpage.css File components/dom_distiller/core/css/distilledpage.css (right): https://codereview.chromium.org/2768093004/diff/20001/components/dom_distiller/core/css/distilledpage.css#newcode389 components/dom_distiller/core/css/distilledpage.css:389: @keyframes fadeOutAndSwipeAnimation { This can also be removed, right? ...
3 years, 9 months ago (2017-03-24 17:57:21 UTC) #14
mdjones
https://codereview.chromium.org/2768093004/diff/20001/components/dom_distiller/core/css/distilledpage.css File components/dom_distiller/core/css/distilledpage.css (right): https://codereview.chromium.org/2768093004/diff/20001/components/dom_distiller/core/css/distilledpage.css#newcode389 components/dom_distiller/core/css/distilledpage.css:389: @keyframes fadeOutAndSwipeAnimation { On 2017/03/24 17:57:20, wychen wrote: > ...
3 years, 9 months ago (2017-03-24 18:08:29 UTC) #15
wychen
lgtm
3 years, 9 months ago (2017-03-24 18:11:07 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2768093004/40001
3 years, 9 months ago (2017-03-24 18:13:17 UTC) #19
commit-bot: I haz the power
3 years, 9 months ago (2017-03-24 19:37:53 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/01d9701758b64c7af4eb930f540a...

Powered by Google App Engine
This is Rietveld 408576698