summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_bar_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk: Implements bookmark bar import promotion link, that when clicked imports...erg@google.com2010-01-271-20/+8
* Allow link drags from the star, bookmarks bar, and bookmark bar menustony@chromium.org2010-01-201-4/+7
* GTK: Draw background color on the toolbar to deal with small theme bitmaps.erg@google.com2010-01-151-16/+4
* sync: Add two functions to sync_ui_util header and update the callers accordi...akalin@chromium.org2010-01-061-9/+2
* gtk/sync: Use GetStatus when it is not necessary to know the status labels.akalin@chromium.org2009-12-181-13/+2
* GTK: Make sure mid-drag bookmark bar items are not shown by BookmarkBarGtk::S...estade@chromium.org2009-12-161-0/+3
* Fix a node selection when creating a new item under the 'Other Bookmarks'kinuko@chromium.org2009-12-161-1/+1
* Add a UI helper method to just get the sync status without needing labels.akalin@chromium.org2009-12-141-0/+1
* GTK: hook up drag and drop of browser actions (for reordering).estade@chromium.org2009-12-101-20/+1
* GTK: Support plain text target as source for bookmark drags initiated from bo...estade@chromium.org2009-12-021-1/+1
* Changed SyncStatusUIHelper namespace class into a real namespace (sync_ui_uti...akalin@chromium.org2009-11-251-4/+4
* GTK: correct coordinate calculation for floating bookmark bar background pain...estade@chromium.org2009-11-191-5/+5
* Add support for the bookmark sync error button on the bookmark bar to Linux.zork@chromium.org2009-11-181-1/+51
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-1/+1
* Attempt 2 at fixing white flash in switching between ntp and non-ntp.sky@chromium.org2009-11-171-17/+7