Closed
Bug 294948
Opened 20 years ago
Closed 1 year ago
Unresolvable chrome URLs and missing strings when opening about config
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bzbarsky, Unassigned)
Details
BUILD: debug build from about an hour ago
STEPS TO REPRODUCE: Open about:config
ACTUAL RESULTS:
WARNING: String missing from string bundle, file
../../../../mozilla/intl/strres/src/nsStringBundle.cpp, line 281
'update.extensions.wsdl' missing from bundle
chrome://mozapps/locale/extensions/extensions.properties
Couldn't convert chrome URL: chrome://navigator/locale/navigator.properties
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file
../../../../mozilla/intl/strres/src/nsStringBundle.cpp, line 273
WARNING: String missing from string bundle, file
../../../../mozilla/intl/strres/src/nsStringBundle.cpp, line 281
'update.app.url' missing from bundle
chrome://mozapps/locale/update/update.properties
Couldn't convert chrome URL: chrome://navigator-region/locale/region.properties
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file
../../../../mozilla/intl/strres/src/nsStringBundle.cpp, line 273
Couldn't convert chrome URL: chrome://communicator-region/locale/region.properties
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file
../../../../mozilla/intl/strres/src/nsStringBundle.cpp, line 273
EXPECTED RESULTS: no problems
The missing strings just seem to be missing. The "Couldn't convert chrome URL:"
stuff is due to things like:
/modules/libpref/src/init/all.js, line 53 --
pref("general.useragent.contentlocale",
"chrome://navigator-region/locale/region.properties");
/modules/libpref/src/init/all.js, line 677 -- pref("intl.content.langcode",
"chrome://communicator-region/locale/region.properties");
Comment 1•20 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050520 Firefox/1.0+ ID:2005052009
| Reporter | ||
Comment 2•20 years ago
|
||
Dave, if you're not using a debug build you won't see any of this. See "BUILD" line of comment 0.
Comment 3•20 years ago
|
||
This is a minor issue that has been around for a long time: all.js needs lots of toolkit loving.
Severity: normal → trivial
Comment 4•19 years ago
|
||
(In reply to comment #3) Build 8/16/2005 - msvc free compiler - windows xp Install Google Toolbar Tools - Extensions - Highlight Google Toolbar - Options Couldn't convert chrome URL: chrome://google-toolbar/content/options.xul Next when trying to close Extensions window WARNING: Should not try to set the focus on a disabled window, file c:/moz/mozil la/dom/src/base/nsGlobalWindow.cpp, line 3250
Comment 5•19 years ago
|
||
Comment #4 is not this bug, it's bug 304874.
Updated•2 years ago
|
Severity: trivial → S4
Comment 6•1 year ago
|
||
Unable to reproduce
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•