summaryrefslogtreecommitdiffstats
path: root/content/public
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where we'd allow chrome-extension URLs to be loaded in incognito modempcomplete@chromium.org2012-03-211-0/+1
* Use a new scheme for swapping out RenderViews.creis@chromium.org2012-03-212-0/+9
* Speech JavaScript API: add --enable-scripted-speechhans@chromium.org2012-03-212-0/+4
* Implement a ShellBrowserMain in content_shell, so we can emulate DRT's server...jochen@chromium.org2012-03-211-1/+1
* Minor cleanup in content.thestig@chromium.org2012-03-201-7/+7
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-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
* Free the command buffer on flush() if tab is invisible.husky@chromium.org2012-03-192-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-152-7/+8
* 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
* Expose upload progress from URLFetcher.kinaba@chromium.org2012-03-151-1/+7
* 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
* Revert 126589 - Expose upload progress from URLFetcher.kinaba@chromium.org2012-03-141-7/+1
* filechooser: Add SelectedFileInfo class to pass display names to WebKitsatorux@chromium.org2012-03-142-2/+43
* Implement BrowserPluginPlaceholder.fsamuel@chromium.org2012-03-142-0/+4
* Expose upload progress from URLFetcher.kinaba@chromium.org2012-03-141-1/+7
* Implement WebKitPlatformSupport::canAccelerate2dCanvasjamesr@chromium.org2012-03-142-1/+4
* Revert 126534 since it broke sizes on linux and macsadrul@chromium.org2012-03-142-4/+0
* Implement BrowserPluginPlaceholder.fsamuel@chromium.org2012-03-142-0/+4
* Add an OWNERS file for src\content by moving the owners that were there for t...jam@chromium.org2012-03-141-3/+0
* Avoid using Pickle::WriteSize(), which writes an architecture-dependent amountmdm@chromium.org2012-03-131-4/+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
* content: Start moving url_constants.{h,cc} to content namespace.tfarina@chromium.org2012-03-132-12/+21
* 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-122-1/+28
* Remove ProvisionalLoadDetails struct and notification, since WebContentsObser...jam@chromium.org2012-03-121-6/+0