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

Issue 457483002: Blink-in-JS: Support partial interfaces in private scripts

Created:
6 years, 4 months ago by haraken
Modified:
6 years, 4 months ago
CC:
blink-reviews, blink-reviews-bindings_chromium.org, arv+blink, Inactive, abarth-chromium
Project:
blink
Visibility:
Public.

Description

Blink-in-JS: Support partial interfaces in private scripts This is a proof-of-concept CL. I'll split the CL into pieces and land them. BUG=341031

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+397 lines, -89 lines) Patch
M LayoutTests/fast/dom/private_script_unittest.html View 1 chunk +5 lines, -0 lines 0 comments Download
M LayoutTests/fast/dom/private_script_unittest-expected.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/bindings/core/idl.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/core/v8/PrivateScriptRunner.cpp View 2 chunks +43 lines, -11 lines 0 comments Download
M Source/bindings/core/v8/PrivateScriptRunner.js View 1 chunk +2 lines, -1 line 0 comments Download
M Source/bindings/scripts/v8_attributes.py View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/bindings/scripts/v8_methods.py View 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/scripts/v8_utilities.py View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/idls/TestPartialInterface.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterface.h View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterface.cpp View 7 chunks +187 lines, -0 lines 0 comments Download
M Source/build/scripts/make_private_script_source.py View 3 chunks +18 lines, -3 lines 0 comments Download
M Source/core/core.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M Source/core/core_generated.gyp View 1 chunk +35 lines, -34 lines 0 comments Download
A Source/core/testing/PartialPrivateScriptTest.h View 1 chunk +17 lines, -0 lines 0 comments Download
A Source/core/testing/PartialPrivateScriptTest.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A Source/core/testing/PartialPrivateScriptTest.js View 1 chunk +24 lines, -0 lines 0 comments Download
M Source/core/testing/PrivateScriptTest.js View 1 chunk +38 lines, -38 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
haraken
6 years, 4 months ago (2014-08-08 04:58:19 UTC) #1
This is a proof-of-concept CL to support partial interfaces in Blink-in-JS. This
is needed to add private script APIs of XSLT to Document.idl (i.e., we don't
want to write js code for XSLT and execCommand in the same Document.js file).

I'll split the CL into pieces and land incrementally.

Powered by Google App Engine
This is Rietveld 408576698