Closed
Bug 382195
Opened 19 years ago
Closed 19 years ago
"show all bookmark folders" button is slow when we're opening to the bookmarks root
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3 alpha5
People
(Reporter: moco, Assigned: moco)
References
Details
(Keywords: perf)
Attachments
(2 files, 2 obsolete files)
|
13.61 KB,
image/png
|
Details | |
|
3.62 KB,
patch
|
moco
:
review+
|
Details | Diff | Splinter Review |
"show all bookmark folders" button is slow when we're opening to the bookmarks root
for the common case, we recurse the whole tree in selectFolders() when what we want is really the first thing we pass in.
see also bug #381750 for a similar perf issue.
patch coming.
| Assignee | ||
Updated•19 years ago
|
Blocks: 380307
Status: NEW → ASSIGNED
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Firefox 3 alpha5
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #266320 -
Flags: review?(dietrich)
| Assignee | ||
Comment 2•19 years ago
|
||
Attachment #266320 -
Attachment is obsolete: true
Attachment #266403 -
Flags: review?(dietrich)
Attachment #266320 -
Flags: review?(dietrich)
| Assignee | ||
Comment 3•19 years ago
|
||
Comment on attachment 266403 [details] [diff] [review]
same patch, but remove trailing whitespace
would take a review from Mano, too.
Attachment #266403 -
Flags: review?(mano)
Comment 4•19 years ago
|
||
Seth, where's this button?
| Assignee | ||
Comment 5•19 years ago
|
||
> Seth, where's this button?
In the "Add Bookmark" dialog. (See attached screen shot)
Comment 6•19 years ago
|
||
ah, the expander ;)
Comment 7•19 years ago
|
||
Comment on attachment 266403 [details] [diff] [review]
same patch, but remove trailing whitespace
looks ok, r=me. thanks seth.
Attachment #266403 -
Flags: review?(dietrich) → review+
Comment 8•19 years ago
|
||
Comment on attachment 266403 [details] [diff] [review]
same patch, but remove trailing whitespace
nit: remove the braces around the last block.
r=mano otherwise.
Attachment #266403 -
Flags: review?(mano) → review+
| Assignee | ||
Comment 9•19 years ago
|
||
Attachment #266403 -
Attachment is obsolete: true
Attachment #266622 -
Flags: review+
| Assignee | ||
Comment 10•19 years ago
|
||
fixed.
Checking in tree.xml;
/cvsroot/mozilla/browser/components/places/content/tree.xml,v <-- tree.xml
new revision: 1.72; previous revision: 1.71
done
Comment 11•18 years ago
|
||
Verified in Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a7pre) Gecko/200707270404 Minefield/3.0a7pre.
Are we really supposed to flicker with the repainting if I click this expander button over and over again? It's like when we close from the expanded view, we paint the scrollbars and folders higher up and then then paint over them again.
Status: RESOLVED → VERIFIED
Comment 12•16 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
•