summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/media
Commit message (Expand)AuthorAgeFilesLines
* Remove the ChromeNetLog observer classes, using NetLog::ThreadSafeObservermmenke@chromium.org2012-02-292-9/+9
* Remove hard-coded source ids from net_log_source_type_list.h,mmenke@chromium.org2012-02-221-10/+1
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-184-9/+8
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-172-7/+8
* Start splitting out WebUI into an implementation class and an interface that ...jam@chromium.org2012-01-132-2/+3
* Convert use of int ms to TimeDelta in files owned by estade.tedvessenes@gmail.com2012-01-121-2/+3
* Get rid of the ChromeWebUI class and just make all the classes in chrome deri...jam@chromium.org2012-01-062-3/+3
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-1/+2
* Move WebUIMessageHandler to its own file in the public directory and put it i...jam@chromium.org2011-12-313-3/+7
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-303-5/+7
* Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...jam@chromium.org2011-12-303-11/+4
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-0/+1
* Add OVERRIDE to chrome/browser/ui/webui/.avi@chromium.org2011-11-211-2/+2
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-3/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-023-3/+9
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-282-2/+2
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-192-10/+11
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Change usage of AllSources to AllBrowserContextsAndSources to indicate that u...mirandac@chromium.org2011-10-171-1/+1
* [web-ui] Migrate more callbacks to base::Bind.csilv@chromium.org2011-10-071-17/+21
* [web-ui] Migrate RegisterMessageCallback usage to base::bind().csilv@chromium.org2011-10-041-3/+5
* Revert 103785 - [web-ui] Migrate callbacks to base::Bind.csilv@chromium.org2011-10-031-5/+3
* [web-ui] Migrate callbacks to base::Bind.csilv@chromium.org2011-10-031-3/+5
* Register MediaInternalsUI to receive notifications on render process terminat...scottfr@chromium.org2011-08-183-10/+34
* Apply content-security-policy directive to chrome://media-internalstsepez@chromium.org2011-08-121-47/+9
* Removal of Profile from content part 6.avi@chromium.org2011-08-111-1/+3
* Add OVERRIDE to wide swaths of WebUI.avi@chromium.org2011-08-011-2/+2
* Removal of Profile from content part 4.avi@chromium.org2011-08-011-1/+2
* Remove ChromeNetLog depenency from content/browser/debuggerdpranke@chromium.org2011-07-272-5/+5
* Revert 94196 (broke win shared build) - Remove ChromeNetLog dependency from c...willchan@chromium.org2011-07-262-5/+5
* Remove ChromeNetLog dependency from content/browser/debugger.dpranke@chromium.org2011-07-262-5/+5
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-221-5/+1
* Revert 93365 - it broke on Chrome OSjoth@chromium.org2011-07-211-1/+5
* Added RefCountedString, as this is what many RefCountedMemory users seem to wantjoth@chromium.org2011-07-211-5/+1
* Display media cache events on chrome://media-internals.scottfr@chromium.org2011-07-202-3/+139
* Make MediaInternals NonThreadSafe.scottfr@chromium.org2011-07-141-2/+2
* Move chrome/browser/ui/webui/media_internals/ to .../webui/media/.scherkus@chromium.org2011-07-136-0/+303