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
/
chrome
/
browser
/
renderer_host
/
render_widget_host.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL uses
dspringer@google.com
2010-02-23
1
-0
/
+12
*
Fix browser crash.
thakis@chromium.org
2010-02-09
1
-3
/
+5
*
[GPU] Get GPU process running on the mac
kbr@google.com
2010-02-03
1
-0
/
+44
*
Mac: Coalesce scroll events.
thakis@chromium.org
2010-01-15
1
-1
/
+44
*
Tab-modal dialog improvements:
zelidrag@google.com
2010-01-15
1
-3
/
+4
*
Add the ability for the GPU process to be used to paint the backing store of a
brettw@chromium.org
2010-01-13
1
-12
/
+24
*
Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.
darin@chromium.org
2009-12-21
1
-68
/
+27
*
Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.
rsesek@chromium.org
2009-12-18
1
-27
/
+68
*
Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.
darin@chromium.org
2009-12-18
1
-68
/
+27
*
Refactor the keyboard events handling code related to RenderViewHostDelegate:...
suzhe@chromium.org
2009-12-10
1
-182
/
+36
*
Preserve optimized scrolling in the presence of multiple animating rects.
darin@chromium.org
2009-12-04
1
-5
/
+8
*
linux: don't try to create plugin container if view_ is NULL
piman@chromium.org
2009-12-01
1
-2
/
+13
*
Optimize the rendering when there are pending key events.
suzhe@chromium.org
2009-12-01
1
-97
/
+133
*
Use AutoReset (formerly ScopedBool) where possible.
pkasting@chromium.org
2009-11-20
1
-6
/
+4
*
Revert 32137 - Revert 32121 Fix crash.
laforge@chromium.org
2009-11-17
1
-1
/
+2
*
Revert 32121 - Fix crash.
erikkay@chromium.org
2009-11-17
1
-2
/
+1
*
Fix crash.
thakis@chromium.org
2009-11-16
1
-1
/
+2
*
Small clean-up to not expose base::Process from RenderProcesHost, and instead...
jam@chromium.org
2009-11-13
1
-2
/
+2
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-2
/
+2
*
Fixes reloading after a background tab crashes.
creis@chromium.org
2009-11-02
1
-1
/
+2
*
Fix conflicts between accelerator keys and HTML DOM accesskeys.
suzhe@chromium.org
2009-10-23
1
-7
/
+154
*
Convert the spellchecker and associated messages and functions to use string16
brettw@chromium.org
2009-10-19
1
-1
/
+1
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
1
-5
/
+0
*
Don't send tab switching/killing/creating keyboard accelerators to pages. Th...
jam@chromium.org
2009-10-02
1
-1
/
+8
*
Add more view ids and gtk widget names to so gtkparasite is
tony@chromium.org
2009-09-23
1
-1
/
+1
*
This CL makes the browser focus tests faster by replacing
jcampan@chromium.org
2009-09-18
1
-0
/
+4
*
Supports Gtk keyboard themes.
suzhe@chromium.org
2009-09-10
1
-0
/
+6
*
Adds support for the os x spelling panel to chromium. Users can
pinkerton@chromium.org
2009-09-09
1
-0
/
+12
*
Remove non-full paints from uninitialized backing store
cpu@chromium.org
2009-09-04
1
-6
/
+4
*
Fix a DCHECK that I hit while working on the extension shelf for OS X.
thakis@chromium.org
2009-09-02
1
-0
/
+6
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-1
/
+1
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-1
/
+1
*
linux: new socket/plug code for windowed plugins
piman@chromium.org
2009-08-25
1
-7
/
+4
*
Relands drop support:
sky@chromium.org
2009-08-19
1
-1
/
+4
*
Reverts recent patch as broke build on toolkit_views.
sky@chromium.org
2009-08-18
1
-4
/
+1
*
Adds drop support for views on gtk. As X lazily provides drop data I
sky@chromium.org
2009-08-18
1
-1
/
+4
*
Disable input events when a JS dialog is showing.
tc@google.com
2009-08-04
1
-0
/
+11
*
Make scrollbars and other controls tint/untint upon main window gaining
thakis@chromium.org
2009-07-22
1
-0
/
+4
*
More bad ipc message handling for RenderWidgetHost
cpu@google.com
2009-07-17
1
-5
/
+5
*
Reverting 20855.
darin@chromium.org
2009-07-16
1
-12
/
+15
*
Reverting 20854.
darin@chromium.org
2009-07-16
1
-15
/
+12
*
Use WebWidget from the WebKit API. This change also makes
darin@chromium.org
2009-07-16
1
-12
/
+15
*
Handle failure of de-serialization of IPC messages in RenderViewHost
cpu@google.com
2009-07-15
1
-22
/
+30
*
linux: destroy browser-side plugin windows on plugin crash
evan@chromium.org
2009-07-15
1
-2
/
+3
*
Reverting 20683.
jorlow@chromium.org
2009-07-14
1
-3
/
+2
*
linux: destroy browser-side plugin windows on plugin crash
evan@chromium.org
2009-07-14
1
-2
/
+3
*
Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,
darin@chromium.org
2009-07-14
1
-11
/
+10
*
Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread.
shess@chromium.org
2009-07-08
1
-12
/
+42
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-07
1
-0
/
+18
*
Revert "linux: OOP windowed plugins"
evan@chromium.org
2009-07-06
1
-18
/
+0
[next]