| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ... | viettrungluu@chromium.org | 2010-08-30 | 1 | -2/+3 |
* | Remove wstrings from bookmarks, part 17. | viettrungluu@chromium.org | 2010-08-29 | 1 | -1/+1 |
* | Remove wstrings from bookmarks, part 12. | viettrungluu@chromium.org | 2010-08-22 | 1 | -1/+1 |
* | Migrate some wstring to string16 in chrome/browser/gtk/bookmark*. | tony@chromium.org | 2010-08-12 | 1 | -5/+4 |
* | [GTK] fix up spacing in upper chrome. | estade@chromium.org | 2010-08-03 | 1 | -5/+0 |
* | Cleanup: Remove unneeded headers from app/ (part 3) | thestig@chromium.org | 2010-07-31 | 1 | -1/+0 |
* | Split RecentlyUsedFolderComboModel into its own module, so we can share it | tfarina@chromium.org | 2010-06-12 | 1 | -66/+25 |
* | Get rid of BookmarkEditor::Show()'s BookmarkEditor::Handler argument. | viettrungluu@chromium.org | 2010-04-28 | 1 | -1/+1 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -1/+1 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -1/+1 |
* | GTK: position info bubbles relative to a subwidget, rather than the toplevel ... | estade@chromium.org | 2010-04-07 | 1 | -11/+8 |
* | GTK: toolbar reload/star shuffle. | estade@chromium.org | 2010-03-30 | 1 | -1/+1 |
* | GTK: allow inspecting of extension popups. | estade@chromium.org | 2010-03-23 | 1 | -1/+2 |
* | UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure. | evan@chromium.org | 2010-03-23 | 1 | -6/+11 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 1 | -1/+2 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | GTK: Fix crash because of wrong prototype. | erg@google.com | 2010-03-11 | 1 | -1/+2 |
* | GTK: Use new macros to hide thunk declaration and cleanup callback declaration. | erg@chromium.org | 2010-03-10 | 1 | -14/+14 |
* | Next part of bad dependency removal (chrome/common -> chrome/browser) | phajdan.jr@chromium.org | 2010-03-02 | 1 | -1/+1 |
* | Rename button from "Close" to "Done" on bookmark bubble and content bubbles. | thakis@chromium.org | 2010-02-27 | 1 | -1/+1 |
* | GTK: remove extra padding for extension popups. | estade@chromium.org | 2010-02-26 | 1 | -0/+4 |
* | GTK: don't apply gtk theme to the info bubble for the extension popup. | estade@chromium.org | 2009-12-02 | 1 | -0/+1 |
* | Use plain strings instead of wstrings for UMA actions | evan@chromium.org | 2009-11-17 | 1 | -5/+5 |
* | Add a check for NULL in PopulateFolderCombo. | thestig@chromium.org | 2009-10-26 | 1 | -5/+8 |
* | GTK: Fix browser action bubble arrow positions. | derat@chromium.org | 2009-10-26 | 1 | -0/+5 |
* | Makes canceling 'bookmark all tabs' delete the folder. Or rather, | sky@chromium.org | 2009-10-16 | 1 | -1/+2 |
* | Converts some uses of native_view to native_window. This is necessitated | sky@chromium.org | 2009-10-12 | 1 | -1/+1 |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 1 | -1/+1 |
* | Linux: Fix focus issues in bookmark bubble. | derat@chromium.org | 2009-10-07 | 1 | -0/+13 |
* | Linux: Make InfoBubble use an override-redirect (popup) window. | derat@chromium.org | 2009-09-30 | 1 | -8/+11 |
* | retry r2226, with a fix for a case where we could double free. | estade@chromium.org | 2009-08-01 | 1 | -3/+7 |
* | revert 22226 as it caused some ui test crashes | estade@chromium.org | 2009-08-01 | 1 | -7/+3 |
* | GTK: Theme our link button. | estade@chromium.org | 2009-07-31 | 1 | -3/+7 |
* | Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr... | mdm@chromium.org | 2009-07-31 | 1 | -1/+1 |
* | Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines. | mdm@chromium.org | 2009-07-30 | 1 | -1/+1 |
* | GTK Themes: Theme the bookmark bubble. (And first run bubble). | erg@google.com | 2009-07-24 | 1 | -3/+27 |
* | First run bubble polish: | estade@chromium.org | 2009-07-15 | 1 | -0/+3 |
* | Make bookmark model public interface use const BookmarkNode* instead of | munjal@chromium.org | 2009-06-26 | 1 | -14/+15 |
* | Final touches on the Linux BookmarkBubble. | deanm@chromium.org | 2009-06-11 | 1 | -3/+19 |
* | Add helper for creating table of labeled controls. | mattm@chromium.org | 2009-06-11 | 1 | -19/+7 |
* | Hook up the Linux bookmark bubble to the bookmark editor. | deanm@chromium.org | 2009-06-08 | 1 | -15/+98 |
* | Implement more of the BookmarkBubble, connecting it to the bookmark system. | deanm@chromium.org | 2009-06-03 | 1 | -36/+119 |
* | Implement the base for the BookmarkBubble UI. | deanm@chromium.org | 2009-06-03 | 1 | -9/+75 |
* | Improvements to Linux InfoBubble and BookmarkBubble. | deanm@chromium.org | 2009-05-06 | 1 | -3/+68 |
* | Implement a mostly working InfoBubble with a shim BookmarkBubble. | deanm@chromium.org | 2009-04-30 | 1 | -0/+26 |