Changeset 224236 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Oct 31, 2017, 11:34:25 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r224230 r224236 1 2017-10-31 Devin Rousso <[email protected]> 2 3 Web Inspector: make ScriptCallStack::maxCallStackSizeToCapture the default value when capturing backtraces 4 https://bugs.webkit.org/show_bug.cgi?id=179048 5 6 Reviewed by Mark Lam. 7 8 * inspector/ScriptCallStackFactory.h: 9 * inspector/ScriptCallStackFactory.cpp: 10 (createScriptCallStack): 11 (createScriptCallStackForConsole): 12 (createScriptCallStackFromException): 13 14 * inspector/ConsoleMessage.cpp: 15 (Inspector::ConsoleMessage::autogenerateMetadata): 16 * inspector/JSGlobalObjectInspectorController.cpp: 17 (Inspector::JSGlobalObjectInspectorController::reportAPIException): 18 * inspector/agents/InspectorConsoleAgent.cpp: 19 (Inspector::InspectorConsoleAgent::count): 20 * inspector/agents/JSGlobalObjectDebuggerAgent.cpp: 21 (Inspector::JSGlobalObjectDebuggerAgent::breakpointActionLog): 22 1 23 2017-10-31 Carlos Garcia Campos <[email protected]> 2 24
Note:
See TracChangeset
for help on using the changeset viewer.