Bug 6929

Summary: Remove QSortedList and QPtrList sorting support
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: WebKit Misc.Assignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
kill QSortedList darin: review+

Maciej Stachowiak
Reported 2006-01-29 23:44:54 PST
Remove QSortedList and QPtrList sorting support. Should be replaced with Vector and std::sort.
Attachments
kill QSortedList (26.93 KB, patch)
2006-01-29 23:50 PST, Maciej Stachowiak
darin: review+
Maciej Stachowiak
Comment 1 2006-01-29 23:50:36 PST
Created attachment 6101 [details] kill QSortedList
Darin Adler
Comment 2 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.
Note You need to log in before you can comment on or make changes to this bug.