summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/gtk/browser_window_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Modify BrowserWindowGtk to allow subclasses to handle resize differently.jennb@chromium.org2012-04-071-5/+12
* Don't show the fullscreen bubble if we didn't actually go fullscreen.tony@chromium.org2012-04-061-11/+7
* Add static method for creating the popup displaying the Website Settings UI.markusheintz@chromium.org2012-04-041-0/+6
* [Sync] [GTK] Implement one-click signin bubble for GTKakalin@chromium.org2012-03-301-3/+3
* Add password generation browser UI for Linux.gcasto@chromium.org2012-03-301-0/+13
* [Sync] [Mac] Implement one-click signin bubble for OS Xakalin@chromium.org2012-03-281-1/+3
* Show a confirmation bubble after one-click sign inrogerta@chromium.org2012-03-261-0/+8
* Add Chrome To Mobile GTK page action and bubble.msw@chromium.org2012-03-221-1/+1
* Original CL (http://codereview.chromium.org/9390038/) somehow got screwed and...oshima@chromium.org2012-03-161-1/+2
* Add alwaysOnTop property to extension Window objectdcheng@chromium.org2012-03-161-0/+4
* Add Chrome To Mobile Service and Views Page Action.msw@chromium.org2012-03-131-0/+4
* Refactor the ExtensionKeybindingRegistry into cross-platform and Views specif...finnur@chromium.org2012-03-091-1/+13
* For pop-up windows, include the string "pop-up" in the window's WM_WINDOW_ROL...markus@chromium.org2012-03-061-0/+2
* DevTools: persist vertical split location in a separate property.pfeldman@chromium.org2012-03-061-2/+5
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Added yoshiki@chromium.org to task-manager related OWNERS files, as estade re...kgr@chromium.org2012-03-051-1/+1
* Clean up remaining obsolete WebUI.flackr@chromium.org2012-02-291-6/+0
* gtk: Rename GtkThemeService to ThemeServiceGtk.tfarina@chromium.org2012-02-271-5/+5
* Implement Panel overflow for Linux. Does not include overflow indicator.jennb@chromium.org2012-02-231-0/+3
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-1/+1
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-1/+1
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-1/+1
* Add method skeleton for showing website settings.markusheintz@chromium.org2012-02-201-0/+8
* Remove WebUI dialogs controlled by IsMoreWebUI which have native equivalents.flackr@chromium.org2012-02-161-3/+2
* Linux: Overlay Chrome window icon with profile avatar or Incognitofrancoisk777@gmail.com2012-02-151-1/+17
* GTK: Closing in on being completely GSEALed.erg@chromium.org2012-02-151-2/+4
* Revert 121487 - Implemented overflow for Linux. Does not include overflow ind...rvargas@google.com2012-02-101-8/+0
* Implemented overflow for Linux. Does not include overflow indicator.prasadt@chromium.org2012-02-101-0/+8
* Panels not getting focus on Linux when expanded from API on Linux.prasadt@chromium.org2012-02-071-3/+0
* Cleanup: Remove more uses of Browser::tabstrip_model().thestig@chromium.org2012-02-011-4/+4
* Linux: use the bounds from the most recent BrowserWindowGtk::OnConfigure() ca...mdm@chromium.org2012-02-011-2/+5
* GTK: Showing devtools on some pages leave ugly unpainted bar beneath omnibox.pfeldman@chromium.org2012-01-271-44/+43
* Change grow box computation back to a method on BrowserWindowthakis@chromium.org2012-01-231-0/+4
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-1/+1
* Implement chrome.windows.update(drawAttention=false).jennb@chromium.org2012-01-141-2/+2
* Add Browser::IsPanelWindow() to correctly identify panel windows.stevenjb@google.com2012-01-111-0/+4
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-091-3/+2
* Revert 116834 - Don't use browser windows for platform app shell windows.aa@chromium.org2012-01-081-2/+3
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-3/+2
* Revert 116803 - Don't use browser windows for platform app shell windows.sky@chromium.org2012-01-071-2/+3
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-3/+2
* Get rid of the ChromeWebUI class and just make all the classes in chrome deri...jam@chromium.org2012-01-061-2/+2
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-2/+1
* Get rid of another bunch of tab_contents.h includes from chrome and switch th...jam@chromium.org2012-01-051-7/+7
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-031-1/+1
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-11/+11
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-2/+4
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-2/+2
* TBR=jampfeldman@chromium.org2011-12-291-35/+95
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-1/+2