summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_host_view_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* GTK: fix <select> dropdown corner case behaviors caused by WebKit changeset 5...estade@chromium.org2010-04-091-37/+39
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-071-3/+9
* This CL ensures the interstitial when hidden does not calljcivelli@google.com2010-03-291-0/+5
* [Linux] Always enable emacs key bindings.suzhe@chromium.org2010-03-241-1/+0
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-191-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* First pass at revamping the main menu, now called app launcher.jcampan@chromium.org2010-03-041-1/+1
* Laying down the groundwork for GPU video layers.scherkus@chromium.org2010-03-021-2/+5
* Add --enable-gpu-rendering instead of relying on a hardcoded constant.scherkus@chromium.org2010-03-021-7/+11
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* [Linux]Improve keyboard event handling code of RWHV.suzhe@chromium.org2010-03-011-1/+2
* Initial work for cross-process video rendering using layers.scherkus@chromium.org2010-02-261-0/+20
* GTK: visually de-emphasize the render view contents when a constrained window...estade@chromium.org2010-02-161-2/+34
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-101-0/+22
* Add scrolling to the GPU-accelerated backing store. This also fixes some bugsbrettw@chromium.org2010-01-281-0/+5
* Create initial GPU backing store in the GPU process for X windows applications.brettw@chromium.org2010-01-261-11/+19
* [Linux] Implement input methods context menu.suzhe@chromium.org2010-01-241-0/+4
* GTK: don't repaint render view on focus events.estade@chromium.org2010-01-191-2/+2
* Make the browser-side of the GPU backing store work on Linux (and should nowbrettw@chromium.org2010-01-151-4/+23
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-7/+9
* Fixes bug in RenderWidgetHostViewGtk that occurs if during paintsky@chromium.org2010-01-081-1/+4
* linux: clip max tooltip lengthevan@chromium.org2009-12-291-2/+13
* linux: reduce header interdependenciesevan@chromium.org2009-12-291-1/+2
* [Linux] Fix issue 30995: window resizes vertically when scrolling in a long pagesuzhe@chromium.org2009-12-261-0/+2
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-211-7/+13
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-181-13/+7
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-181-7/+13
* 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