Closed Bug 549471 Opened 14 years ago Closed 13 years ago

Freeze on reloadAllLivemarks()

Categories

(Firefox :: Bookmarks & History, defect)

3.6 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: wodny, Unassigned)

References

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091216 Iceweasel/3.5.8 (like Firefox/3.5.8)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091216 Iceweasel/3.5.8 (like Firefox/3.5.8)

Firefox freezes after executing reloadAllLivemarks() - i.e. refreshing all Live Bookmarks.

Probably the number of Live Bookmarks matters - about 15 for me. And the poor connection as well.

The problem is that the refreshing process should be done in background - like loading tabs, but it freezes the browser for a couple of seconds.

Reproducible: Always

Steps to Reproduce:
1. Add about 15 Live Bookmarks
2. Execute reloadAllLivemarks()
3.
Actual Results:  
Firefox freezes for at least couple of seconds.

Expected Results:  
Firefox should not freeze.

The command is easily available thanks to for example LiveClick extension.

Another method to execute reloadAllLivemarks() is to enter this into the JS console:
Components.classes["@mozilla.org/browser/livemark-service;2"].getService(Components.interfaces.nsILivemarkService).reloadAllLivemarks();
Reporter, are you still seeing this issue with Firefox 3.6.13 or later in safe mode or a fresh profile? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
Whiteboard: [CLOSEME 2011-2-25]
I'm still seeing this issue with Firefox 3.6.13 in safe-mode on a fresh profile.

Tested by adding:
http://debian.org/News/news
and
http://planet.fedoraproject.org/atom.xml
to
Live Bookmarks and executing reloadAllLivemarks() in the console.
Whiteboard: [CLOSEME 2011-2-25]
Version: unspecified → 3.6 Branch
bug 661445 changed the method do to lazy loading rather than a plain for loop, that should solve the freeze like it solved at automatic refreshes.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Depends on: 661445
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.