haikuwebkit/LayoutTests/inspector/timeline/line-column-expected.txt

198 lines
4.8 KiB
Plaintext
Raw Permalink Normal View History

Web Inspector: InspectorInstrumentation::willEvaluateScript should include column number https://bugs.webkit.org/show_bug.cgi?id=116191 <rdar://problem/13905910> Reviewed by Joseph Pecoraro. Source/WebCore: Test inspector/timeline/line-column.html * bindings/js/ScriptController.cpp: (WebCore::ScriptController::evaluateInWorld): (WebCore::ScriptController::evaluateModule): * bindings/js/JSExecStateInstrumentation.h: (WebCore::JSExecState::instrumentFunctionInternal): * inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::willCallFunction): (WebCore::InspectorInstrumentation::willEvaluateScript): * inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::willCallFunctionImpl): (WebCore::InspectorInstrumentation::willEvaluateScriptImpl): * inspector/agents/InspectorTimelineAgent.h: * inspector/agents/InspectorTimelineAgent.cpp: (WebCore::InspectorTimelineAgent::willCallFunction): (WebCore::InspectorTimelineAgent::willEvaluateScript): * inspector/TimelineRecordFactory.h: * inspector/TimelineRecordFactory.cpp: (WebCore::TimelineRecordFactory::createFunctionCallData): (WebCore::TimelineRecordFactory::createEvaluateScriptData): * bindings/js/ScriptSourceCode.h: (WebCore::ScriptSourceCode::startColumn const): Added. Source/WebInspectorUI: * UserInterface/Controllers/TimelineManager.js: (WI.TimelineManager.prototype._processRecord): LayoutTests: * inspector/timeline/line-column.html: Added. * inspector/timeline/line-column-expected.txt: Added. Canonical link: https://commits.webkit.org/208221@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240323 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-23 04:51:45 +00:00
Test that script Timeline records have column numbers.
== Running test suite: Timeline.LineColumn
-- Running test case: Timeline.LineColumn.willCallFunction
Evaluating in page...
PASS: Capturing started.
{
"startTime": "<filtered>",
"data": {},
"children": [
{
"startTime": "<filtered>",
"frameId": "<filtered>",
"data": {
"type": "click",
"defaultPrevented": false
Web Inspector: InspectorInstrumentation::willEvaluateScript should include column number https://bugs.webkit.org/show_bug.cgi?id=116191 <rdar://problem/13905910> Reviewed by Joseph Pecoraro. Source/WebCore: Test inspector/timeline/line-column.html * bindings/js/ScriptController.cpp: (WebCore::ScriptController::evaluateInWorld): (WebCore::ScriptController::evaluateModule): * bindings/js/JSExecStateInstrumentation.h: (WebCore::JSExecState::instrumentFunctionInternal): * inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::willCallFunction): (WebCore::InspectorInstrumentation::willEvaluateScript): * inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::willCallFunctionImpl): (WebCore::InspectorInstrumentation::willEvaluateScriptImpl): * inspector/agents/InspectorTimelineAgent.h: * inspector/agents/InspectorTimelineAgent.cpp: (WebCore::InspectorTimelineAgent::willCallFunction): (WebCore::InspectorTimelineAgent::willEvaluateScript): * inspector/TimelineRecordFactory.h: * inspector/TimelineRecordFactory.cpp: (WebCore::TimelineRecordFactory::createFunctionCallData): (WebCore::TimelineRecordFactory::createEvaluateScriptData): * bindings/js/ScriptSourceCode.h: (WebCore::ScriptSourceCode::startColumn const): Added. Source/WebInspectorUI: * UserInterface/Controllers/TimelineManager.js: (WI.TimelineManager.prototype._processRecord): LayoutTests: * inspector/timeline/line-column.html: Added. * inspector/timeline/line-column-expected.txt: Added. Canonical link: https://commits.webkit.org/208221@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240323 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-23 04:51:45 +00:00
},
"children": [],
"endTime": "<filtered>",
"type": "EventDispatch"
},
{
"startTime": "<filtered>",
"frameId": "<filtered>",
"data": {
"type": "click",
"defaultPrevented": false
Web Inspector: InspectorInstrumentation::willEvaluateScript should include column number https://bugs.webkit.org/show_bug.cgi?id=116191 <rdar://problem/13905910> Reviewed by Joseph Pecoraro. Source/WebCore: Test inspector/timeline/line-column.html * bindings/js/ScriptController.cpp: (WebCore::ScriptController::evaluateInWorld): (WebCore::ScriptController::evaluateModule): * bindings/js/JSExecStateInstrumentation.h: (WebCore::JSExecState::instrumentFunctionInternal): * inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::willCallFunction): (WebCore::InspectorInstrumentation::willEvaluateScript): * inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::willCallFunctionImpl): (WebCore::InspectorInstrumentation::willEvaluateScriptImpl): * inspector/agents/InspectorTimelineAgent.h: * inspector/agents/InspectorTimelineAgent.cpp: (WebCore::InspectorTimelineAgent::willCallFunction): (WebCore::InspectorTimelineAgent::willEvaluateScript): * inspector/TimelineRecordFactory.h: * inspector/TimelineRecordFactory.cpp: (WebCore::TimelineRecordFactory::createFunctionCallData): (WebCore::TimelineRecordFactory::createEvaluateScriptData): * bindings/js/ScriptSourceCode.h: (WebCore::ScriptSourceCode::startColumn const): Added. Source/WebInspectorUI: * UserInterface/Controllers/TimelineManager.js: (WI.TimelineManager.prototype._processRecord): LayoutTests: * inspector/timeline/line-column.html: Added. * inspector/timeline/line-column-expected.txt: Added. Canonical link: https://commits.webkit.org/208221@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240323 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-23 04:51:45 +00:00
},
"children": [
{
"startTime": "<filtered>",
"stackTrace": [
{
"functionName": "click",
"url": "[native code]",
"scriptId": "<filtered>",
"lineNumber": 0,
"columnNumber": 0
},
{
"functionName": "willCallFunctionTest",
"url": "timeline/line-column.html",
"scriptId": "<filtered>",
"lineNumber": 26,
"columnNumber": 44
},
{
"functionName": "global code",
"url": "",
"scriptId": "<filtered>",
"lineNumber": 1,
"columnNumber": 21
},
{
"functionName": "evaluateWithScopeExtension",
"url": "[native code]",
"scriptId": "<filtered>",
"lineNumber": 0,
"columnNumber": 0
},
{
"functionName": "",
"url": "",
"scriptId": "<filtered>",
"lineNumber": 142,
Web Inspector: InspectorInstrumentation::willEvaluateScript should include column number https://bugs.webkit.org/show_bug.cgi?id=116191 <rdar://problem/13905910> Reviewed by Joseph Pecoraro. Source/WebCore: Test inspector/timeline/line-column.html * bindings/js/ScriptController.cpp: (WebCore::ScriptController::evaluateInWorld): (WebCore::ScriptController::evaluateModule): * bindings/js/JSExecStateInstrumentation.h: (WebCore::JSExecState::instrumentFunctionInternal): * inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::willCallFunction): (WebCore::InspectorInstrumentation::willEvaluateScript): * inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::willCallFunctionImpl): (WebCore::InspectorInstrumentation::willEvaluateScriptImpl): * inspector/agents/InspectorTimelineAgent.h: * inspector/agents/InspectorTimelineAgent.cpp: (WebCore::InspectorTimelineAgent::willCallFunction): (WebCore::InspectorTimelineAgent::willEvaluateScript): * inspector/TimelineRecordFactory.h: * inspector/TimelineRecordFactory.cpp: (WebCore::TimelineRecordFactory::createFunctionCallData): (WebCore::TimelineRecordFactory::createEvaluateScriptData): * bindings/js/ScriptSourceCode.h: (WebCore::ScriptSourceCode::startColumn const): Added. Source/WebInspectorUI: * UserInterface/Controllers/TimelineManager.js: (WI.TimelineManager.prototype._processRecord): LayoutTests: * inspector/timeline/line-column.html: Added. * inspector/timeline/line-column-expected.txt: Added. Canonical link: https://commits.webkit.org/208221@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240323 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-23 04:51:45 +00:00
"columnNumber": 97
}
],
"frameId": "<filtered>",
"data": {
"scriptName": "timeline/line-column.html",
"scriptLine": 17,
"scriptColumn": 65
},
"children": [],
"endTime": "<filtered>",
"type": "FunctionCall"
}
],
"endTime": "<filtered>",
"type": "EventDispatch"
},
{
"startTime": "<filtered>",
"stackTrace": [
{
"functionName": "profile",
"url": "[native code]",
"scriptId": "<filtered>",
"lineNumber": 0,
"columnNumber": 0
},
{
"functionName": "willCallFunctionTest",
"url": "timeline/line-column.html",
"scriptId": "<filtered>",
"lineNumber": 25,
"columnNumber": 20
},
{
"functionName": "global code",
"url": "",
"scriptId": "<filtered>",
"lineNumber": 1,
"columnNumber": 21
},
{
"functionName": "evaluateWithScopeExtension",
"url": "[native code]",
"scriptId": "<filtered>",
"lineNumber": 0,
"columnNumber": 0
},
{
"functionName": "",
"url": "",
"scriptId": "<filtered>",
"lineNumber": 142,
Web Inspector: InspectorInstrumentation::willEvaluateScript should include column number https://bugs.webkit.org/show_bug.cgi?id=116191 <rdar://problem/13905910> Reviewed by Joseph Pecoraro. Source/WebCore: Test inspector/timeline/line-column.html * bindings/js/ScriptController.cpp: (WebCore::ScriptController::evaluateInWorld): (WebCore::ScriptController::evaluateModule): * bindings/js/JSExecStateInstrumentation.h: (WebCore::JSExecState::instrumentFunctionInternal): * inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::willCallFunction): (WebCore::InspectorInstrumentation::willEvaluateScript): * inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::willCallFunctionImpl): (WebCore::InspectorInstrumentation::willEvaluateScriptImpl): * inspector/agents/InspectorTimelineAgent.h: * inspector/agents/InspectorTimelineAgent.cpp: (WebCore::InspectorTimelineAgent::willCallFunction): (WebCore::InspectorTimelineAgent::willEvaluateScript): * inspector/TimelineRecordFactory.h: * inspector/TimelineRecordFactory.cpp: (WebCore::TimelineRecordFactory::createFunctionCallData): (WebCore::TimelineRecordFactory::createEvaluateScriptData): * bindings/js/ScriptSourceCode.h: (WebCore::ScriptSourceCode::startColumn const): Added. Source/WebInspectorUI: * UserInterface/Controllers/TimelineManager.js: (WI.TimelineManager.prototype._processRecord): LayoutTests: * inspector/timeline/line-column.html: Added. * inspector/timeline/line-column-expected.txt: Added. Canonical link: https://commits.webkit.org/208221@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240323 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-23 04:51:45 +00:00
"columnNumber": 97
}
],
"frameId": "<filtered>",
"data": {
"title": ""
},
"children": [],
"endTime": "<filtered>",
"type": "ConsoleProfile"
}
],
"endTime": "<filtered>",
"type": "RenderingFrame"
}
PASS: Capturing stopped.
-- Running test case: Timeline.LineColumn.willEvaluateScript
Evaluating in page...
PASS: Capturing started.
{
"startTime": "<filtered>",
"data": {},
"children": [
{
"startTime": "<filtered>",
"stackTrace": [
{
"functionName": "profile",
"url": "[native code]",
"scriptId": "<filtered>",
"lineNumber": 0,
"columnNumber": 0
},
{
"functionName": "willEvaluateScriptTest",
"url": "timeline/line-column.html",
"scriptId": "<filtered>",
"lineNumber": 31,
"columnNumber": 20
},
{
"functionName": "global code",
"url": "",
"scriptId": "<filtered>",
"lineNumber": 1,
"columnNumber": 23
},
{
"functionName": "evaluateWithScopeExtension",
"url": "[native code]",
"scriptId": "<filtered>",
"lineNumber": 0,
"columnNumber": 0
},
{
"functionName": "",
"url": "",
"scriptId": "<filtered>",
"lineNumber": 142,
Web Inspector: InspectorInstrumentation::willEvaluateScript should include column number https://bugs.webkit.org/show_bug.cgi?id=116191 <rdar://problem/13905910> Reviewed by Joseph Pecoraro. Source/WebCore: Test inspector/timeline/line-column.html * bindings/js/ScriptController.cpp: (WebCore::ScriptController::evaluateInWorld): (WebCore::ScriptController::evaluateModule): * bindings/js/JSExecStateInstrumentation.h: (WebCore::JSExecState::instrumentFunctionInternal): * inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::willCallFunction): (WebCore::InspectorInstrumentation::willEvaluateScript): * inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::willCallFunctionImpl): (WebCore::InspectorInstrumentation::willEvaluateScriptImpl): * inspector/agents/InspectorTimelineAgent.h: * inspector/agents/InspectorTimelineAgent.cpp: (WebCore::InspectorTimelineAgent::willCallFunction): (WebCore::InspectorTimelineAgent::willEvaluateScript): * inspector/TimelineRecordFactory.h: * inspector/TimelineRecordFactory.cpp: (WebCore::TimelineRecordFactory::createFunctionCallData): (WebCore::TimelineRecordFactory::createEvaluateScriptData): * bindings/js/ScriptSourceCode.h: (WebCore::ScriptSourceCode::startColumn const): Added. Source/WebInspectorUI: * UserInterface/Controllers/TimelineManager.js: (WI.TimelineManager.prototype._processRecord): LayoutTests: * inspector/timeline/line-column.html: Added. * inspector/timeline/line-column-expected.txt: Added. Canonical link: https://commits.webkit.org/208221@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240323 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-23 04:51:45 +00:00
"columnNumber": 97
}
],
"frameId": "<filtered>",
"data": {
"title": ""
},
"children": [],
"endTime": "<filtered>",
"type": "ConsoleProfile"
}
],
"endTime": "<filtered>",
"type": "RenderingFrame"
}
PASS: Capturing stopped.