Closed
Bug 127025
Opened 23 years ago
Closed 23 years ago
"Mozilla" hardcoded in pref-cache.dtd
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: jonasj, Assigned: gordon)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
From pref-cache.dtd:
<!ENTITY diskCacheFolderExplanation "Cache files will be stored in a
subfolder named "Cache" of the directory you specify. Restart Mozilla
for changes to take effect.">
Shouldn't "Mozilla" be "&brandShortName;" or something like that?
Reporter | ||
Comment 1•23 years ago
|
||
This should do it.
Reporter | ||
Updated•23 years ago
|
Comment 2•23 years ago
|
||
Comment on attachment 70780 [details] [diff] [review]
patch
r=bzbarsky
Attachment #70780 -
Flags: review+
Reporter | ||
Comment 3•23 years ago
|
||
Removing bug 123569 from OtherBugsDependingOnThis since this bug is neither
futured nor pushed out.
No longer blocks: 123569
Comment 4•23 years ago
|
||
Comment on attachment 70780 [details] [diff] [review]
patch
sr=jag
Attachment #70780 -
Flags: superreview+
Comment 6•23 years ago
|
||
checked into trunk for 0.9.9.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•23 years ago
|
||
Hmm... when I look at these two files, it doesn't look like the patch is applied:
http://lxr.mozilla.org/mozilla/source/xpfe/components/prefwindow/resources/locale/en-US/pref-cache.dtd
http://lxr.mozilla.org/mozilla/source/xpfe/components/prefwindow/resources/content/pref-cache.xul
And according to these two,
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/xpfe/components/prefwindow/resources/content&command=DIFF_FRAMESET&file=pref-cache.xul&rev1=1.50&rev2=1.51&root=/cvsroot
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/xpfe/components/prefwindow/resources/locale/en-US&command=DIFF_FRAMESET&file=pref-cache.dtd&rev1=1.17&rev2=1.18&root=/cvsroot
your checkin did not cause any changes to the files.
Reporter | ||
Comment 8•23 years ago
|
||
Never mind my last comment. Now the last two URLs show the differences but the
first two still show the original file. I guess it just takes some time for LXR
and Bonsai to pick up the changes.
(Whoohoo, one of my patches have been checked in! Finally... :-) )
Status: RESOLVED → VERIFIED
Comment 9•23 years ago
|
||
Yeah, bonsai is usually 10 minutes to an hour behind, lxr is usually a few hours
behind. :)
You need to log in
before you can comment on or make changes to this bug.
Description
•