Closed
Bug 7070
Opened 25 years ago
Closed 25 years ago
[chrome registry] Need "provider name" feature support for configurable chrome
Categories
(Core :: XUL, defect, P2)
Core
XUL
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: tao, Assigned: hyatt)
Details
Hi, David:
I copied this from one of our email exchanges :
The chrome directory structure is basically...
chrome/<windowType>/<providerType>/<providerName>/<files>
Where <windowType> = "navigator", "composer", "messenger", etc.
<providerType> = "content", "skin", "locale", "platform"
<providerName> = "en-US", "MozillaZine", "Yahoo", "Mac"
We need this feature by M7 so that XUL-based UI can be localized.
Thanks!
Updated•25 years ago
|
Priority: P3 → P2
Target Milestone: M7
Comment 1•25 years ago
|
||
setting p2 for m7. Note that this is only a target, not a commitment that it
will be done in M7!
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
Done. See xpfe newsgroup for details.
Hi, david:
I tested it on jun-15-99 build and found that this feature does not work as
it claimed. When the name entry is defined in the registry but not in the
chrome url path, the referenced file will not be located. For example, with
a chrome url like this: "chrome://navigator/locale/test.dtd" and the
base entry, "resource:/navigator/locale/", and name entry, "en-US". The
chrome url gets converted into "resource:/navigator/locale/test.dtd"
instead of "resource:/navigator/locale/en-US/test.dtd".
I'm reopening this bug unless this is an intended feature.
Assignee | ||
Comment 5•25 years ago
|
||
You should not be using a <base> entry any more, and you should be installing
your locales in the right place (under the chrome directory). See the post in
mozilla.xpfe, "Anatomy of a chrome registry entry".
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
It's out of my expectation; but, hey, it's cool ;) I'll clear the resolution
and verify it.
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: gem → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•