summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger/devtools_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* DevTools: Add 'Enable Developer Tools' option into the Advanced tab. Hide dev...pfeldman@chromium.org2009-05-271-0/+14
* DevTools: Display main resource url as devtools window title.pfeldman@chromium.org2009-05-211-3/+0
* DevTools: Get rid of views in DevTools.pfeldman@chromium.org2009-05-201-1/+1
* Fix inspection of extensions.aa@chromium.org2009-05-191-11/+5
* DevTools: init devtools with proper profile.pfeldman@chromium.org2009-05-181-1/+1
* DevTools: Sanity ui test.pfeldman@chromium.org2009-05-121-1/+11
* DevTools: Preserve WebInspector window while switching RenderViewHost.pfeldman@chromium.org2009-05-071-0/+3
* DevTools: Enable debugging of non-TabContents including extensions.pfeldman@chromium.org2009-05-071-133/+71
* DevTools: localize window title, append inspected tab url there.pfeldman@chromium.org2009-05-051-7/+17
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-10/+5
* Move another batch of functions for WebContents to TabContents. This alsobrettw@chromium.org2009-04-241-29/+21
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-12/+8
* Reverting 14005.brettw@chromium.org2009-04-181-8/+12
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-12/+8
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-3/+3
* DevTools: Fix errors found during dogfooding.pfeldman@chromium.org2009-04-081-1/+2
* DevTools: tell agent it has client attached early (prior to the navigation).pfeldman@chromium.org2009-04-071-16/+5
* DevTools: move devtools messages to common.pfeldman@chromium.org2009-04-031-1/+1
* DevTools: add support for navigating to other tab while inspecting.pfeldman@chromium.org2009-03-271-19/+66
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-241-0/+23
* Currently we have two types of devtools UI: Chrome built in developer tools w...yurys@google.com2009-03-231-114/+76
* Initial unit tests implementation.yurys@google.com2009-03-171-11/+19
* DevToolsManager is a service in the browser process that manages all open dev...yurys@google.com2009-03-161-0/+202