summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host_view_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect values for MPArch.RWH_TabSwitchPaintDuration. If tab is hidden ...simonhatch@chromium.org2013-04-011-0/+2
* Add RenderWidgetHost::GetSnapshotFromRenderer method to content/ interface fo...justinlin@chromium.org2013-03-231-41/+3
* Change RenderWidgetHostViewGtk::HasFocus() to check global focus instead of t...mthiesse@chromium.org2013-03-181-1/+1
* Connect RenderWidgetHostViewAura to BrowserAccessibilityManager.dmazzoni@chromium.org2013-03-151-4/+5
* Send fewer accessibility tree nodes from renderer to browser.dmazzoni@chromium.org2013-03-071-0/+9
* Remove platform-specific methods in RenderWidgetHostViewPort and RenderWidget...jam@chromium.org2013-02-211-12/+28
* Make texture transport surface creation explicit.alexst@chromium.org2013-02-201-1/+1
* Make all the methods in RenderWidgetHostViewPort pure virtual. There were a f...jam@chromium.org2013-02-191-0/+11
* Part I: clear primary and selection clipboards if data came from content area.vasilii@chromium.org2013-02-181-4/+9
* Tab Capture: Backing store readbacks to YV12 VideoFrames.nick@chromium.org2013-02-111-0/+12
* Move utf_offset_string_conversions and utf_string_conversion_utils to strings.brettw@chromium.org2013-02-071-2/+2
* Avoid getting UI elements in GTK thumbnailspkotwicz@chromium.org2013-02-071-8/+17
* Do not attempt to gtk_widget_destroy when no widget was created.ddorwin@chromium.org2013-02-061-17/+19
* Add ViewHostMsg_SelectionBounds_Paramscjhopman@chromium.org2013-02-051-5/+3
* Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...nick@chromium.org2013-02-021-6/+11
* Fall back to sane defaults for RenderWidgetHostViewGtk::GetBoundsInRootWindow...jochen@chromium.org2013-01-181-2/+2
* Centralize keypress listener handling in non-platform-specific code.isherman@chromium.org2013-01-091-5/+0
* Aura/Android: Send mailbox name with every Swap message.sievers@chromium.org2012-12-211-2/+0
* Put AcceleratedSurfaceMsg_BufferPresented arguments in a struct.sievers@chromium.org2012-12-171-4/+10
* Refactor AutofillPopupView and friendsestade@chromium.org2012-12-141-1/+3
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-101-2/+2
* Revert 171569 as it broke some browser_tests on win_aura.sky@chromium.org2012-12-071-2/+2
* Change www.crbug.com (fails) links to crbug.com links (works).dbeam@chromium.org2012-12-061-1/+1
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-061-2/+2
* Fix unwanted mouse move on pointer unlock.scheib@chromium.org2012-12-051-4/+19
* Update screen rects when showing an infobar.keishi@chromium.org2012-12-031-0/+1
* linux: Remove --scroll-pixels flag.derat@chromium.org2012-11-141-26/+5
* content: Use Vector2d for the UpdateRect and ScrollRect APIsdanakj@chromium.org2012-11-131-1/+2
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-6/+8
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-291-5/+2
* Aura: Resize locks with --ui-enable-threaded-compositingbacker@chromium.org2012-10-271-2/+2
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-5/+8
* touch-event queue: Add a touch-event queue for all platforms.sadrul@chromium.org2012-10-171-3/+0
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-1/+1
* touch: Cleanup touch-event mode switching on windows.sadrul@chromium.org2012-10-121-2/+1
* Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmapreed@google.com2012-10-101-3/+3
* New fix for Win 8 OSKdmazzoni@chromium.org2012-10-081-0/+5
* Fix memory leaks caused by misuse of XFree.mazda@chromium.org2012-09-111-11/+8
* Initial NPAPI plugin support in Win Aura.jam@chromium.org2012-09-111-0/+1
* Add new TextInputState parameters to carry information from WebViewImpl::text...olilan@chromium.org2012-08-211-3/+2
* Adding selection text direction to SelectionBoundsChanged.jcivelli@chromium.org2012-08-101-1/+3
* Rename WasRestored to WasShown across all uses.scshunt@chromium.org2012-07-271-2/+2
* Support copying a partial rectangle region from the compositing surface on Au...mazda@chromium.org2012-07-261-6/+9
* Move more files into the content namespace.darin@chromium.org2012-07-211-21/+18
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-191-1/+1
* instant: Fix crash from gesture events on instant preview.sadrul@chromium.org2012-07-191-1/+1
* Don't turn on accessibility automatically on Linux.dmazzoni@chromium.org2012-07-171-3/+0
* Fix multi monitor fullscreen issue on PPAPI for Linux.nona@chromium.org2012-07-161-4/+19
* Clean up CopyFromBackingStore and CopyFromCompositingSurface.mazda@chromium.org2012-07-131-2/+2
* Support in-browser thumbnailing on GTK.mazda@chromium.org2012-07-121-5/+31