summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host_view_android.cc
Commit message (Expand)AuthorAgeFilesLines
* Handle finish composition on selection by long presschangwan2015-08-111-11/+4
* Merge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputStateChanged ...shuchen2015-07-311-11/+1
* Create ack callback in RWHVAndroid before submitting frame.jbauman2015-07-311-6/+7
* [Android] Use onStop/onStart for hiding/showing web contentsjdduke2015-07-231-12/+7
* Send ui::LatencyInfo from renderer frame to Surface.jbauman2015-07-231-14/+13
* Simplify InputMethodWin initialization.shuchen2015-07-191-2/+0
* Update touch selection notification names, add ESTABLISHED.donnd2015-07-171-1/+1
* android: Use a hard coded BeginFrame deadlinebrianderson2015-07-161-4/+3
* Fix some bugs in Android thumbnail capturedtrainor2015-07-151-2/+4
* [Android] Expose native ViewConfiguration constants as DIPsjdduke2015-07-091-2/+1
* Avoid changing widget visibility for temporal surface changes.jdduke2015-06-181-3/+8
* Synchronize ImeAdaptor on focus for ContentViewCoredpolukhin2015-06-181-0/+6
* Android: Set browser offscreen ctx type for statssievers2015-06-051-0/+1
* Enable mousewheel scrolling in Android telemetry tests.tdresser2015-06-041-1/+1
* [Android] Only request BeginFrame when frame-causal events are sentjdduke2015-06-041-4/+5
* Support out-of-process iframes with Surfaces on Android.jbauman2015-06-031-1/+8
* Support longpress drag selectionjdduke2015-06-021-15/+29
* Extract touch selection helper functions in content into their own filemohsen2015-06-021-26/+1
* Validate that asynchronous touch acks are associated with the right eventlanwei2015-05-251-1/+2
* CC: Plumb LayerSettings parameter for cc::Layer construction.loyso2015-05-251-2/+6
* [Android] Prevent touch interception for browser-consumed touchesjdduke2015-05-181-12/+30
* [Contextual Search] Add support for tap on the selection.donnd2015-05-131-10/+11
* Reland "[Android] Preserve the front buffer when the activity is paused"jdduke2015-05-111-36/+86
* cleanup: Remove RenderWidgetHostViewBase::Blur().sadrul2015-05-111-7/+6
* Maintain minimal error response.siva.gunturi2015-05-081-12/+11
* Restore simple fling status bookkeepingjdduke2015-05-011-6/+2
* [Android] Avoid using ContentViewCore when detaching from RWHVAndroidjdduke2015-04-291-12/+15
* Remove maintaing ReadbackRequests for copyFromCompositingSurface.siva.gunturi2015-04-281-58/+1
* Revert of [Android] Stop hiding the RWHV layer subtree when hiding the widget...jdduke2015-04-271-90/+39
* Update {virtual,override} to follow C++11 style in content.nick2015-04-241-1/+1
* Fallback to RGBA_8888 if readback format is not supportedbehara.ms2015-04-241-27/+14
* Plumb selection bounds as a single unitjdduke2015-04-231-16/+6
* Unifying how gesture event inherits touch event's LatencyInfomiletus2015-04-171-19/+2
* [Android] Use the platform SwipeRefreshLayoutjdduke2015-04-151-10/+2
* [Android] Allow custom ActionMode creation via ContentViewClientjdduke2015-04-151-3/+15
* Don't do SetNeedsDisplay when updating delegated layer on android.jbauman2015-04-101-1/+0
* [Android] Properly filter GestureFlingCancel eventsjdduke2015-04-081-3/+6
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-20/+31
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-31/+20
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-20/+31
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-31/+20
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-011-20/+31
* Refactors gesture conversion functions to ui/events/blinksky2015-03-271-2/+3
* Reland "[Android] Preserve the front buffer when the activity is paused"jdduke2015-03-251-39/+90
* Revert of [Android] Stop hiding the RWHV layer subtree when hiding the widget...boliu2015-03-251-90/+39
* [Android] Preserve the front buffer when the activity is pausedjdduke2015-03-241-39/+90
* Split cc/base into separate GN source_set and clean depsjamesr2015-03-161-1/+1
* Put renderer contents in separate Surface on Androidjbauman2015-03-121-47/+154
* Always forward touch events to the TouchEventQueuejdduke2015-02-261-10/+6
* Remove cc dependency from ui/basejaekyun2015-02-241-2/+2