Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Side by Side Diff: LayoutTests/inspector/debugger/debugger-script-preprocessor-expected.txt

Issue 13575004: Apply script preprocessor to Web page scripts only. (Closed) Base URL: https://chromium.googlesource.com/external/WebKit_trimmed.git@master
Patch Set: move clearScriptPreprocessor() to ScriptController::clearWindowShell Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 2: preprocessed script1.js.js
2 CONSOLE MESSAGE: line 88: preprocessed debugger-script-preprocessor_html.js
3 CONSOLE MESSAGE: line 2: eval works
4 CONSOLE MESSAGE: line 2: verify href: debugger-script-preprocessor.html
5 CONSOLE MESSAGE: line 18: Uncaught Error: fake internal preprocessor error
6 CONSOLE MESSAGE: line 91: preprocessed onload.js
7 CONSOLE MESSAGE: line 1: Uncaught Error: failingPreprocessor throws
8 CONSOLE MESSAGE: The preprocessor must compile to a function.
9 CONSOLE MESSAGE: The preprocessor must compile to a function.
10 CONSOLE MESSAGE: line 2: Uncaught SyntaxError: Unexpected identifier
11 CONSOLE MESSAGE: The preprocessor must compile to a function.
1 Tests script preprocessor (ability to preprocess all scripts upon reload). 12 Tests script preprocessor (ability to preprocess all scripts upon reload).
2 13
3 Debugger was enabled. 14 Debugger was enabled.
4 Page reloaded. 15 Page reloaded.
5 inspector-test.js.js 16 sourceURLs[0]=
6 debugger-test.js.js 17 sourceURLs[1]=inspector-test.js
7 debugger-script-preprocessor.html 18 sourceURLs[2]=debugger-test.js
8 debugger-script-preprocessor.html 19 sourceURLs[3]=script1.js.js
9 dynamicScript1 20 sourceURLs[4]=
10 dynamicScript2 21 sourceURLs[5]=debugger-script-preprocessor.html
22 sourceURLs[6]=debugger-script-preprocessor.html
23 sourceURLs[7]=dynamicScript1
24 sourceURLs[8]=dynamicScript2
25 sourceURLs[9]=
26 Page reloaded.
27 Page reloaded.
28 Page reloaded.
11 Page reloaded. 29 Page reloaded.
12 Debugger was disabled. 30 Debugger was disabled.
13 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698