index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
cocoa
/
bookmark_bar_controller.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mac: Implements the special bookmark bar on NTP.
erg@chromium.org
2009-10-06
1
-45
/
+78
*
Mac: Eliminate unintended "menu" method overrides.
viettrungluu@chromium.org
2009-10-05
1
-2
/
+2
*
Move nsimage_cache into base so that it can be accessed from outside of chrome.
mark@chromium.org
2009-10-05
1
-1
/
+1
*
Add "copy" to context menu on bookmark button.
jrg@chromium.org
2009-09-30
1
-0
/
+12
*
When a button may have grown (e.g. icon loaded), recompute if we need
jrg@chromium.org
2009-09-30
1
-0
/
+3
*
Fix bookmark trimming.
jrg@chromium.org
2009-09-30
1
-3
/
+4
*
l10n the "(empty)" string in bookmark bar folders.
jrg@chromium.org
2009-09-29
1
-2
/
+4
*
Mac: Empty bookmark bar should show IDS_BOOKMARKS_NO_ITEMS.
erg@chromium.org
2009-09-22
1
-1
/
+6
*
[Mac] Add favicons to items in folders on the bookmark bar.
rsesek@chromium.org
2009-09-22
1
-1
/
+7
*
Use delegate protocols present in the 10.6 SDK. For previous SDKs, provide
mark@chromium.org
2009-09-17
1
-1
/
+1
*
(Mac) Display the bookmark bar off-the-side menu on mouse down. Also align th...
viettrungluu@chromium.org
2009-09-04
1
-12
/
+28
*
Properly show/hide "off the side" button/menu (chevron) on bookmark bar as ne...
jrg@chromium.org
2009-09-03
1
-12
/
+7
*
Updates to clean up default theme and add hover states.
avi@chromium.org
2009-08-31
1
-1
/
+1
*
Reverting 24700.
avi@chromium.org
2009-08-28
1
-1
/
+1
*
Updates to clean up default theme and add hover states.
avi@chromium.org
2009-08-27
1
-1
/
+1
*
Reverting 24512.
avi@chromium.org
2009-08-26
1
-1
/
+1
*
Updates to clean up default theme and add hover states.
avi@chromium.org
2009-08-26
1
-1
/
+1
*
Fix carwash in BookMarkBarController
jeremy@chromium.org
2009-08-21
1
-0
/
+1
*
Bookmark STAR bubble.
jrg@chromium.org
2009-08-20
1
-2
/
+2
*
This changelist represents the necessary merger of two others:
ben@chromium.org
2009-08-19
1
-8
/
+20
*
Add modifier key support for window open dispositions throught the Mac UI
rohitrao@chromium.org
2009-08-18
1
-2
/
+7
*
Fix bookmark bar chevron not being pinned to right when launch with bar open.
jrg@chromium.org
2009-08-10
1
-3
/
+6
*
Reverts the revert of 22517.
rohitrao@chromium.org
2009-08-07
1
-102
/
+25
*
Reverting 22517.
rohitrao@chromium.org
2009-08-05
1
-25
/
+102
*
Rewrites the Mac view resizing logic to have the BrowserWindowController
rohitrao@chromium.org
2009-08-05
1
-102
/
+25
*
Added menus for bookmark bar folders. This is NOT based on the Cole
jrg@chromium.org
2009-07-23
1
-15
/
+193
*
Bookmark Bar Add Folder / Rename Folder dialog and controller.
jrg@chromium.org
2009-07-22
1
-1
/
+29
*
Implement bookmark editor. No tree display or hierarchy movement, but
jrg@chromium.org
2009-07-21
1
-3
/
+51
*
Don't make all bookmark buttons the same width.
jrg@chromium.org
2009-07-20
1
-19
/
+70
*
First cut at infobars on Mac. These are not expected to be
rohitrao@chromium.org
2009-07-17
1
-0
/
+8
*
Mac pop-up window happier-ness.
jrg@chromium.org
2009-07-15
1
-2
/
+8
*
More bookmark bar changes.
jrg@chromium.org
2009-07-14
1
-55
/
+96
*
Initial support for theming on Mac OS X.
avi@chromium.org
2009-07-13
1
-1
/
+1
*
- Fix janklist issue #1: "there is a pixel line below the main
jrg@chromium.org
2009-07-09
1
-57
/
+64
*
Mac fullscreen mode (with pkasting).
jrg@chromium.org
2009-06-29
1
-21
/
+50
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
1
-14
/
+13
*
Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() to
avi@chromium.org
2009-06-25
1
-5
/
+3
*
Reverting r19244 as it unintentionally broke ui tests: OtherRedirectsDontFork...
avi@chromium.org
2009-06-25
1
-3
/
+5
*
Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() to
avi@chromium.org
2009-06-25
1
-5
/
+3
*
Reverting r18743.
avi@google.com
2009-06-18
1
-3
/
+5
*
Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() to
avi@google.com
2009-06-18
1
-5
/
+3
*
Add favicons to Mac bookmark bar.
jrg@chromium.org
2009-06-13
1
-6
/
+31
*
Bookmark bar, now with buttons.
jrg@chromium.org
2009-06-08
1
-31
/
+197
*
Fix a leak in BookmarkBarController, and remove the valgrind suppression for it.
stuartmorgan@chromium.org
2009-05-22
1
-0
/
+5
*
Fix problem with bookmark bar introduced by window sharing; pref
jrg@chromium.org
2009-04-23
1
-9
/
+10
*
Initial implementation of the FindBar on Mac.
rohitrao@chromium.org
2009-04-17
1
-15
/
+20
*
Add unit test for bookmark bar controller.
pinkerton@chromium.org
2009-04-15
1
-2
/
+7
*
Collapse bookmark bars into a single bar per window, rather than one per tab.
pinkerton@chromium.org
2009-04-14
1
-0
/
+111