[Webkit-unassigned] [Bug 84540] JS binding code generator doesn't handle "attribute unsigned long[]" well

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 24 10:33:44 PDT 2012


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





--- Comment #27 from Kentaro Hara <haraken at chromium.org>  2012-04-24 10:33:38 PST ---
(In reply to comment #26)
> (In reply to comment #25)
> > (In reply to comment #24)
> > > Attaching patch with using traits. I have tested compilation works now for
> > > 
> > > readonly attribute sequence<unsigned int> fastMallocStatistics;
> > 
> > As I commented, it seems wrong to support sequences in attributes:
> > http://www.w3.org/TR/WebIDL/#idl-sequence
> > 
> > "Sequences must not be used as the type of an attribute, constant or exception field."
> 
> Okay, but that still won't work because of the issue on the comment #22.

We are discussing what we should treat the issue (T[] or sequence<T>) in https://bugs.webkit.org/show_bug.cgi?id=80696, before moving things forward. Please wait for a moment:)

-- 
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