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

Issue 23576002: Remove deprecated methods from debugger API (Closed)

Created:
7 years, 3 months ago by yurys
Modified:
7 years, 3 months ago
CC:
v8-dev, alph
Visibility:
Public.

Description

Remove deprecated methods from debugger API Deleting SetDebugEventListener and SetMessageHandler from v8::Debug. this methods were deprecated in 3.20 https://code.google.com/p/v8/source/browse/branches/3.20/include/v8-debug.h but in fact they have been superseded by SetDebugEventListener2 and SetMessageHandler2 long ago. BUG=None R=bmeurer@chromium.org, loislo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16379

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -366 lines) Patch
M include/v8-debug.h View 4 chunks +3 lines, -41 lines 0 comments Download
M src/api.cc View 2 chunks +0 lines, -60 lines 0 comments Download
M src/isolate.h View 2 chunks +0 lines, -2 lines 0 comments Download
M test/cctest/test-debug.cc View 157 chunks +219 lines, -263 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
yurys
7 years, 3 months ago (2013-08-27 11:08:09 UTC) #1
yurys
7 years, 3 months ago (2013-08-27 13:59:15 UTC) #2
loislo
lgtm
7 years, 3 months ago (2013-08-28 06:29:32 UTC) #3
Benedikt Meurer
lgtm
7 years, 3 months ago (2013-08-28 06:38:50 UTC) #4
yurys
7 years, 3 months ago (2013-08-28 07:12:00 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r16379 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698