summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/focus_store_gtk.cc
Commit message (Collapse)AuthorAgeFilesLines
* Implement dragging a tab out of a TabStripGtk into its own browser window.jhawkins@chromium.org2009-05-261-4/+2
| | | | | | | | BUG=none TEST=Open a browser window with two tabs, pull one of the tabs out of the tab strip. On release, a new window should be created with the dragged tab contents. Review URL: http://codereview.chromium.org/113787 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16894 0039d316-1c4b-4281-b951-d872f2087c98
* These files got added twice. But how??estade@chromium.org2009-05-151-46/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16195 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Make findbar restore focus to last focused widget on close.estade@chromium.org2009-05-151-0/+92
Factor out some common code to FocusStoreGtk so it can be shared by anyone who cares about remembering which widget last had focus. Currently used in FindBarGtk and TabContentsViewGtk. Review URL: http://codereview.chromium.org/115391 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16189 0039d316-1c4b-4281-b951-d872f2087c98