[webkit-reviews] review requested: [Bug 23395] Web Inpsector Debugger's Source List Should Be Sorted : [Attachment 26827] updated patch

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


boucher <rboucher at gmail.com> has asked	for review:
Bug 23395: Web Inpsector Debugger's Source List Should Be Sorted
https://bugs.webkit.org/show_bug.cgi?id=23395

Attachment 26827: updated patch
https://bugs.webkit.org/attachment.cgi?id=26827&action=review

------- Additional Comments from boucher <rboucher at gmail.com>
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.


More information about the webkit-reviews mailing list