|
Mac bookmark work.
- The bookmark menu is populated dynamically with bookmarks, including
subfolders --> submenus. E.g. star something --> shows up in menu.
Menu items are disabled but always present and current.
- Always Show Bookmarks" menu now live; reads from / writes to
preference, and shows correct "toggle state".
- Bookmark bar on each tab, present if requested. (Currently an empty box).
- Random stuff; e.g. bookmark prefs init moved to a x-plat location.
This CL does not contain Cole's views.
Bried english description of the nib file changes:
- add a new view for the bookmark bar in the tab; hook it up to the controller
- Many tag sets (e.g. View-->Always Show Bookmarks Bar now 40009)
- Remove dummy bookmark menu items
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11936
Total comments: 23
Total comments: 30
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+815 lines, -240 lines) |
Patch |
 |
M |
chrome/app/chrome_dll_resource.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/app/nibs/en.lproj/MainMenu.xib
|
View
|
1
2
3
4
5
6
7
8
|
16 chunks |
+29 lines, -139 lines |
0 comments
|
Download
|
 |
M |
chrome/app/nibs/en.lproj/TabContents.xib
|
View
|
1
2
3
4
5
6
7
8
|
9 chunks |
+74 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/bookmarks/bookmark_context_menu.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/bookmarks/bookmark_utils.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/bookmarks/bookmark_utils.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_prefs.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/cocoa/bookmark_bar_state_controller.h
|
View
|
1
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/cocoa/bookmark_bar_state_controller.mm
|
View
|
1
2
3
4
5
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/cocoa/bookmark_bar_state_controller_unittest.mm
|
View
|
1
2
3
4
5
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/cocoa/bookmark_menu_bridge.h
|
View
|
1
2
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/cocoa/bookmark_menu_bridge.mm
|
View
|
1
2
|
1 chunk |
+110 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/cocoa/bookmark_menu_bridge_unittest.mm
|
View
|
1
2
3
4
5
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/cocoa/browser_test_helper.h
|
View
|
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/browser_window_cocoa.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/browser_window_cocoa.mm
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/browser_window_controller.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/browser_window_controller.mm
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+44 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/tab_contents_controller.h
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+25 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/tab_contents_controller.mm
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+47 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/tab_strip_controller.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+19 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/tab_strip_controller.mm
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+31 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/bookmark_bar_view.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/bookmark_bar_view.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+1 line, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/bookmark_table_view.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/bookmark_table_view.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/frame/browser_view.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/temp_scaffolding_stubs.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/test/testing_profile.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|