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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 19009 because this prevents inserting return characters.
hbono@chromium.org
2009-06-23
1
-39
/
+0
*
Integrating GtkIMContext into the RenderWidgetHostViewGtk class.This change i...
hbono@chromium.org
2009-06-23
1
-0
/
+39
*
back out r18853
jeremy@chromium.org
2009-06-19
1
-2
/
+0
*
This patch adds Cocoa editing selectors to the RenderViewWidgetHostMac class.
jeremy@chromium.org
2009-06-19
1
-0
/
+2
*
Adds kind-of-live thumbnail generation for a potential tab switcher.
brettw@chromium.org
2009-06-16
1
-3
/
+30
*
Reverting Rev 18383 since it brings down the performance of single core page ...
mad@chromium.org
2009-06-15
1
-4
/
+3
*
This is to thest the page cycler performance without the resize corner, to se...
mad@chromium.org
2009-06-15
1
-3
/
+4
*
Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...
jcampan@chromium.org
2009-06-12
1
-0
/
+5
*
Revert mad's backing store changes, it completely hosed Linux painting.
deanm@chromium.org
2009-06-11
1
-4
/
+3
*
Relanding reverted patch 18090.
mad@google.com
2009-06-11
1
-3
/
+4
*
Revert 18090
jrg@chromium.org
2009-06-10
1
-4
/
+3
*
To help resolve the performance issue introduced when enabling the resize cor...
mad@google.com
2009-06-10
1
-3
/
+4
*
plugins: rename GetPluginNativeView to GetNativeView.
evan@chromium.org
2009-06-03
1
-2
/
+3
*
Generalize the code that checks for user actions in the render view to work o...
estade@chromium.org
2009-05-28
1
-4
/
+6
*
Forward simplified mouse events to the RenderViewHostDelegate::View so that i...
erikkay@google.com
2009-05-18
1
-1
/
+1
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-15
/
+15
*
Refactor ExtensionView to support a UI-less extension instance.
mpcomplete@google.com
2009-04-29
1
-0
/
+4
*
Implement HTML selects as native Cocoa controls for Chrome.
paul@chromium.org
2009-04-24
1
-0
/
+1
*
Don't send resize messages until the renderer has been initialized.
evan@chromium.org
2009-04-22
1
-1
/
+7
*
Revert "Don't send resize messages until the renderer has been initialized."
evan@chromium.org
2009-04-22
1
-7
/
+1
*
Don't send resize messages until the renderer has been initialized.
evan@chromium.org
2009-04-22
1
-1
/
+7
*
Fix problems correctly invalidating/repainting when our updated paint rect fo...
pkasting@chromium.org
2009-04-14
1
-4
/
+3
*
A quick fix for Issue 9762 and 9763.
hbono@chromium.org
2009-04-13
1
-0
/
+12
*
When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...
finnur@chromium.org
2009-04-08
1
-1
/
+1
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.
darin@chromium.org
2009-03-27
1
-8
/
+11
*
A tricky fix for Issue 1845 (Take 2).
hbono@chromium.org
2009-03-25
1
-0
/
+37
*
Reverting 11953.
hbono@chromium.org
2009-03-18
1
-37
/
+0
*
A tricky fix for Issue 1845.
hbono@chromium.org
2009-03-18
1
-0
/
+37
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
1
-0
/
+1
*
RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c...
erg@google.com
2009-03-06
1
-5
/
+7
*
Fix crash introduced in r10563 where we modified a RenderWidgetHost after it ...
erg@google.com
2009-03-03
1
-1
/
+4
*
Don't send WebInputEvents from the renderer to the browser.
erg@google.com
2009-02-27
1
-1
/
+8
*
Linux: server side backing stores
agl@chromium.org
2009-02-25
1
-0
/
+4
*
Delete the ViewSourceTabContents.
brettw@chromium.org
2009-02-25
1
-2
/
+2
*
Bitmap transport
agl@chromium.org
2009-02-20
1
-4
/
+4
*
This is an attempt at finding the reason for the page_cycler slowness caused by
mad@chromium.org
2009-02-12
1
-0
/
+4
*
Reverting 9493.
kuchhal@chromium.org
2009-02-10
1
-4
/
+0
*
Relanding of http://codereview.chromium.org/16488.
mad@chromium.org
2009-02-10
1
-0
/
+4
*
Reverting 9408.
brettw@chromium.org
2009-02-09
1
-4
/
+0
*
Add a new resizer corner.
mad@chromium.org
2009-02-09
1
-0
/
+4
*
Cleanup some forward declared structs that are not being used.
thestig@chromium.org
2009-02-05
1
-1
/
+0
*
Commiting the changes from my previous cl that are specific to not including ...
jam@chromium.org
2009-02-04
1
-3
/
+3
*
Revert my change to get the tree green. Not sure why the tests became flaky....
jam@chromium.org
2009-02-04
1
-3
/
+3
*
Make it easier/less work/less error-prone to create new IPC channel types (i....
jam@chromium.org
2009-02-04
1
-3
/
+3
*
From agl. Cleaned up version of issue 19046.
thestig@chromium.org
2009-02-03
1
-5
/
+4
*
Write some basic RenderWidgetHost unittests for the more tricky behavior.
brettw@chromium.org
2009-01-28
1
-0
/
+4
*
Revert "Make render_view_host compile on Mac & Linux, add to the build."
agl@chromium.org
2009-01-26
1
-12
/
+3
*
Make render_view_host compile on Mac & Linux, add to the build.
brettw@google.com
2009-01-26
1
-3
/
+12
[next]