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

Issue 2740863003: MD Bookmarks: Implement search and selection in new data flow system (Closed)

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

Description

MD Bookmarks: Implement search in new data flow system MD Bookmarks has switched to a new data flow system which makes it easier to bind and modify backend data from the UI. This CL implements search in this new system. BUG=697706 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2740863003 Cr-Commit-Position: refs/heads/master@{#456870} Committed: https://chromium.googlesource.com/chromium/src/+/bb410f3b8a762cc37f641494e308aec6919d0c60

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Remove selection from this CL #

Total comments: 18

Patch Set 4 : review comments #

Total comments: 7

Patch Set 5 : Review round 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+293 lines, -64 lines) Patch
M chrome/browser/resources/md_bookmarks/actions.js View 1 2 3 2 chunks +36 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/app.js View 1 2 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/compiled_resources2.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/item.js View 1 2 3 4 2 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/resources/md_bookmarks/list.html View 1 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/list.js View 1 4 chunks +10 lines, -6 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/reducers.js View 1 2 3 4 chunks +63 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/toolbar.js View 1 2 chunks +14 lines, -3 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/types.js View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/util.js View 1 2 2 chunks +9 lines, -1 line 0 comments Download
M chrome/test/data/webui/md_bookmarks/item_test.js View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/data/webui/md_bookmarks/reducers_test.js View 1 2 3 4 4 chunks +91 lines, -29 lines 0 comments Download
M chrome/test/data/webui/md_bookmarks/sidebar_test.js View 1 2 3 1 chunk +13 lines, -14 lines 0 comments Download
M chrome/test/data/webui/md_bookmarks/test_util.js View 1 2 3 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 29 (21 generated)
tsergeant
PTAL, this is the last big patch.
3 years, 9 months ago (2017-03-10 04:52:44 UTC) #7
tsergeant
Monday morning update: I realised it was silly to lump these two features together in ...
3 years, 9 months ago (2017-03-12 23:56:24 UTC) #13
calamity
https://codereview.chromium.org/2740863003/diff/80001/chrome/browser/resources/md_bookmarks/actions.js File chrome/browser/resources/md_bookmarks/actions.js (right): https://codereview.chromium.org/2740863003/diff/80001/chrome/browser/resources/md_bookmarks/actions.js#newcode80 chrome/browser/resources/md_bookmarks/actions.js:80: return {name: 'clear-search'}; I feel like this should be ...
3 years, 9 months ago (2017-03-13 04:50:36 UTC) #16
tsergeant
https://codereview.chromium.org/2740863003/diff/80001/chrome/browser/resources/md_bookmarks/actions.js File chrome/browser/resources/md_bookmarks/actions.js (right): https://codereview.chromium.org/2740863003/diff/80001/chrome/browser/resources/md_bookmarks/actions.js#newcode80 chrome/browser/resources/md_bookmarks/actions.js:80: return {name: 'clear-search'}; On 2017/03/13 04:50:36, calamity wrote: > ...
3 years, 9 months ago (2017-03-14 02:40:36 UTC) #17
calamity
lgtm. https://codereview.chromium.org/2740863003/diff/80001/chrome/browser/resources/md_bookmarks/app.js File chrome/browser/resources/md_bookmarks/app.js (right): https://codereview.chromium.org/2740863003/diff/80001/chrome/browser/resources/md_bookmarks/app.js#newcode45 chrome/browser/resources/md_bookmarks/app.js:45: this.dispatch(bookmarks.actions.setSearchResults(ids)); On 2017/03/14 02:40:36, tsergeant wrote: > On ...
3 years, 9 months ago (2017-03-14 03:32:19 UTC) #18
tsergeant
https://codereview.chromium.org/2740863003/diff/80001/chrome/browser/resources/md_bookmarks/app.js File chrome/browser/resources/md_bookmarks/app.js (right): https://codereview.chromium.org/2740863003/diff/80001/chrome/browser/resources/md_bookmarks/app.js#newcode45 chrome/browser/resources/md_bookmarks/app.js:45: this.dispatch(bookmarks.actions.setSearchResults(ids)); On 2017/03/14 03:32:18, calamity wrote: > On 2017/03/14 ...
3 years, 9 months ago (2017-03-14 05:51:11 UTC) #19
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/2740863003/120001
3 years, 9 months ago (2017-03-14 22:34:09 UTC) #26
commit-bot: I haz the power
3 years, 9 months ago (2017-03-14 22:41:20 UTC) #29
Message was sent while issue was closed.
Committed patchset #5 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/bb410f3b8a762cc37f641494e308...

Powered by Google App Engine
This is Rietveld 408576698