summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents_view_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-101-30/+0
* Make the default RendererPreferences smarter.estade@chromium.org2009-12-041-4/+0
* linux: use TabContents to launch url for link in crash pagekuan@chromium.org2009-12-031-2/+2
* Add support for ShowHtmlDialog() to Linux. This is modeled off the MacOS and...zork@chromium.org2009-11-181-2/+5
* gtk: Hide the status bubble when the mouse nears it.derat@chromium.org2009-11-141-2/+4
* GTK: Fix context menu positioning.estade@chromium.org2009-11-061-1/+6
* Only send renderer resize messages for RWHV sizing caused bytony@chromium.org2009-11-041-2/+7
* Revert "Convert tabcontentscontainer to use a vbox instead of a fixed. The"tony@chromium.org2009-11-041-0/+2
* Convert tabcontentscontainer to use a vbox instead of a fixed. Thetony@chromium.org2009-11-031-2/+0
* Fix conflicts between accelerator keys and HTML DOM accesskeys.suzhe@chromium.org2009-10-231-4/+4
* Pulls WebDragDest out of TabContentsViewGtk so that it can be used bysky@chromium.org2009-10-081-233/+2
* Ensure that the plugin HWND doesn't disappear before the plugin gets NPP_SetW...jam@chromium.org2009-10-081-5/+0
* Pass unhandled keyup messages coming in from the renderer to the underlying v...ananta@chromium.org2009-10-031-1/+4
* Allow the initial size of TabContentViews to be based on thetony@chromium.org2009-09-251-3/+5
* This CL makes the browser focus tests faster by replacingjcampan@chromium.org2009-09-181-2/+4
* Size the render widget host view when the browser tries to set it to a partic...tony@chromium.org2009-09-181-14/+9
* linux: add names to some widgets for parasite's benefitevan@chromium.org2009-09-171-0/+1
* mac: drop NOTIMPLEMENTED in GotFocus()avi@chromium.org2009-09-151-1/+1
* linux: drop NOTIMPLEMENTED in GotFocus()evan@chromium.org2009-09-151-1/+2
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-8/+20
* Improves key event handing code of BrowserWindowGtk.suzhe@chromium.org2009-08-261-88/+1
* Moves GtkDndUtil into app.sky@chromium.org2009-08-181-1/+1
* Reland r23358 with a fix for linux unit_tests:tony@chromium.org2009-08-131-2/+5
* Take 2 at fixing anchor links opening in background tabs on linux.tony@chromium.org2009-08-131-2/+10
* Revert "Fix anchor links opening in background tabs on linux. Also fix"tony@chromium.org2009-08-131-8/+2
* Fix anchor links opening in background tabs on linux. Also fixtony@chromium.org2009-08-131-2/+8
* Refactors drag support from TabContentsViewGtk intosky@chromium.org2009-08-121-203/+11
* Linux: Pass font settings through to interstitial renderers.derat@chromium.org2009-08-061-46/+1
* GTK: Fancy html5 draggy stuff.estade@chromium.org2009-08-051-50/+115
* Gtk: DnD extravaganzaestade@chromium.org2009-07-281-17/+6
* When a web contents drag has a URL but no title, make up a title for it.estade@chromium.org2009-07-221-14/+30
* Linux: pass users' font settings through to renderer.agl@chromium.org2009-07-211-0/+49
* A quick fix for Issue 13711 (the second part)hbono@chromium.org2009-07-171-1/+88
* Allow dragging a link from the web contents to the bookmark bar to get a name...estade@chromium.org2009-07-171-19/+34
* Fix web contents drag corner case.estade@chromium.org2009-07-161-1/+5
* GTK Themes: Refactored to use notifications instead of manual plumbing.erg@google.com2009-07-131-16/+0
* GTK: Support for more drag targets in renderer destination.estade@chromium.org2009-07-081-12/+46
* GTK Themes: Theme the popup notification.erg@google.com2009-07-071-1/+19
* GTK: first cut at web contents as drag destination.estade@chromium.org2009-07-071-2/+201
* GTK: when doing a drag from a web page, pass a recent mouse down to gtk_drag_...estade@chromium.org2009-07-021-3/+9
* More web contents dragging.estade@chromium.org2009-06-291-8/+63
* Linux web drag first cut.estade@chromium.org2009-06-271-7/+47
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class (Take 2).hbono@chromium.org2009-06-251-0/+8
* Fix crasher where we tried to access a destroyed render widget host view.estade@chromium.org2009-06-231-1/+1
* Remove TOOLKI_VIEWS cruft from tab_contents_view_gtk.cc now that it has its o...jhawkins@chromium.org2009-06-231-4/+0
* GTK: HTTP Auth dialogs under linux.erg@google.com2009-06-191-0/+52
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+4
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-121-0/+1
* Linux: Special case focus handling so that we don't tell webkit it's lost foc...estade@chromium.org2009-06-111-1/+1
* GTK: Implement BlockedPopupContainerView for linux.erg@google.com2009-06-101-10/+69