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

Issue 24891002: Initial WebUI extension for enhanced bookmarks (Closed)

Created:
7 years, 2 months ago by Mike Wittman
Modified:
7 years, 1 month ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, arv+watch_chromium.org, dcheng, extensions-reviews_chromium.org
Visibility:
Public.

Description

Initial WebUI extension for enhanced bookmarks This extension will be used for an experimental prototype of enhanced bookmark styling in Chrome behind the enable_enhanced_bookmarks build flag. This change duplicates the existing bookmarks WebUI extension as a basis for future changes. BUG=299274 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226314

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use build-time flag to enable #

Total comments: 4

Patch Set 3 : Address comments #

Patch Set 4 : Remove flag check #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, --1 lines) Patch
M build/common.gypi View 1 2 3 4 4 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/component_loader.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 2 3 4 2 chunks +11 lines, -4 lines 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 2 3 4 2 chunks +13 lines, -0 lines 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/css/bmm.css View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/css/bmm.css.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/images/2x/bookmark_manager_recent.png View Binary file 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/images/2x/bookmark_manager_search.png View Binary file 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/images/2x/bookmark_manager_search_rtl.png View Binary file 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/images/2x/bookmarks_section_32.png View Binary file 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/images/bookmark_manager_recent.png View Binary file 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/images/bookmark_manager_search.png View Binary file 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/images/bookmark_manager_search_rtl.png View Binary file 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/images/bookmarks_section_32.png View Binary file 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/js/bmm.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/js/bmm/bookmark_list.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/js/bmm/bookmark_tree.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/js/bmm_test.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/js/dnd.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/js/main.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/main.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/enhanced_bookmark_manager/manifest.json View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser_navigator.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/extensions/manifest_url_handler.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Mike Wittman
Hi James, please take a look.
7 years, 2 months ago (2013-09-26 23:44:53 UTC) #1
Mike Wittman
Swapping reviewers since James will be OOO. Evan: please review this as a whole. Benjamin: ...
7 years, 2 months ago (2013-09-27 22:41:02 UTC) #2
sky
My portion LGTM
7 years, 2 months ago (2013-09-28 00:17:05 UTC) #3
Evan Stade
I think it would make sense to have this be a build-time flag (at least ...
7 years, 2 months ago (2013-09-30 18:52:20 UTC) #4
Mike Wittman
On 2013/09/30 18:52:20, Evan Stade wrote: > I think it would make sense to have ...
7 years, 2 months ago (2013-09-30 19:22:22 UTC) #5
Mike Wittman
On 2013/09/30 19:22:22, Mike Wittman wrote: > On 2013/09/30 18:52:20, Evan Stade wrote: > > ...
7 years, 2 months ago (2013-10-01 00:16:20 UTC) #6
not at google - send to devlin
https://codereview.chromium.org/24891002/diff/1/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/24891002/diff/1/chrome/browser/extensions/component_loader.cc#newcode397 chrome/browser/extensions/component_loader.cc:397: } you could move both the normal and the ...
7 years, 2 months ago (2013-10-01 00:21:01 UTC) #7
Evan Stade
if I were you, I'd reuse the chrome://boomkarks URL for the enhanced bookmarks so you ...
7 years, 2 months ago (2013-10-01 17:35:26 UTC) #8
Mike Wittman
On 2013/10/01 17:35:26, Evan Stade wrote: > if I were you, I'd reuse the chrome://boomkarks ...
7 years, 2 months ago (2013-10-01 17:56:05 UTC) #9
not at google - send to devlin
extensions lgtm
7 years, 2 months ago (2013-10-01 17:58:16 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wittman@chromium.org/24891002/30001
7 years, 2 months ago (2013-10-01 18:48:09 UTC) #11
commit-bot: I haz the power
Change committed as 226314
7 years, 2 months ago (2013-10-01 22:05:25 UTC) #12
oshima
Mike, CQ can't handle binary files, and as a result, png files in this CL ...
7 years, 1 month ago (2013-11-04 21:59:27 UTC) #13
Mike Wittman
7 years, 1 month ago (2013-11-04 22:11:21 UTC) #14
Message was sent while issue was closed.
On 2013/11/04 21:59:27, oshima wrote:
> Mike, CQ can't handle binary files, and as a result,
> png files in this CL are all corrupted in repository.
> 
> Are these file really used?

Yes, they're used by this experimental extension. We haven't begun actively
prototyping with the extension yet, which is why no one has raised the issue.

I can create a CL with the appropriate image file contents to fix this.

Powered by Google App Engine
This is Rietveld 408576698