summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_host_view_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where not all autocomplete entries were being shown whentony@chromium.org2009-12-011-6/+6
* GTK: Don't send double/triple click events to renderer.estade@chromium.org2009-11-241-0/+2
* Assorted cleanup.estade@chromium.org2009-11-231-1/+2
* Fix bug where crossing events (mouse enter, mouse leave) were being sentestade@chromium.org2009-11-121-2/+16
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Add a RWH_TabSwitchPaintDuration histogram.chase@chromium.org2009-11-121-0/+11
* Revert "Add a RWH_TabSwitchPaintDuration histogram."chase@chromium.org2009-11-111-11/+0
* Add a RWH_TabSwitchPaintDuration histogram.chase@chromium.org2009-11-111-0/+11
* Reverting 31632 - looks like it broke some tests.dpranke@google.com2009-11-111-11/+0
* Add a RWH_TabSwitchPaintDuration histogram.chase@chromium.org2009-11-111-0/+11
* Tell the RWH about the intial window size for drop down menus.tony@chromium.org2009-11-051-2/+4
* Only send renderer resize messages for RWHV sizing caused bytony@chromium.org2009-11-041-12/+5
* Re-landing of r30726, which was reverted as a possible cause of chromeos buil...estade@chromium.org2009-11-021-1/+17
* Revert "Handle GTK enter and leave notification events and pass them to WebKi...rafaelw@chromium.org2009-11-021-17/+1
* Handle GTK enter and leave notification events and pass them to WebKit as estade@chromium.org2009-11-021-1/+17
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Don't send tab switching/killing/creating keyboard accelerators to pages. Th...jam@chromium.org2009-10-021-0/+6
* Allow the initial size of TabContentViews to be based on thetony@chromium.org2009-09-251-0/+1
* Calculate whiteout duration on linux (the time we draw greentony@chromium.org2009-09-251-0/+11
* Size the render widget host view when the browser tries to set it to a partic...tony@chromium.org2009-09-181-15/+17
* linux: add names to some widgets for parasite's benefitevan@chromium.org2009-09-171-0/+1
* This CL makes the focus remembered across tab switches for Chrome Linux with ...jcampan@chromium.org2009-09-141-1/+1
* GTK: Cache our GdkCursor objects, since building them hits the disk.erg@google.com2009-09-121-1/+2
* Supports Gtk keyboard themes.suzhe@chromium.org2009-09-101-0/+15
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-16/+0
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-3/+3
* Draw background of Linux extension toolstrips.phajdan.jr@chromium.org2009-08-271-0/+5
* Fix issue 19081: Linux: Not able to switch input method correctly in web page...suzhe@chromium.org2009-08-261-3/+4
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-251-24/+5
* Remove include of IPC headers from headers they crept into. This slows down ...jam@chromium.org2009-08-201-2/+5
* Cleanup GtkIMContext related code by splitting it into separated source file.suzhe@chromium.org2009-08-111-565/+5
* GTK: render view: grab focus *before* forwarding mouse event to renderer.estade@chromium.org2009-07-301-3/+4
* Make GTK file dialog box modal for parent window, instead of for the entireestade@chromium.org2009-07-211-1/+6
* This change list improves IME support on Linux. Many corner cases that were notestade@chromium.org2009-07-211-154/+585
* remove accidentally committed debugging spewestade@chromium.org2009-07-171-1/+0
* GTK: Add some missing hotkeys.estade@chromium.org2009-07-171-2/+16
* Reverting 20855.darin@chromium.org2009-07-161-2/+2
* Reverting 20854.darin@chromium.org2009-07-161-2/+2
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-2/+2
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-151-2/+23
* Reverting 20683.jorlow@chromium.org2009-07-141-23/+2
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-141-2/+23
* GTK: For the render view, count keyboard grab shadows the same as focus events.estade@chromium.org2009-07-131-0/+18
* A quick fix for Issue 15971.hbono@chromium.org2009-07-101-3/+4
* Always let other handlers run for render area mouse clicks.estade@chromium.org2009-07-091-1/+3
* Remove dead code in RWHV Gtk.estade@chromium.org2009-07-091-10/+0
* Linux: For mouse button clicks, only send buttons 1, 2, 3 to the renderer.estade@chromium.org2009-07-091-1/+4
* linux: OOP windowed pluginsevan@chromium.org2009-07-071-5/+17
* Only force-abort popup render views on mousedown.estade@chromium.org2009-07-071-6/+6
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-061-17/+5