Closed
Bug 1168823
Opened 10 years ago
Closed 10 years ago
XML view no longer has colour styles
Categories
(Toolkit :: View Source, defect)
Toolkit
View Source
Tracking
()
RESOLVED
FIXED
mozilla41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: Gijs, Assigned: jryans)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
954 bytes,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
Noticed this while trying to work on some XBL.
| Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(gijskruitbosch+bugs)
| Reporter | ||
Comment 1•10 years ago
|
||
view-source-in-a-tab seems to have regressed XML display. mozregression found the following range: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=afb28a3157b3&tochange=5f7e75cf1891
Ryan, do you know what's up here?
Blocks: 1067325
Flags: needinfo?(gijskruitbosch+bugs) → needinfo?(jryans)
| Assignee | ||
Updated•10 years ago
|
Component: Untriaged → View Source
Product: Core → Toolkit
| Assignee | ||
Comment 2•10 years ago
|
||
Yes, I see the issue. XML view is missing the new highlight class.
Assignee: nobody → jryans
Status: NEW → ASSIGNED
Flags: needinfo?(jryans)
| Assignee | ||
Updated•10 years ago
|
Keywords: regressionwindow-wanted
| Assignee | ||
Comment 3•10 years ago
|
||
| Assignee | ||
Comment 4•10 years ago
|
||
:jst, in bug 1067325, I changed the syntax highlighting in "viewsource.css" to be controlled by a CSS class "highlight". However, I missed that this is also used in the XML view.
This change adds the missing class.
Attachment #8611343 -
Flags: review?(jst)
Updated•10 years ago
|
Attachment #8611343 -
Flags: review?(jst) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
Fixed broken mochitest:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=fbad53067031
Comment 7•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•