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

Issue 449683002: Blink API to convert v8::Object to WebNode (Closed)

Created:
6 years, 4 months ago by Fady Samuel
Modified:
6 years, 4 months ago
Reviewers:
abarth-chromium
CC:
abarth-chromium, blink-reviews, dglazkov+blink, jamesr
Project:
blink
Visibility:
Public.

Description

Blink API to convert v8::Object to WebNode BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -0 lines) Patch
M Source/web/WebBindings.cpp View 2 chunks +19 lines, -0 lines 0 comments Download
M public/web/WebBindings.h View 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
abarth-chromium
6 years, 4 months ago (2014-08-06 23:20:11 UTC) #1
As discussed over email, not lgtm

We don't want embedders to convert from v8::Values to web types.  Instead, you
should do this work in C++, where you're more like to get the correct answer.

Powered by Google App Engine
This is Rietveld 408576698