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

Issue 2450623002: [MD Bookmarks] Add skeleton for Material Design Bookmarks (Closed)

Created:
4 years, 1 month ago by calamity
Modified:
4 years, 1 month ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, asvitkine+watch_chromium.org, extensions-reviews_chromium.org, chrome-apps-syd-reviews_chromium.org, Devlin
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[MD Bookmarks] Add skeleton for Material Design Bookmarks BUG=658980 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/b560c25322e96b12e72689fbfa7c1cc977e4661c Cr-Commit-Position: refs/heads/master@{#428961}

Patch Set 1 : #

Total comments: 10

Patch Set 2 : address_comments #

Patch Set 3 : webui > component extension #

Total comments: 12

Patch Set 4 : address comments #

Total comments: 5

Patch Set 5 : remove things #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -25 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 2 3 4 2 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 chunk +2 lines, -0 lines 0 comments Download
A + chrome/browser/resources/md_bookmarks/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/browser/resources/md_bookmarks/bookmarks.html View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 3 chunks +8 lines, -3 lines 0 comments Download
A + chrome/browser/ui/webui/md_bookmarks/OWNERS View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.h View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download
M chrome/common/chrome_features.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_features.cc View 1 2 3 4 5 3 chunks +23 lines, -19 lines 0 comments Download
M chrome/common/extensions/api/_api_features.json View 1 2 1 chunk +8 lines, -2 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (12 generated)
calamity
I think I need to talk to chrome-eng-review@ to add another component extension. Also, i18n ...
4 years, 1 month ago (2016-10-25 03:46:00 UTC) #4
Dan Beam
looks generally good to me https://codereview.chromium.org/2450623002/diff/40001/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/2450623002/diff/40001/chrome/browser/extensions/component_loader.cc#newcode465 chrome/browser/extensions/component_loader.cc:465: int bookmark_manifest_id = IsMaterialDesignBookmarksEnabled() ...
4 years, 1 month ago (2016-10-25 18:05:52 UTC) #7
calamity
Switched this out to use native WebUI. \o/ I checked that overriding with an extension ...
4 years, 1 month ago (2016-10-28 05:58:22 UTC) #9
Dan Beam
why are we adding all the strings now? :/ https://codereview.chromium.org/2450623002/diff/100001/chrome/browser/ui/BUILD.gn File chrome/browser/ui/BUILD.gn (right): https://codereview.chromium.org/2450623002/diff/100001/chrome/browser/ui/BUILD.gn#newcode924 chrome/browser/ui/BUILD.gn:924: ...
4 years, 1 month ago (2016-10-29 01:10:00 UTC) #10
Dan Beam
(other than that, this is pretty much ready to go, IMO) i'm glad this sidesteps ...
4 years, 1 month ago (2016-10-29 01:10:27 UTC) #11
calamity
+benwells for component_loader.cc and _api_features.json +isherman for histograms.xml https://codereview.chromium.org/2450623002/diff/100001/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc File chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc (right): https://codereview.chromium.org/2450623002/diff/100001/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc#newcode801 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc:801: return ...
4 years, 1 month ago (2016-11-01 02:37:59 UTC) #14
Ilya Sherman
histograms.xml lgtm
4 years, 1 month ago (2016-11-01 02:39:40 UTC) #15
benwells
those two files lgtm https://codereview.chromium.org/2450623002/diff/140001/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/2450623002/diff/140001/chrome/browser/extensions/component_loader.cc#newcode26 chrome/browser/extensions/component_loader.cc:26: #include "chrome/common/chrome_features.h" Nit: I don't ...
4 years, 1 month ago (2016-11-01 03:46:36 UTC) #16
Dan Beam
https://codereview.chromium.org/2450623002/diff/100001/chrome/common/extensions/api/_api_features.json File chrome/common/extensions/api/_api_features.json (right): https://codereview.chromium.org/2450623002/diff/100001/chrome/common/extensions/api/_api_features.json#newcode122 chrome/common/extensions/api/_api_features.json:122: "chrome://bookmarks/*" On 2016/11/01 02:37:59, calamity wrote: > On 2016/10/29 ...
4 years, 1 month ago (2016-11-01 06:34:16 UTC) #17
Dan Beam
https://codereview.chromium.org/2450623002/diff/100001/chrome/common/extensions/api/_api_features.json File chrome/common/extensions/api/_api_features.json (right): https://codereview.chromium.org/2450623002/diff/100001/chrome/common/extensions/api/_api_features.json#newcode122 chrome/common/extensions/api/_api_features.json:122: "chrome://bookmarks/*" On 2016/11/01 02:37:59, calamity wrote: > On 2016/10/29 ...
4 years, 1 month ago (2016-11-01 06:34:17 UTC) #18
Dan Beam
lgtm https://codereview.chromium.org/2450623002/diff/140001/chrome/browser/browser_resources.grd File chrome/browser/browser_resources.grd (right): https://codereview.chromium.org/2450623002/diff/140001/chrome/browser/browser_resources.grd#newcode247 chrome/browser/browser_resources.grd:247: <include name="IDR_MD_BOOKMARKS_BOOKMARKS_HTML" file="resources\md_bookmarks\bookmarks.html" flattenhtml="true" type="BINDATA" /> don't add ...
4 years, 1 month ago (2016-11-01 06:38:28 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/2450623002/180001
4 years, 1 month ago (2016-11-01 07:27:19 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:180001)
4 years, 1 month ago (2016-11-01 08:30:41 UTC) #24
commit-bot: I haz the power
4 years, 1 month ago (2016-11-01 08:32:55 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/b560c25322e96b12e72689fbfa7c1cc977e4661c
Cr-Commit-Position: refs/heads/master@{#428961}

Powered by Google App Engine
This is Rietveld 408576698