Closed
Bug 507407
Opened 16 years ago
Closed 16 years ago
nsNavHistoryContainerResultNode::UpdateURIs does not use comparator and sortingAnnotation
Categories
(Toolkit :: Places, enhancement)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug, )
Details
(Keywords: coverity)
Attachments
(1 file)
909 bytes,
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
1615 nsNavHistoryContainerResultNode::UpdateURIs(PRBool aRecursive, PRBool aOnlyOne,
1646 SortComparator comparator = nsnull;
1647 nsCAutoString sortingAnnotation;
1648 if (aUpdateSort) {
1649 comparator = GetSortingComparator(GetSortType());
1650 GetSortingAnnotation(sortingAnnotation);
1651 }
Updated•16 years ago
|
Attachment #391628 -
Flags: review?(mak77) → review+
Comment 2•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
Updated•7 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•