Bug 6929 - Remove QSortedList and QPtrList sorting support
Summary: Remove QSortedList and QPtrList sorting support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-29 23:44 PST by Maciej Stachowiak
Modified: 2006-01-30 00:27 PST (History)
0 users

See Also:


Attachments
kill QSortedList (26.93 KB, patch)
2006-01-29 23:50 PST, Maciej Stachowiak
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2006-01-29 23:44:54 PST
Remove QSortedList and QPtrList sorting support. Should be replaced with Vector and std::sort.
Comment 1 Maciej Stachowiak 2006-01-29 23:50:36 PST
Created attachment 6101 [details]
kill QSortedList
Comment 2 Darin Adler 2006-01-29 23:58:24 PST
Comment on attachment 6101 [details]
kill QSortedList

I see one bad problem here, free used where delete should be used. Fix that, and then r=me.