summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk
Commit message (Expand)AuthorAgeFilesLines
* Unbreak build.estade@chromium.org2009-04-221-1/+3
* Avoid DCHECK in nine box during download shelf animation.estade@chromium.org2009-04-222-4/+9
* Remove a debugging change that was accidentally added to r14123.jhawkins@chromium.org2009-04-221-1/+0
* Add new item animation to download shelf.estade@chromium.org2009-04-226-15/+60
* Merge BookmarkContextMenuGtk back into BookmarkContextMenu.erg@google.com2009-04-214-474/+5
* Unbreak accelerators, and add ctrl+_ for zoom out.estade@chromium.org2009-04-211-1/+5
* GTK: Properly escape download item label markup.estade@chromium.org2009-04-211-9/+10
* Fix a memory leak in the download shelf.estade@chromium.org2009-04-211-2/+5
* Fix #include (.h, not .cc).sgk@google.com2009-04-211-1/+1
* Hook up alt-d on linux.estade@chromium.org2009-04-211-2/+2
* I missed this file in my last checkinestade@chromium.org2009-04-211-4/+11
* Add open/close animations to infobar, download shelf.estade@chromium.org2009-04-216-48/+214
* Handle a race between the remove tab animation resizing the closing tab and t...jhawkins@chromium.org2009-04-211-1/+11
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-1/+1
* Make sure to free any remaining tabs on tabstrip destruction. There are two ...jhawkins@chromium.org2009-04-201-0/+10
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-2/+2
* Better alignment of the omnibox edit entry.deanm@chromium.org2009-04-202-26/+87
* Reverting 14005.brettw@chromium.org2009-04-181-2/+2
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-2/+2
* Refactor NineBox to take 9 image ids instead of having to createtc@google.com2009-04-175-129/+103
* Make sure to delete the tab when we remove it from the tab strip. Also remov...jhawkins@chromium.org2009-04-161-1/+5
* Refactor the tab button logic into TabButtonGtk.jhawkins@chromium.org2009-04-168-300/+388
* Recommit previous change with GYP files fixed.erg@google.com2009-04-1610-48/+570
* Have ResourceBundle own GdkPixbufs.tc@google.com2009-04-169-92/+76
* Reverts the previous two commits. (r13812 and r13811).erg@google.com2009-04-1510-570/+48
* Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements.erg@google.com2009-04-1510-48/+570
* Try to fix yet another compile failurepkasting@chromium.org2009-04-151-7/+7
* Change GTK Go button impl to match the changes I already made to the Windows ...pkasting@chromium.org2009-04-152-43/+16
* Fix regression I introduced where Stop/Go button would toggle state instantly...pkasting@chromium.org2009-04-152-3/+3
* Simplify TabGtk::ContextMenuController by adding methods to dynamically build...jhawkins@chromium.org2009-04-144-67/+63
* Convert instances of WideToUTF8(l10n_util::GetString( totc@google.com2009-04-146-30/+28
* Implement context menu handling for the Linux tab strip.jhawkins@chromium.org2009-04-146-9/+152
* Remove extra zoom menu items.thestig@chromium.org2009-04-142-20/+19
* Add a Cocoa file picker.avi@google.com2009-04-141-4/+1
* Fix a crash when the browser opens a popup window in Linux.jhawkins@chromium.org2009-04-141-0/+5
* Linux: Ignore certain menu accelerators.estade@chromium.org2009-04-145-34/+47
* Implement tooltips for the Go/Stop button in Linux.willchan@chromium.org2009-04-135-8/+48
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-14/+15
* Enable zooming in on Linux.thestig@chromium.org2009-04-111-1/+9
* Make linux link buttons pretty.estade@chromium.org2009-04-103-12/+64
* Use favicons in the bookmark bar under GTK.erg@google.com2009-04-102-11/+34
* GTK: implement link info bars (first cut).estade@chromium.org2009-04-101-12/+55
* Factor out MakeLinkButton into its own class.estade@chromium.org2009-04-104-60/+113
* Fill in NOTIMPLEMENTEDs in BookmarkBarGtk. Can now reorder bookmarks.erg@google.com2009-04-102-51/+198
* Fix gcc warnings when -Wall got re-enabled for Linux.willchan@chromium.org2009-04-104-13/+12
* Remove instances of the New Tab button images that are not being used anymore.jhawkins@chromium.org2009-04-102-8/+0
* Comment the unselected_width parameter to the newly-added LayoutNewTabButton ...jhawkins@chromium.org2009-04-102-7/+9
* Add the New Tab button for Linux tabstrip.jhawkins@chromium.org2009-04-102-7/+248
* Restore -Wall to Linux build and set up for -Werror.sgk@google.com2009-04-092-4/+1
* Fix ctrl+tab/ctrl+shift+tab were not working if web contents did not have foc...tc@google.com2009-04-092-25/+43