summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Check the child_process_ ptr before access on shutdown, is causing browser cr...elijahtaylor@google.com2011-07-151-1/+1
* [Reverted due to check_deps failure]zea@chromium.org2011-07-1510-176/+47
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-1510-47/+176
* Keep track of the history's page IDs to avoid navigating to a stale entry.creis@chromium.org2011-07-155-21/+167
* Move download stuff from download helper back to TabContents. This is basical...jam@chromium.org2011-07-155-2/+44
* Revert r92730, r92731, r92732 ... will land again once I ensure the win build...dpranke@chromium.org2011-07-1510-27/+49
* This change will split the result codes between content and chrome.dpranke@chromium.org2011-07-1510-49/+27
* Avoid leaking file handles.yzshen@chromium.org2011-07-152-16/+17
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-1513-233/+209
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-153-10/+6
* Move dependencies of download\base_file from chrome to content. These are all...jam@chromium.org2011-07-1512-3/+615
* Implements an external AudioDeviceModule for WebRTC. henrika@chromium.org2011-07-153-0/+1019
* Commit deps file from last changejam@chromium.org2011-07-141-0/+11
* Move the save file code from chrome to content. This is just a file move so t...jam@chromium.org2011-07-1423-6/+4107
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-142-7/+8
* Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...sky@chromium.org2011-07-1415-1212/+81
* add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...wjia@chromium.org2011-07-1415-81/+1212
* Register event handler in Mac for GPU switch event.zmo@google.com2011-07-142-1/+49
* Make sure all file writing opperations are done on the IO thread.skerner@chromium.org2011-07-142-66/+162
* DevTools: consistently use camel case for URL parameter namesyurys@chromium.org2011-07-141-1/+1
* Make the URLRequestContext constantbattre@chromium.org2011-07-141-1/+1
* Revert 92511 - Make the URLRequestContext constantbattre@chromium.org2011-07-141-1/+1
* Make the URLRequestContext constantbattre@chromium.org2011-07-141-1/+1
* Fix a few places using OS_MAC instead of OS_MACOSX to disable flaky/failing t...rsleevi@chromium.org2011-07-141-2/+2
* Disable WorkerTest.LimitTotal on Macrsleevi@chromium.org2011-07-141-1/+4
* MediaStreamDispatcher host. This is the browser process counterpart for the M...perkj@chromium.org2011-07-145-0/+464
* Disable WorkerTest.LimitPerPage on Macrsleevi@chromium.org2011-07-141-3/+8
* Reenable WorkerTest.WorkerWebSocketLayoutTests.yutak@chromium.org2011-07-141-3/+2
* Hook up the network status notifications to out-of-process Pepper plugins.brettw@chromium.org2011-07-144-1/+25
* Make IndexedDB call QuotaManager::NotifyStorageAccesseddgrogan@chromium.org2011-07-146-14/+61
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-1410-18/+100
* Coding style update.ronghuawu@google.com2011-07-131-1/+1
* Make safe browsing work in a multi-profile environment.mirandac@chromium.org2011-07-133-12/+20
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-1310-100/+18
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-1310-18/+100
* Move BrowserURLHandler to content, and keep the Chrome specific ones in Chrome.jam@chromium.org2011-07-1312-21/+294
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-131-2/+5
* Roll new libjingle with asynchronous NetworkManager.sergeyu@chromium.org2011-07-137-53/+167
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-1311-644/+607
* Get rid of the ProfileId. It was added for ceee. I reverted the original chan...jam@chromium.org2011-07-133-78/+5
* Make disabled test not cause compile error.sky@chromium.org2011-07-131-1/+1
* Disables MacDirAccessSandboxTest.SandboxAccess as it keeps timing out.sky@chromium.org2011-07-131-1/+2
* Enable clear cache/cookies support in developer toolsvsevik@chromium.org2011-07-136-0/+35
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-2/+1
* DevTools: add initial support for shared workers debugging.yurys@chromium.org2011-07-1315-49/+557
* Revert 92331 - Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-1/+2
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-2/+1
* DevTools: explicitly define routed messages as routed, not control. All DevTo...yurys@chromium.org2011-07-134-26/+27
* Getting form value from NPAPI plugins.bashi@chromium.org2011-07-135-0/+21
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-133-11/+0