[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
Sun Apr 22 23:06:02 PDT 2012


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





--- Comment #3 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com>  2012-04-22 23:06:02 PST ---
(In reply to comment #2)
> (In reply to comment #1)
> > Issue is with 
> > 
> > return $1 if $type =~ /^sequence<([\w\d_]+)>.*/;
> > 
> > This is not able to parse the "unsigned long".
> > Fixing soon.
> 
> I've fixed that but still getting an error. See the diff I posted.

Another issue is with 
 > JSValue jsInternals(ExecState* exec, JSValue slotBase, const Identifier&)
 here parser is not able to parse fastMallocStatistics. The reason 
 IDL Parser is not able to parse "unsigned long" within sequence<>. Need to change IDLStructure.pm.

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