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

Side by Side Diff: test/inspector/runtime/protocol-works-with-different-locale-expected.txt

Issue 2656613004: V8 Inspector: remove V8ConsoleAPIType from the API, reuse v8::Isolate::MessageErrorLevel instead. (Closed)
Patch Set: rebaselined the test Created 3 years, 10 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
« no previous file with comments | « src/inspector/v8-console-message.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 Running test: consoleLogWithDefaultLocale 2 Running test: consoleLogWithDefaultLocale
3 { 3 {
4 method : Runtime.consoleAPICalled 4 method : Runtime.consoleAPICalled
5 params : { 5 params : {
6 args : [ 6 args : [
7 [0] : { 7 [0] : {
8 description : 239 8 description : 239
9 type : number 9 type : number
10 value : 239 10 value : 239
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 [0] : { 44 [0] : {
45 columnNumber : 8 45 columnNumber : 8
46 functionName : 46 functionName :
47 lineNumber : 0 47 lineNumber : 0
48 scriptId : <scriptId> 48 scriptId : <scriptId>
49 url : 49 url :
50 } 50 }
51 ] 51 ]
52 } 52 }
53 timestamp : <timestamp> 53 timestamp : <timestamp>
54 type : debug 54 type : timeEnd
55 } 55 }
56 } 56 }
57 57
58 Running test: consoleLogWithCommaAsSeparator 58 Running test: consoleLogWithCommaAsSeparator
59 set locale to fr_CA.UTF-8 (has comma as separator) 59 set locale to fr_CA.UTF-8 (has comma as separator)
60 { 60 {
61 method : Runtime.consoleAPICalled 61 method : Runtime.consoleAPICalled
62 params : { 62 params : {
63 args : [ 63 args : [
64 [0] : { 64 [0] : {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 [0] : { 127 [0] : {
128 columnNumber : 8 128 columnNumber : 8
129 functionName : 129 functionName :
130 lineNumber : 0 130 lineNumber : 0
131 scriptId : <scriptId> 131 scriptId : <scriptId>
132 url : 132 url :
133 } 133 }
134 ] 134 ]
135 } 135 }
136 timestamp : <timestamp> 136 timestamp : <timestamp>
137 type : debug 137 type : timeEnd
138 } 138 }
139 } 139 }
OLDNEW
« no previous file with comments | « src/inspector/v8-console-message.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698