summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the security check to ensure that the child process has the permission to...jianli@chromium.org2010-09-103-5/+29
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-101-1/+6
* Input file type now supported in extension popups.jcivelli@chromium.org2010-09-102-1/+2
* Build fix for Linux.dumi@chromium.org2010-09-101-1/+1
* Implement pepper::FileIO.dumi@chromium.org2010-09-103-3/+51
* AsyncResourceHandler: When a URLRequest is canceled,rvargas@google.com2010-09-091-12/+9
* Moving the code that disables accelerated compositing for chrome: and chrome-...vangelis@chromium.org2010-09-081-7/+0
* Enable webgl and accelerated compositing by default on all platforms. Removesvangelis@chromium.org2010-09-081-3/+2
* In OnEnableSpdy(bool), use "npn,force-alt-protocol" so we could use alternate...lzheng@chromium.org2010-09-071-1/+1
* Makes --disable-hang-monitor apply to navigations and closing tabs.creis@google.com2010-09-071-0/+5
* Back out r58711. It appears to have caused video/media-related ui_testsmark@chromium.org2010-09-071-2/+3
* Revert 58196 - GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-071-1/+1
* Revert 58374 - Fix a race condition after my latest download cleanup change.phajdan.jr@chromium.org2010-09-071-5/+0
* Turning WebGL and the accelerated compositor on by default (linux and windows...vangelis@chromium.org2010-09-071-3/+2
* Relanding this:jcivelli@chromium.org2010-09-071-0/+2
* Reland 58601 -nsylvain@chromium.org2010-09-071-0/+6
* Revert 58601 -nsylvain@chromium.org2010-09-071-6/+0
* Fix a compile error which occurs on linux.ananta@chromium.org2010-09-051-1/+1
* Fix ChromeFrame tests which regressed due to the change to connect when navig...ananta@chromium.org2010-09-051-1/+2
* Have the browser start connecting as soon as the navigation starts. Thismbelshe@chromium.org2010-09-051-0/+5
* Turn off accelerated compositing for chrome:// and chrome-extension:// URLs f...vangelis@chromium.org2010-09-031-0/+7
* Mac: Make resizing the window larger nicer when compositor is activethakis@chromium.org2010-09-032-66/+88
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-032-8/+5
* Add command-line switch to enable FileSystem API support.kinuko@chromium.org2010-09-031-0/+1
* Re-lands 58186:bryeung@chromium.org2010-09-032-5/+5
* Make two function names less confusing. No functionality change.thakis@chromium.org2010-09-021-12/+13
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-022-5/+5
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-022-5/+5
* Fix a race condition after my latest download cleanup change.phajdan.jr@chromium.org2010-09-021-0/+5
* Revert "Don't create pending entries when a navigation is initiated by the pa...phajdan.jr@chromium.org2010-09-021-2/+0
* Don't create pending entries when a navigation is initiated by the page.jcivelli@chromium.org2010-09-011-0/+2
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-012-5/+5
* GTTF: Clean up DownloadFileManagerphajdan.jr@chromium.org2010-09-011-1/+1
* Update browser accessibility tree on a renderer accessibility object state ch...ctguil@chromium.org2010-09-015-8/+17
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-012-1/+4
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-012-5/+5
* Enable click-to-play by default.bauerb@chromium.org2010-09-011-1/+1
* Reverting to see if this fixes linux ui tests hang. Just a shot in the dark a...ananta@chromium.org2010-09-011-1/+1
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-312-24/+16