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)

1.7 Branch
defect
Not set
major

Tracking

()

RESOLVED FIXED

People

(Reporter: matsuba, Assigned: steffen.wilberg)

References

Details

(Keywords: regression)

Attachments

(2 files, 3 obsolete files)

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.
Attached patch patch for passwordManager.dtd (obsolete) — Splinter Review
mozilla/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd
Flags: blocking-aviary1.0RC1?
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.
Attached patch update patch (obsolete) — Splinter Review
Attachment #153877 - Attachment is obsolete: true
Attached patch patch for Mozilla 1.x (obsolete) — Splinter Review
Component: General → Password Manager
*** Bug 252579 has been marked as a duplicate of this bug. ***
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
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
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
Severity: normal → major
Status: NEW → RESOLVED
Closed: 21 years ago
Flags: blocking-aviary1.0RC1?
Resolution: --- → FIXED
Version: unspecified → 1.0 Branch
Attached patch patch1Splinter Review
mozilla/toolkit/locales/en-US/chrome/passwordmgr/
Attached patch patch2Splinter Review
mozilla/toolkit/components/passwordmgr/resources/locale/passwordManager
I'm sorry, New patch is avaiable.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
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 ago21 years ago
Resolution: --- → FIXED
(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.
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
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.
Thanks again. I understood very well.
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: