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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: Split more accessibility code into separate files.
dmazzoni@chromium.org
2012-02-13
1
-2
/
+2
*
Remove last render_widget_host_view_gtk.h dependency in Chrome
joi@chromium.org
2012-02-10
1
-1
/
+11
*
Revert 121408 - Custom frame UI for platform apps on Windows.
jeremya@chromium.org
2012-02-10
1
-4
/
+0
*
Custom frame UI for platform apps on Windows.
jeremya@chromium.org
2012-02-10
1
-0
/
+4
*
PluginWindowHandle -> GLSurfaceHandle for GPU process rendering surfaces.
piman@chromium.org
2012-02-08
1
-1
/
+1
*
Expose contextual menu state.
avi@chromium.org
2012-02-02
1
-4
/
+7
*
Revert 120237 - Expose contextual menu state.
avi@chromium.org
2012-02-02
1
-7
/
+4
*
Expose contextual menu state.
avi@chromium.org
2012-02-02
1
-4
/
+7
*
Add IPC allowing GPU process to tell browser process to temporarily drop a fr...
apatrick@chromium.org
2012-01-31
1
-0
/
+4
*
aura: Add event queues in the GestureRecognizer.
sadrul@chromium.org
2012-01-26
1
-0
/
+6
*
Reduce chrome/ dependencies on platform-specific RenderWidgetHostView impleme...
joi@chromium.org
2012-01-25
1
-0
/
+6
*
Change grow box computation back to a method on BrowserWindow
thakis@chromium.org
2012-01-23
1
-13
/
+1
*
Remove CreateViewForWidget from ContentBrowserClient now that all the RenderW...
jam@chromium.org
2011-12-30
1
-0
/
+13
*
Adds a BrowserAccessibilityManager accessor to RenderWidgetHostView.
dtseng@chromium.org
2011-12-15
1
-0
/
+8
*
Implement SetVisuallyDeemphasized in ChromeRenderViewObserver.
xiyuan@chromium.org
2011-12-02
1
-8
/
+0
*
Use callback_forward.h instead of callback.h where possible.
erikwright@chromium.org
2011-11-29
1
-1
/
+1
*
Revert 111936 - Use callback_forward.h instead of callback.h where possible.
jstritar@chromium.org
2011-11-29
1
-1
/
+1
*
Use callback_forward.h instead of callback.h where possible.
erikwright@chromium.org
2011-11-29
1
-1
/
+1
*
Plumb the partial swap though image transport.
backer@chromium.org
2011-11-23
1
-0
/
+6
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-22
1
-15
/
+10
*
Revert 111040 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-21
1
-10
/
+15
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-21
1
-15
/
+10
*
Revert 110626 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-18
1
-10
/
+15
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-18
1
-15
/
+10
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-1
/
+4
*
Revert 110548 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-17
1
-10
/
+15
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-17
1
-15
/
+10
*
Revert 110355 - Use shared D3D9 texture to transport the compositor's backing...
cpu@chromium.org
2011-11-17
1
-10
/
+15
*
Use shared D3D9 texture to transport the compositor's backing buffer to the b...
apatrick@chromium.org
2011-11-16
1
-15
/
+10
*
Completes the GetWindowRect/GetRootWindowRect/GetScreenInfo changes I thought...
ben@chromium.org
2011-11-14
1
-1
/
+1
*
Fix components build on Linux when toolkit_views=1.
tony@chromium.org
2011-11-14
1
-1
/
+2
*
Fix NOTIMPLEMENTEDs in RenderMessageFilterAura... use the same codepath POSIX...
ben@chromium.org
2011-11-14
1
-2
/
+2
*
Cleanup: Remove unneeded forward declarations in content/browser.
thestig@chromium.org
2011-11-10
1
-10
/
+3
*
Share accelerated compositing notification across platforms in RenderWidgetHo...
piman@chromium.org
2011-11-09
1
-3
/
+3
*
Add a couple of linux-specific exports for the content component build.
dpranke@chromium.org
2011-11-01
1
-3
/
+3
*
Support IMM32 reconversion on Windows.
penghuang@chromium.org
2011-10-31
1
-1
/
+11
*
Fix build on the "Linux Clang (ChromeOS dbg)" bot.
hbono@chromium.org
2011-10-27
1
-1
/
+1
*
Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex...
penghuang@chromium.org
2011-10-16
1
-10
/
+12
*
Enable accelerated WebKit compositor for Aura.
backer@chromium.org
2011-10-13
1
-1
/
+1
*
Move CreateViewForWidget from RenderWidgetHostView to ContentBrowserClient.
dpranke@chromium.org
2011-10-07
1
-13
/
+0
*
Export some unix-specific content symbols.
dpranke@chromium.org
2011-10-04
1
-1
/
+2
*
ImageTransportSurface for OS X
backer@chromium.org
2011-09-29
1
-7
/
+5
*
Add yet more CONTENT_EXPORTed symbols for the content component build.
dpranke@chromium.org
2011-09-27
1
-1
/
+1
*
Implements OSMesaImageTransportSurface in the GPU for sending GLSurface from ...
wjmaclean@google.com
2011-09-23
1
-2
/
+5
*
Mouse lock implementation, including the renderer side and the Windows versio...
yzshen@chromium.org
2011-09-22
1
-1
/
+14
*
Delay sending an AcceleratedSurfaceMsg_BuffersSwappedACK from the Browser bac...
mmocny@chromium.org
2011-09-19
1
-1
/
+5
*
wstring: remove wstrings from all tooltip-related code
evan@chromium.org
2011-09-15
1
-1
/
+1
*
Annotate all of the functions in content that need to be exported, in prepara...
dpranke@chromium.org
2011-09-13
1
-2
/
+3
*
Remove IdFromNativeView, move this logic to RenderWidgetHostViwe::GetNativeVi...
oshima@google.com
2011-08-24
1
-4
/
+14
*
Remove unused method GetRenderWidgetHostViewFromNativeView
oshima@google.com
2011-08-24
1
-5
/
+0
[next]