Closed
Bug 388880
Opened 18 years ago
Closed 15 years ago
paying a price for the personal toolbar, even if it is hidden
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 4.0b2
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | final+ |
People
(Reporter: moco, Assigned: dao)
References
Details
(Keywords: perf, Whiteboard: [ts])
Attachments
(1 file, 1 obsolete file)
|
4.41 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
paying a price (doing a query, building up results) for the personal toolbar, even if it is hidden
I found this while trying to track down some leaks for bug #387203.
need to investigate.
Comment 1•18 years ago
|
||
maybe should only init if toolbar is visible, hook into it's load/show event?
http://mxr.mozilla.org/seamonkey/source/browser/base/content/browser.js#308
also, probably shouldn't init the places folder queries either until this happens.
Comment 2•16 years ago
|
||
updated link:
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.xul#446
this is still true, even if the toolbar is hidden the place property gets set and the result is populated.
Comment 3•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
| Assignee | ||
Comment 5•15 years ago
|
||
Updated•15 years ago
|
Attachment #454825 -
Flags: review?(mak77) → review?(mano)
| Assignee | ||
Comment 6•15 years ago
|
||
Bug 528884 likely introduced this bug to popups.
Blocks: 528884
Whiteboard: [ts]
| Assignee | ||
Comment 7•15 years ago
|
||
Requesting blocking since the toolbar is now hidden by default.
blocking2.0: --- → ?
| Assignee | ||
Comment 8•15 years ago
|
||
updated to tip
Attachment #454825 -
Attachment is obsolete: true
Attachment #457785 -
Flags: review?(mano)
Attachment #457785 -
Flags: review?(gavin.sharp)
Attachment #454825 -
Flags: review?(mano)
Updated•15 years ago
|
Attachment #457785 -
Flags: review?(gavin.sharp) → review+
| Assignee | ||
Comment 9•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b2
| Assignee | ||
Updated•15 years ago
|
Attachment #457785 -
Flags: review?(mano)
| Assignee | ||
Comment 10•15 years ago
|
||
numbers from mozilla.dev.tree-management:
Txul decrease 6.08% on MacOSX 10.6.2 Firefox
Txul decrease 3.17% on MacOSX 10.5.8 Firefox
Ts decrease 4.39% on Linux Firefox
Updated•15 years ago
|
blocking2.0: ? → final+
You need to log in
before you can comment on or make changes to this bug.
Description
•