Closed
Bug 252424
Opened 21 years ago
Closed 21 years ago
Clicking on "view saved passwords" gennerates xml parsing error
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: matsuba, Assigned: steffen.wilberg)
References
Details
(Keywords: regression)
Attachments
(2 files, 3 obsolete files)
|
4.30 KB,
patch
|
Details | Diff | Splinter Review | |
|
4.29 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.7) Gecko/20040704 Firefox/0.9.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.7) Gecko/20040704 Firefox/0.9.1
Malformed Checkin by bsmedberg%covad.net 2004-07-19 15:38,
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/toolkit/locales/en-US/chrome/passwordmgr&command=DIFF_FRAMESET&file=passwordManager.dtd&rev1=1.1&rev2=1.1.2.1&root=/cvsroot
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
mozilla/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd
This is my first patch..
+ - The Original Code is mozilla.org configuration viewer.
+ -
+ - The Initial Developer of the Original Code is
+ - Netscape Communications Corporation.
+ - Portions created by the Initial Developer are Copyright (C) 2002
+ - the Initial Developer. All Rights Reserved.
+ -
Probably, it is wrong. Please correct it.
Attachment #153877 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•21 years ago
|
||
*** Bug 252579 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 6•21 years ago
|
||
Confirming and taking. Copying summary from bug 252579 since describes the
problem caused by this.
Assignee: firefox → steffen.wilberg
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: regression
OS: Linux → All
Hardware: PC → All
Summary: Malformed checkin [passwordManager.dtd] → Clicking on "view saved passwords" gennerates xml parsing error
| Assignee | ||
Comment 7•21 years ago
|
||
Comment on attachment 153881 [details] [diff] [review]
update patch
The #-sytle comments are widely used in browser and toolkit. "# " tells the
preprocessor to strip the line. But file needs to be preprocessed, which is
done by a * in the respective jar.mn.
Attachment #153881 -
Attachment is obsolete: true
| Assignee | ||
Comment 8•21 years ago
|
||
Comment on attachment 153882 [details] [diff] [review]
patch for Mozilla 1.x
This patch is not for Mozilla 1.x, but for the Firefox trunk...
Please also use "cvs diff -u8" to create patches.
Attachment #153882 -
Attachment is obsolete: true
| Assignee | ||
Comment 9•21 years ago
|
||
I just checked a fix into the branch:
http://bonsai.mozilla.org/cvsquery.cgi?branch=&date=explicit&mindate=2004-07-22+05%3A15&maxdate=2004-07-22+05%3A15
The trunk is not affected.
Severity: normal → major
Status: NEW → RESOLVED
Closed: 21 years ago
Flags: blocking-aviary1.0RC1?
Resolution: --- → FIXED
Version: unspecified → 1.0 Branch
| Reporter | ||
Comment 10•21 years ago
|
||
mozilla/toolkit/locales/en-US/chrome/passwordmgr/
| Reporter | ||
Comment 11•21 years ago
|
||
mozilla/toolkit/components/passwordmgr/resources/locale/passwordManager
| Reporter | ||
Comment 12•21 years ago
|
||
I'm sorry, New patch is avaiable.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 13•21 years ago
|
||
Matsuba, I'm sorry you misunderstood me. I suggested you use cvs diff _in the
future, in future bugs_, because this bug is already fixed. See the link in
comment 9. The fix is not in changing the comment style, but in making these
files preprocessed. This is done by adding a "*" in the jar.mn.
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 14•21 years ago
|
||
(In reply to comment #13)
> Matsuba, I'm sorry you misunderstood me. I suggested you use cvs diff _in the
> future, in future bugs_, because this bug is already fixed. See the link in
> comment 9. The fix is not in changing the comment style, but in making these
> files preprocessed. This is done by adding a "*" in the jar.mn.
I certainly understood. Thanks for your reply.
| Reporter | ||
Comment 15•21 years ago
|
||
Please answer my question. Many localizers are confued by this solution ?
Normally, DTD's comment style:
Begin with : <!-- Text
End with: -->
Please see. http://www.mozilla.org/projects/l10n/mlp_chrome.html#text
| Assignee | ||
Comment 16•21 years ago
|
||
You're right. But "# " is valid as well, if the file is preprocessed. It's a
whole line comment (from the first character): # Text Text.
The preprocessor removes lines starting with "# ". You won't see these lines in
en-US.jar. Download a nightly build from today, once it is available, and you'll
see that the license has been completely removed from passwordManager.dtd in
en-US.jar. In other words: Don't care about this, it's OK.
| Reporter | ||
Comment 17•21 years ago
|
||
Thanks again. I understood very well.
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•