Bug 96429

Summary: Add 'any' type to V8 bindings as a synonym for DOMObject
Product: WebKit Reporter: Alec Flett <alecflett>
Component: New BugsAssignee: Alec Flett <alecflett>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, haraken, japhet, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch for landing none

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
Patch (24.42 KB, patch)
2012-09-11 16:46 PDT, Alec Flett
no flags
Patch for landing (24.42 KB, patch)
2012-09-11 17:01 PDT, Alec Flett
no flags
Alec Flett
Comment 1 2012-09-11 15:09:50 PDT
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
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.