summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_host_view_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* Improve input method support.suzhe@chromium.org2010-06-231-1/+3
* Merge DidPaintBackingStoreRects and DidScrollBackingStoreRectdarin@chromium.org2010-06-111-2/+3
* Use customized RGBA-enabled tooltip window for tooltip on ChroemOSxiyuan@chromium.org2010-04-281-0/+11
* Fix class/struct forward-declare mixups.evan@chromium.org2010-04-161-1/+1
* GTK: fix <select> dropdown corner case behaviors caused by WebKit changeset 5...estade@chromium.org2010-04-091-3/+13
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-071-0/+3
* This CL ensures the interstitial when hidden does not calljcivelli@google.com2010-03-291-0/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Add --enable-gpu-rendering instead of relying on a hardcoded constant.scherkus@chromium.org2010-03-021-0/+3
* Initial work for cross-process video rendering using layers.scherkus@chromium.org2010-02-261-0/+1
* GTK: visually de-emphasize the render view contents when a constrained window...estade@chromium.org2010-02-161-0/+4
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-101-0/+1
* [Linux] Implement input methods context menu.suzhe@chromium.org2010-01-241-1/+6
* Make the browser-side of the GPU backing store work on Linux (and should nowbrettw@chromium.org2010-01-151-3/+4
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-211-2/+2
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-181-2/+2
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-181-2/+2
* Add a RWH_TabSwitchPaintDuration histogram.chase@chromium.org2009-11-121-0/+3
* Revert "Add a RWH_TabSwitchPaintDuration histogram."chase@chromium.org2009-11-111-3/+0
* Add a RWH_TabSwitchPaintDuration histogram.chase@chromium.org2009-11-111-0/+3
* Reverting 31632 - looks like it broke some tests.dpranke@google.com2009-11-111-3/+0
* Add a RWH_TabSwitchPaintDuration histogram.chase@chromium.org2009-11-111-0/+3
* Attempt at fixing bug 24248 with a workaround.jcampan@chromium.org2009-10-281-0/+1
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Don't send tab switching/killing/creating keyboard accelerators to pages. Th...jam@chromium.org2009-10-021-1/+1
* Calculate whiteout duration on linux (the time we draw greentony@chromium.org2009-09-251-0/+6
* Size the render widget host view when the browser tries to set it to a partic...tony@chromium.org2009-09-181-0/+4
* Supports Gtk keyboard themes.suzhe@chromium.org2009-09-101-1/+16
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-7/+0
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-1/+1
* Draw background of Linux extension toolstrips.phajdan.jr@chromium.org2009-08-271-0/+1
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-251-9/+2
* Remove include of IPC headers from headers they crept into. This slows down ...jam@chromium.org2009-08-201-1/+0
* Cleanup GtkIMContext related code by splitting it into separated source file.suzhe@chromium.org2009-08-111-4/+6
* This change list improves IME support on Linux. Many corner cases that were notestade@chromium.org2009-07-211-26/+9
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-151-1/+8
* Reverting 20683.jorlow@chromium.org2009-07-141-8/+1
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-141-1/+8
* linux: OOP windowed pluginsevan@chromium.org2009-07-071-0/+6
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-061-6/+0
* linux: OOP windowed pluginsevan@chromium.org2009-07-061-0/+6
* A quick fix for Issue 15531 and 10953hbono@chromium.org2009-07-011-0/+5
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class (Take 2).hbono@chromium.org2009-06-251-0/+23
* Revert 19009 because this prevents inserting return characters.hbono@chromium.org2009-06-231-23/+0
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class.This change i...hbono@chromium.org2009-06-231-0/+23
* Adds kind-of-live thumbnail generation for a potential tab switcher.brettw@chromium.org2009-06-161-32/+30
* Linux: Special case focus handling so that we don't tell webkit it's lost foc...estade@chromium.org2009-06-111-9/+13
* plugins: rename GetPluginNativeView to GetNativeView.evan@chromium.org2009-06-031-2/+2
* Fix a bug where if user has focus follows mouse, moving out oftc@google.com2009-05-261-3/+4
* Fix linux autocomplete popups.estade@chromium.org2009-05-191-10/+0