index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
debugger
/
devtools_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix docking behaviour for devtools windows that don't have an associated brow...
mnissler@chromium.org
2010-04-06
1
-2
/
+2
*
DevTools: Fix devtools crasher related to unsuccessful extensions reload with...
pfeldman@chromium.org
2010-03-25
1
-25
/
+46
*
Reland r41641 "Make DevTools open docked by default..."
xiyuan@chromium.org
2010-03-22
1
-1
/
+1
*
Initial support for inspecting extension popups.
rafaelw@chromium.org
2010-03-17
1
-0
/
+6
*
Revert "Make DevTools open docked by default for chrome os."
tony@chromium.org
2010-03-16
1
-1
/
+1
*
Make DevTools open docked by default for chrome os.
xiyuan@chromium.org
2010-03-15
1
-1
/
+1
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Mac: Make devtools window dockable.
thakis@chromium.org
2010-01-05
1
-5
/
+0
*
Use AutoReset (formerly ScopedBool) where possible.
pkasting@chromium.org
2009-11-20
1
-2
/
+2
*
DevTools: handle the case where client host is disposed while in the list of ...
pfeldman@chromium.org
2009-11-08
1
-13
/
+19
*
DevTools: provide a way for clients to detach and attach client hosts to rend...
pfeldman@chromium.org
2009-11-06
1
-10
/
+42
*
DevTools: Follow up to r31226. Fixed one of the toggledevtools calls.
pfeldman@chromium.org
2009-11-06
1
-1
/
+1
*
DevTools: Wire Ctrl+Shift+C to "Show JavaScript console".
pfeldman@chromium.org
2009-11-06
1
-4
/
+6
*
Highlight node with mouse over it while selecting element to inspect
apavlov@chromium.org
2009-11-05
1
-9
/
+0
*
DevTools: support cross-navigation instrumentation.
pfeldman@chromium.org
2009-11-02
1
-4
/
+31
*
DevTools: Implement raw cookies access for inspector.
pfeldman@chromium.org
2009-10-29
1
-24
/
+27
*
Header dependency cleanup in chrome/
phajdan.jr@chromium.org
2009-10-12
1
-0
/
+1
*
DevTools: Disable dock action on Mac OS since it is not yet implemented.
pfeldman@chromium.org
2009-07-20
1
-0
/
+5
*
DevTools: Make 'toggle node search' mode work.
pfeldman@chromium.org
2009-07-16
1
-0
/
+9
*
DevTools: Toggle docked devtools window on shortcut.
pfeldman@chromium.org
2009-07-13
1
-23
/
+45
*
DevTools: Preserve devtools window contents on dock/undock.
pfeldman@chromium.org
2009-07-07
1
-8
/
+2
*
DevTools: preserve focus on activating dev tools window.
pfeldman@chromium.org
2009-07-06
1
-0
/
+10
*
DevTools: Add docked pane into the browser view.
pfeldman@chromium.org
2009-07-01
1
-5
/
+15
*
DevTools: Introduce docked version of DevTools.
pfeldman@chromium.org
2009-07-01
1
-16
/
+67
*
Move render_view_host_manager* and site_instance* from tab_contents to render...
brettw@chromium.org
2009-06-29
1
-1
/
+1
*
DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...
pfeldman@chromium.org
2009-06-24
1
-2
/
+16
*
DevTools: do not crash on rapid refresh while on a Dev Tools Client window.
pfeldman@chromium.org
2009-06-10
1
-6
/
+5
*
DevTools: migrate sanity tests to javascript.
pfeldman@chromium.org
2009-06-10
1
-11
/
+0
*
DevTools: Make reloading inspector lead to the complete DevTools Client Windo...
pfeldman@chromium.org
2009-06-05
1
-4
/
+37
*
DevTools: Add 'Enable Developer Tools' option into the Advanced tab. Hide dev...
pfeldman@chromium.org
2009-05-27
1
-0
/
+14
*
DevTools: Display main resource url as devtools window title.
pfeldman@chromium.org
2009-05-21
1
-3
/
+0
*
DevTools: Get rid of views in DevTools.
pfeldman@chromium.org
2009-05-20
1
-1
/
+1
*
Fix inspection of extensions.
aa@chromium.org
2009-05-19
1
-11
/
+5
*
DevTools: init devtools with proper profile.
pfeldman@chromium.org
2009-05-18
1
-1
/
+1
*
DevTools: Sanity ui test.
pfeldman@chromium.org
2009-05-12
1
-1
/
+11
*
DevTools: Preserve WebInspector window while switching RenderViewHost.
pfeldman@chromium.org
2009-05-07
1
-0
/
+3
*
DevTools: Enable debugging of non-TabContents including extensions.
pfeldman@chromium.org
2009-05-07
1
-133
/
+71
*
DevTools: localize window title, append inspected tab url there.
pfeldman@chromium.org
2009-05-05
1
-7
/
+17
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-10
/
+5
*
Move another batch of functions for WebContents to TabContents. This also
brettw@chromium.org
2009-04-24
1
-29
/
+21
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-12
/
+8
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-8
/
+12
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-12
/
+8
*
Remove TabContentsType from the NavigationController external interface and in
brettw@chromium.org
2009-04-15
1
-3
/
+3
*
DevTools: Fix errors found during dogfooding.
pfeldman@chromium.org
2009-04-08
1
-1
/
+2
*
DevTools: tell agent it has client attached early (prior to the navigation).
pfeldman@chromium.org
2009-04-07
1
-16
/
+5
*
DevTools: move devtools messages to common.
pfeldman@chromium.org
2009-04-03
1
-1
/
+1
*
DevTools: add support for navigating to other tab while inspecting.
pfeldman@chromium.org
2009-03-27
1
-19
/
+66
*
Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...
pfeldman@chromium.org
2009-03-24
1
-0
/
+23
*
Currently we have two types of devtools UI: Chrome built in developer tools w...
yurys@google.com
2009-03-23
1
-114
/
+76
[next]