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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update some #includes in content/renderer for headers in the new Platform dir...
pilgrim@chromium.org
2013-01-15
1
-1
/
+1
*
Revert 176707
nick@chromium.org
2013-01-14
1
-9
/
+0
*
Make RenderWidget responsible for the composited view's lifetime
jamesr@chromium.org
2013-01-14
1
-0
/
+9
*
Revert 176271
jamesr@chromium.org
2013-01-11
1
-9
/
+0
*
Make RenderWidget responsible for the composited view's lifetime
jamesr@chromium.org
2013-01-11
1
-0
/
+9
*
Revert 175827
jamesr@chromium.org
2013-01-09
1
-9
/
+0
*
Make RenderWidget responsible for the composited view's lifetime
jamesr@chromium.org
2013-01-09
1
-0
/
+9
*
Revert 175303
jamesr@chromium.org
2013-01-06
1
-9
/
+0
*
Make RenderWidget responsible for the composited view's lifetime
jamesr@chromium.org
2013-01-06
1
-0
/
+9
*
Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...
jam@chromium.org
2013-01-02
1
-6
/
+6
*
ipc: Use existing [de]serializer for WebInputEvent.
sadrul@chromium.org
2012-12-14
1
-1
/
+3
*
RenderWidget::Create returns NULL if RenderWidget::DoInit fails.
tkent@chromium.org
2012-12-07
1
-2
/
+2
*
Change the InputEventAck codepath to use a tri-state-enum instead of a boolean
yusufo@chromium.org
2012-11-30
1
-0
/
+5
*
Fixing RenderingStats vs WebRenderingStats mess
hartmanng@chromium.org
2012-11-26
1
-4
/
+5
*
Consolidate SetDeviceScaleFactor into ScreenInfoChanged
oshima@chromium.org
2012-11-20
1
-1
/
+2
*
Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...
reed@google.com
2012-11-14
1
-6
/
+2
*
content: Use Vector2d for the UpdateRect and ScrollRect APIs
danakj@chromium.org
2012-11-13
1
-1
/
+3
*
content: Update the includes to point to ipc_listener.h
tfarina@chromium.org
2012-11-10
1
-1
/
+2
*
Remove knowledge about the view's window from the renderer.
jam@chromium.org
2012-11-07
1
-6
/
+3
*
Push the screen rect of the page and browser to the renderer to avoid sync IP...
jam@chromium.org
2012-11-07
1
-2
/
+8
*
Plumb drag event info through from the renderer. This CL appends the following
varunjain@chromium.org
2012-11-07
1
-0
/
+7
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
1
-1
/
+1
*
Move blacklist checks for the compositing field trials to the query functions...
vangelis@chromium.org
2012-10-31
1
-0
/
+3
*
Disable force compositing mode when disabling compositing, re-enter in DoDefe...
jamesr@chromium.org
2012-10-29
1
-0
/
+2
*
The current code does a lot of hooking in and out of javascript (after a time...
hartmanng@chromium.org
2012-10-20
1
-1
/
+1
*
Move a bunch of code in content\renderer to the content namespace.
jam@chromium.org
2012-10-19
1
-15
/
+8
*
Revert 162559 - [content shell] implement testRunner.display
jamesr@chromium.org
2012-10-19
1
-6
/
+0
*
[content shell] implement testRunner.display
jochen@chromium.org
2012-10-17
1
-0
/
+6
*
Dynamically set mouse event coordinates in gpu_benchmarking_extension.cc based
hartmanng@chromium.org
2012-10-09
1
-1
/
+3
*
Allow tap gestures to open the IME on Android.
olilan@chromium.org
2012-09-21
1
-1
/
+8
*
Report texture upload time in renderingStats.
reveman@chromium.org
2012-09-06
1
-0
/
+7
*
Pepper Flash Mac: Fix crash when playing video on MB retina
sail@chromium.org
2012-09-01
1
-1
/
+2
*
Add new TextInputState parameters to carry information from WebViewImpl::text...
olilan@chromium.org
2012-08-21
1
-0
/
+6
*
Add a completion callback to gpuBenchmarking.beginSmoothScroll
nduca@chromium.org
2012-08-18
1
-2
/
+16
*
Allow disabling input throttle through RendererPreference (for Browser Plugin...
fsamuel@chromium.org
2012-08-09
1
-0
/
+8
*
Make numAnimationFrames and numFramesSentToScreen available in software mode;...
dtu@chromium.org
2012-08-07
1
-0
/
+9
*
Rename WasRestored to WasShown across all uses.
scshunt@chromium.org
2012-07-27
1
-1
/
+1
*
Expose a benchmark-only beginSmoothScroll API to JS.
nduca@chromium.org
2012-07-13
1
-0
/
+4
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Rename IPC Sender and Listener in ppapi, content/public, and content/renderer
brettw@chromium.org
2012-06-20
1
-4
/
+4
*
Allow non integer device scale factors in render widget
vollick@chromium.org
2012-06-19
1
-1
/
+1
*
Listen to display settings provider for work area size changes and send those
varunjain@chromium.org
2012-06-15
1
-0
/
+1
*
mac: Make dynamic DPI changes work.
thakis@chromium.org
2012-06-14
1
-1
/
+1
*
mac: Pipe backing scale factor to renderer on change.
thakis@chromium.org
2012-06-13
1
-0
/
+1
*
Add IPC argument to handle composition character bounds into ViewHostMsg_ImeC...
nona@chromium.org
2012-06-13
1
-1
/
+29
*
Delete code used to invert web content for high-contrast mode.
dmazzoni@chromium.org
2012-06-12
1
-7
/
+0
*
content: A couple of device-scale-factor fixes:
sadrul@chromium.org
2012-06-06
1
-0
/
+1
*
content/chromeos: Fix WebKit software rendering in high-device-scale-factors.
sadrul@chromium.org
2012-06-06
1
-0
/
+4
*
Reland r124453. The change was reverted in 140030 to be merged with M20.
sadrul@chromium.org
2012-06-06
1
-1
/
+6
*
Move test headers from content\test to content\public\test. This way we can e...
jam@chromium.org
2012-06-04
1
-1
/
+5
[next]