Closed
Bug 380865
Opened 18 years ago
Closed 18 years ago
password manager is empty, bookmarks missing, tabs broken
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: Peter6, Unassigned)
References
Details
(Keywords: regression, smoketest)
after Bug 374723 the pwd manager is empty
Comment 1•18 years ago
|
||
Confirming. I get this msg in error console:
Error: Cc['@mozilla.org/login-manager;1'] has no properties
Source file: chrome://browser/content/browser.js
Line: 820
Comment 2•18 years ago
|
||
Are these clean installs? Clean profiles?
Reporter | ||
Comment 3•18 years ago
|
||
For me it's with my regular profile
Comment 6•18 years ago
|
||
Should be fixed now that the last patch in bug 374723 has landed.
Summary: password manager is empty → password manager is empty, bookmarks missing, tabs broken
Comment 7•18 years ago
|
||
just to be clear, bookmarks aren't completely missing. They are absent from the toolbar. They are present in menu but don't work. Finally they are present in BM (organizer) and do work (open) from there.
Keywords: smoketest
Comment 8•18 years ago
|
||
I can confirm this for linux too. I built twenty minutes ago a minefield under Ubuntu Feisty Fawn x86_64, and I see the same problem. Source code used up to date at 3:00pm, GMT+2 (Europe / Paris) Time
Moving OS -> All ?
Comment 9•18 years ago
|
||
This is very odd. I have this problem with the official windows nightly, but not with a clobber build I did myself at close enough to the same time so that there were no intervening check-ins. The only thing that might have even the remotest relationship is that my build did include the pending follow-up patch for bug 380704.
Comment 10•18 years ago
|
||
Can the poeple seeing this in self-build try clobbering their builds, or at the very least touching dist/bin/.autoreg ?
Comment 11•18 years ago
|
||
Well, the official Windows nightly build is supposed to be a clobber.
I suspect this issue is more related to these 2 errors which I get before the one cited above:
Error: RDF has no properties
Source file: chrome://sage/content/sage-Overlay.js
Line: 43
----------
Error: BMSVC has no properties
Source file: chrome://browser/content/browser.js
Line: 89
This smells like places to me.
Another difference in my build is that I explicitly specify
ac_add_options --disable-places-bookmarks
in my .mozconfig. I believe the official nightly defaults this.
Another symptom of the problem not mentioned above si that if you close the browser with a sidebar ,like history for example, displayed, when you relaunch the sidebar does not load any content. closing it and reopening it loads the content.
Comment 12•18 years ago
|
||
this is WFM on Mac with the clobber build (2007-05-16-07-trunk)
Comment 13•18 years ago
|
||
(In reply to comment #11)
> I suspect this issue is more related to these 2 errors which I get before the
> one cited above:
Those two exceptions are what I'd expect to see after the exception mentioned in comment 1 - the RDF and Bookmarks services are initialized after the login manager is, and if trying to get the login manager throws, then the RDf/Bookmarks initialization will never take place, thus leaving those variable undefined. I've noticed that the respin I triggered doesn't seem to be on the FTP server, which is likely caused by some unrelated issues with the FTP server, so perhaps you are trying a stale build?
Comment 14•18 years ago
|
||
(In reply to comment #6)
> Should be fixed now that the last patch in bug 374723 has landed.
Just to be clear, when I made this comment, I had checked in a fix and triggered a "clobber" build to produce new "nightlies". It took a while for these builds to go green, and it appears there are still problems with the FTP server due to a disk array failing last night, so it could be that the build and updates aren't yet available for all platforms (Windows was the last to finish). If you're using the nightly from 2007-05-16-04-trunk, this isn't expected to be fixed, you need to be using a "nightly" from 2007-05-16-07 or later.
Reporter | ||
Comment 15•18 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070516 Minefield/3.0a5pre ID:2007051608 [cairo]
The Windoze build looks fine
I get
Warning: assignment to undeclared variable firstLower
Source file: chrome://passwordmgr/content/passwordManagerCommon.js
Line: 224
Warning: assignment to undeclared variable secondLower
Source file: chrome://passwordmgr/content/passwordManagerCommon.js
Line: 225
in errorconsole when the pwdmanager is opened but that's all
Comment 16•18 years ago
|
||
(In reply to comment #15)
> in errorconsole when the pwdmanager is opened but that's all
Can you file another bug on that, CC dolske and me? Thanks for verifying, I'll mark this FIXED now optimistically, reopen if anyone still sees issues, of course.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 17•18 years ago
|
||
In testing Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a5pre) Gecko/2007051607 Minefield/3.0a5pre, the Privacy part of preferences showed a blank screen. After I closed it and relaunched it I was able to see the content. Testing with a Clean profile on 10.3.9.
(In reply to comment #12)
> this is WFM on Mac with the clobber build (2007-05-16-07-trunk)
>
Comment 18•17 years ago
|
||
verified fixed with Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9a8pre) Gecko/2007083005 Minefield/3.0a8pre ID:2007083005
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•