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
/
gtk
/
bookmark_bar_gtk.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix class/struct forward-declare mixups.
evan@chromium.org
2010-04-16
1
-1
/
+1
*
Gtk: add a separator at the right of the browser actions toolbar.
estade@chromium.org
2010-03-24
1
-4
/
+0
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-1
/
+1
*
GTK: Move chrome/common/gtk_signal.h to app/ so views-gtk can use it.
erg@google.com
2010-03-11
1
-1
/
+1
*
GTK: Use new macros to hide thunk declaration and cleanup callback declaration.
erg@chromium.org
2010-03-10
1
-49
/
+29
*
Experimental fix to fix the flaky AutomatedUITestBase.CloseTab.
erg@chromium.org
2010-03-02
1
-2
/
+3
*
Bookmark context menu unforking:
estade@chromium.org
2010-02-08
1
-3
/
+7
*
Revert 38056 - Unfork BookmarkMenuGtk and BookmarkMenuController.
chase@chromium.org
2010-02-04
1
-7
/
+3
*
Unfork BookmarkMenuGtk and BookmarkMenuController.
estade@chromium.org
2010-02-04
1
-3
/
+7
*
Fix bookmark bar observer callbacks accessing gtk widgets after they are dest...
mattm@chromium.org
2010-02-02
1
-0
/
+1
*
Make BookmarkContextMenuGtk use a SimpleMenuModel. Also separate controller a...
estade@chromium.org
2010-01-28
1
-1
/
+5
*
GTK: throb a bookmark folder button when a URL is added to it.
estade@chromium.org
2010-01-28
1
-3
/
+18
*
gtk: Implements bookmark bar import promotion link, that when clicked imports...
erg@google.com
2010-01-27
1
-8
/
+12
*
sync: remove unused function.
akalin@chromium.org
2010-01-22
1
-3
/
+0
*
sync: Add two functions to sync_ui_util header and update the callers accordi...
akalin@chromium.org
2010-01-06
1
-4
/
+0
*
GTK: hook up drag and drop of browser actions (for reordering).
estade@chromium.org
2009-12-10
1
-2
/
+0
*
Add support for the bookmark sync error button on the bookmark bar to Linux.
zork@chromium.org
2009-11-18
1
-0
/
+6
*
Remove the sync error button from the Linux bookmark bar.
nick@chromium.org
2009-11-04
1
-4
/
+0
*
Remove the browser_sync flag.
zork@chromium.org
2009-10-27
1
-6
/
+0
*
GTK: Draw floating bookmark bar correctly during resizes.
estade@chromium.org
2009-10-27
1
-3
/
+23
*
Rename CHROME_PERSONALIZATION to BROWSER_SYNC.
nick@chromium.org
2009-10-17
1
-3
/
+3
*
Fix pieces of syncapi that aren't implemented on Linux.
zork@chromium.org
2009-10-15
1
-0
/
+25
*
Blind attempt at fixing the bookmark bar instructional text color for GTK.
pkasting@chromium.org
2009-10-14
1
-0
/
+6
*
GTK: avoid a hang brought on by an infinite size-allocate queue.
estade@chromium.org
2009-10-13
1
-0
/
+4
*
Renames browser/gtk/bookmark_context_menu to
sky@chromium.org
2009-10-08
1
-2
/
+2
*
GTK: Detach bookmark bar on NTP.
estade@chromium.org
2009-10-01
1
-1
/
+27
*
GTK: Add three simple unit tests to the bookmark bar.
erg@google.com
2009-09-25
1
-2
/
+10
*
GTK: Don't show bookmark bar remnants in fullscreen mode.
estade@chromium.org
2009-09-14
1
-1
/
+8
*
Make the bookmark toolbar folders act like a menu bar.
estade@chromium.org
2009-09-08
1
-1
/
+13
*
GTK: Implement the bookmark bar chevron.
estade@chromium.org
2009-09-02
1
-0
/
+21
*
Squash the bookmark bar into the toolbar by 4 pixels.
estade@chromium.org
2009-09-01
1
-6
/
+3
*
Don't resize the renderer while opening the bookmark bar or an infobar.
estade@chromium.org
2009-08-31
1
-2
/
+2
*
gtk: port ButtonSeparatorView
estade@chromium.org
2009-08-25
1
-0
/
+3
*
GTK: Add view ids to our widgets. These will be used for testing.
estade@chromium.org
2009-08-13
1
-0
/
+4
*
GTK: button clicking cleanup.
estade@chromium.org
2009-08-11
1
-10
/
+4
*
More theme fixes.
tc@google.com
2009-08-06
1
-7
/
+0
*
Gtk: DnD extravaganza
estade@chromium.org
2009-07-28
1
-15
/
+11
*
Bookmark bar: Don't connect to the OnDragDrop signal since we can just use th...
estade@chromium.org
2009-07-23
1
-3
/
+0
*
Headers cleanup:
phajdan.jr@chromium.org
2009-07-23
1
-1
/
+2
*
Lands http://codereview.chromium.org/155428 for Thiago, which changes
sky@chromium.org
2009-07-15
1
-1
/
+2
*
GTK Themes: Put the bookmark bar in a event box to prevent leaking.
erg@google.com
2009-07-14
1
-3
/
+6
*
GTK Themes: Refactored to use notifications instead of manual plumbing.
erg@google.com
2009-07-13
1
-6
/
+16
*
A little bit of bookmark bar cleanup, a little bit of padding improvement.
estade@chromium.org
2009-07-10
1
-8
/
+4
*
GTK: Allow user to drag onto folder in bookmark bar.
estade@chromium.org
2009-07-08
1
-1
/
+6
*
GTK Themes: Set the text color of bookmark buttons to theme color.
erg@google.com
2009-07-07
1
-1
/
+6
*
GTK: Initial implementation of using GTK themes, partially based on evan's CL...
erg@google.com
2009-07-03
1
-0
/
+3
*
GTK: Drags from bookmark menus to the bookmark bar.
erg@google.com
2009-06-29
1
-7
/
+0
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
1
-16
/
+16
*
GTK bookmark bar: only animate when user changes the pref (not, for example, ...
estade@chromium.org
2009-06-16
1
-2
/
+2
*
Reduce header dependencies in chrome/browser/
phajdan.jr@chromium.org
2009-06-16
1
-1
/
+0
[next]