[Webkit-unassigned] [Bug 9179] Implement select.options.add() method

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jul 3 12:05:56 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9179


ddkilzer at kilzer.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #8941 is|0                           |1
           obsolete|                            |
   Attachment #9174|                            |review?
               Flag|                            |




------- Comment #15 from ddkilzer at kilzer.net  2006-07-03 12:05 PDT -------
Created an attachment (id=9174)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=9174&action=view)
Patch v2

Updates since Patch v1 not covered in Comment #12:

- Implemented IDL function overloading by introducing the "Optional" extended
attribute for parameters.  Updated the GenerateImplementation() subroutine in
CodeGeneratorJS.pm to incrementally check the argument list count as it
processes optional parameters to determine when the argument list is complete. 
Extracted the GenerateImplementationFunctionCall() subroutine.  Note that the
"Optional" attribute only has to be listed on one argument since all others
following it are assumed to be optional as well.

- Added ChangeLog entries.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list