summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
...
* Invert the speech input API enable check and enable only on dev channel.satish@chromium.org2010-12-071-3/+3
* Clean up PluginGroup and related code.jkummerow@chromium.org2010-12-071-5/+4
* Also register read cookies in the content settings delegate.jochen@chromium.org2010-12-075-11/+58
* JavaScript to Value bridge.scottbyer@google.com2010-12-073-30/+141
* Modify the "dangerous download" algorithm as follows. Original patch by Pier...pkasting@chromium.org2010-12-066-9/+22
* If compositor window already exists, then simply return it rather than compla...nduca@chromium.org2010-12-065-7/+10
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-055-8/+10
* Make the AppCacheDispatcherHost be a MessageFilter so that ResourceMessageFil...jam@chromium.org2010-12-043-10/+3
* Make the cookie list a class (instead of a typedef inside CookieMonster)...jochen@chromium.org2010-12-031-2/+1
* Simplify the AudioRendererHost by making it a filter, and also so that Resour...jam@chromium.org2010-12-037-180/+47
* Removed kChromiumRendererIdProperty window property.apatrick@chromium.org2010-12-022-20/+4
* Move:ben@chromium.org2010-12-0210-12/+12
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-022-16/+23
* Move find_bar stuff into browser/ui/find_barben@chromium.org2010-12-021-1/+1
* An experimental fix for Bug 64726hbono@chromium.org2010-12-022-0/+4
* Move browser/cocoa to browser/ui/cocoaben@chromium.org2010-12-015-7/+7
* Do not reset the content settings delegate's cookies when a network error occ...jochen@chromium.org2010-12-013-1/+25
* Fix test-only valgrind leak.thakis@chromium.org2010-12-013-32/+58
* Null-check of OnMsgDidActivateAcceleratedCompositing to avoid crash during ta...nduca@chromium.org2010-12-011-2/+4
* Do not show the compositor host window when it is created. For sites that cre...nduca@chromium.org2010-11-301-5/+6
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-3021-137/+141
* Refactor: move HostContentSettingsMap to content_settingsgfeher@chromium.org2010-11-301-1/+1
* Revert 67385 - On windows filepaths need \\?\ prefix to allow extended file p...kinuko@chromium.org2010-11-301-3/+2
* C++ readability change for jochenjochen@chromium.org2010-11-303-12/+12
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-2/+1
* Add missing newline.thestig@chromium.org2010-11-301-1/+1
* Print Preview: Fix hanging browser process on Windows.thestig@chromium.org2010-11-302-28/+18
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+2
* [Mac] Modify -[AcceleratedPluginView acceptsFirstResponder] to check if its s...rohitrao@chromium.org2010-11-302-21/+99
* Clean up compositor window when the GPU process terminates unexpectedly.nduca@chromium.org2010-11-302-18/+29
* A browser test for safe_browsing_blocking_page. It tests some simple cases fo...panayiotis@google.com2010-11-301-1/+1
* Move audio output number limit to AudioManager.sergeyu@chromium.org2010-11-301-38/+0
* Mac: Add unit test that makes sure clicking accelerated views focuses the RWH...thakis@chromium.org2010-11-293-28/+124
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-293-15/+19
* Remove chrome/browser/ui_thread_helpers.h because it's only used on Mac.rsesek@chromium.org2010-11-291-5/+9
* Support preconnect predictions for redirectsjar@chromium.org2010-11-291-4/+4
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-287-20/+40
* When accelerated compositing is enabled, we create a plugin-like pair of wind...nduca@chromium.org2010-11-2710-27/+221
* Rename BookmarkDragData to BookmarkNodeData. Part 2.tfarina@chromium.org2010-11-261-5/+5
* Revert "Revert "Finish wiring up chrome.app.install().""aa@chromium.org2010-11-264-1/+17
* Add flow control between renderer and GPU processes, and, on Mac OS X,kbr@google.com2010-11-267-18/+145
* Fix compile error introduced by backer@chromium.org's recent change.anicolao@google.com2010-11-262-0/+7
* Resize synchronization for Linux.backer@chromium.org2010-11-255-0/+12
* Check content settings when accessing web databases from workers.jochen@chromium.org2010-11-251-0/+14
* Pass cookie options to content settings delegate.jochen@chromium.org2010-11-254-3/+10
* On windows filepaths need \\?\ prefix to allow extended file path names. Fix ...kkanetkar@chromium.org2010-11-251-2/+3
* Logging downloads.ahendrickson@chromium.org2010-11-242-0/+30
* Implemented IPC message to check whether cookies are enabled.pastarmovj@chromium.org2010-11-242-0/+56
* Remove messageloop DCHECK in keygen which triggers thread restriction assert.mattm@chromium.org2010-11-241-2/+0
* Update renderer's resize corner rect cached in RenderWidgetHost only on resiz...alekseys@chromium.org2010-11-241-5/+9