Closed
Bug 202845
Opened 22 years ago
Closed 22 years ago
Implement nsIBookmarksService::SortFolder()
Categories
(SeaMonkey :: Bookmarks & History, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.4final
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(1 obsolete file)
something like this:
void Sort(in nsIRDFResource aProperty, in AString aDirection, in boolean aRecurse)
Assignee | ||
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla1.4beta
Assignee | ||
Comment 1•22 years ago
|
||
Moving to nsIRDFContainerUtils with corresponding method name.
void sortContainer(in nsIRDFDataSource aDataSource,
in nsIRDFResource aContainer,
in nsIRDFResource aProperty,
in long aDirection,
in boolean aRecurse);
Summary: Implement Sort method on nsIRDFcontainer → Implement Sort method on nsIRDFContainerUtils
Assignee | ||
Comment 2•22 years ago
|
||
here it is
Assignee | ||
Updated•22 years ago
|
Attachment #121455 -
Flags: review?(jaggernaut)
Updated•22 years ago
|
Attachment #121455 -
Flags: review?(jaggernaut)
Assignee | ||
Comment 3•22 years ago
|
||
I changed my mind again.
Status: NEW → ASSIGNED
Summary: Implement Sort method on nsIRDFContainerUtils → Implement nsIBookmarksService::SortFolder()
Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla1.4beta → mozilla1.4final
Assignee | ||
Updated•22 years ago
|
Attachment #121455 -
Attachment is obsolete: true
Assignee | ||
Comment 4•22 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Component: RDF → Bookmarks
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•