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

Issue 2684493002: MD History: Delete Grouped History (Closed)

Created:
3 years, 10 months ago by tsergeant
Modified:
3 years, 10 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, jlklein+watch-closure_chromium.org, Patrick Dubroy, michaelpg+watch-md-ui_chromium.org, dbeam+watch-history_chromium.org, pam+watch_chromium.org, arv+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-closure_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD History: Delete Grouped History The current implementation of grouped mode for MD History is overly complex and doesn't provide a great user experience. We have decided not to go ahead with launching this feature, instead focusing on other WebUI projects. This deletes grouped history mode from the page, including the router, the toolbar and the main list. Further simplification (removing list-container and list-behavior) will come in a follow-up CL. BUG=589357 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2684493002 Cr-Commit-Position: refs/heads/master@{#450114} Committed: https://chromium.googlesource.com/chromium/src/+/13af982ac673d665cb43a8a408d42256afece0c2

Patch Set 1 #

Total comments: 6

Patch Set 2 : Else if #

Patch Set 3 : Vulc #

Total comments: 4

Patch Set 4 : calamity@ review comments #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -1121 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/resources/md_history/app.html View 3 chunks +1 line, -11 lines 0 comments Download
M chrome/browser/resources/md_history/app.js View 1 6 chunks +3 lines, -28 lines 0 comments Download
M chrome/browser/resources/md_history/compiled_resources2.gyp View 2 chunks +0 lines, -12 lines 0 comments Download
M chrome/browser/resources/md_history/constants.js View 1 2 3 2 chunks +2 lines, -11 lines 0 comments Download
M chrome/browser/resources/md_history/externs.js View 1 chunk +1 line, -3 lines 0 comments Download
D chrome/browser/resources/md_history/grouped_list.html View 1 chunk +0 lines, -119 lines 0 comments Download
D chrome/browser/resources/md_history/grouped_list.js View 1 chunk +0 lines, -193 lines 0 comments Download
M chrome/browser/resources/md_history/history.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/md_history/history_item.html View 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/resources/md_history/history_item.js View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/resources/md_history/history_toolbar.html View 3 chunks +1 line, -119 lines 0 comments Download
M chrome/browser/resources/md_history/history_toolbar.js View 3 chunks +0 lines, -70 lines 0 comments Download
M chrome/browser/resources/md_history/lazy_load.html View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/resources/md_history/list_container.html View 3 chunks +6 lines, -19 lines 0 comments Download
M chrome/browser/resources/md_history/list_container.js View 4 chunks +2 lines, -27 lines 0 comments Download
M chrome/browser/resources/md_history/query_manager.js View 1 2 3 3 chunks +4 lines, -36 lines 0 comments Download
M chrome/browser/resources/md_history/router.js View 4 chunks +0 lines, -47 lines 0 comments Download
M chrome/browser/resources/md_history/shared_vars.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/browsing_history_handler.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/md_history_ui.cc View 1 2 3 2 chunks +0 lines, -7 lines 0 comments Download
D chrome/test/data/webui/md_history/history_grouped_list_test.js View 1 chunk +0 lines, -313 lines 0 comments Download
M chrome/test/data/webui/md_history/history_metrics_test.js View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/test/data/webui/md_history/history_routing_test.js View 2 chunks +0 lines, -30 lines 0 comments Download
M chrome/test/data/webui/md_history/history_toolbar_test.js View 1 chunk +0 lines, -31 lines 0 comments Download
M chrome/test/data/webui/md_history/md_history_browsertest.js View 2 chunks +1 line, -20 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 33 (21 generated)
tsergeant
🙅
3 years, 10 months ago (2017-02-07 03:08:26 UTC) #7
Dan Beam
lgtm but obviously calamity's the master here https://codereview.chromium.org/2684493002/diff/1/chrome/browser/resources/md_history/app.js File chrome/browser/resources/md_history/app.js (right): https://codereview.chromium.org/2684493002/diff/1/chrome/browser/resources/md_history/app.js#newcode245 chrome/browser/resources/md_history/app.js:245: if (e.command.id ...
3 years, 10 months ago (2017-02-07 18:14:13 UTC) #9
Dan Beam
https://codereview.chromium.org/2684493002/diff/1/chrome/test/data/webui/md_history/history_grouped_list_test.js File chrome/test/data/webui/md_history/history_grouped_list_test.js (left): https://codereview.chromium.org/2684493002/diff/1/chrome/test/data/webui/md_history/history_grouped_list_test.js#oldcode22 chrome/test/data/webui/md_history/history_grouped_list_test.js:22: '2016-03-16', 'https://www.google.com/?q=yoloswaggins'), RIP yolo swaggins 😭
3 years, 10 months ago (2017-02-07 18:15:08 UTC) #10
tsergeant
https://codereview.chromium.org/2684493002/diff/1/chrome/browser/resources/md_history/externs.js File chrome/browser/resources/md_history/externs.js (left): https://codereview.chromium.org/2684493002/diff/1/chrome/browser/resources/md_history/externs.js#oldcode15 chrome/browser/resources/md_history/externs.js:15: * range: HistoryRange, On 2017/02/07 18:14:13, Dan Beam wrote: ...
3 years, 10 months ago (2017-02-08 00:12:36 UTC) #11
Dan Beam
https://codereview.chromium.org/2684493002/diff/1/chrome/browser/resources/md_history/externs.js File chrome/browser/resources/md_history/externs.js (left): https://codereview.chromium.org/2684493002/diff/1/chrome/browser/resources/md_history/externs.js#oldcode15 chrome/browser/resources/md_history/externs.js:15: * range: HistoryRange, On 2017/02/08 00:12:36, tsergeant wrote: > ...
3 years, 10 months ago (2017-02-08 00:38:53 UTC) #12
calamity
Can you also add a TODO on me in BrowsingHistoryHandler to clean up the grouped ...
3 years, 10 months ago (2017-02-09 02:45:08 UTC) #13
tsergeant
https://codereview.chromium.org/2684493002/diff/40001/chrome/browser/resources/md_history/query_manager.js File chrome/browser/resources/md_history/query_manager.js (left): https://codereview.chromium.org/2684493002/diff/40001/chrome/browser/resources/md_history/query_manager.js#oldcode100 chrome/browser/resources/md_history/query_manager.js:100: /** @type {{range: ?HistoryRange, offset: ?number, search: ?string}} */ ...
3 years, 10 months ago (2017-02-09 03:13:42 UTC) #17
calamity
lgtm
3 years, 10 months ago (2017-02-13 02:52:27 UTC) #22
tsergeant
+isherman@ for histograms.xml.
3 years, 10 months ago (2017-02-13 03:52:17 UTC) #26
Ilya Sherman
histograms.xml lgtm
3 years, 10 months ago (2017-02-13 22:07:45 UTC) #27
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/2684493002/100001
3 years, 10 months ago (2017-02-13 22:08:47 UTC) #30
commit-bot: I haz the power
3 years, 10 months ago (2017-02-13 22:18:48 UTC) #33
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/13af982ac673d665cb43a8a408d4...

Powered by Google App Engine
This is Rietveld 408576698