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