Closed
Bug 399472
Opened 17 years ago
Closed 17 years ago
figure out a better solution than ignoreInvalidateContainer for avoiding invalidations when just open/close a container to get the child count or the folder contents
Categories
(Firefox :: Bookmarks & History, defect, P3)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3 beta1
People
(Reporter: moco, Assigned: asaf)
References
Details
figure out a better solution than ignoreInvalidateContainer for avoiding invalidations when just open/close a container to get the child count or the folder contents
in his review of bug #387996, mano wrote:
>+ /**
>+ * When this attribute is true, we will ignore calls to invalidateContainer()
>+ */
>+ attribute boolean ignoreInvalidateContainer;
>+
Please file a bug on figuring out a better solution for this use case.
Reporter | ||
Comment 1•17 years ago
|
||
note, until we have a better solution, I'd like to use ignoreInvalidateContainer in wrapNode() in utils.js to improve copy/cut/paste performance.
Assignee | ||
Comment 3•17 years ago
|
||
Fixed under bug 399729.
Status: NEW → RESOLVED
Closed: 17 years ago
Priority: -- → P3
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3 M9
Comment 4•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
•