summaryrefslogtreecommitdiffstats
path: root/content/public/browser
Commit message (Expand)AuthorAgeFilesLines
* Revert 128789 - Media failures on Win/Mac/Linux starting with this CL.rsleevi@chromium.org2012-03-253-9/+7
* Move the MediaObserver getter from ResourceContext to ContentBrowserClient, s...jam@chromium.org2012-03-243-7/+9
* Mark GData downloads as temporary.asanka@chromium.org2012-03-241-0/+1
* Revert 128369 - Histogram times surrounding render crashesjar@chromium.org2012-03-231-34/+7
* Remove resource_request_info_impl.h dependency from chrome. This also makes b...jam@chromium.org2012-03-231-12/+0
* Histogram times surrounding render crashesjar@chromium.org2012-03-231-7/+34
* Clean up a few TODO items.joi@chromium.org2012-03-222-16/+0
* Support custom drag-and-drop of bookmarks in Aurarbyers@chromium.org2012-03-221-1/+5
* Fix bug where we'd allow chrome-extension URLs to be loaded in incognito modempcomplete@chromium.org2012-03-211-0/+1
* Implement a ShellBrowserMain in content_shell, so we can emulate DRT's server...jochen@chromium.org2012-03-211-1/+1
* Implement input type=color UIkeishi@chromium.org2012-03-204-0/+70
* Copy a shrinked image from the backing store or compositing surface for gener...mazda@chromium.org2012-03-201-8/+14
* Aura: Show dialog box asking user's permisssion for screen sharing for gtalkvarunjain@chromium.org2012-03-201-0/+5
* Fix WebUIMessageHandler unit tests.csilv@chromium.org2012-03-201-0/+5
* Move ResourceRequestDetails to content/public/browser and put in the content ...tfarina@chromium.org2012-03-193-0/+114
* An internal intents dispatcher useful for initiating an intent from the brows...gbillock@chromium.org2012-03-161-9/+16
* DevTools: allow remote debugging any RenderViewHost.pfeldman@chromium.org2012-03-161-3/+0
* RenderProcessHost should return the list of registered RWHs, not ipc listeners.pfeldman@chromium.org2012-03-162-12/+8
* Add new danger type for uncommon or unknown downloads.asanka@chromium.org2012-03-161-0/+4
* Allow browser to handle all WebUI navigations.creis@chromium.org2012-03-151-6/+3
* Remove tab_contents_view_gtk.h include from chrome. I tried to find a way to ...jam@chromium.org2012-03-151-1/+6
* Revert 126889 - Implement input type=color UImarkusheintz@chromium.org2012-03-154-70/+0
* Implement input type=color UIkeishi@chromium.org2012-03-154-0/+70
* Support browser side thumbnailing for GPU-composited pages on Windows.mazda@chromium.org2012-03-151-2/+8
* Make the content::DOMStorageContext methods callable on the main thread and h...jam@chromium.org2012-03-151-11/+10
* Test file errors in downloads.ahendrickson@chromium.org2012-03-141-2/+4
* Move creation of content TabContentsViews to content so that we can hide thes...jam@chromium.org2012-03-145-145/+97
* Removed the SpeechRecognizerDelegate interface and replaced with SpeechRecogn...primiano@chromium.org2012-03-143-73/+91
* ContentAPI change - Post DomStorage tasks via a SequencedTaskRunner instead o...michaeln@google.com2012-03-141-1/+6
* filechooser: Add SelectedFileInfo class to pass display names to WebKitsatorux@chromium.org2012-03-141-2/+4
* content: Switch out from struct PaintAtSizeAckDetails to a std::pair instead.tfarina@chromium.org2012-03-132-11/+1
* Move download_types.h to content/public and rename it to match the one struct...jam@chromium.org2012-03-134-12/+78
* Move PluginServiceFilter to content/public/browser.tfarina@chromium.org2012-03-131-0/+35
* Add a Content API around TracingController.jam@chromium.org2012-03-132-0/+126
* Eliminate last chrome dependency on render_widget_host_view_mac.hjoi@chromium.org2012-03-131-0/+19
* Use WebContentsDelegate::CanDownload to intercept file downloads on Android.nileshagrawal@chromium.org2012-03-132-2/+8
* Modify BrowserMessageFilter to allow subclasses to specificy either a Browser...michaeln@google.com2012-03-132-9/+40
* Move WebDragDestDelegate to content/public/browser.tfarina@chromium.org2012-03-121-0/+73
* Added callback to DownloadUrl() so we can find download failures where the do...ahendrickson@chromium.org2012-03-121-1/+8
* Add Content API around CertStore.jam@chromium.org2012-03-121-0/+52
* Add a Content API around BrowserURLHandler.jam@chromium.org2012-03-122-1/+58
* DevTools: provide a way for browser process to log into the renderer's tools ...pfeldman@chromium.org2012-03-121-1/+8
* Remove ProvisionalLoadDetails struct and notification, since WebContentsObser...jam@chromium.org2012-03-121-6/+0
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-0/+69
* Move LoadNotificationDetails to content/public/browser and put it in the cont...tfarina@chromium.org2012-03-111-0/+49
* Move DownloadPersistentStoreInfo to content\public\browser and into the conte...jam@chromium.org2012-03-113-1/+118
* Remove download_file_manager.h include from chrome. It was there because of a...jam@chromium.org2012-03-101-20/+4
* Prerendered pages are swapped in at browser::Navigate time. cbentzel@chromium.org2012-03-091-0/+3
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-0/+9
* Aura: recover from lost context / GPU process dyingpiman@chromium.org2012-03-081-0/+5