summaryrefslogtreecommitdiffstats
path: root/content/shell
Commit message (Expand)AuthorAgeFilesLines
* Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...msw@chromium.org2012-01-062-2/+0
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNodecrogers@google.com2012-01-062-0/+2
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-042-7/+7
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-1/+1
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-032-2/+2
* Remove CreateViewForWidget from ContentBrowserClient now that all the RenderW...jam@chromium.org2011-12-302-12/+0
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-1/+1
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-282-6/+6
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Made MockDownloadManagerDelegate a gmock.ahendrickson@chromium.org2011-12-272-4/+4
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-212-2/+2
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-5/+5
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-5/+5
* Rename PluginService to PluginServiceImpl.jam@chromium.org2011-12-211-1/+1
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-5/+5
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-3/+3
* Rename DownloadItem::BrowserContext to GetBrowserContext, to match other gett...jam@chromium.org2011-12-201-1/+1
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-202-2/+3
* Deprecate WEBKIT threadjoth@chromium.org2011-12-202-2/+3
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-1/+1
* Revert: Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-3/+2
* Trivial move of content::BrowserContext to content/public.joi@chromium.org2011-12-152-2/+2
* Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-2/+3
* net: remove DNS certificate checking code.agl@chromium.org2011-12-151-3/+2
* Don't attempt to forward declare StringPiece.erikwright@chromium.org2011-12-131-4/+1
* net: split the SSL session cache between incognito and normal.agl@chromium.org2011-12-121-0/+1
* Remove "open in new tab" items from context menu if the process doesn'ttsepez@chromium.org2011-12-092-0/+5
* Defer loading of audio/video tags while prerendering.shishir@chromium.org2011-12-092-0/+21
* net: replace DnsRRResoler with TransportSecurityState in plumbing.agl@chromium.org2011-12-071-4/+1
* Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread.joi@chromium.org2011-12-071-4/+2
* Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br...dpolukhin@chromium.org2011-12-062-0/+5
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+1
* Start/stop WebKitThread from BrowserMainLoop like other BrowserThreads.joi@chromium.org2011-12-021-2/+0
* Fix content_shell. We really need an automated test soon :)jam@chromium.org2011-11-302-3/+5
* Hide geolocation_messages.h from chrome. It was only used in a test. Instead ...jam@chromium.org2011-11-301-1/+2
* Have content/ create and destroy its own threads. (Re-land)joi@chromium.org2011-11-283-46/+29
* Revert 111695 - Have content/ create and destroy its own threads.joi@chromium.org2011-11-283-29/+46
* Have content/ create and destroy its own threads.joi@chromium.org2011-11-283-46/+29
* Load mac sandbox definitions from resources instead of the bundle.jochen@chromium.org2011-11-252-0/+14
* Make it possible to launch content_shell.exe with an URL on the command line.darin@chromium.org2011-11-231-1/+11
* Make DevToolsManager a singleton, remove it from ContentBrowserClient.yurys@chromium.org2011-11-222-5/+0
* Remove IsProtocolSupportedForMedia.piman@chromium.org2011-11-222-5/+0
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-5/+5
* Add ChromeBrowserMainExtraParts for non main parts. (take 3)stevenjb@google.com2011-11-212-7/+5
* Revert 110710 - Add ChromeBrowserMainExtraParts for non main parts.stevenjb@google.com2011-11-182-5/+7
* Changed argument to GetAcceptLangs() to a BrowserContext.rdsmith@chromium.org2011-11-182-2/+4
* Add ChromeBrowserMainExtraParts for non main parts.stevenjb@google.com2011-11-182-7/+5
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-182-4/+4
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-1/+1