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