summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger/devtools_manager.h
Commit message (Expand)AuthorAgeFilesLines
* DevTools: implement WebDevToolsAgentClient::WebKitClientMessageLoop. Also mak...yurys@chromium.org2010-05-271-2/+0
* Fix docking behaviour for devtools windows that don't have an associated brow...mnissler@chromium.org2010-04-061-2/+2
* DevTools: Fix devtools crasher related to unsuccessful extensions reload with...pfeldman@chromium.org2010-03-251-4/+10
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* DevTools: handle the case where client host is disposed while in the list of ...pfeldman@chromium.org2009-11-081-4/+4
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-1/+4
* DevTools: provide a way for clients to detach and attach client hosts to rend...pfeldman@chromium.org2009-11-061-1/+15
* DevTools: Wire Ctrl+Shift+C to "Show JavaScript console".pfeldman@chromium.org2009-11-061-2/+4
* Highlight node with mouse over it while selecting element to inspectapavlov@chromium.org2009-11-051-1/+0
* DevTools: support cross-navigation instrumentation.pfeldman@chromium.org2009-11-021-2/+12
* DevTools: Make 'toggle node search' mode work.pfeldman@chromium.org2009-07-161-0/+1
* DevTools: Toggle docked devtools window on shortcut.pfeldman@chromium.org2009-07-131-0/+6
* DevTools: preserve focus on activating dev tools window.pfeldman@chromium.org2009-07-061-0/+1
* DevTools: Add docked pane into the browser view.pfeldman@chromium.org2009-07-011-1/+4
* DevTools: Introduce docked version of DevTools.pfeldman@chromium.org2009-07-011-1/+9
* DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...pfeldman@chromium.org2009-06-241-0/+3
* DevTools: migrate sanity tests to javascript.pfeldman@chromium.org2009-06-101-2/+0
* DevTools: Make reloading inspector lead to the complete DevTools Client Windo...pfeldman@chromium.org2009-06-051-1/+6
* DevTools: Add 'Enable Developer Tools' option into the Advanced tab. Hide dev...pfeldman@chromium.org2009-05-271-0/+2
* DevTools: Enable debugging of non-TabContents including extensions.pfeldman@chromium.org2009-05-071-51/+30
* DevTools: localize window title, append inspected tab url there.pfeldman@chromium.org2009-05-051-2/+3
* Move another batch of functions for WebContents to TabContents. This alsobrettw@chromium.org2009-04-241-13/+13
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-1/+1
* Reverting 14005.brettw@chromium.org2009-04-181-1/+1
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-1/+1
* DevTools: tell agent it has client attached early (prior to the navigation).pfeldman@chromium.org2009-04-071-2/+7
* DevTools: add support for navigating to other tab while inspecting.pfeldman@chromium.org2009-03-271-0/+5
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-241-0/+7
* Currently we have two types of devtools UI: Chrome built in developer tools w...yurys@google.com2009-03-231-64/+44
* Initial unit tests implementation.yurys@google.com2009-03-171-1/+11
* DevToolsManager is a service in the browser process that manages all open dev...yurys@google.com2009-03-161-0/+102