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

Issue 2255033002: [MD History] Copy stats from the old history page. (Closed)

Created:
4 years, 4 months ago by calamity
Modified:
4 years, 4 months ago
Reviewers:
tsergeant
CC:
chromium-reviews, Patrick Dubroy, michaelpg+watch-md-ui_chromium.org, dbeam+watch-history_chromium.org, pam+watch_chromium.org, arv+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@sidebar_stats
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[MD History] Copy stats from the old history page. This CL reimplements the UMA actions and histograms that were in the old history page. The HistoryPage.RemoveEntryPosition histogram will only register removals via the 'Remove from history' menu button. BUG=614609 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/8a0c47c2aa6dfb3daca92636e4d8d45e7ab0d647 Cr-Commit-Position: refs/heads/master@{#413986}

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 8

Patch Set 3 : rebase #

Patch Set 4 : add_stats #

Total comments: 4

Patch Set 5 : address comments #

Patch Set 6 : rebase #

Total comments: 2

Patch Set 7 : learn_the_alphabet #

Unified diffs Side-by-side diffs Delta from patch set Stats (+501 lines, -128 lines) Patch
M chrome/browser/resources/md_history/app.js View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_history/app.crisper.js View 1 2 3 4 17 chunks +135 lines, -80 lines 0 comments Download
M chrome/browser/resources/md_history/app.vulcanized.html View 1 2 3 4 5 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/md_history/browser_service.js View 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/resources/md_history/compiled_resources2.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/md_history/constants.js View 1 2 3 4 2 chunks +37 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_history/history_item.html View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/md_history/history_item.js View 1 2 3 4 4 chunks +36 lines, -2 lines 0 comments Download
M chrome/browser/resources/md_history/history_list.html View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/md_history/history_list_behavior.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/md_history/list_container.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/md_history/list_container.js View 1 2 3 4 5 chunks +31 lines, -2 lines 0 comments Download
M chrome/browser/resources/md_history/side_bar.js View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/md_history/synced_device_card.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/md_history/synced_device_card.js View 1 2 3 3 chunks +19 lines, -1 line 0 comments Download
M chrome/browser/resources/md_history/synced_device_manager.js View 1 2 3 4 chunks +28 lines, -4 lines 0 comments Download
M chrome/test/data/webui/md_history/history_metrics_test.js View 1 2 3 4 5 5 chunks +142 lines, -2 lines 0 comments Download
M chrome/test/data/webui/md_history/history_synced_tabs_test.js View 1 2 1 chunk +0 lines, -23 lines 0 comments Download
M chrome/test/data/webui/md_history/test_util.js View 1 2 2 chunks +50 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 22 (10 generated)
calamity
Please review your own CL.
4 years, 4 months ago (2016-08-18 03:11:46 UTC) #3
tsergeant
https://codereview.chromium.org/2255033002/diff/20001/chrome/browser/resources/md_history/constants.js File chrome/browser/resources/md_history/constants.js (right): https://codereview.chromium.org/2255033002/diff/20001/chrome/browser/resources/md_history/constants.js#newcode62 chrome/browser/resources/md_history/constants.js:62: LINK_RIGHT_CLICKED_DEPRECATED: 3, Why are these deprecated? This one and ...
4 years, 4 months ago (2016-08-18 04:14:34 UTC) #4
tsergeant
4 years, 4 months ago (2016-08-18 04:14:35 UTC) #5
calamity
Ok.. My rebase has gone horribly wrong here so patchset diffs aren't going to help. ...
4 years, 4 months ago (2016-08-19 13:59:44 UTC) #7
tsergeant
I've got a possible idea for how to deal with the removal index histogram. I'll ...
4 years, 4 months ago (2016-08-22 00:23:40 UTC) #8
calamity
https://codereview.chromium.org/2255033002/diff/60001/chrome/browser/resources/md_history/list_container.js File chrome/browser/resources/md_history/list_container.js (right): https://codereview.chromium.org/2255033002/diff/60001/chrome/browser/resources/md_history/list_container.js#newcode227 chrome/browser/resources/md_history/list_container.js:227: browserService.deleteItems([itemData.item]) On 2016/08/22 00:23:40, tsergeant wrote: > You'll need ...
4 years, 4 months ago (2016-08-23 04:52:25 UTC) #9
tsergeant
lgtm You document the change in meaning for the removal histogram somewhere so that we ...
4 years, 4 months ago (2016-08-23 07:38:41 UTC) #10
tsergeant
On 2016/08/23 07:38:41, tsergeant wrote: > lgtm > > You document the change in meaning ...
4 years, 4 months ago (2016-08-23 07:41:33 UTC) #11
calamity
https://codereview.chromium.org/2255033002/diff/100001/chrome/browser/resources/md_history/compiled_resources2.gyp File chrome/browser/resources/md_history/compiled_resources2.gyp (right): https://codereview.chromium.org/2255033002/diff/100001/chrome/browser/resources/md_history/compiled_resources2.gyp#newcode68 chrome/browser/resources/md_history/compiled_resources2.gyp:68: 'constants', On 2016/08/23 07:38:41, tsergeant wrote: > Nit: Alphabetical ...
4 years, 4 months ago (2016-08-24 02:01:43 UTC) #15
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/2255033002/120001
4 years, 4 months ago (2016-08-24 02:55:33 UTC) #18
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 4 months ago (2016-08-24 05:18:27 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-08-24 05:21:40 UTC) #22
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/8a0c47c2aa6dfb3daca92636e4d8d45e7ab0d647
Cr-Commit-Position: refs/heads/master@{#413986}

Powered by Google App Engine
This is Rietveld 408576698