From 5ced5eb46be9e6c2d2b72a421d930cee6d7fcf89 Mon Sep 17 00:00:00 2001 From: "erikkay@google.com" Date: Thu, 31 Jul 2008 16:25:09 +0000 Subject: Initial cleanup and refactoring to make debugger UI use DHTML and get rid of the last of its native UI. This is done using a DOMUIHost subclass and a new TabContents type. This checkin also fixes a few minor issues: * hitting the keyboard accelerator brings the current debugger window to front * text is grayed out when in "running" mode rather than "paused" * up/down arrows have command-line history (transient) * some text used to get eaten when you first bring up the window ("attached to "), this is now handled git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/debugger/debugger_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/debugger') diff --git a/chrome/test/debugger/debugger_unittests.py b/chrome/test/debugger/debugger_unittests.py index bacaa00..bdf22ea 100644 --- a/chrome/test/debugger/debugger_unittests.py +++ b/chrome/test/debugger/debugger_unittests.py @@ -30,7 +30,7 @@ def RunTests(build_dir=None): cmd = [v8_shell, "--allow-natives-syntax", "--expose-debug-as", "debugContext", # these two are together - os.path.join(chrome_dir, "browser", "resources", "debugger_shell.js"), + os.path.join(chrome_dir, "browser", "debugger", "resources", "debugger_shell.js"), os.path.join(v8_dir, "tests", "mjsunit.js"), os.path.join(chrome_dir, "test", "debugger", "test_protocol.js") ] -- cgit v1.1