summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-184-8/+12
* Revert 92787 - Modify the Chrome Linux zygote to support a ZygoteForkHelper f...rsleevi@chromium.org2011-07-164-88/+46
* Modify the Chrome Linux zygote to support a ZygoteForkHelper for flexiblebradchen@google.com2011-07-164-46/+88
* 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-155-46/+13
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-155-13/+46
* Keep track of the history's page IDs to avoid navigating to a stale entry.creis@chromium.org2011-07-152-14/+18
* 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-158-12/+10
* This change will split the result codes between content and chrome.dpranke@chromium.org2011-07-158-10/+12
* Avoid leaking file handles.yzshen@chromium.org2011-07-151-13/+4
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-152-7/+5
* Move dependencies of download\base_file from chrome to content. These are all...jam@chromium.org2011-07-1511-3/+606
* 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-1422-6/+4093
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-6/+5
* Register event handler in Mac for GPU switch event.zmo@google.com2011-07-142-1/+49
* 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
* MediaStreamDispatcher host. This is the browser process counterpart for the M...perkj@chromium.org2011-07-144-0/+462
* Hook up the network status notifications to out-of-process Pepper plugins.brettw@chromium.org2011-07-142-1/+13
* Make IndexedDB call QuotaManager::NotifyStorageAccesseddgrogan@chromium.org2011-07-146-14/+61
* Make safe browsing work in a multi-profile environment.mirandac@chromium.org2011-07-133-12/+20
* Move BrowserURLHandler to content, and keep the Chrome specific ones in Chrome.jam@chromium.org2011-07-1311-21/+292
* 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-132-12/+56
* Get rid of the ProfileId. It was added for ceee. I reverted the original chan...jam@chromium.org2011-07-133-78/+5
* Enable clear cache/cookies support in developer toolsvsevik@chromium.org2011-07-135-0/+29
* 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-138-4/+455
* 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-133-12/+13
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-133-11/+0
* Revert "Clean up users of a deprecated base::LaunchApp API."evan@chromium.org2011-07-121-5/+2
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-121-2/+5
* Convert ViewMsg_NetworkStateChanged from routed -> control,adamk@chromium.org2011-07-125-25/+54
* Get rid of the remaining implementation in TabContentsView and make all the m...jam@chromium.org2011-07-1213-218/+45
* Keep cached handle better in sync with that in process launcher.kbr@chromium.org2011-07-121-0/+5
* Copy chrome/browser/net/OWNERS to content/browser/net/OWNERSbattre@chromium.org2011-07-121-0/+8
* Stop calls to InfoForRequest() and RenderViewForRequest() by TaskManager from...wez@chromium.org2011-07-124-6/+3
* Developer Tools should support javascript popup dialogs when in docked mode.vsevik@chromium.org2011-07-122-0/+9
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-1210-53/+83
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-121-4/+9
* Get rid of call to GetPrefs in RenderMessageFilter's constructor. This doesn'...jam@chromium.org2011-07-121-1/+0
* Revert 92163 - Developer Tools should support javascript popup dialogs when i...rdsmith@chromium.org2011-07-122-9/+0
* Developer Tools should support javascript popup dialogs when in docked mode.vsevik@chromium.org2011-07-122-0/+9
* Ensures that AudioMessageFilter now lives on the main render thread.henrika@chromium.org2011-07-127-225/+154