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

Issue 2592293003: [MD Bookmarks] Add skeleton for MD Bookmarks. (Closed)

Created:
4 years ago by angelayang
Modified:
3 years, 11 months ago
Reviewers:
tsergeant, calamity
CC:
jiaxi, chromium-reviews, 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 skeleton for MD Bookmarks. MD Bookmarks is the material redesign for the bookmarks manager. This CL sets up the skeleton for the UI and data model. - app.html is the top level element that contains the bookmark manager. - store.html is the data model that propagates data from the Bookmarks API to UI elements. UI elements will be landed in a follow up patch. BUG=658980 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/1d4faef71ad94872ee6b3e1e555e00f34203979b Cr-Commit-Position: refs/heads/master@{#441017}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Remove css no longer needed for cr toolbar. #

Total comments: 30

Patch Set 3 : Clean up style and fix toolbar. #

Total comments: 3

Patch Set 4 : Clean up shared vars. #

Patch Set 5 : Remove closure compile #

Patch Set 6 : Rebase. #

Patch Set 7 : Remove unused imports. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+610 lines, -3 lines) Patch
M chrome/app/bookmarks_strings.grdp View 1 chunk +30 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_bookmarks/app.html View 1 2 3 4 5 6 1 chunk +43 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_bookmarks/app.js View 1 chunk +23 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/bookmarks.html View 1 chunk +10 lines, -2 lines 0 comments Download
A chrome/browser/resources/md_bookmarks/shared_style.html View 1 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_bookmarks/shared_vars.html View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_bookmarks/store.html View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_bookmarks/store.js View 1 2 3 1 chunk +138 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_bookmarks/toolbar.html View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_bookmarks/toolbar.js View 1 1 chunk +47 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc View 2 chunks +41 lines, -1 line 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js View 1 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/test/data/webui/md_bookmarks/store_test.js View 1 2 1 chunk +113 lines, -0 lines 0 comments Download
A chrome/test/data/webui/md_bookmarks/test_util.js View 1 2 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 43 (25 generated)
angelayang
Hello, Please take a look :) Thankyou
4 years ago (2016-12-22 03:27:41 UTC) #4
angelayang
4 years ago (2016-12-22 03:51:13 UTC) #6
tsergeant
yay! 👏 https://codereview.chromium.org/2592293003/diff/1/chrome/browser/resources/md_bookmarks/shared_style.html File chrome/browser/resources/md_bookmarks/shared_style.html (right): https://codereview.chromium.org/2592293003/diff/1/chrome/browser/resources/md_bookmarks/shared_style.html#newcode2 chrome/browser/resources/md_bookmarks/shared_style.html:2: <dom-module id="shared-style"> Nit: newline before this. https://codereview.chromium.org/2592293003/diff/1/chrome/browser/resources/md_bookmarks/shared_style.html#newcode23 ...
4 years ago (2016-12-22 04:33:02 UTC) #7
angelayang
Hello, I've removed the css we no longer need on the toolbar. The toolbar is ...
3 years, 11 months ago (2016-12-28 00:49:38 UTC) #8
tsergeant
https://codereview.chromium.org/2592293003/diff/20001/chrome/browser/resources/md_bookmarks/app.html File chrome/browser/resources/md_bookmarks/app.html (right): https://codereview.chromium.org/2592293003/diff/20001/chrome/browser/resources/md_bookmarks/app.html#newcode3 chrome/browser/resources/md_bookmarks/app.html:3: <link rel="import" href="chrome://bookmarks/sidebar.html"> Sort: shared comes before sidebar https://codereview.chromium.org/2592293003/diff/20001/chrome/browser/resources/md_bookmarks/store.js ...
3 years, 11 months ago (2016-12-28 23:51:51 UTC) #9
calamity
cools. https://codereview.chromium.org/2592293003/diff/20001/chrome/browser/resources/md_bookmarks/shared_vars.html File chrome/browser/resources/md_bookmarks/shared_vars.html (right): https://codereview.chromium.org/2592293003/diff/20001/chrome/browser/resources/md_bookmarks/shared_vars.html#newcode9 chrome/browser/resources/md_bookmarks/shared_vars.html:9: --sidebar-width: 256px; Sort all of these, if you ...
3 years, 11 months ago (2016-12-29 00:54:51 UTC) #10
angelayang
Hello, Slowly getting there. Clean up done :) Thanks https://codereview.chromium.org/2592293003/diff/20001/chrome/browser/resources/md_bookmarks/app.html File chrome/browser/resources/md_bookmarks/app.html (right): https://codereview.chromium.org/2592293003/diff/20001/chrome/browser/resources/md_bookmarks/app.html#newcode3 chrome/browser/resources/md_bookmarks/app.html:3: ...
3 years, 11 months ago (2016-12-29 02:53:34 UTC) #12
calamity
lgtm. https://codereview.chromium.org/2592293003/diff/60001/chrome/browser/resources/md_bookmarks/store.js File chrome/browser/resources/md_bookmarks/store.js (right): https://codereview.chromium.org/2592293003/diff/60001/chrome/browser/resources/md_bookmarks/store.js#newcode91 chrome/browser/resources/md_bookmarks/store.js:91: * Selects a closed folder if it was ...
3 years, 11 months ago (2016-12-29 03:47:21 UTC) #13
angelayang
https://codereview.chromium.org/2592293003/diff/60001/chrome/browser/resources/md_bookmarks/shared_vars.html File chrome/browser/resources/md_bookmarks/shared_vars.html (right): https://codereview.chromium.org/2592293003/diff/60001/chrome/browser/resources/md_bookmarks/shared_vars.html#newcode6 chrome/browser/resources/md_bookmarks/shared_vars.html:6: --inactive-folder-color: #5a5a5a; Ah i realize i didn't change this ...
3 years, 11 months ago (2016-12-29 03:47:47 UTC) #14
tsergeant
lgtm 🎉
3 years, 11 months ago (2016-12-29 04:33:30 UTC) #16
angelayang
All done thanks. https://codereview.chromium.org/2592293003/diff/60001/chrome/browser/resources/md_bookmarks/store.js File chrome/browser/resources/md_bookmarks/store.js (right): https://codereview.chromium.org/2592293003/diff/60001/chrome/browser/resources/md_bookmarks/store.js#newcode91 chrome/browser/resources/md_bookmarks/store.js:91: * Selects a closed folder if ...
3 years, 11 months ago (2016-12-29 05:00:15 UTC) #17
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/2592293003/120001
3 years, 11 months ago (2016-12-29 06:28:46 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/360919)
3 years, 11 months ago (2016-12-29 07:17:59 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/2592293003/140001
3 years, 11 months ago (2016-12-30 00:01:43 UTC) #27
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/2592293003/140001
3 years, 11 months ago (2016-12-30 00:02:17 UTC) #29
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/2592293003/160001
3 years, 11 months ago (2016-12-30 04:02:28 UTC) #37
commit-bot: I haz the power
Committed patchset #7 (id:160001)
3 years, 11 months ago (2016-12-30 04:10:15 UTC) #40
commit-bot: I haz the power
3 years, 11 months ago (2017-01-02 15:54:06 UTC) #42
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/1d4faef71ad94872ee6b3e1e555e00f34203979b
Cr-Commit-Position: refs/heads/master@{#441017}

Powered by Google App Engine
This is Rietveld 408576698