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

Issue 795053002: [binding] Migrate XSLTProcessor.idl away from using custom V8 binding. (Closed)

Created:
6 years ago by vivekg_samsung
Modified:
6 years ago
Reviewers:
haraken, vivekg, Jens Widell
CC:
arv+blink, blink-reviews, blink-reviews-bindings_chromium.org, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[binding] Migrate XSLTProcessor.idl away from using custom V8 binding. The CL removes the custom V8 bindings required for XSLTProcessor.idl. R=haraken@chromium.org BUG=345519 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187003

Patch Set 1 #

Total comments: 1

Patch Set 2 : Review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -97 lines) Patch
M LayoutTests/fast/xsl/xslt-processor.html View 1 3 chunks +6 lines, -4 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-processor-expected.txt View 1 1 chunk +5 lines, -3 lines 0 comments Download
D Source/bindings/core/v8/custom/V8XSLTProcessorCustom.cpp View 1 chunk +0 lines, -86 lines 0 comments Download
M Source/bindings/core/v8/custom/custom.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/xml/XSLTProcessor.idl View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
vivekg
PTAL, thanks!
6 years ago (2014-12-11 12:19:41 UTC) #2
Jens Widell
https://codereview.chromium.org/795053002/diff/1/Source/core/xml/XSLTProcessor.idl File Source/core/xml/XSLTProcessor.idl (right): https://codereview.chromium.org/795053002/diff/1/Source/core/xml/XSLTProcessor.idl#newcode45 Source/core/xml/XSLTProcessor.idl:45: void setParameter(DOMString namespaceURI, [TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString localName, [TreatNullAs=NullString, TreatUndefinedAs=NullString] ...
6 years ago (2014-12-11 13:26:14 UTC) #4
vivekg
Below are the table summarizing the behavior differences. FF: setParameter ================ +-----------+--------------+--------------------------------------------------------+ | key | ...
6 years ago (2014-12-11 15:28:33 UTC) #5
vivekg
FF: setParameter ================ +-----------+--------------+---------------------------------------------+ | key | value | result of getParameter(key) | +-----------+--------------+---------------------------------------------+ | ...
6 years ago (2014-12-11 15:31:26 UTC) #6
vivekg
> > Latest Chrome (41.0.2246.0): setParameter > ========================================= > +-----------+--------------+---------------------------------------------+ > | key | value ...
6 years ago (2014-12-11 15:40:28 UTC) #7
Jens Widell
Thanks for detailed investigation! My interpretation of those results is that there isn't much interoperability ...
6 years ago (2014-12-11 16:02:24 UTC) #8
vivekg
On 2014/12/11 at 16:02:24, jl wrote: > I'd make these plain DOMString arguments and remove ...
6 years ago (2014-12-12 05:00:19 UTC) #9
Jens Widell
LGTM Note that I'm not core/ OWNER.
6 years ago (2014-12-12 06:50:53 UTC) #10
haraken
LGTM
6 years ago (2014-12-12 07:09:00 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/795053002/20001
6 years ago (2014-12-12 07:12:16 UTC) #13
commit-bot: I haz the power
6 years ago (2014-12-12 07:25:54 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187003

Powered by Google App Engine
This is Rietveld 408576698