[webkit-reviews] review requested: [Bug 27329] Inspector: Properties Should be Sorted more Naturally : [Attachment 32879] Sort is Applied Correctly, only When Displaying
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 16 09:35:32 PDT 2009
Joseph Pecoraro <joepeck02 at gmail.com> has asked for review:
Bug 27329: Inspector: Properties Should be Sorted more Naturally
https://bugs.webkit.org/show_bug.cgi?id=27329
Attachment 32879: Sort is Applied Correctly, only When Displaying
https://bugs.webkit.org/attachment.cgi?id=32879&action=review
------- Additional Comments from Joseph Pecoraro <joepeck02 at gmail.com>
This only applies the sort when needed in the ObjectPropertiesSection.
Typeahead/Autocompletion uses the default sort().
Both test cases pass:
> obj={a:[0,1,2,3,4,5,6,7,8,9,10,11,12]};
> obj
...
> obj = {'0':0,'00':0,'000':0,'01':0,'1':0,'2':0,'02':0,'001':0,'002':0};
> obj
...
More information about the webkit-reviews
mailing list