Closed
Bug 332629
Opened 19 years ago
Closed 17 years ago
Change PlacesCreateFolderTransaction to make child transaction behavior more discoverable
Categories
(Firefox :: Bookmarks & History, enhancement, P3)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
WORKSFORME
Firefox 3
People
(Reporter: mozilla, Unassigned)
Details
If you only read the function headers, PlacesCreateFolderTransaction's child transaction capabilities are completely hidden. I recommend adding an optional childTransactions array input parameter to PlacesCreateFolderTransaction (defaults to []), as well as documentation in the function header about how the child transactions will have their "container" properties altered before they're run.
Updated•19 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → Firefox 2 beta1
Comment 1•18 years ago
|
||
mass re-assign of ben's, pam's, annie's, and joe's places bugs.
Assignee: bugs → nobody
Status: ASSIGNED → NEW
Comment 2•17 years ago
|
||
This has long been converted into nsIPlacesTransactionService, and the createFolder interface does have childTransactions parameter.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Target Milestone: Firefox 2 beta1 → Firefox 3
Version: 2.0 Branch → Trunk
Comment 3•15 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•