summaryrefslogtreecommitdiffstats
path: root/content/public/browser
Commit message (Expand)AuthorAgeFilesLines
* Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...isherman@chromium.org2012-08-282-37/+23
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-272-23/+37
* Add !defined(OS_IOS) to defined(OS_MACOS) block around GetPortProvider.leng@chromium.org2012-08-271-1/+1
* Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-242-37/+23
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-242-23/+37
* Add hooks to content to request permission to connect to the PPAPI broker.bauerb@chromium.org2012-08-232-0/+21
* Kill PropertyBag, switch WebContents to SupportsUserData.avi@chromium.org2012-08-231-8/+4
* Fix a bug where the inspector would not keep event pages alive.mpcomplete@chromium.org2012-08-221-6/+6
* Access the QuotaManager via a StoragePartition to support the isolated app fe...michaeln@google.com2012-08-221-2/+0
* Ensure that isolated apps use the right cookies for media requests.creis@chromium.org2012-08-211-4/+9
* Refactor the Android port to allow access to the chrome layer.leandrogracia@chromium.org2012-08-212-0/+12
* NavigationController::IsInitialNavigation() doesn't span COMMITTEDdhollowa@chromium.org2012-08-211-0/+1
* Delete an obsolete comment on RenderWidgetHost::CopyFromBackingStore.mazda@chromium.org2012-08-201-3/+0
* Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...rdsmith@chromium.org2012-08-192-37/+23
* Move StoragePartition into content/public and remove BrowserContext::GetDOMSt...ajwong@chromium.org2012-08-183-6/+73
* Add GPU memory tab to the task manager.ccameron@chromium.org2012-08-182-0/+9
* Replace the DownloadFileManager with direct ownership of DownloadFile.rdsmith@chromium.org2012-08-182-23/+37
* Fix user agent override restoration pipelinedfalcantara@chromium.org2012-08-181-0/+3
* Changed content/public/browser OWNERS comment to be more precise.rdsmith@chromium.org2012-08-171-1/+2
* Allow use of the chrome trace categories string from the tracing ui internals.eatnumber@chromium.org2012-08-171-3/+1
* Add IPC::Sender and GetRoutingID() to WebContents for convenience and safety.joi@chromium.org2012-08-162-5/+10
* Consolidate ContentViewCore::Load* functionsboliu@chromium.org2012-08-151-0/+5
* Tighten up content/public DEPS rules using new checkdeps features.joi@chromium.org2012-08-152-11/+15
* Consolidate all NavigationController::LoadURL and family functionsboliu@chromium.org2012-08-143-74/+147
* Kill DownloadItem::IsOtr()benjhayden@chromium.org2012-08-141-1/+0
* Revert 151351 - Replace the DownloadFileManager with direct ownership yutak@chromium.org2012-08-142-37/+23
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-136-13/+65
* Replace the DownloadFileManager with direct ownership rdsmith@chromium.org2012-08-132-23/+37
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-101-0/+32
* Relandbenjhayden@chromium.org2012-08-091-6/+10
* Add a menu item to content_shell to open devtools to make it more discoverable.jam@chromium.org2012-08-091-0/+5
* Make DownloadItem derive SupportsUserData instead of re-implementing it.benjhayden@chromium.org2012-08-081-24/+2
* Fix downloads db state=3 corruption using version=23benjhayden@chromium.org2012-08-082-4/+5
* Add WebContents* to some more delegate methodsjoth@chromium.org2012-08-082-5/+10
* [Mac]: Make dictionary context menu item use system settings for whether to l...asvitkine@chromium.org2012-08-071-0/+3
* [Mac]: Enable speech sub-menu under the edit menu and refactor speech impleme...asvitkine@chromium.org2012-08-071-0/+10
* Simplify devtools code on android and enable devtools for android content_shell.satish@chromium.org2012-08-072-53/+20
* Better session restore: Persist sessionStorage on disk.marja@chromium.org2012-08-071-0/+11
* Revert 149794 - DownloadItem::Observer::OnDownloadDestroyed() replaces Downlo...rdsmith@chromium.org2012-08-061-10/+6
* [RDS] Reloads a page using the original request URLdfalcantara@chromium.org2012-08-041-3/+4
* Change return type of FaviconTabHelper::GetFavicon() to gfx::Image.thakis@chromium.org2012-08-032-7/+0
* Convert FaviconStatus::bitmap from SkBitmap to gfx::Image.thakis@chromium.org2012-08-032-3/+11
* DownloadItem::Observer::OnDownloadDestroyed() replaces DownloadItem::REMOVINGbenjhayden@chromium.org2012-08-031-6/+10
* Speculative resource prefetching - fixing missing navigations due to server s...shishir@chromium.org2012-08-022-0/+2
* Add PP_FlashLSORestrictions to the list of settings supported by the Flash_Ge...bauerb@chromium.org2012-08-022-0/+28
* ContentShell rendering support on Android.sievers@chromium.org2012-08-012-0/+72
* Implement NavigationControllerWebView.PostURLboliu@chromium.org2012-07-312-2/+24
* Non-functional cleanup in ContentViewCoresteveblock@chromium.org2012-07-311-6/+0
* Revert "Hook up ContentViewCore.add/removeJavascriptInterface()"steveblock@chromium.org2012-07-301-0/+6
* Hook up ContentViewCore.add/removeJavascriptInterface()steveblock@chromium.org2012-07-301-6/+0