[Webkit-unassigned] [Bug 23395] Web Inpsector Debugger's Source List Should Be Sorted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 16 23:32:49 PST 2009


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


rboucher at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26823|0                           |1
        is obsolete|                            |
  Attachment #26827|                            |review?
               Flag|                            |




------- Comment #8 from rboucher at gmail.com  2009-01-16 23:32 PDT -------
Created an attachment (id=26827)
 --> (https://bugs.webkit.org/attachment.cgi?id=26827&action=view)
updated patch

Doesn't address the issue of what to call the methods, but introduces a generic
binary search method on any list object responding to .length and array
notation.

Methods for both indexOf and insertionIndexFor. The implementation is the same
except the return value, so makes sense to simply provide both.


-- 
Configure bugmail: https://bugs.webkit.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