| Commit message (Expand) | Author | Age | Files | Lines |
* | Move OverscrollController to RenderWidgetHostViewAura | jdduke@chromium.org | 2014-06-03 | 1 | -14/+0 |
* | Implement Android accessible hit testing using an IPC to the renderer process. | dmazzoni@chromium.org | 2014-05-22 | 1 | -0/+1 |
* | Bundle DidOverscrollParams with the input event ack | jdduke@chromium.org | 2014-05-20 | 1 | -0/+1 |
* | Remove RWHI::view_being_painted_ | piman@chromium.org | 2014-05-16 | 1 | -3/+0 |
* | Remove browser-side tracking of accelerated compositing | piman@chromium.org | 2014-05-16 | 1 | -9/+0 |
* | Remove RenderWidget::SetBackground, change IPC to pass a bool. | danakj@chromium.org | 2014-05-13 | 1 | -2/+2 |
* | Remove ViewHostMsg_UpdateIsDelayed | piman@chromium.org | 2014-05-11 | 1 | -4/+0 |
* | Move some interfaces from content/port to internal content since they're not ... | jam@chromium.org | 2014-05-05 | 1 | -2/+2 |
* | Remove RenderWidgetHostViewPort. | jam@chromium.org | 2014-05-01 | 1 | -3/+3 |
* | RWHI should implement BrowserAccessibilityDelegate | dmazzoni@chromium.org | 2014-04-30 | 1 | -10/+17 |
* | Use DidOverscrollParams in the browser | jdduke@chromium.org | 2014-04-29 | 1 | -2/+0 |
* | Implement overscroll support for the virtual keyboard. Instead of resizing w... | kevers@chromium.org | 2014-04-28 | 1 | -0/+5 |
* | Remove RenderWidgetHost::GetSnapshotFromRenderer. | danakj@chromium.org | 2014-04-27 | 1 | -6/+0 |
* | Change disambiguation popup to use the shared bitmap manager. | jbauman@chromium.org | 2014-04-23 | 1 | -1/+2 |
* | Remove ViewMsg_UpdateRect_ACK | jbauman@chromium.org | 2014-04-22 | 1 | -5/+0 |
* | Remove browser side of legacy 2D path. | jbauman@chromium.org | 2014-04-16 | 1 | -44/+3 |
* | Revert 263647 "Revert 263644 "[DevTools] Touch emulation in cont..." | dgozman@chromium.org | 2014-04-15 | 1 | -1/+13 |
* | Revert 263644 "[DevTools] Touch emulation in content." | fischman@chromium.org | 2014-04-14 | 1 | -13/+1 |
* | [DevTools] Touch emulation in content. | dgozman@chromium.org | 2014-04-14 | 1 | -1/+13 |
* | Remove stale GPU code on Windows/Mac | piman@chromium.org | 2014-04-12 | 1 | -13/+0 |
* | Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ... | piman@chromium.org | 2014-04-11 | 1 | -4/+1 |
* | Simplify some Win Aura ifdefs. | jam@chromium.org | 2014-04-11 | 1 | -1/+1 |
* | [Mac] Don't pause for pending resize in overlay views. | dgozman@chromium.org | 2014-04-08 | 1 | -0/+3 |
* | Implement actions for Automation API. | dtseng@chromium.org | 2014-04-05 | 1 | -24/+9 |
* | Move textual replacement to WebContents. | avi@chromium.org | 2014-04-03 | 1 | -2/+0 |
* | Call setEditableSelectionOffsets, setCompositionFromExistingText and extendSe... | jam@chromium.org | 2014-03-27 | 1 | -4/+0 |
* | Add AccessibilityModeTreeOnly, which is enabled via the automation API. | aboxhall@chromium.org | 2014-03-27 | 1 | -0/+3 |
* | Mac: Don't wait for new frames inside draw functions | ccameron@chromium.org | 2014-03-25 | 1 | -0/+5 |
* | Move selection related code to RenderFrame. Also finish moving the rest of th... | jam@chromium.org | 2014-03-21 | 1 | -12/+10 |
* | Revert 258512 "CoreAnimation: Don't wait for frames during draw" | engedy@chromium.org | 2014-03-21 | 1 | -5/+0 |
* | CoreAnimation: Don't wait for frames during draw | ccameron@chromium.org | 2014-03-21 | 1 | -0/+5 |
* | Expose locks for CopyFromCompositingSurface/CopyFromBackingStore API | powei@chromium.org | 2014-03-21 | 1 | -0/+5 |
* | Move webcursors code from webkit/ to content. | tfarina@chromium.org | 2014-03-20 | 1 | -1/+1 |
* | Revert 252883 "Remove tests and code for showModalDialog" | jamesr@chromium.org | 2014-03-16 | 1 | -1/+1 |
* | Query the preferred readback config in CopyFromBackingStore | siva.gunturi@samsung.com | 2014-03-13 | 1 | -1/+4 |
* | Almost finish moving context_menu_node_ from RenderViewImpl to RenderFrameImpl. | jam@chromium.org | 2014-03-08 | 1 | -3/+0 |
* | Add touch-action content browser test | rbyers@chromium.org | 2014-02-28 | 1 | -0/+9 |
* | Revert 252889 "Revert 252883 "Remove tests and code for showModa..." | jamesr@chromium.org | 2014-02-24 | 1 | -1/+1 |
* | Revert 252883 "Remove tests and code for showModalDialog" | haraken@chromium.org | 2014-02-24 | 1 | -1/+1 |
* | Remove tests and code for showModalDialog | jamesr@chromium.org | 2014-02-24 | 1 | -1/+1 |
* | Remove Tabpose feature on mac, and supporting infrastructure (PaintAtSize) | piman@chromium.org | 2014-02-14 | 1 | -5/+0 |
* | Switch AccessibilityMode to be a bitmap. | aboxhall@chromium.org | 2014-02-12 | 1 | -2/+15 |
* | Create a visible window with class name Chrome_RenderWidgetHostHWND which cor... | ananta@chromium.org | 2014-02-07 | 1 | -6/+0 |
* | Remove rendering stats API | ernstm@chromium.org | 2014-02-04 | 1 | -3/+0 |
* | Make sure INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT is created when event passe... | miletus@chromium.org | 2014-01-22 | 1 | -2/+4 |
* | Removed requirement for the renderer to know it's process ID | bajones@chromium.org | 2014-01-21 | 1 | -0/+5 |
* | Let the browser know the end of fling | wangxianzhu@chromium.org | 2014-01-17 | 1 | -0/+1 |
* | Make WindowReachedScreen support async readback | enne@chromium.org | 2014-01-16 | 1 | -0/+6 |
* | Remove gpu side LatencyInfo merging | miletus@chromium.org | 2014-01-16 | 1 | -1/+2 |
* | Remove WGC3DCBImpl::GetGPUProcessID() | sievers@google.com | 2014-01-15 | 1 | -4/+0 |