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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Render(Widget|View)HostImpl to files with _impl in filename.
joi@chromium.org
2012-03-06
1
-1647
/
+0
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-56
/
+83
*
Improve switch between gestures and touch mode when kEnableTouchEvents
scottmg@chromium.org
2012-03-03
1
-3
/
+4
*
Revert 124813 - Improve switch between gestures and touch mode when kEnableTo...
vandebo@chromium.org
2012-03-03
1
-4
/
+3
*
Improve switch between gestures and touch mode when kEnableTouchEvents
scottmg@chromium.org
2012-03-03
1
-3
/
+4
*
Change panels to be able to turn off autoresize.
levin@chromium.org
2012-03-02
1
-17
/
+5
*
WebWidgetClient::screenInfo() no longer does a synchronous IPC.
fsamuel@chromium.org
2012-03-01
1
-9
/
+0
*
Get rid of BackingStore usage in chrome. I added methods on RenderWidgetHost ...
jam@chromium.org
2012-02-29
1
-3
/
+55
*
Extract first version of a RenderWidgetHost interface.
joi@chromium.org
2012-02-23
1
-152
/
+180
*
Revert 123227 - Extract first version of a RenderWidgetHost interface.
joi@chromium.org
2012-02-23
1
-180
/
+152
*
Extract first version of a RenderWidgetHost interface.
joi@chromium.org
2012-02-23
1
-152
/
+180
*
Allow GPU process to present to the compositing surface without the involveme...
apatrick@chromium.org
2012-02-21
1
-0
/
+2
*
Create content API for BrowserAccessibilityState
dmazzoni@chromium.org
2012-02-21
1
-1
/
+1
*
Move RenderWidgetHostView into content namespace. Fix include paths.
joi@chromium.org
2012-02-20
1
-3
/
+3
*
Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...
joi@chromium.org
2012-02-20
1
-3
/
+3
*
Move RenderWidgetHostView into content namespace. Fix include paths.
joi@chromium.org
2012-02-20
1
-3
/
+3
*
Introduce content::RenderWidgetHostViewPort (in content/port/browser).
joi@chromium.org
2012-02-16
1
-3
/
+4
*
Revert 122205 - Allow GPU process to present to the compositing surface witho...
apatrick@chromium.org
2012-02-16
1
-2
/
+0
*
Not ready for review yet.
apatrick@chromium.org
2012-02-16
1
-0
/
+2
*
Some touch-event forwarding optimization.
sadrul@chromium.org
2012-02-15
1
-0
/
+7
*
Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHost...
joi@chromium.org
2012-02-15
1
-5
/
+9
*
Revert 121896 - Extract RenderWidgetHostView (for Chrome-like embedders) vs. ...
vollick@google.com
2012-02-14
1
-9
/
+5
*
Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHost...
joi@chromium.org
2012-02-14
1
-5
/
+9
*
Refactoring: Split more accessibility code into separate files.
dmazzoni@chromium.org
2012-02-13
1
-6
/
+7
*
Remove unused member variable |listeners_expecting_close_| in RenderProcessHo...
bauerb@chromium.org
2012-02-12
1
-1
/
+0
*
PluginWindowHandle -> GLSurfaceHandle for GPU process rendering surfaces.
piman@chromium.org
2012-02-08
1
-3
/
+3
*
Add a 'invalidate resize rect' IPC message.
thakis@chromium.org
2012-02-07
1
-0
/
+4
*
Revert 120282 - Fix broken resize box appearance after download shelf open/cl...
mkwst@chromium.org
2012-02-03
1
-4
/
+0
*
Fix broken resize box appearance after download shelf open/close.
thakis@chromium.org
2012-02-03
1
-0
/
+4
*
aura: Create appropriate WebGestureEvents and send them to renderers.
sadrul@chromium.org
2012-01-27
1
-2
/
+2
*
aura: Add event queues in the GestureRecognizer.
sadrul@chromium.org
2012-01-26
1
-20
/
+7
*
Fix for crbug.com/111185.
andreip@chromium.org
2012-01-25
1
-4
/
+12
*
Use WebKit implementation of accessible scrolling methods.
dmazzoni@chromium.org
2012-01-24
1
-4
/
+10
*
Change grow box computation back to a method on BrowserWindow
thakis@chromium.org
2012-01-23
1
-37
/
+19
*
gpu: reference target surfaces through a globally unique surface id.
piman@chromium.org
2012-01-18
1
-5
/
+28
*
Add traces to mac RenderWidgetHostView to help diagnose scroll freezes.
nduca@chromium.org
2012-01-10
1
-0
/
+3
*
Enhance cmt based scrolling on aura by supporting horizontal scrolls
davemoore@chromium.org
2012-01-10
1
-5
/
+2
*
Removing duplicate IPC and dead code: GpuMsg_VisibilityChanged
mmocny@chromium.org
2012-01-06
1
-10
/
+0
*
Input latency performance test that uses tracing (retry)
jbates@chromium.org
2012-01-04
1
-1
/
+7
*
Revert 116191 - Input latency performance test that uses tracing.
jbates@chromium.org
2012-01-03
1
-7
/
+1
*
Input latency performance test that uses tracing.
jbates@chromium.org
2012-01-03
1
-1
/
+7
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
1
-17
/
+17
*
Send the pending input event ack before the UpdateRect message
jamesr@chromium.org
2011-12-13
1
-1
/
+2
*
GTK: Add TRACE_EVENTs around gtk ui events so select tasks related to the GTK...
erg@chromium.org
2011-12-10
1
-0
/
+5
*
Delay UpdateRect until the SwapBuffers callback when accelerated compositing ...
piman@chromium.org
2011-12-09
1
-7
/
+12
*
Revert r112160 ("Send one WebKeyboardEvent to the RenderWidget at a time.")
apavlov@chromium.org
2011-12-08
1
-91
/
+61
*
Add IPCs to allow assistive technology to scroll the page
dmazzoni@chromium.org
2011-12-02
1
-0
/
+12
*
Add autoresize capability to chromium.
levin@chromium.org
2011-12-02
1
-6
/
+27
*
Send one WebKeyboardEvent to the RenderWidget at a time. Move keyboard
darin@chromium.org
2011-11-30
1
-61
/
+91
*
Plumb the partial swap though image transport.
backer@chromium.org
2011-11-23
1
-0
/
+9
[next]