[webkit-reviews] review denied: [Bug 27329] Inspector: Properties Should be Sorted more Naturally : [Attachment 32873] AlphaNumSort (Like Finder on leading zeros)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 16 09:05:44 PDT 2009


Joseph Pecoraro <joepeck02 at gmail.com> has denied Joseph Pecoraro
<joepeck02 at gmail.com>'s request for review:
Bug 27329: Inspector: Properties Should be Sorted more Naturally
https://bugs.webkit.org/show_bug.cgi?id=27329

Attachment 32873: AlphaNumSort (Like Finder on leading zeros)
https://bugs.webkit.org/attachment.cgi?id=32873&action=review

------- Additional Comments from Joseph Pecoraro <joepeck02 at gmail.com>
Apparently sorting happens in multiple places.

It works for:
obj={a:[0,1,2,3,4,5,6,7,8,9,10,11,12]}

But it doesn't even get run for:
obj = { '0':0, '00':0, '000':0, '01':0, '1':0, '2':0, '02':0, '001':0, '002':0
}

I should look into when sorts are applied.


More information about the webkit-reviews mailing list