summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/devtools_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-241-1/+2
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-171-2/+1
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-171-1/+2
* Changed ChromeURLDataManager to a ProfileKeyedService and made a Factory for it.khorimoto@chromium.org2012-04-251-2/+2
* Move RefCountedStaticMemory to base namespacesimon.hong81@gmail.com2012-04-241-1/+2
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-1/+2
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-2/+2
* DevTools: refactor remote debugging server to enable content_shell debugging.pfeldman@chromium.org2012-01-261-8/+4
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-181-4/+3
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-171-2/+4
* Start splitting out WebUI into an implementation class and an interface that ...jam@chromium.org2012-01-131-2/+1
* Get rid of the ChromeWebUI class and just make all the classes in chrome deri...jam@chromium.org2012-01-061-2/+2
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-2/+3
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Define DevTools content APIyurys@chromium.org2011-12-011-4/+2
* Replace TOUCH_UI condition in WebUI with dynamic flag.rbyers@chromium.org2011-12-011-0/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Cleanup: Remove some unneeded headers in chrome/browser/ui/webui.thestig@chromium.org2011-09-291-1/+3
* Removal of Profile from content part 4.avi@chromium.org2011-08-011-1/+2
* DevTools: move devtools_ui into content since it should be able to serve devt...pfeldman@chromium.org2011-07-271-7/+4
* Deprecate Profile::GetDefaultRequestContext().willchan@chromium.org2011-07-201-1/+2
* Remove more unnecessary ChromeURLRequestContext members.willchan@chromium.org2011-07-161-0/+1
* Revert 92690 (breaks ChromeOS tests) - Remove more unnecessary ChromeURLReque...willchan@chromium.org2011-07-151-1/+0
* Remove more unnecessary ChromeURLRequestContext members.willchan@chromium.org2011-07-151-0/+1
* Revert 92668 - Remove more unnecessary ChromeURLRequestContext members.willchan@chromium.org2011-07-151-1/+0
* Remove more unnecessary ChromeURLRequestContext members.willchan@chromium.org2011-07-151-0/+1
* Removes force_bookmark_bar_visible_ from WebUI and puts it insky@chromium.org2011-06-061-1/+1
* This change provides initial support for sending DevTools messages between Wo...yurys@chromium.org2011-05-271-1/+1
* Add a URLRequestJobFactory::ProtocolHandler for chrome:// and chrome-devtools...willchan@chromium.org2011-05-161-1/+1
* DevTools: serve devtools resources from IO thread.pfeldman@chromium.org2011-04-011-1/+1
* DevTools: serve front-end using chunked encoding (for remote debugging).pfeldman@chromium.org2011-04-011-1/+15
* Removing 'off the record' references. Contributed by vipul.bhasin@gmail.commarkusheintz@chromium.org2011-03-311-2/+2
* Move all dev tools messages to devtools_messages.h and create a TabHelper to ...jam@chromium.org2011-03-251-2/+2
* Load devtools files from resources.pak rather than from disk take 2.tony@chromium.org2011-03-221-0/+77
* Revert "Load devtools files from resources.pak rather than from disk."tony@chromium.org2011-03-221-77/+0
* Load devtools files from resources.pak rather than from disk.tony@chromium.org2011-03-221-0/+77
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-1/+1
* WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui.tfarina@chromium.org2011-02-271-0/+16