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

Issue 2502173002: [inspector] removed embbeder debugger script flag (Closed)

Created:
4 years, 1 month ago by kozy
Modified:
4 years, 1 month ago
Reviewers:
Yang
CC:
v8-reviews_googlegroups.com, Yang, devtools-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[inspector] removed embbeder debugger script flag After moving inspector from blink to V8, inspector can use DebugInterface to compile and mark internal scripts. BUG=v8:5530 R=yangguo@chromium.org Committed: https://crrev.com/afd49054ac89d36060a9cdb250e400583513e2ac Cr-Commit-Position: refs/heads/master@{#41087}

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -82 lines) Patch
M include/v8.h View 1 4 chunks +33 lines, -18 lines 0 comments Download
M src/accessors.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/accessors.cc View 1 1 chunk +0 lines, -27 lines 0 comments Download
M src/api.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/bootstrapper.cc View 1 1 chunk +0 lines, -9 lines 0 comments Download
M src/debug/debug.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/inspector/v8-debugger.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/inspector/v8-inspector-impl.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M test/cctest/heap/test-heap.cc View 1 3 chunks +8 lines, -11 lines 0 comments Download
M test/cctest/test-api.cc View 1 5 chunks +6 lines, -9 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
kozy
Yang, please take a look. I'll remove ScriptOrigin constructor with resource_embedder_debugger_script flag after migrating blink ...
4 years, 1 month ago (2016-11-16 01:06:55 UTC) #1
Yang
lgtm https://codereview.chromium.org/2502173002/diff/1/src/inspector/v8-debugger.cc File src/inspector/v8-debugger.cc (right): https://codereview.chromium.org/2502173002/diff/1/src/inspector/v8-debugger.cc#newcode591 src/inspector/v8-debugger.cc:591: if (script->IsInspectorScript()) return; Can we filter at v8::internal::Debug::OnAfterCompile ...
4 years, 1 month ago (2016-11-16 07:56:47 UTC) #3
kozy
all done, thanks! https://codereview.chromium.org/2502173002/diff/1/src/inspector/v8-debugger.cc File src/inspector/v8-debugger.cc (right): https://codereview.chromium.org/2502173002/diff/1/src/inspector/v8-debugger.cc#newcode591 src/inspector/v8-debugger.cc:591: if (script->IsInspectorScript()) return; On 2016/11/16 07:56:47, ...
4 years, 1 month ago (2016-11-17 16:18:28 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2502173002/20001
4 years, 1 month ago (2016-11-17 16:18:39 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_precise_blink_rel on master.tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_precise_blink_rel/builds/5236)
4 years, 1 month ago (2016-11-17 16:20:48 UTC) #9
kozy
linux_precise_blink_rel failure is not related to this change. I checked locally that tests are prepared ...
4 years, 1 month ago (2016-11-17 16:38:54 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2502173002/20001
4 years, 1 month ago (2016-11-17 16:39:05 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-17 16:50:49 UTC) #15
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:38:49 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/afd49054ac89d36060a9cdb250e400583513e2ac
Cr-Commit-Position: refs/heads/master@{#41087}

Powered by Google App Engine
This is Rietveld 408576698