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

Issue 458253002: [DevTools] Removed ScriptState from createScriptCallStackForConsole (Closed)

Created:
6 years, 4 months ago by kozyatinskiy1
Modified:
6 years, 4 months ago
Reviewers:
vsevik, aandrey, pfeldman, yurys
CC:
blink-reviews, vsevik+blink_chromium.org, caseq+blink_chromium.org, arv+blink, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, abarth-chromium, loislo+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, blink-reviews-bindings_chromium.org, Inactive, devtools-reviews_chromium.org, apavlov+blink_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

[DevTools] Removed ScriptState from createScriptCallTackForConsole In method createScriptCallTackFromConsole we can get current execution context in function body without passing it in arguments. Removed canGenerateCallStack argument from InspectorConsoleMessage cstor which uses the transmitted stack. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180057

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -27 lines) Patch
M Source/bindings/core/v8/ScriptCallStackFactory.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/core/v8/ScriptCallStackFactory.cpp View 1 1 chunk +5 lines, -2 lines 0 comments Download
M Source/core/frame/ConsoleBase.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/frame/ConsoleBase.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/frame/ConsoleBase.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorConsoleAgent.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorConsoleMessage.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorConsoleMessage.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorInstrumentation.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorProfilerAgent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorProfilerAgent.cpp View 1 3 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
kozyatinskiy1
@vsevik, please take a look.
6 years, 4 months ago (2014-08-11 15:28:21 UTC) #1
kozyatinskiy1
@pfeldman, please take a look. I need owner review for Source/bindings/* files.
6 years, 4 months ago (2014-08-11 15:34:21 UTC) #2
vsevik
https://chromiumcodereview.appspot.com/458253002/diff/1/Source/bindings/core/v8/ScriptCallStackFactory.cpp File Source/bindings/core/v8/ScriptCallStackFactory.cpp (right): https://chromiumcodereview.appspot.com/458253002/diff/1/Source/bindings/core/v8/ScriptCallStackFactory.cpp#newcode119 Source/bindings/core/v8/ScriptCallStackFactory.cpp:119: if (InspectorInstrumentation::consoleAgentEnabled(currentExecutionContext(isolate))) These lines might be needed here, please ...
6 years, 4 months ago (2014-08-11 15:52:04 UTC) #3
kozyatinskiy1
https://codereview.chromium.org/458253002/diff/1/Source/bindings/core/v8/ScriptCallStackFactory.cpp File Source/bindings/core/v8/ScriptCallStackFactory.cpp (right): https://codereview.chromium.org/458253002/diff/1/Source/bindings/core/v8/ScriptCallStackFactory.cpp#newcode119 Source/bindings/core/v8/ScriptCallStackFactory.cpp:119: if (InspectorInstrumentation::consoleAgentEnabled(currentExecutionContext(isolate))) On 2014/08/11 15:52:03, vsevik wrote: > These ...
6 years, 4 months ago (2014-08-11 16:05:35 UTC) #4
aandrey
https://codereview.chromium.org/458253002/diff/1/Source/bindings/core/v8/ScriptCallStackFactory.cpp File Source/bindings/core/v8/ScriptCallStackFactory.cpp (right): https://codereview.chromium.org/458253002/diff/1/Source/bindings/core/v8/ScriptCallStackFactory.cpp#newcode119 Source/bindings/core/v8/ScriptCallStackFactory.cpp:119: if (InspectorInstrumentation::consoleAgentEnabled(currentExecutionContext(isolate))) On 2014/08/11 16:05:34, kozyatinskiy wrote: > On ...
6 years, 4 months ago (2014-08-11 17:38:03 UTC) #5
kozyatinskiy1
https://codereview.chromium.org/458253002/diff/1/Source/bindings/core/v8/ScriptCallStackFactory.cpp File Source/bindings/core/v8/ScriptCallStackFactory.cpp (right): https://codereview.chromium.org/458253002/diff/1/Source/bindings/core/v8/ScriptCallStackFactory.cpp#newcode119 Source/bindings/core/v8/ScriptCallStackFactory.cpp:119: if (InspectorInstrumentation::consoleAgentEnabled(currentExecutionContext(isolate))) On 2014/08/11 17:38:03, aandrey wrote: > On ...
6 years, 4 months ago (2014-08-11 17:50:42 UTC) #6
yurys
lgtm
6 years, 4 months ago (2014-08-12 08:12:50 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kozyatinskiy@google.com/458253002/40001
6 years, 4 months ago (2014-08-12 08:13:58 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 4 months ago (2014-08-12 09:23:27 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 10:15:49 UTC) #10
Message was sent while issue was closed.
Change committed as 180057

Powered by Google App Engine
This is Rietveld 408576698