Closed
Bug 1395486
Opened 7 years ago
Closed 7 years ago
The .txt files are printed wrong
Categories
(Core :: Security, defect)
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
People
(Reporter: Ovidiu, Assigned: cfu)
References
Details
(Keywords: regression)
Attachments
(2 files)
[Note]:
-
[Affected versions]:
Nightly 57.0a1(2017-08-30)
[Affected platforms]:
Tested on Mac OS X 10.12 and Windows 10 x64
[Steps to reproduce]:
1. Go to this .txt example: http://mozqa.com/data/firefox/awesome_bar/diff.txt
2. Print it.
[Expected result]:
The test page is printed with very small letters.
[Actual result]:
The letters from the print output should have the normal dimensions.
[Regression range]:
This is a regression and here is the regression window:
Last good revision: 40bc1d4ce54b34b3851d52576e1b16f68af3bd48
29:04.30 INFO: First bad revision: bd9c5474a5e4e6391a3ae74574885d1361599184
29:04.30 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=40bc1d4ce54b34b3851d52576e1b16f68af3bd48&tochange=bd9c5474a5e4e6391a3ae74574885d1361599184
Note: Please see the attached file with the actual result.
Reporter | ||
Comment 1•7 years ago
|
||
Chung-Sheng Fu from the regression range looks like one of your bags created this regression, can you please take a look at it? Thanks.
Flags: needinfo?(cfu)
Keywords: regression
Comment 2•7 years ago
|
||
After landing Bug 863246,
Plain text file would not wrap by browser width.
So, It also be layout regression,
Blocks: 863246
Comment 3•7 years ago
|
||
Browser Console shows an error when open a .txt file:
Security Error: Content at http://mozqa.com/data/firefox/awesome_bar/diff.txt may not load or link to resource://gre-resources/plaintext.css.
Updated•7 years ago
|
Component: Printing: Output → Security
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8903078 -
Flags: review?(cam)
Assignee | ||
Comment 5•7 years ago
|
||
After Bug 863246, web content is not able to load resource:// URIs by default. resource://gre-resources/plaintext.css has to be loaded in web content so move it to a content-accessible folder.
Assignee: nobody → cfu
Flags: needinfo?(cfu)
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8903078 [details]
Bug 1395486 - Move resource://gre-resource/plaintext.css to resource://content-accessible/plaintext.css.
https://reviewboard.mozilla.org/r/174856/#review179924
Attachment #8903078 -
Flags: review?(cam) → review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Reporter | ||
Comment 7•7 years ago
|
||
Just a note, this issue is also reproducible on Ubuntu 16.04.
Comment 8•7 years ago
|
||
Any clue when will this be fixed in the nightly ?
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f3f991da060a
Move resource://gre-resource/plaintext.css to resource://content-accessible/plaintext.css. r=heycam
Keywords: checkin-needed
Comment 10•7 years ago
|
||
(In reply to ivivanov.bg from comment #8)
> Any clue when will this be fixed in the nightly ?
It just landed on autoland. It'll be fixed on the first nightly after it merges. Hopefully that will be either today's "late" nightly (but that's pretty unlikely) and otherwise tomorrow's nightly - that's assuming no automated tests fail or other issues crop up that cause it to be backed out.
Updated•7 years ago
|
status-firefox-esr52:
--- → unaffected
Comment 11•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Comment 12•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5cc81a8efe158d3ea9504251cb3563d1a474e4b6
Bug 1395486 followup. Clobber to fix packaging failure for Android builds. r=clobber
Comment 13•7 years ago
|
||
Pushed by mozilla@buttercookie.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5cc81a8efe15
followup. Clobber to fix packaging failure for Android builds. r=clobber
Comment 14•7 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•