DescriptionBlink-in-JS: Support private scripts in partial interfaces (PrivateScriptRunner part)
This CL is a split from https://codereview.chromium.org/457483002/.
This CL supports private scripts in partial interfaces.
Assume that XPartial-1 and XPartial-2 are partial interfaces of X.
Then we have XPartial-1.js, XPartial-2.js and X.js.
When a DOM attribute/method in any of the JS files is requested
at the first time, all of the JS files are compiled at the same time.
This is redundant because when a DOM attribute/method in XPartial-1.js
is requested, we just need to compile XPartial-1.js and X.js.
I'll address the issue in a follow-up CL.
BUG=341031
TEST=fast/dom/private-script-unittest.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179960
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #Patch Set 4 : #
Total comments: 6
Patch Set 5 : #Patch Set 6 : #Patch Set 7 : #Messages
Total messages: 17 (0 generated)
|