Closed
Bug 433065
Opened 17 years ago
Closed 16 years ago
remove support for -moz-pre-wrap
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9.1b1
People
(Reporter: Gavin, Assigned: crazy-daniel)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
dbaron
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
See bug 418543. That bug removed a bunch of in-tree references, this bug is about removing support for it entirely.
Flags: wanted1.9.1?
Flags: wanted1.9.1-
Flags: blocking1.9.1-
I think this'd be best before beta builds are released. It should also be possible to combine this with Bug 413141. Anyway, my last comment on this.
This patch should remove all remnants of -moz-pre-wrap, I hope it is correct.
Sorry for my spam earlier. I think I finally got it.
Attachment #340635 -
Flags: superreview?(bzbarsky)
Attachment #340635 -
Flags: review?(bzbarsky)
Updated•16 years ago
|
Attachment #340635 -
Flags: superreview?(bzbarsky)
Attachment #340635 -
Flags: superreview+
Attachment #340635 -
Flags: review?(dbaron)
Attachment #340635 -
Flags: review?(bzbarsky)
Comment 3•16 years ago
|
||
Comment on attachment 340635 [details] [diff] [review]
trying to remove -moz-pre-wrap
This looks ok, but there are some nsIDocumentEncoder.idl comments that could use fixing too, and this probably needs moa from dbaron.
(In reply to comment #3)
> (From update of attachment 340635 [details] [diff] [review])
> This looks ok, but there are some nsIDocumentEncoder.idl comments that could
> use fixing too
There was only one line to be changed. However, I did a more careful search and found some appearances of moz-pre-wrap in htmlparser/tests and nsPlainTextSerializer.css - nothing special, though.
Should I ask for another sr here?
Attachment #340635 -
Attachment is obsolete: true
Attachment #340707 -
Flags: review?(dbaron)
Attachment #340635 -
Flags: review?(dbaron)
Of course we want -moz-pre-wrap to go away...
Attachment #340707 -
Attachment is obsolete: true
Attachment #340722 -
Flags: superreview?(bzbarsky)
Attachment #340722 -
Flags: review?(dbaron)
Attachment #340707 -
Flags: review?(dbaron)
Updated•16 years ago
|
Attachment #340722 -
Flags: superreview?(bzbarsky) → superreview+
Updated•16 years ago
|
Attachment #340722 -
Flags: review?(dbaron) → review+
Comment 6•16 years ago
|
||
Comment on attachment 340722 [details] [diff] [review]
v3
r=dbaron
Updated•16 years ago
|
Keywords: checkin-needed
Comment 7•16 years ago
|
||
Assignee: nobody → crazy-daniel
Status: NEW → RESOLVED
Closed: 16 years ago
Keywords: checkin-needed → dev-doc-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.1b1
Comment 8•16 years ago
|
||
So, this breaks three non-Firefox consumers...
Comment 9•16 years ago
|
||
Comment 10•16 years ago
|
||
Actually I counted that as one "consumer"; my other two were:
http://mxr.mozilla.org/comm-central/source/mozilla/extensions/venkman/resources/content/venkman-output-base.css#58
http://mxr.mozilla.org/comm-central/source/mozilla/extensions/irc/xul/content/output-base.css#506
Comment 11•16 years ago
|
||
My apologies, I didn't realise that bug 418543 had converted all consumers (at least, all the ones that were includeded in comm-central mxr at the time).
Comment 12•16 years ago
|
||
The two in comment 10 are fine, and should stay as they are, I think, since those extensions try to be compatible with old versions of Mozilla as well as current ones.
Somebody should patch calendar-views.css, though.
Comment 13•16 years ago
|
||
Ah, looks like it was done in bug 458404.
Comment 14•16 years ago
|
||
Does this mean that -moz-pre-wrap no longer works at all, or just that we don't use it internally? It's currently documented as deprecated.
Comment 15•16 years ago
|
||
(In reply to comment #14)
> Does this mean that -moz-pre-wrap no longer works at all
Yep. People can still use it in order to support gecko 1.8.*, but for 1.9.1 they need to add pre-wrap, if it's not already there -- which it should, for other browsers.
Comment 16•16 years ago
|
||
Docs have removed this from the list of supported values now, although notes are in place suggesting including it when using pre-wrap for backward compatibility purposes.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•