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

Issue 2733463002: MD Bookmarks: Add basic page features to 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: Add basic page features to new data-flow system This adds the backend Action/Reducer functions required to support: - Showing/editing/removing bookmarks - Selecting which folder is displayed - Opening/closing folders in the sidebar Notable missing features are search and selection. This code is part of the new data-flow system and is currently only used by tests. It will be tied into UI elements in a follow-up CL; see bug for further details. BUG=697706 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2733463002 Cr-Commit-Position: refs/heads/master@{#455655} Committed: https://chromium.googlesource.com/chromium/src/+/3e522424f710ebb5378f17a1e55ce22b262e0433

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Rebase #

Total comments: 23

Patch Set 4 : Rebase #

Patch Set 5 : calamity@ review #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+526 lines, -5 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
A + chrome/browser/resources/md_bookmarks/actions.html View 1 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/resources/md_bookmarks/actions.js View 1 2 3 4 1 chunk +81 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/bookmarks_store.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/md_bookmarks/compiled_resources2.gyp View 1 3 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/reducers.html View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/reducers.js View 1 2 3 4 2 chunks +169 lines, -1 line 0 comments Download
M chrome/browser/resources/md_bookmarks/store.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/types.js View 1 chunk +30 lines, -1 line 0 comments Download
A + chrome/browser/resources/md_bookmarks/util.html View 1 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/resources/md_bookmarks/util.js View 1 2 3 4 1 chunk +63 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js View 1 chunk +14 lines, -0 lines 0 comments Download
A chrome/test/data/webui/md_bookmarks/reducers_test.js View 1 2 3 4 1 chunk +127 lines, -0 lines 2 comments Download
M chrome/test/data/webui/md_bookmarks/test_util.js View 1 chunk +7 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 21 (11 generated)
tsergeant
I think this one is ready to look at if you're bored on Monday.
3 years, 9 months ago (2017-03-03 05:31:24 UTC) #5
tsergeant
On 2017/03/03 05:31:24, tsergeant wrote: > I think this one is ready to look at ...
3 years, 9 months ago (2017-03-07 04:58:30 UTC) #8
calamity
https://codereview.chromium.org/2733463002/diff/40001/chrome/browser/resources/md_bookmarks/actions.js File chrome/browser/resources/md_bookmarks/actions.js (right): https://codereview.chromium.org/2733463002/diff/40001/chrome/browser/resources/md_bookmarks/actions.js#newcode79 chrome/browser/resources/md_bookmarks/actions.js:79: changeFolderOpen: changeFolderOpen, nit: Sort? I don't feel super strongly. ...
3 years, 9 months ago (2017-03-07 07:27:35 UTC) #9
tsergeant
https://codereview.chromium.org/2733463002/diff/40001/chrome/browser/resources/md_bookmarks/actions.js File chrome/browser/resources/md_bookmarks/actions.js (right): https://codereview.chromium.org/2733463002/diff/40001/chrome/browser/resources/md_bookmarks/actions.js#newcode79 chrome/browser/resources/md_bookmarks/actions.js:79: changeFolderOpen: changeFolderOpen, On 2017/03/07 07:27:35, calamity wrote: > nit: ...
3 years, 9 months ago (2017-03-08 02:47:11 UTC) #10
calamity
lgtm https://codereview.chromium.org/2733463002/diff/40001/chrome/browser/resources/md_bookmarks/reducers.js File chrome/browser/resources/md_bookmarks/reducers.js (right): https://codereview.chromium.org/2733463002/diff/40001/chrome/browser/resources/md_bookmarks/reducers.js#newcode35 chrome/browser/resources/md_bookmarks/reducers.js:35: Object.assign({}, node, action.changeInfo)); On 2017/03/08 02:47:10, tsergeant wrote: ...
3 years, 9 months ago (2017-03-08 06:57:19 UTC) #11
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/2733463002/80001
3 years, 9 months ago (2017-03-08 23:11:41 UTC) #13
tsergeant
https://codereview.chromium.org/2733463002/diff/40001/chrome/browser/resources/md_bookmarks/reducers.js File chrome/browser/resources/md_bookmarks/reducers.js (right): https://codereview.chromium.org/2733463002/diff/40001/chrome/browser/resources/md_bookmarks/reducers.js#newcode98 chrome/browser/resources/md_bookmarks/reducers.js:98: // TODO(tsergeant): It should not be possible to select ...
3 years, 9 months ago (2017-03-08 23:17:53 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/336667)
3 years, 9 months ago (2017-03-09 00:09:58 UTC) #16
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/2733463002/80001
3 years, 9 months ago (2017-03-09 02:46:16 UTC) #18
commit-bot: I haz the power
3 years, 9 months ago (2017-03-09 03:34:11 UTC) #21
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/3e522424f710ebb5378f17a1e55c...

Powered by Google App Engine
This is Rietveld 408576698