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

Issue 99193002: Remove all stuff marked as V8_DEPRECATED. (Closed)

Created:
7 years ago by Sven Panne
Modified:
7 years ago
CC:
v8-dev, Paweł Hajdan Jr.
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Feedback. Rebased. #

Patch Set 3 : Removed MakeWeak from external API. #

Patch Set 4 : Removed HandleScope::Close(). #

Patch Set 5 : Removed HandleScope::RawClose(). #

Patch Set 6 : Do not use old-skool weak callbacks internally. #

Patch Set 7 : MakeWeak is static. #

Patch Set 8 : Removed support for old-skool weak callbacks. #

Total comments: 2

Patch Set 9 : Removed deprecated HeapProfiler stuff. #

Patch Set 10 : Simplified GetNativeFunctionTemplate. #

Total comments: 2

Patch Set 11 : Rebased again. #

Patch Set 12 : Rebased, again... #

Patch Set 13 : Rebased. #

Patch Set 14 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -829 lines) Patch
M include/v8.h View 1 2 3 4 5 6 7 8 9 10 11 44 chunks +2 lines, -309 lines 0 comments Download
M include/v8-profiler.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -15 lines 0 comments Download
M src/allocation-tracker.h View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M src/allocation-tracker.cc View 1 2 3 4 5 6 7 2 chunks +9 lines, -11 lines 0 comments Download
M src/api.cc View 1 2 3 4 5 6 7 8 9 10 11 25 chunks +3 lines, -255 lines 0 comments Download
M src/debug.h View 1 2 3 4 5 2 chunks +4 lines, -6 lines 0 comments Download
M src/debug.cc View 1 2 3 4 5 6 7 6 chunks +38 lines, -41 lines 0 comments Download
M src/global-handles.h View 1 2 3 4 5 6 7 2 chunks +1 line, -9 lines 0 comments Download
M src/global-handles.cc View 1 2 3 4 5 6 7 5 chunks +11 lines, -38 lines 0 comments Download
M src/handles.cc View 1 2 3 4 5 6 7 2 chunks +10 lines, -12 lines 0 comments Download
M src/i18n.h View 1 2 3 4 5 4 chunks +11 lines, -12 lines 0 comments Download
M src/i18n.cc View 1 2 3 4 5 4 chunks +31 lines, -39 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +9 lines, -10 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 4 5 6 7 7 chunks +27 lines, -21 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 2 3 4 5 6 7 6 chunks +42 lines, -32 lines 0 comments Download
M test/cctest/test-weakmaps.cc View 1 2 3 4 5 6 7 3 chunks +13 lines, -8 lines 0 comments Download
M test/cctest/test-weaksets.cc View 1 2 3 4 5 6 7 3 chunks +13 lines, -8 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Sven Panne
Just FYI for now, there are a few things to land first (e.g. https://codereview.chromium.org/98993002/) until ...
7 years ago (2013-12-02 14:37:40 UTC) #1
Michael Starzinger
LGTM with a couple of nits. https://codereview.chromium.org/99193002/diff/1/include/v8.h File include/v8.h (left): https://codereview.chromium.org/99193002/diff/1/include/v8.h#oldcode3034 include/v8.h:3034: * A specialization ...
7 years ago (2013-12-02 15:01:27 UTC) #2
Sven Panne
https://codereview.chromium.org/99193002/diff/1/include/v8.h File include/v8.h (left): https://codereview.chromium.org/99193002/diff/1/include/v8.h#oldcode3034 include/v8.h:3034: * A specialization of Value::NumberValue that is more efficient ...
7 years ago (2013-12-02 17:18:08 UTC) #3
jochen (gone - plz use gerrit)
I addressed the TODOs
7 years ago (2013-12-03 10:16:16 UTC) #4
Sven Panne
Adding Dan, just to avoid any possibly duplicated work/plans/etc. Note that this is still work ...
7 years ago (2013-12-04 11:29:10 UTC) #5
Sven Panne
PTAL again, this is the final version I intend to land after the branch. Added ...
7 years ago (2013-12-05 14:44:22 UTC) #6
jochen (gone - plz use gerrit)
https://codereview.chromium.org/99193002/diff/130001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/99193002/diff/130001/include/v8.h#newcode3722 include/v8.h:3722: return GetNativeFunction(name); plz remove this
7 years ago (2013-12-05 14:48:01 UTC) #7
Sven Panne
https://codereview.chromium.org/99193002/diff/130001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/99193002/diff/130001/include/v8.h#newcode3722 include/v8.h:3722: return GetNativeFunction(name); On 2013/12/05 14:48:01, jochen wrote: > plz ...
7 years ago (2013-12-06 08:04:37 UTC) #8
jochen (gone - plz use gerrit)
lgtm
7 years ago (2013-12-06 08:09:32 UTC) #9
yurys
https://codereview.chromium.org/99193002/diff/170001/include/v8-profiler.h File include/v8-profiler.h (left): https://codereview.chromium.org/99193002/diff/170001/include/v8-profiler.h#oldcode485 include/v8-profiler.h:485: */ These two can be removed not earlier than ...
7 years ago (2013-12-06 09:38:54 UTC) #10
Sven Panne
https://codereview.chromium.org/99193002/diff/170001/include/v8-profiler.h File include/v8-profiler.h (left): https://codereview.chromium.org/99193002/diff/170001/include/v8-profiler.h#oldcode485 include/v8-profiler.h:485: */ On 2013/12/06 09:38:54, yurys wrote: > These two ...
7 years ago (2013-12-06 10:24:44 UTC) #11
Sven Panne
7 years ago (2013-12-18 08:09:50 UTC) #12
Message was sent while issue was closed.
Committed patchset #14 manually as r18333 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698