|
Introduce SourceLocation to be used for console messages.
SourceLocation is meant to be used instead of ScriptCallStack and beyond,
representing a location which triggered something (e.g. a console message).
BUG= 613882
Committed: https://crrev.com/db28b907dc3c6a7b615ac85fc3bb71cd33554594
Cr-Commit-Position: refs/heads/master@{#395539}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+215 lines, -47 lines) |
Patch |
|
M |
third_party/WebKit/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
|
View
|
1
2
3
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.cpp
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
View
|
1
2
3
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
View
|
1
2
3
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/bindings/core/v8/v8.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/dom/Document.cpp
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/events/EventTarget.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/frame/FrameConsole.cpp
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
View
|
|
9 chunks |
+10 lines, -16 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/inspector/ConsoleMessage.h
|
View
|
1
2
3
4
|
6 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/inspector/ConsoleMessage.cpp
|
View
|
1
2
3
4
|
5 chunks |
+21 lines, -6 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.cpp
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.cpp
|
View
|
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/platform/v8_inspector/public/V8StackTrace.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 27 (14 generated)
|