summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_bar_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement support for disabling sync through configuration management.mnissler@chromium.org2010-07-141-1/+1
* Reland -- Add tab menu item to show/hide toolbar for app tabsrafaelw@chromium.org2010-07-121-0/+5
* Revert "Add tab menu item to show/hide toolbar for app tabs"rafaelw@chromium.org2010-07-081-5/+0
* Add tab menu item to show/hide toolbar for app tabsrafaelw@chromium.org2010-07-081-0/+5
* Remove the bookmark menu.pkasting@chromium.org2010-07-011-4/+2
* Canvas refactoring part 2.ben@chromium.org2010-06-231-2/+2
* GTK: Repaint the toolbar after the bookmark bar has finished.erg@google.com2010-06-031-1/+11
* Revert 47675.mirandac@chromium.org2010-05-201-1/+1
* Move data types used in the importer process to common/, in preparation for i...mirandac@chromium.org2010-05-191-1/+1
* Get rid of some dead bookmark context menu code.viettrungluu@chromium.org2010-05-061-2/+1
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-1/+1
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-051-1/+1
* GTK: Fix toolbar internal-padding.erg@chromium.org2010-05-031-6/+14
* GTK: unify the bookmark dragging icon generation code into bookmark utils.estade@chromium.org2010-04-301-4/+22
* GTK: Don't display bookmark right click menu when bookmark bar is hidden.erg@chromium.org2010-04-261-1/+1
* gtk: remove a "fast path" that wasn't actually correctevan@chromium.org2010-04-081-15/+9
* Gtk: add a separator at the right of the browser actions toolbar.estade@chromium.org2010-03-241-49/+5
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-231-1/+2
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move importer data types into a separate file to prepare for moving importermirandac@chromium.org2010-03-221-2/+4
* Move text_elider from app/gfx to app/ben@chromium.org2010-03-191-1/+1
* GTK: tweak visibility calculation for bookmark bar items.estade@chromium.org2010-03-181-9/+23
* GTK: implement extension bookmark manager drag api.estade@chromium.org2010-03-181-6/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* GTK: Use new macros to hide thunk declaration and cleanup callback declaration.erg@chromium.org2010-03-101-142/+110
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-101-17/+17
* GTK: Add hover effects for GtkChromeButtons.estade@chromium.org2010-03-091-10/+13
* [Linux] Fix BookmarkBarGtkBrowserTest.ClickOnFloatingTestsuzhe@chromium.org2010-03-061-1/+1
* [Linux] Make bookmark bar instructions shrinkable.suzhe@chromium.org2010-03-061-3/+17
* Experimental fix to fix the flaky AutomatedUITestBase.CloseTab.erg@chromium.org2010-03-021-1/+2
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* GTK: only throb twice when a bookmark is added to a bookmark bar folder.estade@chromium.org2010-02-221-1/+1
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* GTK: add some interactive tests to catch common bookmark bar regressions.estade@chromium.org2010-02-181-0/+1
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-8/+8
* Bookmark context menu unforking:estade@chromium.org2010-02-081-4/+7
* GTK: Toggle set-above property on bookmark bar event box when showing it.estade@chromium.org2010-02-051-9/+16
* GTK: unbreak right click on bookmark bar folders.estade@chromium.org2010-02-041-3/+5
* Revert 38056 - Unfork BookmarkMenuGtk and BookmarkMenuController.chase@chromium.org2010-02-041-7/+4
* Unfork BookmarkMenuGtk and BookmarkMenuController.estade@chromium.org2010-02-041-4/+7
* GTK bookmark bar button throbbing tweaksestade@chromium.org2010-02-031-12/+15
* GTK: middle click on a bookmark bar folder should open all in tabs.estade@chromium.org2010-02-031-1/+12
* GTK: fix some memory leaks, streamline a common operation.estade@chromium.org2010-02-031-7/+4
* Revert r37814 because it caused the "import bookmarks" link to be right-justi...estade@chromium.org2010-02-021-7/+3
* GTK: bookmark bar - fix z order of find bar in certain situationsestade@chromium.org2010-02-021-0/+5
* [Linux] Make bookmark bar shrinkable when there is no bookmark.suzhe@chromium.org2010-02-021-3/+7
* Fix bookmark bar observer callbacks accessing gtk widgets after they are dest...mattm@chromium.org2010-02-021-6/+12
* GTK: fix sign of comparison in bookmark barestade@chromium.org2010-02-021-1/+1
* Make BookmarkContextMenuGtk use a SimpleMenuModel. Also separate controller a...estade@chromium.org2010-01-281-4/+7
* GTK: throb a bookmark folder button when a URL is added to it.estade@chromium.org2010-01-281-4/+76