summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
...
* A quick fix for Bug 52834.hbono@chromium.org2010-09-272-6/+54
* Show Autofill tab page instead of the native one.tfarina@chromium.org2010-09-261-6/+16
* Linux: Fix problem with zombies and hanging browsers when METHOD_GET_CHILD_WI...thestig@chromium.org2010-09-261-1/+2
* Support additional webkit accessibility notifications and states. ctguil@chromium.org2010-09-2514-112/+48
* Revert 60378 (trying to track down http://crbug.com/56752 )- Flesh out URLLoa...thakis@chromium.org2010-09-2410-128/+19
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-2310-19/+128
* Move task manager code into a subdirectory.evan@chromium.org2010-09-231-1/+1
* Store lower case tag names within web accessibility.ctguil@chromium.org2010-09-231-3/+3
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+1
* Set name of document accessibility nodes to document title. ctguil@chromium.org2010-09-211-0/+1
* use larger icon if availableerikkay@chromium.org2010-09-211-2/+6
* Fix a bunch of clang warnings/errors.thakis@chromium.org2010-09-211-1/+1
* Revert 60088 - Set name of document accessibility nodes to document title.rdsmith@chromium.org2010-09-211-1/+0
* Set name of document accessibility nodes to document title.ctguil@chromium.org2010-09-211-0/+1
* Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.jhawkins@chromium.org2010-09-212-12/+2
* Add a unique identifier for plugin groups and use it to identify blocked plug...bauerb@chromium.org2010-09-211-5/+6
* Only enable renderer accessibility on Mac if a command line flag is passed or...dtseng@chromium.org2010-09-202-2/+13
* Marking SyncXMLHttpRequest_DuringUnload as flaky after multiple failures.mlloyd@chromium.org2010-09-201-1/+2
* Autofill profile pop-up should trigger for mouse double-clicksdhollowa@chromium.org2010-09-202-15/+0
* Reduce console spam of LOG(INFO) in buffered_resource_handler.cc.evan@chromium.org2010-09-201-2/+0
* Disable ResourceDispatcherTest.SyncXMLHttpRequest_DuringUnload.evan@chromium.org2010-09-201-1/+2
* Hook up indexed databases to content settings.jochen@chromium.org2010-09-203-1/+25
* DevTools: provide load timing for sync resources.pfeldman@chromium.org2010-09-205-32/+33
* Remove code that enables renderer accessibility based on the SPI_GETSCREENREA...ctguil@chromium.org2010-09-182-6/+5
* Map: Guard concurrent accesses to a std::map by a lock in drawing code.thakis@chromium.org2010-09-182-0/+24
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-173-35/+73
* Cleanup: Review lots of CHECKs used to debug bug 16371.thestig@chromium.org2010-09-178-25/+4
* Mac: Stop display link thread for views that are in background tabs.thakis@chromium.org2010-09-171-12/+25
* Implement IsSearchProviderInstalled handling on I/O thread.levin@chromium.org2010-09-171-1/+2
* Remove vestigial cookie/web app permissions prompting UI now that the async U...ben@chromium.org2010-09-173-177/+0
* Remove use of accessible prop service from render_widget_host_view_win.ccctguil@chromium.org2010-09-162-40/+11
* Fix browser_tests:RendererAccessibilityBrowserTest.TestCrossPlatformAccessibi...ctguil@chromium.org2010-09-161-30/+53
* Mac: Fix concurrent access on a non-threadsafe data structure.thakis@chromium.org2010-09-162-12/+33
* Clarify some comments from a recent patch that changes TabContents.jorlow@chromium.org2010-09-161-4/+6
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-162-3/+6
* Revert 59600 - Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-162-47/+31
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-162-31/+47
* Factor an ExtensionIconSet class out of Extension. This canaa@chromium.org2010-09-161-2/+4
* Add support for webkit ValueChanged accessibility notification.ctguil@chromium.org2010-09-167-53/+33
* Handle return value from HANDLE_EINTR in render_sandbox_host_linux.cc.hans@chromium.org2010-09-151-2/+4
* Fix in trunk. Null check view() in accessibility notificationsctguil@chromium.org2010-09-141-3/+6
* Clean up RenderViewHostDelegate::AutoFill interface -- remove |value| and |la...isherman@chromium.org2010-09-143-8/+1
* Fix several spelling mistakes, mostly in comments.mdm@chromium.org2010-09-141-1/+1
* [Linux] Don't send a key event to browser window for pre-handling if it's han...satorux@chromium.org2010-09-141-13/+16
* Fix SessionStoragejorlow@chromium.org2010-09-147-15/+26
* Defend against a malicious renderer trying to upload a file to whichdumi@chromium.org2010-09-132-0/+13
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-131-1/+1
* Adds a notification event for onload. I would have liked to plumb thissky@chromium.org2010-09-113-4/+5
* Plumbs through window.chrome.setSuggestResult. It's currently hidden behind a...sky@chromium.org2010-09-104-0/+16
* GTTF: download cleanup, rename things to be more accurate.phajdan.jr@chromium.org2010-09-101-1/+1