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

Issue 75163003: Remove deprecated v8::External::New calls (blink side) (Closed)

Created:
7 years, 1 month ago by jochen (gone - plz use gerrit)
Modified:
7 years, 1 month ago
CC:
blink-reviews, kojih, arv+blink, jsbell+bindings_chromium.org, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, Nate Chapin, watchdog-blink-watchlist_google.com, Inactive
Visibility:
Public.

Description

Remove deprecated v8::External::New calls (blink side) BUG=266838 R=dcarney@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162193

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -31 lines) Patch
M Source/bindings/scripts/code_generator_v8.pm View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/bindings/templates/interface.cpp View 1 chunk +1 line, -1 line 2 comments Download
M Source/bindings/tests/results/V8SupportTestInterface.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestActiveDOMObject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterface.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/bindings/tests/results/V8TestObjectPython.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestTypedefs.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/PageScriptDebugServer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/ScriptDebugServer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/ScriptState.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/V8DOMConfiguration.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/bindings/v8/V8DOMConfiguration.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/V8EventListenerList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/WorkerScriptDebugServer.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
jochen (gone - plz use gerrit)
7 years, 1 month ago (2013-11-18 10:40:22 UTC) #1
dcarney
lgtm
7 years, 1 month ago (2013-11-18 10:42:23 UTC) #2
haraken
LGTM https://codereview.chromium.org/75163003/diff/1/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/75163003/diff/1/Source/bindings/templates/interface.cpp#newcode210 Source/bindings/templates/interface.cpp:210: functionTemplate->SetNativeDataProperty(v8::String::NewSymbol("{{attribute.name}}"), {{getter_callback_name}}, {{attribute.setter_callback_name}}, v8::External::New(isolate, 0), static_cast<v8::PropertyAttribute>(v8::None), v8::Handle<v8::AccessorSignature>(), static_cast<v8::AccessControl>(v8::DEFAULT)); ...
7 years, 1 month ago (2013-11-18 10:42:47 UTC) #3
Nils Barth (inactive)
(Reply to haraken) https://codereview.chromium.org/75163003/diff/1/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/75163003/diff/1/Source/bindings/templates/interface.cpp#newcode210 Source/bindings/templates/interface.cpp:210: functionTemplate->SetNativeDataProperty(v8::String::NewSymbol("{{attribute.name}}"), {{getter_callback_name}}, {{attribute.setter_callback_name}}, v8::External::New(isolate, 0), static_cast<v8::PropertyAttribute>(v8::None), ...
7 years, 1 month ago (2013-11-18 10:47:25 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/75163003/1
7 years, 1 month ago (2013-11-18 10:49:31 UTC) #5
haraken
> ? I don't understand. > Jinja templates are in bindings/templates/ > Python scripts are ...
7 years, 1 month ago (2013-11-18 10:50:54 UTC) #6
Nils Barth (inactive)
On 2013/11/18 10:50:54, haraken wrote: > ah, sorry, ignore my comment. I have another templates/ ...
7 years, 1 month ago (2013-11-18 10:53:49 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-11-18 11:48:24 UTC) #8
Message was sent while issue was closed.
Change committed as 162193

Powered by Google App Engine
This is Rietveld 408576698