index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
renderer_host
/
render_widget_host_view_android.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 237857 "Revert 237848 "Use LatencyInfoSwapPromise to trac..."
dbeam@chromium.org
2013-11-29
1
-2
/
+6
*
Revert 237848 "Use LatencyInfoSwapPromise to track LatencyInfo t..."
dbeam@chromium.org
2013-11-29
1
-6
/
+2
*
Use LatencyInfoSwapPromise to track LatencyInfo through compositor
miletus@chromium.org
2013-11-29
1
-2
/
+6
*
android: Wake up GPU also for touch events
skyostil@chromium.org
2013-11-28
1
-3
/
+3
*
Adding compositor callbacks to RenderWidgetHostViewAndroid
powei@chromium.org
2013-11-21
1
-15
/
+26
*
Replace old with new synthetic gesture framework.
dominikg@chromium.org
2013-11-21
1
-26
/
+0
*
Revert 236254 "Replace old with new synthetic gesture framework."
rch@chromium.org
2013-11-20
1
-0
/
+26
*
Replace old with new synthetic gesture framework.
dominikg@chromium.org
2013-11-20
1
-26
/
+0
*
Android: Use kUIPrioritizeInGpuProcess
sievers@chromium.org
2013-11-13
1
-1
/
+7
*
Enable link-rel prerender for Android.
ellyjones@chromium.org
2013-11-13
1
-1
/
+2
*
SyntheticGestureTarget implementation for injecting synthetic input events.
kouhei@chromium.org
2013-11-12
1
-0
/
+7
*
Warm up the GPU when the user touches the screen
skyostil@chromium.org
2013-11-08
1
-7
/
+27
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-13
/
+13
*
Introduce separate client and init path for single-threaded cc
jamesr@chromium.org
2013-11-07
1
-5
/
+0
*
Remove WGC3D::isContextLost references from cc
jamesr@chromium.org
2013-11-06
1
-4
/
+0
*
Android: Don't instantiate TextureImageTransportSurface
sievers@chromium.org
2013-11-06
1
-37
/
+2
*
Fix flaky Android renderer accessibility crash.
dmazzoni@chromium.org
2013-11-01
1
-7
/
+13
*
[android] Fire accessibility events when scrolling sublayers.
mkosiba@chromium.org
2013-10-31
1
-0
/
+4
*
android: Save the output surface id in the ubercomp path.
danakj@chromium.org
2013-10-31
1
-6
/
+8
*
android: Don't SetClient on the resource collection if it doesn't exist
danakj@chromium.org
2013-10-31
1
-3
/
+5
*
android: Clear the DelegatedFrameResourceCollection client.
danakj@chromium.org
2013-10-29
1
-0
/
+4
*
replace setIsOpaque (deprecated) with explicit SkAlphaType
reed@google.com
2013-10-24
1
-2
/
+2
*
[Android] Suppress spurious overscroll releases from ScrollEnd gestures
jdduke@chromium.org
2013-10-15
1
-4
/
+1
*
android: Add missing are_layers_attached_ checks.
danakj@chromium.org
2013-10-10
1
-3
/
+6
*
aura: Allow delegated frames to be used by more than one impl layer.
danakj@chromium.org
2013-10-09
1
-26
/
+96
*
Android: Remove unused browser compositor code
sievers@chromium.org
2013-10-08
1
-23
/
+7
*
Switch to sending IME selection updates early.
aurimas@chromium.org
2013-10-01
1
-8
/
+1
*
Remove the OverscrollGlow when not needed
clholgat@chromium.org
2013-09-26
1
-9
/
+14
*
[Android] Provide synchronized input flush with BeginFrame
jdduke@chromium.org
2013-09-26
1
-6
/
+26
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-24
1
-1
/
+1
*
Make the RenderViewHostImpl update its visibility after a swap, and bring
zturner@chromium.org
2013-09-23
1
-2
/
+6
*
Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"
davemoore@chromium.org
2013-09-20
1
-1
/
+1
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-20
1
-1
/
+1
*
cc: Move TextureMailbox::ReleaseCallback to SingleReleaseCallback.
danakj@chromium.org
2013-09-17
1
-8
/
+12
*
Synthetic pinch-to-zoom gesture.
dominikg@chromium.org
2013-09-12
1
-1
/
+16
*
Move Range code to gfx.
ben@chromium.org
2013-09-06
1
-1
/
+1
*
Use Blink accessibility enums in Chromium
dmazzoni@chromium.org
2013-09-04
1
-3
/
+3
*
[Android] Provide a valid initial size for the overscroll effect
jdduke@chromium.org
2013-09-04
1
-1
/
+1
*
reorder RenderWidgetHostViewPort::TextInputTypeChanged argument
yoichio@chromium.org
2013-09-04
1
-2
/
+2
*
Move ScopedClosureRunner to callback_helpers, add Reset.
avi@chromium.org
2013-08-30
1
-6
/
+7
*
Refactor synthetic gesture handling to prepare for more gestures.
dominikg@chromium.org
2013-08-23
1
-6
/
+6
*
DevTools: [Android] implement RenderWidgetHostViewAndroid::CopyFromCompositin...
pfeldman@chromium.org
2013-08-12
1
-4
/
+120
*
Fix scoped of closer for ACK for editor-related changes.
nyquist@chromium.org
2013-08-10
1
-7
/
+7
*
Require ACK for editor-related changes not originating from browser.
nyquist@chromium.org
2013-08-05
1
-0
/
+12
*
Handle root layer fling Java-side in android_webview.
mkosiba@chromium.org
2013-08-02
1
-0
/
+9
*
Fix crash in OnAccessibilityNotifications on Android.
dmazzoni@chromium.org
2013-08-02
1
-0
/
+6
*
android: Don't reuse mailboxes from old output surfaces
skyostil@chromium.org
2013-07-31
1
-3
/
+13
*
[Android] Release overscroll glow when the scroll gesture ends
jdduke@chromium.org
2013-07-26
1
-1
/
+4
*
Move NPAPI implementation out of webkit/plugins/npapi and into content.
jam@chromium.org
2013-07-19
1
-1
/
+1
*
Associate an id with the output surface to handle lost contexts
piman@chromium.org
2013-07-18
1
-5
/
+12
[next]