| Commit message (Expand) | Author | Age | Files | Lines |
* | [GTK] extra special handling for bookmark bar drags | estade@chromium.org | 2010-09-13 | 1 | -3/+21 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -2/+1 |
* | Move owned_widget_gtk.* out of common/, into browser/gtk/. | estade@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Nukes the nano tab style on gtk and brings back the toolbar for apps | sky@chromium.org | 2010-07-17 | 1 | -3/+0 |
* | Reland -- Add tab menu item to show/hide toolbar for app tabs | rafaelw@chromium.org | 2010-07-12 | 1 | -0/+3 |
* | Revert "Add tab menu item to show/hide toolbar for app tabs" | rafaelw@chromium.org | 2010-07-08 | 1 | -3/+0 |
* | Add tab menu item to show/hide toolbar for app tabs | rafaelw@chromium.org | 2010-07-08 | 1 | -0/+3 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -4/+5 |
* | GTK: unify the bookmark dragging icon generation code into bookmark utils. | estade@chromium.org | 2010-04-30 | 1 | -0/+8 |
* | 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 |