[Webkit-unassigned] [Bug 139179] HTMLSelectElement add() should support index as second argument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 2 10:47:47 PST 2015


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

--- Comment #54 from Darin Adler <darin at apple.com> ---
When it comes to preserving the old Objective-C API, this should be done with conditionals specific to Objective-C and should have as little effect as possible on anything outside the IDL file. For example, for Objective-C we can just have the add function take an HTMLOptionElement, but we can probably get away without having anything in the actual DOM source files, just the IDL file.

Because the tests no longer reset anything, now if any one test fails, all the subsequent ones will fail too. We want each test to be as independent as possible unless there is a good reason to make them depend on each other.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150102/120f10e7/attachment-0002.html>


More information about the webkit-unassigned mailing list