summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_bubble_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Split RecentlyUsedFolderComboModel into its own module, so we can share ittfarina@chromium.org2010-06-121-66/+25
* Get rid of BookmarkEditor::Show()'s BookmarkEditor::Handler argument.viettrungluu@chromium.org2010-04-281-1/+1
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-1/+1
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-1/+1
* GTK: position info bubbles relative to a subwidget, rather than the toplevel ...estade@chromium.org2010-04-071-11/+8
* GTK: toolbar reload/star shuffle.estade@chromium.org2010-03-301-1/+1
* GTK: allow inspecting of extension popups.estade@chromium.org2010-03-231-1/+2
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-231-6/+11
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-1/+2
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* GTK: Fix crash because of wrong prototype.erg@google.com2010-03-111-1/+2
* GTK: Use new macros to hide thunk declaration and cleanup callback declaration.erg@chromium.org2010-03-101-14/+14
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Rename button from "Close" to "Done" on bookmark bubble and content bubbles.thakis@chromium.org2010-02-271-1/+1
* GTK: remove extra padding for extension popups.estade@chromium.org2010-02-261-0/+4
* GTK: don't apply gtk theme to the info bubble for the extension popup.estade@chromium.org2009-12-021-0/+1
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-5/+5
* Add a check for NULL in PopulateFolderCombo.thestig@chromium.org2009-10-261-5/+8
* GTK: Fix browser action bubble arrow positions.derat@chromium.org2009-10-261-0/+5
* Makes canceling 'bookmark all tabs' delete the folder. Or rather,sky@chromium.org2009-10-161-1/+2
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-121-1/+1
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Linux: Fix focus issues in bookmark bubble.derat@chromium.org2009-10-071-0/+13
* Linux: Make InfoBubble use an override-redirect (popup) window.derat@chromium.org2009-09-301-8/+11
* retry r2226, with a fix for a case where we could double free.estade@chromium.org2009-08-011-3/+7
* revert 22226 as it caused some ui test crashesestade@chromium.org2009-08-011-7/+3
* GTK: Theme our link button.estade@chromium.org2009-07-311-3/+7
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-1/+1
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-1/+1
* GTK Themes: Theme the bookmark bubble. (And first run bubble).erg@google.com2009-07-241-3/+27
* First run bubble polish:estade@chromium.org2009-07-151-0/+3
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-14/+15
* Final touches on the Linux BookmarkBubble.deanm@chromium.org2009-06-111-3/+19
* Add helper for creating table of labeled controls.mattm@chromium.org2009-06-111-19/+7
* Hook up the Linux bookmark bubble to the bookmark editor.deanm@chromium.org2009-06-081-15/+98
* Implement more of the BookmarkBubble, connecting it to the bookmark system.deanm@chromium.org2009-06-031-36/+119
* Implement the base for the BookmarkBubble UI.deanm@chromium.org2009-06-031-9/+75
* Improvements to Linux InfoBubble and BookmarkBubble.deanm@chromium.org2009-05-061-3/+68
* Implement a mostly working InfoBubble with a shim BookmarkBubble.deanm@chromium.org2009-04-301-0/+26