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

Issue 365873002: Implement a part of ProcessingInstruction by using PrivateScript (Closed)

Created:
6 years, 5 months ago by tasak
Modified:
6 years, 3 months ago
CC:
arv+blink, blink-reviews, blink-reviews-bindings_chromium.org, blink-reviews-dom_chromium.org, Inactive, dglazkov+blink, eae+blinkwatch, rwlbuis, sof, watchdog-blink-watchlist_google.com
Project:
blink
Visibility:
Public.

Description

Implement a part of ProcessingInstruction by using PrivateScript BUG=367689

Patch Set 1 : Concept patch (not using PrivateScript) #

Patch Set 2 : Use PrivateScript to invoke XSLTransform #

Total comments: 2

Patch Set 3 : Move applyXSLTTransform to XSLTProcessor #

Patch Set 4 : WIP: using XMLHttpRequest and importStylesheet #

Patch Set 5 : WIP: using sync XHR #

Patch Set 6 : #

Patch Set 7 : WIP: async XHR, rewriting layout tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+848 lines, -1786 lines) Patch
A LayoutTests/fast/xsl/document-function.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/document-function.xml View 1 2 3 4 5 6 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/fast/xsl/document-function.xsl View 1 2 3 4 5 6 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/fast/xsl/document-function-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -17 lines 0 comments Download
A LayoutTests/fast/xsl/dtd-in-source-document.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/dtd-in-source-document.xml View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/fast/xsl/dtd-in-source-document-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
A LayoutTests/fast/xsl/exslt-node-set.html View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/exslt-node-set.xml View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
D LayoutTests/fast/xsl/exslt-node-set.xsl View 1 2 3 4 5 6 1 chunk +0 lines, -24 lines 0 comments Download
M LayoutTests/fast/xsl/exslt-node-set-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/fast/xsl/import-after-comment.html View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/import-after-comment.xml View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/xsl/import-after-comment-expected.txt View 1 2 3 4 5 6 1 chunk +9 lines, -1 line 0 comments Download
A LayoutTests/fast/xsl/mozilla-tests.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/mozilla-tests.xml View 1 2 3 4 5 6 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/fast/xsl/mozilla-tests.xsl View 1 2 3 4 5 6 1 chunk +0 lines, -854 lines 0 comments Download
M LayoutTests/fast/xsl/mozilla-tests-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -169 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/document-function.xml View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/document-function.xsl View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A LayoutTests/fast/xsl/resources/dtd-in-source-document.xml View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/exslt-node-set.xml View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/exslt-node-set.xsl View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A LayoutTests/fast/xsl/resources/import-after-comment.xml View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/mozilla-tests.xml View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/mozilla-tests.xsl View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/sort-locale.xml View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/sort-locale.xsl View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/sort-unicode.xml View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/sort-unicode.xsl View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A LayoutTests/fast/xsl/resources/test-xslt.js View 1 2 3 4 5 6 1 chunk +27 lines, -0 lines 0 comments Download
A LayoutTests/fast/xsl/resources/transform-to-html.xml View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/utf8-chunks.xml View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/utf8-chunks.xsl View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-doc-enc.xml View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-doc-enc.xsl View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-doc-noenc.xml View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-doc-noenc.xsl View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-enc.xml View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-enc-cyr.xml View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-enc16.xml View 1 2 3 4 5 6 Binary file 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-enc16to16.xml View 1 2 3 4 5 6 Binary file 0 comments Download
A LayoutTests/fast/xsl/resources/xslt-entity.xml View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A LayoutTests/fast/xsl/resources/xslt-entity-enc.xml View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A LayoutTests/fast/xsl/resources/xslt-extra-content-at-end.xml View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-import-depth.xml View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A LayoutTests/fast/xsl/resources/xslt-mismatched-tags-in-xslt.xml View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A LayoutTests/fast/xsl/resources/xslt-missing-namespace-in-xslt.xml View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-nested-stylesheets.xml View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-recursion.xml View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-relative-path.xml View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-second-level-import.xml View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-url.xml View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-url.xsl View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt-xhtml-template.xml View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/fast/xsl/resources/xslt_unicode.xml View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A LayoutTests/fast/xsl/sort-locale.html View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/sort-locale.xml View 1 2 3 4 5 6 1 chunk +0 lines, -8 lines 0 comments Download
D LayoutTests/fast/xsl/sort-locale.xsl View 1 2 3 4 5 6 1 chunk +0 lines, -40 lines 0 comments Download
M LayoutTests/fast/xsl/sort-locale-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/fast/xsl/sort-unicode.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/sort-unicode.xml View 1 2 3 4 5 6 1 chunk +0 lines, -60 lines 0 comments Download
D LayoutTests/fast/xsl/sort-unicode.xsl View 1 2 3 4 5 6 1 chunk +0 lines, -41 lines 0 comments Download
M LayoutTests/fast/xsl/sort-unicode-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -19 lines 0 comments Download
M LayoutTests/fast/xsl/subframe-location.html View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A LayoutTests/fast/xsl/transform-to-html.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/transform-to-html.xml View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/xsl/transform-to-html-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A LayoutTests/fast/xsl/utf8-chunks.html View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/utf8-chunks.xml View 1 2 3 4 5 6 1 chunk +0 lines, -112 lines 0 comments Download
D LayoutTests/fast/xsl/utf8-chunks.xsl View 1 2 3 4 5 6 1 chunk +0 lines, -19 lines 0 comments Download
M LayoutTests/fast/xsl/utf8-chunks-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-doc-enc.html View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-doc-enc.xml View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-doc-enc.xsl View 1 2 3 4 5 6 1 chunk +0 lines, -18 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-doc-enc-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-doc-noenc.html View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-doc-noenc.xml View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-doc-noenc.xsl View 1 2 3 4 5 6 1 chunk +0 lines, -18 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-doc-noenc-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-enc.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-enc.xml View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-enc-cyr.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-enc-cyr.xml View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-enc16.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-enc16.xml View 1 2 3 4 5 6 Binary file 0 comments Download
A LayoutTests/fast/xsl/xslt-enc16to16.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-enc16to16.xml View 1 2 3 4 5 6 Binary file 0 comments Download
A LayoutTests/fast/xsl/xslt-entity.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-entity.xml View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-entity-enc.html View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-entity-enc.xml View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-entity-enc-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-extra-content-at-end.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-extra-content-at-end.xml View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-import-depth.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-import-depth.xml View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-mismatched-tags-in-xslt.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-mismatched-tags-in-xslt.xml View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png View 1 2 3 4 5 6 Binary file 0 comments Download
M LayoutTests/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt View 1 2 3 4 5 6 1 chunk +14 lines, -10 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-missing-namespace-in-xslt.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-missing-namespace-in-xslt.xml View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-nested-stylesheets.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-nested-stylesheets.xml View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-nested-stylesheets-expected.txt View 1 2 3 4 5 6 1 chunk +9 lines, -3 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-processor-template-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-recursion.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-recursion.xml View 1 2 3 4 5 6 1 chunk +0 lines, -12 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-recursion-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A LayoutTests/fast/xsl/xslt-relative-path.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-relative-path.xml View 1 2 3 4 5 6 1 chunk +0 lines, -35 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-second-level-import.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-second-level-import.xml View 1 2 3 4 5 6 1 chunk +0 lines, -8 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-second-level-import-expected.txt View 1 2 3 4 5 6 1 chunk +9 lines, -1 line 0 comments Download
M LayoutTests/fast/xsl/xslt-text.html View 1 2 3 4 5 6 2 chunks +6 lines, -3 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-url.html View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-url.xml View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-url.xsl View 1 2 3 4 5 6 1 chunk +0 lines, -22 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-url-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/fast/xsl/xslt-xhtml-template.html View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt-xhtml-template.xml View 1 2 3 4 5 6 1 chunk +0 lines, -17 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-xhtml-template-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/fast/xsl/xslt_unicode.html View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
D LayoutTests/fast/xsl/xslt_unicode.xml View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/platform/linux/fast/xsl/document-function-expected.png View 1 2 3 4 5 6 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/xsl/document-function-expected.txt View 1 2 3 4 5 6 1 chunk +21 lines, -15 lines 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-enc-cyr-expected.png View 1 2 3 4 5 6 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-enc-cyr-expected.txt View 1 2 3 4 5 6 1 chunk +17 lines, -9 lines 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-enc-expected.png View 1 2 3 4 5 6 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-enc-expected.txt View 1 2 3 4 5 6 1 chunk +17 lines, -9 lines 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-enc16-expected.png View 1 2 3 4 5 6 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-enc16-expected.txt View 1 2 3 4 5 6 1 chunk +17 lines, -9 lines 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-enc16to16-expected.png View 1 2 3 4 5 6 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-enc16to16-expected.txt View 1 2 3 4 5 6 1 chunk +17 lines, -9 lines 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-entity-expected.png View 1 2 3 4 5 6 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-entity-expected.txt View 1 2 3 4 5 6 1 chunk +11 lines, -4 lines 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-extra-content-at-end-expected.png View 1 2 3 4 5 6 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-extra-content-at-end-expected.txt View 1 2 3 4 5 6 1 chunk +24 lines, -21 lines 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-import-depth-expected.png View 1 2 3 4 5 6 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-import-depth-expected.txt View 1 2 3 4 5 6 1 chunk +7 lines, -11 lines 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-missing-namespace-in-xslt-expected.png View 1 2 3 4 5 6 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt View 1 2 3 4 5 6 1 chunk +30 lines, -13 lines 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-relative-path-expected.png View 1 2 3 4 5 6 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt-relative-path-expected.txt View 1 2 3 4 5 6 1 chunk +20 lines, -14 lines 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt_unicode-expected.png View 1 2 3 4 5 6 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/xsl/xslt_unicode-expected.txt View 1 2 3 4 5 6 1 chunk +12 lines, -5 lines 0 comments Download
D LayoutTests/platform/win-xp/fast/xsl/document-function-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -17 lines 0 comments Download
D LayoutTests/platform/win/fast/xsl/document-function-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -17 lines 0 comments Download
M Source/core/BUILD.gn View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M Source/core/core_generated.gyp View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/dom/ProcessingInstruction.cpp View 1 2 3 4 5 6 6 chunks +11 lines, -3 lines 0 comments Download
M Source/core/dom/ProcessingInstruction.idl View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
A Source/core/dom/ProcessingInstruction.js View 1 2 3 4 5 6 1 chunk +167 lines, -0 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.cpp View 1 2 3 4 5 6 3 chunks +30 lines, -0 lines 0 comments Download
A + Source/core/xml/DocumentXSLT.h View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
A + Source/core/xml/DocumentXSLT.idl View 1 2 3 4 5 6 1 chunk +3 lines, -4 lines 0 comments Download
A Source/core/xml/DocumentXSLT.js View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A Source/core/xml/WindowXSLT.h View 1 2 3 4 5 1 chunk +21 lines, -0 lines 0 comments Download
A Source/core/xml/WindowXSLT.cpp View 1 2 3 4 5 1 chunk +21 lines, -0 lines 0 comments Download
A + Source/core/xml/WindowXSLT.idl View 1 2 3 4 5 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/xml/XSLTProcessor.cpp View 1 2 3 4 5 6 2 chunks +6 lines, -1 line 0 comments Download
M Source/core/xml/parser/XMLDocumentParser.cpp View 1 2 3 4 5 6 2 chunks +13 lines, -2 lines 0 comments Download
M Source/core/xml/parser/XMLErrors.cpp View 1 2 3 4 5 6 2 chunks +9 lines, -1 line 0 comments Download
M Source/platform/RuntimeEnabledFeatures.in View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 38 (0 generated)
tasak
6 years, 4 months ago (2014-08-05 10:58:34 UTC) #1
abarth-chromium
https://codereview.chromium.org/365873002/diff/60001/Source/core/dom/Document.idl File Source/core/dom/Document.idl (right): https://codereview.chromium.org/365873002/diff/60001/Source/core/dom/Document.idl#newcode221 Source/core/dom/Document.idl:221: [OnlyExposedToPrivateScript] readonly attribute Document transformSourceDocument; I'm concerned about adding ...
6 years, 4 months ago (2014-08-05 18:51:41 UTC) #2
tasak
https://codereview.chromium.org/365873002/diff/60001/Source/core/dom/Document.idl File Source/core/dom/Document.idl (right): https://codereview.chromium.org/365873002/diff/60001/Source/core/dom/Document.idl#newcode221 Source/core/dom/Document.idl:221: [OnlyExposedToPrivateScript] readonly attribute Document transformSourceDocument; On 2014/08/05 18:51:41, abarth ...
6 years, 4 months ago (2014-08-06 02:52:03 UTC) #3
haraken
On 2014/08/06 02:52:03, tasak wrote: > https://codereview.chromium.org/365873002/diff/60001/Source/core/dom/Document.idl > File Source/core/dom/Document.idl (right): > > https://codereview.chromium.org/365873002/diff/60001/Source/core/dom/Document.idl#newcode221 > ...
6 years, 4 months ago (2014-08-06 03:30:11 UTC) #4
abarth-chromium
On 2014/08/06 at 02:52:03, tasak wrote: > However, I think, probably we need C++ special ...
6 years, 4 months ago (2014-08-06 04:12:53 UTC) #5
tasak
On 2014/08/06 04:12:53, abarth wrote: > I think we should be more ambitious. Here's a ...
6 years, 4 months ago (2014-08-12 09:44:27 UTC) #6
tasak
Would you review CL?
6 years, 4 months ago (2014-08-13 06:03:47 UTC) #7
abarth-chromium
not lgtm This CL introduces back doors for private scripts that we would never expose ...
6 years, 4 months ago (2014-08-13 16:10:55 UTC) #8
tasak
On 2014/08/13 16:10:55, abarth wrote: > not lgtm > > This CL introduces back doors ...
6 years, 4 months ago (2014-08-14 01:54:28 UTC) #9
tasak
On 2014/08/14 01:54:28, tasak wrote: > On 2014/08/13 16:10:55, abarth wrote: > > not lgtm ...
6 years, 4 months ago (2014-08-14 01:58:12 UTC) #10
abarth-chromium
On 2014/08/14 at 01:54:28, tasak wrote: > I updated ProcessingInstruction.idl and XSLTProcessor.idl. But they are ...
6 years, 4 months ago (2014-08-14 02:11:14 UTC) #11
tasak
Thank you for replying. On 2014/08/14 02:11:14, abarth wrote: > > Currently only XSLT needs ...
6 years, 4 months ago (2014-08-14 08:18:58 UTC) #12
haraken
I agree with abarth@ that a back-door API should be a more general one that ...
6 years, 4 months ago (2014-08-14 09:17:36 UTC) #13
haraken
On 2014/08/14 09:17:36, haraken wrote: > I agree with abarth@ that a back-door API should ...
6 years, 4 months ago (2014-08-14 09:19:40 UTC) #14
tasak
On 2014/08/14 08:18:58, tasak wrote: > However, I'm now investigating how to implement replaceDocument like ...
6 years, 4 months ago (2014-08-14 11:42:00 UTC) #15
abarth-chromium
On 2014/08/14 at 09:17:36, haraken wrote: > I agree with abarth@ that a back-door API ...
6 years, 4 months ago (2014-08-14 15:39:52 UTC) #16
haraken
On 2014/08/14 15:39:52, abarth wrote: > On 2014/08/14 at 09:17:36, haraken wrote: > > I ...
6 years, 4 months ago (2014-08-14 15:48:06 UTC) #17
tasak
Thank you for the document. Now I think, I understand your idea. On 2014/08/14 15:39:52, ...
6 years, 4 months ago (2014-08-14 17:13:05 UTC) #18
abarth-chromium
On 2014/08/14 at 17:13:05, tasak wrote: > > This probably should be called innerHTML to ...
6 years, 4 months ago (2014-08-14 20:41:07 UTC) #19
tasak
On 2014/08/14 20:41:07, abarth wrote: > innerHTML should already know how to handle XML. I ...
6 years, 4 months ago (2014-08-14 23:02:16 UTC) #20
abarth-chromium
On 2014/08/14 at 23:02:16, tasak wrote: > I got an idea: > > - In ...
6 years, 4 months ago (2014-08-14 23:05:29 UTC) #21
tasak
On 2014/08/14 23:02:16, tasak wrote: > // since we have no node.getAttribute, we will serialize ...
6 years, 4 months ago (2014-08-14 23:07:34 UTC) #22
tasak
On 2014/08/14 23:05:29, abarth wrote: > On 2014/08/14 at 23:02:16, tasak wrote: > > I ...
6 years, 4 months ago (2014-08-14 23:08:14 UTC) #23
abarth-chromium
On 2014/08/14 at 23:07:34, tasak wrote: > Or invoke PrivateScript in ProcessingInstruction::insertedInto to set this.type_ ...
6 years, 4 months ago (2014-08-14 23:48:05 UTC) #24
tasak
Would you give me advice to solve XHR problem? I implemented a prototype (patchset 5) ...
6 years, 3 months ago (2014-08-27 11:12:31 UTC) #25
tasak
I found another idea. The idea requires adding one backdoor to XSLStyleSheet to obtain stylesheet ...
6 years, 3 months ago (2014-08-28 10:56:15 UTC) #26
tasak
On 2014/08/28 10:56:15, tasak wrote: > I found another idea. > The idea requires adding ...
6 years, 3 months ago (2014-08-28 11:04:21 UTC) #27
abarth-chromium
On 2014/08/27 at 11:12:31, tasak wrote: > I don't have any good idea for solving ...
6 years, 3 months ago (2014-09-02 19:36:46 UTC) #28
tasak
On 2014/09/02 19:36:46, abarth wrote: > On 2014/08/27 at 11:12:31, tasak wrote: > > I ...
6 years, 3 months ago (2014-09-03 02:10:10 UTC) #29
abarth-chromium
On 2014/09/03 at 02:10:10, tasak wrote: > I think, we probably need to support external ...
6 years, 3 months ago (2014-09-03 04:59:36 UTC) #30
tasak
On 2014/09/03 04:59:36, abarth wrote: > On 2014/09/03 at 02:10:10, tasak wrote: > > I ...
6 years, 3 months ago (2014-09-03 05:06:44 UTC) #31
abarth-chromium
On 2014/09/03 at 05:06:44, tasak wrote: > Because we will change shipped behavior if we ...
6 years, 3 months ago (2014-09-03 05:11:05 UTC) #32
tasak
On 2014/09/03 05:11:05, abarth wrote: > On 2014/09/03 at 05:06:44, tasak wrote: > > Because ...
6 years, 3 months ago (2014-09-03 05:33:26 UTC) #33
abarth-chromium
IMHO, we should implement XSLT using XMLHttpRequest behind a runtime flag and add a use ...
6 years, 3 months ago (2014-09-03 05:40:28 UTC) #34
tasak
On 2014/09/03 05:40:28, abarth wrote: > IMHO, we should implement XSLT using XMLHttpRequest behind a ...
6 years, 3 months ago (2014-09-03 05:48:30 UTC) #35
tasak
On 2014/09/03 05:48:30, tasak wrote: > On 2014/09/03 05:40:28, abarth wrote: > > IMHO, we ...
6 years, 3 months ago (2014-09-08 05:15:27 UTC) #36
haraken
On 2014/09/08 05:15:27, tasak wrote: > On 2014/09/03 05:48:30, tasak wrote: > > On 2014/09/03 ...
6 years, 3 months ago (2014-09-08 07:58:09 UTC) #37
haraken
6 years, 3 months ago (2014-09-09 01:32:52 UTC) #38
Message was sent while issue was closed.
On 2014/09/08 07:58:09, haraken wrote:
> On 2014/09/08 05:15:27, tasak wrote:
> > On 2014/09/03 05:48:30, tasak wrote:
> > > On 2014/09/03 05:40:28, abarth wrote:
> > > > IMHO, we should implement XSLT using XMLHttpRequest behind a runtime
flag
> > and
> > > > add a use counter.  In all likelihood, we will be able to ship the
> > > > XMLHttpRequest version.  If the use counter indicates that we cannot, we
> can
> > > > remove the JavaScript implementation and leave the C++ implementation.
> > > 
> > > I see. I will execute this plan.
> > 
> > Since we are trying to deprecate external DTD in XSL stylesheet, we cannot
> clean
> > up StyleEngine and Document's code used by XSLT.
> > (If we add setStylesheet, we can clean up, because it doesn't break backward
> > compatibility. My plan is firstly "setStylesheet", next importStylesheet.
But
> I
> > guess, it is not allowable.)
> > 
> > So I will close this CL at this moment.
> > 
> > After we have enough data about external DTD, I will retry this issue.
> 
> I don't think it's reasonable to block this work until we get enough
UseCounter
> data for the external DTD. Alternately, we can:
> 
> - Add a private API for setStyleSheet() and move XSLT to JS.
> - Add use counters for the external DTD.
> - If the use counters are low enough, we remove the support for the external
DTD
> and remove the setStyleSheet().
> 
> I agree that we should try hard not to introduce private APIs, but it won't
make
> much sense to block the work by the strict restriction about private APIs
> (Private APIs are just private APIs, which are not yet exposed to the web).
> 
> I think it would be better to proceed with the work of XSLT-in-JS with
> setStyleSheet() and iterate from there (than just to suspend the work until we
> get enough UseCounter data). I believe it will give us a shorter path to the
> goal that XSLT-in-JS has no private API and can be developed by third parties.
> 
> What do you think?

abarth@: I'd be happy if you have any idea on ^^^ when you have a cycle.

Powered by Google App Engine
This is Rietveld 408576698