Daily 79.0a1 throws an XML Parse error on content/systemIntegrationDialog.xhtml
Categories
(Thunderbird :: Preferences, defect)
Tracking
(thunderbird78 fixed)
Tracking | Status | |
---|---|---|
thunderbird78 | --- | fixed |
People
(Reporter: nONoNonO, Assigned: aleca)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
1.32 KB,
patch
|
aleca
:
review+
wsmwk
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
When starting Daily, it throws an XML Parse error on content/systemIntegrationDialog.xhtml.
In bug 1615501 the processing of this file has changed and it is not preprocessed anymore, therefore the preprocessor directives should be removed and the license should be converted to a html-comment <!-- .... -->.
Updated•5 years ago
|
Comment 1•5 years ago
|
||
So this needs to be reverted: https://hg.mozilla.org/comm-central/diff/56288941d6185b1a281af725996db62324e8c79c/mail/base/jar.mn
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Thanks for the bug report.
We don't need to preprocess that file anymore since the platform's based string variations are handled in Fluent.
Updated the top comment to use a regular html comment tag.
Comment 3•5 years ago
|
||
Is this the bugreport for the startup message:
XML Parsing Error: not well-formed
Location: chrome://messenger/content/systemIntegrationDialog.xhtml
Line Number 2, Column 2:
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
-^
79.0a1 (2020-06-04) (64-bit)
BuildID 20200604105934
Reporter | ||
Comment 4•5 years ago
|
||
(In reply to Robert Hartmann from comment #3)
Is this the bugreport for the startup message:
XML Parsing Error: not well-formed Location: chrome://messenger/content/systemIntegrationDialog.xhtml Line Number 2, Column 2: # -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- -^
79.0a1 (2020-06-04) (64-bit)
BuildID 20200604105934
Yep, that was the error message... I already clicked it away and had Dutch localization, so I didn't have the exact message anymore, but that was it.
Assignee | ||
Comment 5•5 years ago
|
||
This needs to be uplifted for beta also.
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Thanks, patch updated.
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/bb0273cc41d3
Fix XML parse error in systemIntegrationDialog.xhtml. r=darktrojan
Comment 9•5 years ago
|
||
Comment 10•5 years ago
|
||
bugherder uplift |
Thunderbird 78.0b1:
https://hg.mozilla.org/releases/comm-beta/rev/ad88c408fb6d
Updated•5 years ago
|
Description
•