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

Issue 2396193002: [inspector] move changeBreakpointState from debugger-script to native (Closed)

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

Description

[inspector] move changeBreakpointState from debugger-script to native * introduced v8::DebugInterface::ChangeBreakOnException(Isolate*,ExceptionBreakState); * migrated inspector to new API; * added cctest for new API; * added inspector test for setPauseOnExceptionState. BUG=chromium:652939, v8:5510 R=dgozman@chromium.org,yangguo@chromium.org Committed: https://crrev.com/377533fc06cb43e84a765775ebf057c053961973 Cr-Commit-Position: refs/heads/master@{#40413}

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebased on adding debug-interface.h #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -95 lines) Patch
M src/api.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M src/debug/debug-interface.h View 1 1 chunk +15 lines, -0 lines 0 comments Download
M src/inspector/debugger-script.js View 1 2 2 chunks +0 lines, -38 lines 0 comments Download
M src/inspector/debugger_script_externs.js View 1 2 1 chunk +0 lines, -11 lines 0 comments Download
M src/inspector/injected-script.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/inspector/injected-script.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M src/inspector/v8-debugger.h View 1 2 chunks +4 lines, -7 lines 0 comments Download
M src/inspector/v8-debugger.cc View 1 3 chunks +12 lines, -18 lines 0 comments Download
M src/inspector/v8-debugger-agent-impl.cc View 1 5 chunks +9 lines, -12 lines 0 comments Download
M test/cctest/test-debug.cc View 1 3 chunks +48 lines, -1 line 0 comments Download
A test/inspector/debugger/break-on-exception.js View 1 chunk +71 lines, -0 lines 0 comments Download
A + test/inspector/debugger/break-on-exception-expected.txt View 1 chunk +12 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (8 generated)
kozy
Please take a look!
4 years, 2 months ago (2016-10-06 20:33:34 UTC) #2
dgozman
https://codereview.chromium.org/2396193002/diff/20001/include/v8-debug.h File include/v8-debug.h (right): https://codereview.chromium.org/2396193002/diff/20001/include/v8-debug.h#newcode291 include/v8-debug.h:291: static void ChangeBreakOnException(Isolate* isolate, I wonder whether we want ...
4 years, 2 months ago (2016-10-06 21:48:43 UTC) #3
Yang
https://codereview.chromium.org/2396193002/diff/20001/include/v8-debug.h File include/v8-debug.h (right): https://codereview.chromium.org/2396193002/diff/20001/include/v8-debug.h#newcode291 include/v8-debug.h:291: static void ChangeBreakOnException(Isolate* isolate, On 2016/10/06 21:48:43, dgozman wrote: ...
4 years, 2 months ago (2016-10-07 14:05:55 UTC) #4
kozy
Please take another look!
4 years, 2 months ago (2016-10-17 15:35:13 UTC) #5
Yang
On 2016/10/17 15:35:13, kozyatinskiy wrote: > Please take another look! lgtm.
4 years, 2 months ago (2016-10-18 11:17:50 UTC) #9
dgozman
lgtm. Good stuff!
4 years, 2 months ago (2016-10-19 01:24:57 UTC) #12
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/2396193002/60001
4 years, 2 months ago (2016-10-19 01:31:29 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 2 months ago (2016-10-19 02:00:30 UTC) #15
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:05:24 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/377533fc06cb43e84a765775ebf057c053961973
Cr-Commit-Position: refs/heads/master@{#40413}

Powered by Google App Engine
This is Rietveld 408576698