Closed
Bug 205570
Opened 23 years ago
Closed 22 years ago
Cannot start mozilla from Profile Manager in debug build
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: john, Assigned: adamlock)
Details
In a debug build from yesterday (20030512xx), you cannot start the browser from
the profile manager. It gives this error:
JavaScript error:
chrome://communicator/content/profile/profileSelection.js line 189: Components.c
lasses['@mozilla.org/embedcomp/prompt-service;1'] has no properties
This is an WinXP VC++ 7 objdir build. I have these options in my .mozconfig:
ac_add_options --enable-crypto
ac_add_options --enable-chrome-format=flat
ac_add_options --enable-extensions=default,layout-debug
I wonder if --enable-chrome-format=flat is doing it.
Filing in XP Toolkit/Widgets since it appears to be the prompt-service that is
the only problem. The build runs fine if I run "./mozilla -P profile"
.
Assignee: jag → adamlock
Component: XP Toolkit/Widgets → Embedding: APIs
i can't imagine you're still having this problem. most likely it was a component
registration or build issue.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•