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

Issue 2869273011: [MD Bookmarks] Convert bookmark list to iron-list. (Closed)

Created:
3 years, 7 months ago by calamity
Modified:
3 years, 7 months ago
Reviewers:
tsergeant
CC:
chromium-reviews, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[MD Bookmarks] Convert bookmark list to iron-list. This CL makes the bookmark list an iron-list in order to deal with excessively large folders and in preparation for implementing keyboard navigation of the bookmark list. As is, this patch will make a single item focusable in the bookmark list which is then changed via the up and down arrows. The focus ring is only shown for keyboard focus events. BUG=692844 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2869273011 Cr-Commit-Position: refs/heads/master@{#472637} Committed: https://chromium.googlesource.com/chromium/src/+/f4af9a035994eace456a72a30d90186479f15238

Patch Set 1 : #

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : address comments #

Total comments: 4

Patch Set 4 : address comments #

Total comments: 3

Patch Set 5 : add comment, fix closure, rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -11 lines) Patch
M chrome/browser/resources/md_bookmarks/compiled_resources2.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/dnd_manager.js View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/item.html View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/resources/md_bookmarks/item.js View 1 2 4 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/list.html View 1 2 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/list.js View 1 2 3 4 4 chunks +45 lines, -2 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/types.js View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
M chrome/test/data/webui/md_bookmarks/list_test.js View 1 2 2 chunks +15 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 29 (19 generated)
calamity
3 years, 7 months ago (2017-05-12 06:38:21 UTC) #8
tsergeant
The good news: iron-list seems to do its job well. Hooray! It makes opening a ...
3 years, 7 months ago (2017-05-15 01:14:27 UTC) #9
calamity
Added the Object wrapper to items and the splice notifier. https://codereview.chromium.org/2869273011/diff/40001/chrome/browser/resources/md_bookmarks/item.js File chrome/browser/resources/md_bookmarks/item.js (right): https://codereview.chromium.org/2869273011/diff/40001/chrome/browser/resources/md_bookmarks/item.js#newcode125 ...
3 years, 7 months ago (2017-05-16 02:54:15 UTC) #11
tsergeant
https://codereview.chromium.org/2869273011/diff/80001/chrome/browser/resources/md_bookmarks/list.js File chrome/browser/resources/md_bookmarks/list.js (right): https://codereview.chromium.org/2869273011/diff/80001/chrome/browser/resources/md_bookmarks/list.js#newcode54 chrome/browser/resources/md_bookmarks/list.js:54: onDisplayedIdsChanged_: function(newValue, oldValue) { Comment here with why all ...
3 years, 7 months ago (2017-05-16 03:41:51 UTC) #12
calamity
ArraySplice not in Polymer externs. Is it kosher to add it to bookmarks externs until ...
3 years, 7 months ago (2017-05-17 03:28:27 UTC) #17
tsergeant
Yup, I think it's okay to put it in types.js with a comment pointing to ...
3 years, 7 months ago (2017-05-17 03:43:59 UTC) #18
calamity
https://codereview.chromium.org/2869273011/diff/100001/chrome/browser/resources/md_bookmarks/list.js File chrome/browser/resources/md_bookmarks/list.js (right): https://codereview.chromium.org/2869273011/diff/100001/chrome/browser/resources/md_bookmarks/list.js#newcode58 chrome/browser/resources/md_bookmarks/list.js:58: * focus on incremental update. On 2017/05/17 03:43:59, tsergeant ...
3 years, 7 months ago (2017-05-17 05:33:53 UTC) #21
tsergeant
lgtm https://codereview.chromium.org/2869273011/diff/100001/chrome/browser/resources/md_bookmarks/list.js File chrome/browser/resources/md_bookmarks/list.js (right): https://codereview.chromium.org/2869273011/diff/100001/chrome/browser/resources/md_bookmarks/list.js#newcode58 chrome/browser/resources/md_bookmarks/list.js:58: * focus on incremental update. On 2017/05/17 05:33:53, ...
3 years, 7 months ago (2017-05-17 07:05:38 UTC) #22
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/2869273011/120001
3 years, 7 months ago (2017-05-18 02:37:20 UTC) #26
commit-bot: I haz the power
3 years, 7 months ago (2017-05-18 03:31:20 UTC) #29
Message was sent while issue was closed.
Committed patchset #5 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/f4af9a035994eace456a72a30d90...

Powered by Google App Engine
This is Rietveld 408576698