Closed
Bug 984900
Opened 11 years ago
Closed 11 years ago
Places async transactions: Implement "sort by name" ui command
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
VERIFIED
FIXED
Firefox 31
People
(Reporter: asaf, Assigned: asaf)
References
Details
(Whiteboard: p=2 s=it-31c-30a-29b.2 [qa-] )
Attachments
(1 file)
3.07 KB,
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
Another easy conversion.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mano
Blocks: fxdesktoptriage
Updated•11 years ago
|
Whiteboard: p=0
Updated•11 years ago
|
Status: NEW → ASSIGNED
Whiteboard: p=0 → p=2 s=it-31c-30a-29b.2
Comment 1•11 years ago
|
||
Hi Mano, can you explain this bug a little more? I'd like to figure out if we should be doing some QA to verify this once it's fixed, and if so, what it means and how to verify it. Thanks!
Flags: needinfo?(mano)
Whiteboard: p=2 s=it-31c-30a-29b.2 → p=2 s=it-31c-30a-29b.2 [qa?]
Updated•11 years ago
|
No longer blocks: fxdesktopbacklog
Flags: firefox-backlog+
Updated•11 years ago
|
Blocks: PlacesAsyncTransact
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8402607 -
Flags: review?(mak77)
Comment 4•11 years ago
|
||
Comment on attachment 8402607 [details] [diff] [review]
patch
Review of attachment 8402607 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/components/places/content/controller.js
@@ +293,5 @@
> case "placesCmd_reload":
> this.reloadSelectedLivemark();
> break;
> case "placesCmd_sortBy:name":
> + Task.spawn(this.sortFolderByName.bind(this)).then(null, Cu.reportError);
as I said in the other bug, should be enough to this.sortFolderByName().then(...
Attachment #8402607 -
Flags: review?(mak77) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Target Milestone: --- → Firefox 31
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Tagged [qa-] as per comment 2.
Whiteboard: p=2 s=it-31c-30a-29b.2 [qa?] → p=2 s=it-31c-30a-29b.2 [qa-]
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•