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

Issue 1729263005: MD History: Display synced tabs history. (Closed)

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

Description

MD History: Display synced tabs history. This CL adds a UI for displaying synced tabs in the material history page. A sidebar has been added to navigate between history and synced tabs view. Based on https://codereview.chromium.org/1607403004/. BUG=425625 Committed: https://crrev.com/ffe1044406370947b780682e734840c6fc5ba711 Cr-Commit-Position: refs/heads/master@{#380922}

Patch Set 1 #

Patch Set 2 : add tests #

Total comments: 18

Patch Set 3 : address comments #

Total comments: 9

Patch Set 4 : rebase #

Total comments: 8

Patch Set 5 : address comments #

Total comments: 2

Patch Set 6 : address nit #

Total comments: 28

Patch Set 7 : address_comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+557 lines, -8 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/history/externs.js View 1 2 3 4 5 6 3 chunks +26 lines, -2 lines 0 comments Download
M chrome/browser/resources/md_history/compiled_resources2.gyp View 1 2 3 4 1 chunk +22 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_history/history.html View 1 2 3 3 chunks +19 lines, -1 line 0 comments Download
M chrome/browser/resources/md_history/history.js View 1 2 3 4 5 6 4 chunks +29 lines, -1 line 0 comments Download
M chrome/browser/resources/md_history/history_item.html View 1 2 3 4 5 6 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/resources/md_history/history_list.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/md_history/history_toolbar.html View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/md_history/shared_style.html View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/resources/md_history/side_bar.html View 1 2 3 4 5 6 1 chunk +49 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_history/side_bar.js View 1 2 3 4 5 6 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_history/synced_device_card.html View 1 2 3 4 5 6 1 chunk +109 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_history/synced_device_card.js View 1 2 3 4 5 6 1 chunk +72 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_history/synced_device_manager.html View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_history/synced_device_manager.js View 1 2 3 4 5 6 1 chunk +50 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/md_history_ui.cc View 1 2 3 4 2 chunks +15 lines, -0 lines 0 comments Download
A chrome/test/data/webui/md_history/history_synced_tabs_test.js View 1 2 3 4 5 6 1 chunk +103 lines, -0 lines 0 comments Download
M chrome/test/data/webui/md_history/md_history_browsertest.js View 1 2 chunks +6 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 30 (15 generated)
calamity
4 years, 9 months ago (2016-02-29 02:03:03 UTC) #2
tsergeant
https://codereview.chromium.org/1729263005/diff/20001/chrome/browser/resources/md_history/history.js File chrome/browser/resources/md_history/history.js (right): https://codereview.chromium.org/1729263005/diff/20001/chrome/browser/resources/md_history/history.js#newcode70 chrome/browser/resources/md_history/history.js:70: $('synced-device-manager').hidden = e.detail.display != 'synced-tabs-button'; Did you experiment with ...
4 years, 9 months ago (2016-03-01 03:58:23 UTC) #3
tsergeant
Oh, and one more thing: You should make sure the page can never go behind ...
4 years, 9 months ago (2016-03-01 04:00:41 UTC) #4
calamity
https://codereview.chromium.org/1729263005/diff/20001/chrome/browser/resources/md_history/history.js File chrome/browser/resources/md_history/history.js (right): https://codereview.chromium.org/1729263005/diff/20001/chrome/browser/resources/md_history/history.js#newcode70 chrome/browser/resources/md_history/history.js:70: $('synced-device-manager').hidden = e.detail.display != 'synced-tabs-button'; On 2016/03/01 03:58:22, tsergeant ...
4 years, 9 months ago (2016-03-08 02:46:52 UTC) #7
tsergeant
Comments are split across two patch sets, sorry https://codereview.chromium.org/1729263005/diff/80001/chrome/browser/resources/md_history/compiled_resources.gyp File chrome/browser/resources/md_history/compiled_resources.gyp (right): https://codereview.chromium.org/1729263005/diff/80001/chrome/browser/resources/md_history/compiled_resources.gyp#newcode27 chrome/browser/resources/md_history/compiled_resources.gyp:27: 'synced_device_card.js', ...
4 years, 9 months ago (2016-03-09 04:36:51 UTC) #8
Dan Beam
https://codereview.chromium.org/1729263005/diff/80001/chrome/browser/resources/md_history/compiled_resources.gyp File chrome/browser/resources/md_history/compiled_resources.gyp (right): https://codereview.chromium.org/1729263005/diff/80001/chrome/browser/resources/md_history/compiled_resources.gyp#newcode27 chrome/browser/resources/md_history/compiled_resources.gyp:27: 'synced_device_card.js', On 2016/03/09 04:36:50, tsergeant wrote: > 1) synced_device_card ...
4 years, 9 months ago (2016-03-09 04:56:11 UTC) #10
Dan Beam
On 2016/03/09 04:56:11, Dan Beam wrote: > https://codereview.chromium.org/1729263005/diff/80001/chrome/browser/resources/md_history/compiled_resources.gyp > File chrome/browser/resources/md_history/compiled_resources.gyp (right): > > https://codereview.chromium.org/1729263005/diff/80001/chrome/browser/resources/md_history/compiled_resources.gyp#newcode27 ...
4 years, 9 months ago (2016-03-09 06:54:49 UTC) #13
calamity
https://codereview.chromium.org/1729263005/diff/80001/chrome/browser/resources/md_history/compiled_resources.gyp File chrome/browser/resources/md_history/compiled_resources.gyp (right): https://codereview.chromium.org/1729263005/diff/80001/chrome/browser/resources/md_history/compiled_resources.gyp#newcode27 chrome/browser/resources/md_history/compiled_resources.gyp:27: 'synced_device_card.js', On 2016/03/09 04:36:50, tsergeant wrote: > 1) synced_device_card ...
4 years, 9 months ago (2016-03-10 04:18:25 UTC) #16
tsergeant
lgtm w/ one more nit https://codereview.chromium.org/1729263005/diff/150001/chrome/browser/resources/md_history/side_bar.js File chrome/browser/resources/md_history/side_bar.js (right): https://codereview.chromium.org/1729263005/diff/150001/chrome/browser/resources/md_history/side_bar.js#newcode8 chrome/browser/resources/md_history/side_bar.js:8: onSelect: function(e, details) { ...
4 years, 9 months ago (2016-03-10 06:02:52 UTC) #17
calamity
+dbeam for browser_resources.grd and externs.js OWNERS.
4 years, 9 months ago (2016-03-10 07:21:51 UTC) #19
Dan Beam
lgtm w/ a lot of nits (to not hold you up) arguably, you should consider ...
4 years, 9 months ago (2016-03-10 18:57:15 UTC) #20
calamity
https://codereview.chromium.org/1729263005/diff/150001/chrome/browser/resources/md_history/side_bar.js File chrome/browser/resources/md_history/side_bar.js (right): https://codereview.chromium.org/1729263005/diff/150001/chrome/browser/resources/md_history/side_bar.js#newcode8 chrome/browser/resources/md_history/side_bar.js:8: onSelect: function(e, details) { On 2016/03/10 06:02:52, tsergeant wrote: ...
4 years, 9 months ago (2016-03-14 02:29:40 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1729263005/230001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1729263005/230001
4 years, 9 months ago (2016-03-14 02:29:52 UTC) #26
commit-bot: I haz the power
Committed patchset #7 (id:230001)
4 years, 9 months ago (2016-03-14 03:50:36 UTC) #28
commit-bot: I haz the power
4 years, 9 months ago (2016-03-14 03:51:38 UTC) #30
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/ffe1044406370947b780682e734840c6fc5ba711
Cr-Commit-Position: refs/heads/master@{#380922}

Powered by Google App Engine
This is Rietveld 408576698