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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the table of RAM vs number of renderers
cpu@google.com
2009-02-19
1
-5
/
+20
*
Changes line endings from CRLF to LF and add svn:eol-style to LF.
hbono@chromium.org
2009-02-19
1
-64
/
+64
*
Bring up save_package, save_item, save_file_manager on posix.
estade@chromium.org
2009-02-19
2
-7
/
+2
*
Prepare some files for porting:
estade@chromium.org
2009-02-18
2
-4
/
+4
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
12
-20
/
+25
*
Reverting 9944.
yurys@google.com
2009-02-18
2
-62
/
+2
*
Create communication channel between developer tools UI implemented in JS and...
yurys@google.com
2009-02-18
2
-2
/
+62
*
Take out common functionality from PluginProcessHost and move it to ChildProc...
jam@chromium.org
2009-02-18
2
-18
/
+3
*
Fix a memory leak of the renderer thread objects in single process mode.
brettw@chromium.org
2009-02-17
1
-3
/
+8
*
Significantly rework coordinate handling for the Cocoa views. Fixes tons of r...
avi@chromium.org
2009-02-17
2
-15
/
+20
*
Keyboard focus mostly works on Linux.
evan@chromium.org
2009-02-17
2
-7
/
+24
*
Fixes resizing. (The content will still be scaled a bit until the roundtrip h...
avi@chromium.org
2009-02-17
1
-0
/
+5
*
Add render view id to AudioRendererHost
hclam@chromium.org
2009-02-17
2
-69
/
+89
*
IPC messages definitions for audio related requests from
hclam@chromium.org
2009-02-16
2
-0
/
+53
*
Revert r9861 to fix build
hclam@chromium.org
2009-02-16
2
-53
/
+0
*
IPC messages definitions for audio related requests from
hclam@chromium.org
2009-02-16
2
-0
/
+53
*
Reverting 9855.
maruel@chromium.org
2009-02-16
2
-62
/
+2
*
Review URL: http://codereview.chromium.org/20405
yurys@google.com
2009-02-16
2
-2
/
+62
*
Rollback my change that seems to break some tests.
hclam@chromium.org
2009-02-14
2
-89
/
+69
*
Add render view id to AudioRendererHost
hclam@chromium.org
2009-02-14
2
-69
/
+89
*
Add chrome-extension to the list of "web-safe" schemes for
aa@chromium.org
2009-02-14
2
-0
/
+3
*
Change mime type utils to operate on platform-specific string types for filen...
estade@chromium.org
2009-02-14
2
-7
/
+7
*
Have ChildProcessInfo contain a list of all running child processes (i.e. ins...
jam@chromium.org
2009-02-13
1
-1
/
+1
*
Fix a crash bug in memory_utils.cc caused by assuming that the
mpcomplete@google.com
2009-02-13
1
-0
/
+3
*
Hook up browser cursors on linux.
estade@chromium.org
2009-02-13
3
-2
/
+26
*
Fix an off-by-one error in posix backing store scrolling.
estade@chromium.org
2009-02-13
1
-1
/
+1
*
Fewer NOTIMPLEMENTED()s, more comments.
evan@chromium.org
2009-02-13
1
-1
/
+5
*
Remove a NOTIMPLEMENTED(). It's obviously wrong and we will be revisiting
evan@chromium.org
2009-02-13
1
-1
/
+0
*
Pump events to the renderer. Doesn't work currently due to activation issues.
avi@chromium.org
2009-02-12
2
-2
/
+19
*
Lots of small nits to help to split off webkit.dll.
maruel@chromium.org
2009-02-12
1
-0
/
+1
*
Porting in chrome/
phajdan.jr@chromium.org
2009-02-12
1
-1
/
+1
*
This is an attempt at finding the reason for the page_cycler slowness caused by
mad@chromium.org
2009-02-12
9
-37
/
+113
*
Validate HWNDs that the renderer asks to be moved.
deanm@chromium.org
2009-02-12
1
-0
/
+7
*
Fix a memory leak caused by AudioRenedererHost.
hclam@chromium.org
2009-02-12
3
-5
/
+10
*
Change url wstrings to GURLS
estade@chromium.org
2009-02-12
10
-20
/
+21
*
Port CrossSiteResourceHandler to Mac and Linux.
paul@chromium.org
2009-02-11
1
-1
/
+1
*
Fix some plugin-related NOTIMPLEMENTED()s in gtk Chrome.
evan@chromium.org
2009-02-11
1
-0
/
+3
*
POSIX: Transfer network data using shared memory
agl@chromium.org
2009-02-11
1
-15
/
+11
*
Handle tooltip message so we get fewer NOTIMPLEMENTED()s.
evan@chromium.org
2009-02-11
1
-1
/
+6
*
Construct AudioRendererHost in BrowserRendererProcessHost, also construct
hclam@chromium.org
2009-02-11
7
-18
/
+111
*
Implement browser scrolling on posix.
estade@chromium.org
2009-02-11
2
-72
/
+33
*
Fix a browser crash when the async resource handler keeps an
rvargas@google.com
2009-02-11
1
-1
/
+6
*
Fill in more gtk callbacks in RenderWidgetHostViewGtk.
estade@chromium.org
2009-02-10
1
-3
/
+15
*
Turn on Mac cursor support now that we're already linking in the world.
avi@chromium.org
2009-02-10
2
-8
/
+19
*
Reverting 9493.
kuchhal@chromium.org
2009-02-10
9
-113
/
+37
*
MovePluginWindows should always be called, even if suppress_view_updating_ is...
jam@chromium.org
2009-02-10
1
-4
/
+6
*
Do some more work on RenderWidgetHostViewGtk
estade@chromium.org
2009-02-10
2
-75
/
+92
*
Switch the Mac accessor method name to match the GTK one (consistency is good).
avi@chromium.org
2009-02-10
2
-5
/
+1
*
Relanding of http://codereview.chromium.org/16488.
mad@chromium.org
2009-02-10
9
-37
/
+113
*
Porting unit tests in chrome/
phajdan.jr@chromium.org
2009-02-10
2
-28
/
+25
[next]