v8/test/inspector
Alexey Kozyatinskiy f2fe13f663 [inspector] don't call clearAllBreakpoints
This call from inspector side is redundant, V8 will clear all breakpoints on removing debug delegate in v8::internal::Debug::Unload method.

In any case for correct support of multiclient we need to clear breakpoints in V8DebuggerAgentImpl::disable method.

R=dgozman@chromium.org

Bug: v8:5510,chromium:652939
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel
Change-Id: I66f9b97797860bad28884a099928d54ac3560428
Reviewed-on: https://chromium-review.googlesource.com/592281
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47022}
2017-07-31 21:23:27 +00:00
..
console [inspector] Refactor protocol-test.js 2017-05-19 00:35:45 +00:00
cpu-profiler Reland "[coverage] Ship block coverage" 2017-07-31 11:01:02 +00:00
debugger [inspector] don't call clearAllBreakpoints 2017-07-31 21:23:27 +00:00
heap-profiler [inspector] Refactor protocol-test.js 2017-05-19 00:35:45 +00:00
runtime Revert "[inspector] support for cases when embedder doesn't call contextDestroyed" 2017-07-25 11:07:51 +00:00
sessions [inspector] Make breakpoints active state per-agent 2017-06-07 00:06:08 +00:00
BUILD.gn [inspector] Merge InspectorClientImpl into IsolateData 2017-05-22 00:48:27 +00:00
DEPS [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
inspector-test.cc Revert "[inspector] support for cases when embedder doesn't call contextDestroyed" 2017-07-25 11:07:51 +00:00
inspector.gyp [inspector] Merge InspectorClientImpl into IsolateData 2017-05-22 00:48:27 +00:00
inspector.isolate [build] Remove remaining disable-inspector options in GN 2017-04-05 17:59:07 +00:00
inspector.status [test] Remove deprecated "fullcode" test variant. 2017-07-27 14:01:03 +00:00
isolate-data.cc Revert "[inspector] support for cases when embedder doesn't call contextDestroyed" 2017-07-25 11:07:51 +00:00
isolate-data.h Revert "[inspector] support for cases when embedder doesn't call contextDestroyed" 2017-07-25 11:07:51 +00:00
json-parse-expected.txt [inspector] Refactor protocol-test.js 2017-05-19 00:35:45 +00:00
json-parse.js [inspector] Refactor protocol-test.js 2017-05-19 00:35:45 +00:00
OWNERS Add COMPONENT tags to OWNERS files where appropriate 2017-05-22 10:15:28 +00:00
protocol-test.js [inspector] move SetScriptSource call to native 2017-07-28 21:55:05 +00:00
task-runner.cc [inspector] Cleanup inspector test 2017-05-22 20:46:42 +00:00
task-runner.h [inspector] Cleanup inspector test 2017-05-22 20:46:42 +00:00
testcfg.py [inspector] always include user scripts in the snapshot. 2017-04-26 15:13:14 +00:00