summaryrefslogtreecommitdiffstats
path: root/content/public
Commit message (Expand)AuthorAgeFilesLines
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-205-12/+41
* DevTools: look up client hosts for the given tab contents while navigating.pfeldman@chromium.org2012-01-202-0/+7
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-209-281/+11
* Try to fix Linux components build.jam@chromium.org2012-01-201-2/+3
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-209-11/+280
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-3/+5
* Rename WebUI to WebUIImpl.jam@chromium.org2012-01-192-3/+7
* Revert 118297 since it caused component build failure:sadrul@chromium.org2012-01-191-5/+3
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-191-3/+5
* Always enable indexeddb for workers. Remove --enable-indexeddb-for-workers s...dgrogan@chromium.org2012-01-192-4/+0
* Disallow navigation in platform apps.mihaip@chromium.org2012-01-192-3/+7
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-191-0/+29
* Make CancelRequest trigger the destruction of URLRequest objects asynchronouslydarin@chromium.org2012-01-182-14/+111
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-9/+1
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-184-5/+458
* Add --disable-swiftshader and about:flags entry to disable swiftshaderjbauman@chromium.org2012-01-182-0/+4
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-184-10/+154
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-184-3/+138
* Ensure that view_messages.h and tab_contents.h don't get included by any more...jam@chromium.org2012-01-171-3/+3
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-173-2/+17
* Fix window zoom in a sane way, remove nasty casts.avi@chromium.org2012-01-141-1/+5
* Keep "internal" and "extra" plugins in the same list.bauerb@chromium.org2012-01-141-2/+4
* Revert 117696 - Created DownloadFileManager unit test.dcheng@chromium.org2012-01-131-5/+3
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-131-3/+5
* Start splitting out WebUI into an implementation class and an interface that ...jam@chromium.org2012-01-135-2/+84
* Fold WebMediaPlayerImpl::Initialize() into the constructor.scherkus@chromium.org2012-01-131-7/+6
* Remove --simple-data-source and convert WebMediaPlayerImpl::Initialize() to a...scherkus@chromium.org2012-01-122-7/+2
* Remove comment presumably accidentally copied while refactoring.mmenke@chromium.org2012-01-121-9/+1
* Get rid of RenderViewHostManager usage in chrome.jam@chromium.org2012-01-112-6/+2
* Move ResourceDispatcherHostLoginDelegate to content\public\browser where it b...jam@chromium.org2012-01-112-1/+32
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-114-20/+12
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-104-12/+20
* Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-103-8/+22
* Copy all the max page IDs to Instant/Prerender's TabContentscreis@chromium.org2012-01-101-2/+2
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-104-20/+12
* Revert 117067 - Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-103-22/+8
* Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-103-8/+22
* Removes some debugging code I added a while back.sky@chromium.org2012-01-102-13/+2
* Get rid of BrowserThread::WEB_SOCKET_PROXY. BrowserThread is only for threads...jam@chromium.org2012-01-101-6/+4
* Clarify comments about GetTemporaryDownloads and GetAllDownloads.cbentzel@chromium.org2012-01-101-3/+6
* Make DownloadManagerImpl's destruction not tied to the UI thread.rdsmith@chromium.org2012-01-091-2/+1
* Revert 116816 - Hook up the SequencedWorkerPool to the browser thread.msw@chromium.org2012-01-071-29/+0
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-071-0/+29
* Move WebUIFactory into content/public/browser and make it use WebContents ins...jam@chromium.org2012-01-071-0/+58
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...crogers@google.com2012-01-071-0/+2
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Cleanup parameter passing issues in content/browser/downloadasanka@chromium.org2012-01-061-3/+3
* Move setting the touchOptimized webui property to WebUI from ChromeWebUI. Thi...jam@chromium.org2012-01-062-0/+4
* Automatically load newly installed plug-ins if they are missing on a page.bauerb@chromium.org2012-01-061-1/+4
* Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...msw@chromium.org2012-01-061-2/+0