Closed Bug 968029 Opened 10 years ago Closed 10 years ago

Use unprefixed box-sizing internally

Categories

(Core :: Layout, defect)

defect
Not set
minor

Tracking

()

RESOLVED FIXED
mozilla30

People

(Reporter: alexhenrie24, Assigned: alexhenrie24)

References

Details

Attachments

(4 files, 2 obsolete files)

All instances of -moz-box-sizing, -webkit-box-sizing, and -ms-box-sizing in the Mozilla codebase should be converted to the standard property box-sizing. WebKit and Trident dropped their prefixes long ago, and Gecko has recently done the same.

See:
https://bugzilla.mozilla.org/show_bug.cgi?id=243412#c107
https://bugzilla.mozilla.org/show_bug.cgi?id=243412#c118
Attachment #8370554 - Flags: review?(bdahl)
Attachment #8370555 - Flags: review?(gavin.sharp)
Attachment #8370556 - Flags: review?(mark.finkle)
Attachment #8370556 - Flags: review?(margaret.leibovic)
Attachment #8370557 - Flags: review?(dbaron)
Comment on attachment 8370556 [details] [diff] [review]
Use unprefixed box-sizing in mobile/android/

Looks fine. I didn't see any JS uses.
(also, saving margaret the review)
Attachment #8370556 - Flags: review?(mark.finkle)
Attachment #8370556 - Flags: review?(margaret.leibovic)
Attachment #8370556 - Flags: review+
Comment on attachment 8370557 [details] [diff] [review]
Use unprefixed box-sizing in content/, dom/, layout/, and widget/

r=dbaron

... although I already landed the parts in layout/reftests/w3c-css/submitted/ui3/  in https://hg.mozilla.org/integration/mozilla-inbound/rev/13f6dad08f3a , so those will need to be taken out of the patch


Also, one of us should (as a follow up) look into the tests that are using 'content' and 'padding' and 'border' (without the "-box") as values.  We used to support that a long time ago, and it seems likely that we should update the tests... assuming they still pass with the fix.
Attachment #8370557 - Flags: review?(dbaron) → review+
Attachment #8370555 - Flags: review?(gavin.sharp) → review+
Comment on attachment 8370554 [details] [diff] [review]
Use unprefixed box-sizing in browser/extensions/pdfjs/

Review of attachment 8370554 [details] [diff] [review]:
-----------------------------------------------------------------

This also needs to make it upstream to https://github.com/mozilla/pdf.js/blob/master/web/viewer.css#L922.
Attachment #8370554 - Flags: review?(bdahl) → review+
The CSS in aboutaccounts was imported from Web CSS, which explains the weird prefixes. Seems like we should probably also get rid of these there...
Assignee: nobody → alexhenrie24
Rebased for checkin
Attachment #8370554 - Attachment is obsolete: true
Attachment #8371705 - Flags: review+
Rebased for checkin
Attachment #8370557 - Attachment is obsolete: true
Attachment #8371706 - Flags: review+
Attachment #8371706 - Attachment description: patch4 → Use unprefixed box-sizing in content/, dom/, layout/, and widget/
Requesting checkin of all 4 attached patches. Note that the third patch should be r=bdahl and the fourth patch should be r=dbaron.
Keywords: checkin-needed
Blocks: 970475
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: