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
/
renderer
/
render_widget.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
A tricky fix for Issue 1845 (Take 2).
hbono@chromium.org
2009-03-25
1
-0
/
+16
*
First stage of implementing HTML select popup menus for
paulg@google.com
2009-03-24
1
-0
/
+9
*
Reverting 11953.
hbono@chromium.org
2009-03-18
1
-8
/
+0
*
A tricky fix for Issue 1845.
hbono@chromium.org
2009-03-18
1
-0
/
+8
*
NO CODE CHANGE.
maruel@google.com
2009-03-10
1
-2
/
+4
*
We don't support beeing scrolled in two dimensions at a time.
mad@chromium.org
2009-02-27
1
-10
/
+5
*
Don't send WebInputEvents from the renderer to the browser.
erg@google.com
2009-02-27
1
-4
/
+2
*
Delete the ViewSourceTabContents.
brettw@chromium.org
2009-02-25
1
-1
/
+1
*
Keeping track of whether WebKit is in the callstack using RenderThread doesn'...
jam@chromium.org
2009-02-24
1
-75
/
+8
*
Refactor code from RenderThread and PluginThread and move it to ChildThread. ...
jam@chromium.org
2009-02-21
1
-8
/
+8
*
Remove unused 'node' parameter from ImeUpdateStatus.
darin@chromium.org
2009-02-20
1
-2
/
+1
*
Reverting 10080.
jam@chromium.org
2009-02-20
1
-8
/
+8
*
Refactor code from RenderThread and PluginThread and move it to ChildThread. ...
jam@chromium.org
2009-02-20
1
-8
/
+8
*
Bitmap transport
agl@chromium.org
2009-02-20
1
-55
/
+21
*
Hook up the resize rect for Mac and enable its use in the renderer (mac-only).
pinkerton@chromium.org
2009-02-19
1
-0
/
+5
*
The WebFrame interface currently supports reference counting, but no one uses.
darin@chromium.org
2009-02-13
1
-3
/
+3
*
This is an attempt at finding the reason for the page_cycler slowness caused by
mad@chromium.org
2009-02-12
1
-9
/
+9
*
Implement browser scrolling on posix.
estade@chromium.org
2009-02-11
1
-0
/
+2
*
Reverting 9493.
kuchhal@chromium.org
2009-02-10
1
-6
/
+9
*
Relanding of http://codereview.chromium.org/16488.
mad@chromium.org
2009-02-10
1
-9
/
+6
*
Get the renderer closer to rendering something on linux.
estade@chromium.org
2009-02-10
1
-0
/
+6
*
Reverting 9408.
brettw@chromium.org
2009-02-09
1
-6
/
+3
*
Add a new resizer corner.
mad@chromium.org
2009-02-09
1
-3
/
+6
*
Commiting the changes from my previous cl that are specific to not including ...
jam@chromium.org
2009-02-04
1
-0
/
+21
*
Revert my change to get the tree green. Not sure why the tests became flaky....
jam@chromium.org
2009-02-04
1
-21
/
+0
*
Make it easier/less work/less error-prone to create new IPC channel types (i....
jam@chromium.org
2009-02-04
1
-0
/
+21
*
From agl. Cleaned up version of issue 19046.
thestig@chromium.org
2009-02-03
1
-14
/
+52
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-2
/
+0
*
Fix a bunch of lint complaints in preparation to land issue 19046. Mostly for...
thestig@chromium.org
2009-01-30
1
-2
/
+3
*
POSIX: gfx::NativeViewId and CrossProcessEvent
agl@chromium.org
2009-01-27
1
-4
/
+3
*
The popup for autofill is now never activated, even when clicked.
jcampan@chromium.org
2009-01-09
1
-6
/
+5
*
Adjusting the name of a function to make it more descriptive.
avi@google.com
2008-12-30
1
-1
/
+1
*
Move the "platform" wrappers in skia/ext to the skia namespace.
brettw@google.com
2008-12-17
1
-1
/
+1
*
Remove base versions of the graphics headers, which previously just forwarded...
brettw@google.com
2008-11-22
1
-1
/
+1
*
Plumb WebCore's windowResizerRect() through glue and renderer. Enables Mac sc...
pinkerton@google.com
2008-11-21
1
-0
/
+5
*
A workaround fix for Issue 343 "Chinese Sogou input method lose first initial...
hbono@chromium.org
2008-11-17
1
-1
/
+7
*
Add Terminate() to the Process object, have RenderProcessHost use this to avo...
brettw@google.com
2008-11-14
1
-1
/
+2
*
Landing this again as I cannot reproduce the perf regression locally.
jcampan@chromium.org
2008-11-07
1
-5
/
+9
*
Reverting the autofill popu CL as it creates perf regression.
jcampan@chromium.org
2008-11-06
1
-9
/
+5
*
Changes parameters used by IME code to fix several issues caused by Japanese ...
hbono@chromium.org
2008-11-06
1
-19
/
+23
*
This CL adds the autofill UI in forms.
jcampan@chromium.org
2008-11-05
1
-5
/
+9
*
A fix for Issue 3234 in chromium "Input type password: IME is not disabled."
hbono@chromium.org
2008-10-31
1
-7
/
+3
*
Factor out a RenderThread interface
cpu@google.com
2008-09-26
1
-12
/
+20
*
The GetWindowRect must return the rect of the container HWND; not the actual ...
erg@google.com
2008-08-28
1
-1
/
+4
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Fix ChromeClientImpl::windowRect() to return the current
erg@google.com
2008-08-21
1
-4
/
+2
*
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9...
awalker@google.com
2008-08-14
1
-2
/
+2
*
Removing the code which enables using the renderer dib in the browser backing
iyengar@google.com
2008-08-14
1
-15
/
+6
*
This fixes http://b/issue?id=1257424, which is a need to implement a global b...
iyengar@google.com
2008-08-06
1
-6
/
+24
*
Add chrome to the repository.
initial.commit
2008-07-26
1
-0
/
+769