[Webkit-unassigned] [Bug 45237] Add JSON parameter support to JS/V8 binding generator scripts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 3 15:37:09 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45237


Kinuko Yasuda <kinuko at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ericu at chromium.org




--- Comment #11 from Kinuko Yasuda <kinuko at chromium.org>  2010-11-03 15:37:08 PST ---
(In reply to comment #9)
> Is the spec really using json rather than the internal structured clone algorithm?

(In reply to comment #9)
> Is the spec really using json rather than the internal structured clone algorithm?

The spec reads using json parameter rather than the internal structured clone algorithm.
(As far as I believe, @ericu would be able to tell the truth)


I have the feeling that probably adding a CustomConversion attribute to parameter attributes would make more sense.   Then the developer would need to write a small custom code that only handles the parameter rather than writing a custom code for the entire method.  (This was suggested by antonm at chromium.org)

I'm going to poke around the idea and see if such a generalization makes more sense in other cases.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list