From 648161bb0edfc3d43db63caed5cc5213bc6cb78f Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 3 Mar 2009 18:28:41 -0800 Subject: auto import from //depot/cupcake/@135843 --- .../manual-tests/inspector/command-line-api.html | 6 -- WebCore/manual-tests/inspector/console-assert.html | 37 ---------- .../inspector/console-call-line-numbers.html | 14 ---- .../inspector/console-log-formatting.html | 68 ----------------- WebCore/manual-tests/inspector/console-time.html | 33 --------- .../inspector/debugger-execution-while-paused.html | 15 ---- .../inspector/debugger-pause-during-load.html | 5 -- .../debugger-pause-on-else-statements.html | 18 ----- .../debugger-pause-on-for-in-statements.html | 18 ----- .../debugger-pause-on-for-statements.html | 16 ---- .../debugger-status-bar-buttons-state.html | 2 - .../manual-tests/inspector/display-sql-null.html | 21 ------ .../inspector/display-sql-transaction-error.html | 24 ------ WebCore/manual-tests/inspector/dom-mutation.html | 31 -------- .../inspector/error-warning-count.html | 60 --------------- .../inspector/errors-with-space in-url.html | 7 -- WebCore/manual-tests/inspector/escape-links.html | 1 - .../inspector/forzen-ui-while-paused.html | 11 --- .../inspector/highlight-source-line.html | 4 - .../inspector/multiple-console-messages.html | 86 ---------------------- .../manual-tests/inspector/profiler-test-call.html | 35 --------- ...profiler-test-many-calls-in-the-same-scope.html | 42 ----------- .../inspector/resources/mutate-frame-2.html | 12 --- .../inspector/resources/mutate-frame.html | 10 --- .../inspector/resources/script-console-calls.js | 8 -- .../inspector/resources/script-error.js | 6 -- .../manual-tests/inspector/returnEvent-crash.html | 17 ----- .../inspector/styled-error-bubbles-in-scripts.html | 6 -- 28 files changed, 613 deletions(-) delete mode 100644 WebCore/manual-tests/inspector/command-line-api.html delete mode 100644 WebCore/manual-tests/inspector/console-assert.html delete mode 100644 WebCore/manual-tests/inspector/console-call-line-numbers.html delete mode 100644 WebCore/manual-tests/inspector/console-log-formatting.html delete mode 100644 WebCore/manual-tests/inspector/console-time.html delete mode 100644 WebCore/manual-tests/inspector/debugger-execution-while-paused.html delete mode 100644 WebCore/manual-tests/inspector/debugger-pause-during-load.html delete mode 100644 WebCore/manual-tests/inspector/debugger-pause-on-else-statements.html delete mode 100644 WebCore/manual-tests/inspector/debugger-pause-on-for-in-statements.html delete mode 100644 WebCore/manual-tests/inspector/debugger-pause-on-for-statements.html delete mode 100644 WebCore/manual-tests/inspector/debugger-status-bar-buttons-state.html delete mode 100644 WebCore/manual-tests/inspector/display-sql-null.html delete mode 100644 WebCore/manual-tests/inspector/display-sql-transaction-error.html delete mode 100644 WebCore/manual-tests/inspector/dom-mutation.html delete mode 100644 WebCore/manual-tests/inspector/error-warning-count.html delete mode 100644 WebCore/manual-tests/inspector/errors-with-space in-url.html delete mode 100644 WebCore/manual-tests/inspector/escape-links.html delete mode 100644 WebCore/manual-tests/inspector/forzen-ui-while-paused.html delete mode 100644 WebCore/manual-tests/inspector/highlight-source-line.html delete mode 100644 WebCore/manual-tests/inspector/multiple-console-messages.html delete mode 100644 WebCore/manual-tests/inspector/profiler-test-call.html delete mode 100644 WebCore/manual-tests/inspector/profiler-test-many-calls-in-the-same-scope.html delete mode 100644 WebCore/manual-tests/inspector/resources/mutate-frame-2.html delete mode 100644 WebCore/manual-tests/inspector/resources/mutate-frame.html delete mode 100644 WebCore/manual-tests/inspector/resources/script-console-calls.js delete mode 100644 WebCore/manual-tests/inspector/resources/script-error.js delete mode 100644 WebCore/manual-tests/inspector/returnEvent-crash.html delete mode 100644 WebCore/manual-tests/inspector/styled-error-bubbles-in-scripts.html (limited to 'WebCore/manual-tests/inspector') diff --git a/WebCore/manual-tests/inspector/command-line-api.html b/WebCore/manual-tests/inspector/command-line-api.html deleted file mode 100644 index 8b9a153..0000000 --- a/WebCore/manual-tests/inspector/command-line-api.html +++ /dev/null @@ -1,6 +0,0 @@ - - -

Test for Bug 20385: Firebug command line extensions interfere with existing objects.

-

To test, execute "$()" in the Inspector's Console. Also trying setting $.

diff --git a/WebCore/manual-tests/inspector/console-assert.html b/WebCore/manual-tests/inspector/console-assert.html deleted file mode 100644 index df2c4cc..0000000 --- a/WebCore/manual-tests/inspector/console-assert.html +++ /dev/null @@ -1,37 +0,0 @@ - - -

Test for Bug 19134: Inspector should support console.assert.

-

To test, click the buttons below and look at the Inspector's Console.

diff --git a/WebCore/manual-tests/inspector/console-call-line-numbers.html b/WebCore/manual-tests/inspector/console-call-line-numbers.html deleted file mode 100644 index ae831c5..0000000 --- a/WebCore/manual-tests/inspector/console-call-line-numbers.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -

Test for Bug 17234: Inspector should link console.{log,warn,info,error} back to call site.

-

To test, open the Inspector's Console and verify that all console messages have correct resource URLs and line numbers. Also verify that errors and warnings show up inline as bubbles in the resource source view.

diff --git a/WebCore/manual-tests/inspector/console-log-formatting.html b/WebCore/manual-tests/inspector/console-log-formatting.html deleted file mode 100644 index d59ebc9..0000000 --- a/WebCore/manual-tests/inspector/console-log-formatting.html +++ /dev/null @@ -1,68 +0,0 @@ - -

Test for Bug 17228: console.{log,warn,info,error} should support format strings, variable arguments.

-

Open the Inspector (right-click and choose "Inspect Element"), then click the "Run Tests" button.

- diff --git a/WebCore/manual-tests/inspector/console-time.html b/WebCore/manual-tests/inspector/console-time.html deleted file mode 100644 index 6c24373..0000000 --- a/WebCore/manual-tests/inspector/console-time.html +++ /dev/null @@ -1,33 +0,0 @@ - -

Test for Bug 19159: Inspector should support console.time/console.timeEnd.

-

Open the Inspector (right-click and choose "Inspect Element"), then click the "Run Tests" button.

- \ No newline at end of file diff --git a/WebCore/manual-tests/inspector/debugger-execution-while-paused.html b/WebCore/manual-tests/inspector/debugger-execution-while-paused.html deleted file mode 100644 index 67446d4..0000000 --- a/WebCore/manual-tests/inspector/debugger-execution-while-paused.html +++ /dev/null @@ -1,15 +0,0 @@ - -

Test for Bug 20284: JavaScript can be executed even though debugger is running and at a break point.

-

To test, open the Inspector and start a debugging session. Set a break point inside the stepOne() function. Now click the Step One button in the page. The breakpoint should be hit. While paused at the breakpoint click on the Step Two button. You should not see an alert dialog.

-

-

diff --git a/WebCore/manual-tests/inspector/debugger-pause-during-load.html b/WebCore/manual-tests/inspector/debugger-pause-during-load.html deleted file mode 100644 index 631cafc..0000000 --- a/WebCore/manual-tests/inspector/debugger-pause-during-load.html +++ /dev/null @@ -1,5 +0,0 @@ - -

Test for Bug 19053: Source code not visible when script is paused before onload fires.

-

To test, open the Inspector and start a debugging session. You should see this file and execution line in the Scripts panel.

diff --git a/WebCore/manual-tests/inspector/debugger-pause-on-else-statements.html b/WebCore/manual-tests/inspector/debugger-pause-on-else-statements.html deleted file mode 100644 index 424fb7e..0000000 --- a/WebCore/manual-tests/inspector/debugger-pause-on-else-statements.html +++ /dev/null @@ -1,18 +0,0 @@ - - -Test for Bug 21944: Can't set a breakpoint on the statement after a single line "else". -

-Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node -in the call stack, you should see the execution line on the call to test(). -

-Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called. diff --git a/WebCore/manual-tests/inspector/debugger-pause-on-for-in-statements.html b/WebCore/manual-tests/inspector/debugger-pause-on-for-in-statements.html deleted file mode 100644 index c0c24e0..0000000 --- a/WebCore/manual-tests/inspector/debugger-pause-on-for-in-statements.html +++ /dev/null @@ -1,18 +0,0 @@ - - -Test for Bug 22004: Can't set a breakpoint on the statement after a single line "for". -

-Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node -in the call stack, you should see the execution line on the call to test(). -

-Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called. diff --git a/WebCore/manual-tests/inspector/debugger-pause-on-for-statements.html b/WebCore/manual-tests/inspector/debugger-pause-on-for-statements.html deleted file mode 100644 index 43a63e2..0000000 --- a/WebCore/manual-tests/inspector/debugger-pause-on-for-statements.html +++ /dev/null @@ -1,16 +0,0 @@ - - -Test for Bug 22004: Can't set a breakpoint on the statement after a single line "for". -

-Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node -in the call stack, you should see the execution line on the call to test(). -

-Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called. diff --git a/WebCore/manual-tests/inspector/debugger-status-bar-buttons-state.html b/WebCore/manual-tests/inspector/debugger-status-bar-buttons-state.html deleted file mode 100644 index 31ca3b1..0000000 --- a/WebCore/manual-tests/inspector/debugger-status-bar-buttons-state.html +++ /dev/null @@ -1,2 +0,0 @@ -

Test for Bug 19173: Tool tips for Inspector debugger status bar buttons are wrong/missing.

-

To test, open the Inspector and go to the Scripts panel. Check that the tool tips for the debugger's two status bar buttons make sense when each button is toggled on and off.

diff --git a/WebCore/manual-tests/inspector/display-sql-null.html b/WebCore/manual-tests/inspector/display-sql-null.html deleted file mode 100644 index 1d1403b..0000000 --- a/WebCore/manual-tests/inspector/display-sql-null.html +++ /dev/null @@ -1,21 +0,0 @@ - -

Test for Bug 18837: Database panel fails to display tables if any value is NULL.

-

To test:

-
    -
  1. Open the Inspector
  2. -
  3. Go to the Databases panel
  4. -
  5. Click on the DisplaySQLNull table inside the InspectorTest database
  6. -
-

If the contents of the table appear (a single row with the value -"null" in the test column), you have passed the -test.

diff --git a/WebCore/manual-tests/inspector/display-sql-transaction-error.html b/WebCore/manual-tests/inspector/display-sql-transaction-error.html deleted file mode 100644 index da2d310..0000000 --- a/WebCore/manual-tests/inspector/display-sql-transaction-error.html +++ /dev/null @@ -1,24 +0,0 @@ - -

Test for Bug 19438: Transaction errors are never displayed in database query view.

-

To test:

-
    -
  1. Open the Inspector
  2. -
  3. Go to the Databases panel
  4. -
  5. Click on the InspectorTest database
  6. -
  7. Enter the following text on the query input line: INSERT INTO DisplaySQLTransactionError (test) VALUES (NULL)
  8. -
-

If the line of text you entered remains and an error line is output below -it, you have passed the test.

-

If the line of text you entered disappears and no error line is output, you -have failed the test.

-

If the line of text you entered remains and no error line is output, then -the test has become invalid and needs to be modified to cause the error -callback passed by the Inspector to db.transaction to be called.

diff --git a/WebCore/manual-tests/inspector/dom-mutation.html b/WebCore/manual-tests/inspector/dom-mutation.html deleted file mode 100644 index 33e8333..0000000 --- a/WebCore/manual-tests/inspector/dom-mutation.html +++ /dev/null @@ -1,31 +0,0 @@ - -

Test for Bug 6590: Web Inspector shows stale DOM tree if the DOM changes after the inspector has loaded.

-

To test, open the Inspector and watch the DOM change to match the page. Clicking the buttons will navigate the subframe, and the all the subframe child nodes should change.

-
- - -
-
- -
-
diff --git a/WebCore/manual-tests/inspector/error-warning-count.html b/WebCore/manual-tests/inspector/error-warning-count.html deleted file mode 100644 index 9f6b9c2..0000000 --- a/WebCore/manual-tests/inspector/error-warning-count.html +++ /dev/null @@ -1,60 +0,0 @@ - - -

Test for Bug 18650: -Errors/warnings in Inspector should be visible outside of Resources.

-

To test, open the Inspector and click one of the buttons below. You should -see an error and/or warning count in the Inspector's status bar. Clicking on -the error/warning count should open the Console. Hovering over the -error/warning count should show you a tooltip that matches the text in the -button you clicked.

-

Note: You must reload the page between each button press.

diff --git a/WebCore/manual-tests/inspector/errors-with-space in-url.html b/WebCore/manual-tests/inspector/errors-with-space in-url.html deleted file mode 100644 index 07e8ee0..0000000 --- a/WebCore/manual-tests/inspector/errors-with-space in-url.html +++ /dev/null @@ -1,7 +0,0 @@ -

Test for Bug 19065: -Resources with a space in their URL don't get error/warning bubbles.

-

To test, open the Inspector and refresh this page. There should be a red -bubble with the number "1" in it next to the main resource in the Resources -panel. Clicking the button below should change the "1" to a "2".

-

- diff --git a/WebCore/manual-tests/inspector/escape-links.html b/WebCore/manual-tests/inspector/escape-links.html deleted file mode 100644 index 5c5f6c0..0000000 --- a/WebCore/manual-tests/inspector/escape-links.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/WebCore/manual-tests/inspector/forzen-ui-while-paused.html b/WebCore/manual-tests/inspector/forzen-ui-while-paused.html deleted file mode 100644 index b8d50b0..0000000 --- a/WebCore/manual-tests/inspector/forzen-ui-while-paused.html +++ /dev/null @@ -1,11 +0,0 @@ - -

Test for Bug 20042: UI frozen when the debugger is paused.

-

Open the inspector and start debugging in the Scripts panel. While paused, try to open the Console. The Console should animate open fully.

diff --git a/WebCore/manual-tests/inspector/highlight-source-line.html b/WebCore/manual-tests/inspector/highlight-source-line.html deleted file mode 100644 index 2520485..0000000 --- a/WebCore/manual-tests/inspector/highlight-source-line.html +++ /dev/null @@ -1,4 +0,0 @@ -

Test for Bug 19204: Inspector should highlight source lines when following links to them.

-

To test, open the Inspector and reload this page. Then open the Inspector's Console and click the link for the markup error. You should see the line containing the error briefly highlighted in the source view.

- -

This line contains a markup error.

diff --git a/WebCore/manual-tests/inspector/multiple-console-messages.html b/WebCore/manual-tests/inspector/multiple-console-messages.html deleted file mode 100644 index 842e6aa..0000000 --- a/WebCore/manual-tests/inspector/multiple-console-messages.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - -This test generates warnings, errors, and logs to test the grouping of repeated -messages in the Web Inspector. To check this test open the Web Inspector and see -that there are never any repeated messages that don't have a number next to them. -
-
- -
- -
- - diff --git a/WebCore/manual-tests/inspector/profiler-test-call.html b/WebCore/manual-tests/inspector/profiler-test-call.html deleted file mode 100644 index 572a2e9..0000000 --- a/WebCore/manual-tests/inspector/profiler-test-call.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - -This page's JavaScript has a call to call() in it. -
-
-To use this test, load it in the browser then load the WebInspector and look at -the profile. In the profile there should be a call to fakeObject() with call() as -its child and a fakeInteriorFunction() as call()'s child. -
- - diff --git a/WebCore/manual-tests/inspector/profiler-test-many-calls-in-the-same-scope.html b/WebCore/manual-tests/inspector/profiler-test-many-calls-in-the-same-scope.html deleted file mode 100644 index da5be42..0000000 --- a/WebCore/manual-tests/inspector/profiler-test-many-calls-in-the-same-scope.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -This page's JavaScript has many function calls in the same scope. -
-
-To use this test, load it in the browser then load the WebInspector and look at -the profile. In the profile many functions should be the children of startTest. -Use the sorting capabilites to make sure the similarly named functions are sorted -correctly. -
- - \ No newline at end of file diff --git a/WebCore/manual-tests/inspector/resources/mutate-frame-2.html b/WebCore/manual-tests/inspector/resources/mutate-frame-2.html deleted file mode 100644 index 9d413b9..0000000 --- a/WebCore/manual-tests/inspector/resources/mutate-frame-2.html +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/WebCore/manual-tests/inspector/resources/mutate-frame.html b/WebCore/manual-tests/inspector/resources/mutate-frame.html deleted file mode 100644 index 08fc656..0000000 --- a/WebCore/manual-tests/inspector/resources/mutate-frame.html +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/WebCore/manual-tests/inspector/resources/script-console-calls.js b/WebCore/manual-tests/inspector/resources/script-console-calls.js deleted file mode 100644 index 9c7bc35..0000000 --- a/WebCore/manual-tests/inspector/resources/script-console-calls.js +++ /dev/null @@ -1,8 +0,0 @@ -console.info("Test console.info"); -console.log("Test console.log"); -console.warn("Test console.warn"); -console.error("Test console.error"); -console.time("Test console.time"); -console.timeEnd("Test console.time"); -console.count("Test console.count"); -console.assert(false, "Test console.assert"); diff --git a/WebCore/manual-tests/inspector/resources/script-error.js b/WebCore/manual-tests/inspector/resources/script-error.js deleted file mode 100644 index c8be5ea..0000000 --- a/WebCore/manual-tests/inspector/resources/script-error.js +++ /dev/null @@ -1,6 +0,0 @@ -var test = document.body; -this.will.be.an.error = 1; - -function test() { - return 42; -} diff --git a/WebCore/manual-tests/inspector/returnEvent-crash.html b/WebCore/manual-tests/inspector/returnEvent-crash.html deleted file mode 100644 index 5dd1119..0000000 --- a/WebCore/manual-tests/inspector/returnEvent-crash.html +++ /dev/null @@ -1,17 +0,0 @@ - -

Test for Bug 19038: Crash in JavaScriptDebugServer::returnEvent when inspecting an attached Inspector.

-

To test, open and attach the Inspector's debugger, then click the button below. If you don't crash, you have passed the test.

- diff --git a/WebCore/manual-tests/inspector/styled-error-bubbles-in-scripts.html b/WebCore/manual-tests/inspector/styled-error-bubbles-in-scripts.html deleted file mode 100644 index 0049cef..0000000 --- a/WebCore/manual-tests/inspector/styled-error-bubbles-in-scripts.html +++ /dev/null @@ -1,6 +0,0 @@ - -

Test for Bug 19065: -Error bubbles are clobbered when syntax highlighting JavaScript resources.

-

To test, open the Inspector. There should be a red bubble with the number "1" -in it next to the the only script resource in the Resources panel. Clicking the -resource should show syntax highlighted JavaScript with a red error bubble.

-- cgit v1.1