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

Issue 8497008: Implement Bookmark All Tabs Dialog with WebUI. (Closed)

Created:
9 years, 1 month ago by yoshiki
Modified:
9 years, 1 month ago
Reviewers:
mazda, tfarina
CC:
chromium-reviews, Erik does not do reviews, achuith+watch_chromium.org, mihaip+watch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, arv (Not doing code reviews), tfarina
Visibility:
Public.

Description

Implement Bookmark All Tabs Dialog with WebUI. Currently, this does not work with use_aura=1. BUG=97839 TEST=manual on Win and Linux with toolkit_views=1 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110659

Patch Set 1 #

Total comments: 52

Patch Set 2 : review fix #

Total comments: 16

Patch Set 3 : review fix #

Patch Set 4 : resolve conflict on chrome/chrome_browser.gypi. #

Total comments: 12

Patch Set 5 : review fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+710 lines, -147 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_editor.h View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_editor.cc View 1 2 3 4 2 chunks +36 lines, -0 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_manager_extension_api.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/browser/resources/bookmark_manager/bookmark_all_tabs.html View 1 1 chunk +67 lines, -0 lines 0 comments Download
A chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.css View 1 1 chunk +74 lines, -0 lines 0 comments Download
M chrome/browser/resources/bookmark_manager/js/bmm.js View 1 1 chunk +165 lines, -1 line 0 comments Download
M chrome/browser/resources/bookmark_manager/js/bmm/bookmark_list.js View 3 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/resources/bookmark_manager/js/bmm/bookmark_tree.js View 3 chunks +4 lines, -1 line 0 comments Download
A chrome/browser/resources/bookmark_manager/js/bookmark_all_tabs.js View 1 2 1 chunk +201 lines, -0 lines 0 comments Download
M chrome/browser/resources/bookmark_manager/js/main.js View 3 chunks +1 line, -132 lines 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 1 chunk +1 line, -10 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_dialog.h View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_dialog.cc View 1 2 3 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/ui/views/select_file_dialog_extension.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/ui/webui/bookmark_all_tabs_dialog.h View 1 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/bookmark_all_tabs_dialog.cc View 1 2 3 4 1 chunk +96 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
yoshiki
Please take a look.
9 years, 1 month ago (2011-11-08 09:38:49 UTC) #1
mazda
http://codereview.chromium.org/8497008/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/8497008/diff/1/chrome/app/generated_resources.grd#newcode10063 chrome/app/generated_resources.grd:10063: <message name="IDS_BOOKMARK_MANAGER_BOOKMARK_ALL_TABS" desc="Title of the window the bookmark all ...
9 years, 1 month ago (2011-11-09 04:49:43 UTC) #2
yoshiki
http://codereview.chromium.org/8497008/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/8497008/diff/1/chrome/app/generated_resources.grd#newcode10063 chrome/app/generated_resources.grd:10063: <message name="IDS_BOOKMARK_MANAGER_BOOKMARK_ALL_TABS" desc="Title of the window the bookmark all ...
9 years, 1 month ago (2011-11-09 15:06:38 UTC) #3
mazda
http://codereview.chromium.org/8497008/diff/8020/chrome/browser/bookmarks/bookmark_editor.cc File chrome/browser/bookmarks/bookmark_editor.cc (right): http://codereview.chromium.org/8497008/diff/8020/chrome/browser/bookmarks/bookmark_editor.cc#newcode85 chrome/browser/bookmarks/bookmark_editor.cc:85: BookmarkModel* model = profile->GetBookmarkModel(); It's nice to make a ...
9 years, 1 month ago (2011-11-10 06:03:46 UTC) #4
yoshiki
http://codereview.chromium.org/8497008/diff/8020/chrome/browser/bookmarks/bookmark_editor.cc File chrome/browser/bookmarks/bookmark_editor.cc (right): http://codereview.chromium.org/8497008/diff/8020/chrome/browser/bookmarks/bookmark_editor.cc#newcode85 chrome/browser/bookmarks/bookmark_editor.cc:85: BookmarkModel* model = profile->GetBookmarkModel(); On 2011/11/10 06:03:46, mazda wrote: ...
9 years, 1 month ago (2011-11-10 07:54:38 UTC) #5
mazda
lgtm
9 years, 1 month ago (2011-11-10 12:47:53 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/8497008/8026
9 years, 1 month ago (2011-11-14 16:22:05 UTC) #7
commit-bot: I haz the power
Can't process patch for file chrome/chrome_browser.gypi. File's status is None, patchset upload is incomplete.
9 years, 1 month ago (2011-11-14 16:22:07 UTC) #8
tfarina
http://codereview.chromium.org/8497008/diff/15001/chrome/browser/ui/webui/bookmark_all_tabs_dialog.cc File chrome/browser/ui/webui/bookmark_all_tabs_dialog.cc (right): http://codereview.chromium.org/8497008/diff/15001/chrome/browser/ui/webui/bookmark_all_tabs_dialog.cc#newcode16 chrome/browser/ui/webui/bookmark_all_tabs_dialog.cc:16: const char* kBookmarkAllTabsURL = nit: const char kBookmarkAllTabsURL[] http://codereview.chromium.org/8497008/diff/15001/chrome/browser/ui/webui/bookmark_all_tabs_dialog.cc#newcode18 ...
9 years, 1 month ago (2011-11-14 17:33:04 UTC) #9
tfarina
http://codereview.chromium.org/8497008/diff/15001/chrome/browser/ui/webui/bookmark_all_tabs_dialog.h File chrome/browser/ui/webui/bookmark_all_tabs_dialog.h (right): http://codereview.chromium.org/8497008/diff/15001/chrome/browser/ui/webui/bookmark_all_tabs_dialog.h#newcode11 chrome/browser/ui/webui/bookmark_all_tabs_dialog.h:11: class BookmarkAllTabsDialog { Can you convert this into a ...
9 years, 1 month ago (2011-11-14 17:34:20 UTC) #10
yoshiki
tfarina: Thanks! http://codereview.chromium.org/8497008/diff/15001/chrome/browser/ui/webui/bookmark_all_tabs_dialog.cc File chrome/browser/ui/webui/bookmark_all_tabs_dialog.cc (right): http://codereview.chromium.org/8497008/diff/15001/chrome/browser/ui/webui/bookmark_all_tabs_dialog.cc#newcode16 chrome/browser/ui/webui/bookmark_all_tabs_dialog.cc:16: const char* kBookmarkAllTabsURL = On 2011/11/14 17:33:05, ...
9 years, 1 month ago (2011-11-17 04:09:37 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/8497008/21001
9 years, 1 month ago (2011-11-18 03:48:04 UTC) #12
commit-bot: I haz the power
9 years, 1 month ago (2011-11-18 05:45:30 UTC) #13
Change committed as 110659

Powered by Google App Engine
This is Rietveld 408576698