WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
96429
Add 'any' type to V8 bindings as a synonym for DOMObject
https://bugs.webkit.org/show_bug.cgi?id=96429
Summary
Add 'any' type to V8 bindings as a synonym for DOMObject
Alec Flett
Reported
2012-09-11 14:56:28 PDT
Add 'any' type to V8 bindings as a synonym for DOMObject
Attachments
Patch
(11.30 KB, patch)
2012-09-11 15:09 PDT
,
Alec Flett
no flags
Details
Formatted Diff
Diff
Patch
(24.42 KB, patch)
2012-09-11 16:46 PDT
,
Alec Flett
no flags
Details
Formatted Diff
Diff
Patch for landing
(24.42 KB, patch)
2012-09-11 17:01 PDT
,
Alec Flett
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Alec Flett
Comment 1
2012-09-11 15:09:50 PDT
Created
attachment 163453
[details]
Patch
Alec Flett
Comment 2
2012-09-11 15:10:43 PDT
I have no idea what I'm doing. Ok, I have some idea. But I don't know how much of JSC I should worry about. haraken@ or abarth@ - can you offer any guidance?
Adam Barth
Comment 3
2012-09-11 15:24:21 PDT
Comment on
attachment 163453
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=163453&action=review
> Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp:1369 > + impl->setAnyAttribute(SerializedScriptValue::create(exec, value, 0, 0));
This seems to imply that "any" maps to SerializedScriptValue is JSC. Is that what you intend?
Alec Flett
Comment 4
2012-09-11 16:46:59 PDT
Created
attachment 163479
[details]
Patch
Kentaro Hara
Comment 5
2012-09-11 16:50:25 PDT
Comment on
attachment 163479
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=163479&action=review
OK
> Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:251 > + or $type eq "DOMString" or $type eq "DOMObject" or $type eq "any" or$type eq "Array" or $type eq "DOMTimeStamp") {
Nit: One space please after 'or'.
Alec Flett
Comment 6
2012-09-11 17:01:03 PDT
Created
attachment 163483
[details]
Patch for landing
WebKit Review Bot
Comment 7
2012-09-11 17:34:46 PDT
Comment on
attachment 163483
[details]
Patch for landing Clearing flags on attachment: 163483 Committed
r128248
: <
http://trac.webkit.org/changeset/128248
>
WebKit Review Bot
Comment 8
2012-09-11 17:34:49 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug