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
/
renderer
/
render_widget.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid main-thread hop when forwarding overscroll messages
jdduke@chromium.org
2013-06-12
1
-13
/
+0
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-3
/
+3
*
Remove input throttling option in renderer_preferences
fsamuel@chromium.org
2013-06-11
1
-6
/
+1
*
Unified OutputSurface::SwapBuffers.
aelias@chromium.org
2013-06-11
1
-9
/
+14
*
Fix swapbuffers accounting in single-threaded mode
piman@chromium.org
2013-06-11
1
-3
/
+5
*
Don't assert that a resize invalidated something during layout tests
jochen@chromium.org
2013-06-08
1
-3
/
+6
*
Pass the command buffer sizes in the WGC3DCBI constructor
kaanb@chromium.org
2013-06-08
1
-1
/
+1
*
Support plumbing LatencyInfo through the old software path.
jbauman@chromium.org
2013-06-08
1
-0
/
+7
*
Use a direct include of utf_string_conversions.h in content/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Reland r204014 - Don't track whether a resize ack is pending during layout tests
jochen@chromium.org
2013-06-06
1
-6
/
+9
*
Revert 204014 "Don't track whether a resize ack is pending durin..."
jamesr@chromium.org
2013-06-04
1
-9
/
+6
*
Don't track whether a resize ack is pending during layout tests
jochen@chromium.org
2013-06-04
1
-6
/
+9
*
Add support for latency measurement to Telemetry smoothness benchmarks.
jbauman@chromium.org
2013-06-04
1
-0
/
+11
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-1
/
+1
*
Move synchronous compositor into content/browser
joth@chromium.org
2013-05-31
1
-20
/
+7
*
Refactor SynchronousCompositor out of SynchronousCompositorOutputSurface.
mkosiba@chromium.org
2013-05-30
1
-3
/
+14
*
Update refernces to Blink's Platform API (content)
abarth@chromium.org
2013-05-30
1
-5
/
+5
*
Introduce the notion of a "layout test mode" instead of turning individual fl...
jochen@chromium.org
2013-05-29
1
-3
/
+3
*
Fix race between DPI and window size
ccameron@chromium.org
2013-05-29
1
-15
/
+7
*
Move cc/debug/latency_info to ui/base.
jbauman@chromium.org
2013-05-29
1
-1
/
+1
*
Get rid of the dependency on WebKit::WebCursorInfo internals from WebCursor.
ananta@chromium.org
2013-05-24
1
-2
/
+3
*
cc: Rename VSync to BeginFrame
brianderson@chromium.org
2013-05-23
1
-1
/
+1
*
Delay selection bounds updates while handling ime events
cjhopman@chromium.org
2013-05-23
1
-8
/
+21
*
[content shell] implement auto resize related WebTestDelegate interfaces
jochen@chromium.org
2013-05-22
1
-14
/
+15
*
When short-circuiting resize requests, keep track what the browser thinks the...
jochen@chromium.org
2013-05-22
1
-2
/
+3
*
Add flag for drawing layers to screen with Ganesh
enne@chromium.org
2013-05-21
1
-0
/
+2
*
Hide location bar on Javascript-initiated scroll.
mvanouwerkerk@chromium.org
2013-05-21
1
-0
/
+9
*
Route compositor overscroll events to the input handler.
jdduke@chromium.org
2013-05-20
1
-0
/
+13
*
Show event name in TRACE_EVENT in RenderWidget::OnHandleInputEvent
wangxianzhu@chromium.org
2013-05-16
1
-6
/
+5
*
Don't request a depth/stencil buffer for the compositor
enne@chromium.org
2013-05-16
1
-0
/
+2
*
Revert "[IME] Adding a missing guard in RenderWidget::resetInputMethod()"
aurimas@chromium.org
2013-05-16
1
-2
/
+0
*
Move webkit/compositor_bindings into webkit/renderer
jamesr@chromium.org
2013-05-15
1
-1
/
+1
*
Don't expect ack for ViewMsg_OnResize if backing size is empty
wangxianzhu@chromium.org
2013-05-15
1
-4
/
+10
*
Imply kEnableCompositorFrameMessage.
sievers@chromium.org
2013-05-14
1
-2
/
+0
*
Revert 199551 "Reland "Clean up software compositing switches" p..."
kalman@chromium.org
2013-05-12
1
-16
/
+8
*
Reland "Clean up software compositing switches" patch.
skaslev@chromium.org
2013-05-10
1
-8
/
+16
*
Don't send a resize ack when resizing to 0x0
jochen@chromium.org
2013-05-10
1
-7
/
+5
*
[IME] Adding a missing guard in RenderWidget::resetInputMethod()
aurimas@chromium.org
2013-05-10
1
-0
/
+2
*
Send a GestureTapUnconfirmed event when a singleTapUp is detected.
kouhei@chromium.org
2013-05-10
1
-0
/
+1
*
Add latency info to input events sent to RenderWidget.
jbauman@chromium.org
2013-05-10
1
-0
/
+4
*
Android WebView Merged-Thread Hardware Draw
boliu@chromium.org
2013-05-09
1
-10
/
+8
*
[content shell] forcibly resize webview before each test
jochen@chromium.org
2013-05-08
1
-16
/
+18
*
Support --enable-delegated-renderer on Android.
aelias@chromium.org
2013-05-08
1
-1
/
+2
*
Notify all visible renderers when the visibility of the mouse cursor changes
tdanderson@google.com
2013-05-06
1
-0
/
+7
*
Revert 198519 "Notify all visible renderers when the visibility ..."
skaslev@chromium.org
2013-05-06
1
-7
/
+0
*
Notify all visible renderers when the visibility of the mouse cursor changes
tdanderson@google.com
2013-05-06
1
-0
/
+7
*
Add cc option to non-lazily disable vsync notification
boliu@chromium.org
2013-05-06
1
-0
/
+10
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-4
/
+4
*
Revert 197751 "Clean up software compositing switches. "
kinuko@chromium.org
2013-05-02
1
-18
/
+9
*
Clean up software compositing switches.
skaslev@chromium.org
2013-05-02
1
-9
/
+18
[next]