Page MenuHomePhabricator

Bug 1504387 - Remove preference "layout.css.shape-outside.enabled".
ClosedPublic

Authored by TYLin on Nov 3 2018, 3:30 AM.

Details

Reviewers
emilio
bradwerth
xidorn
Group Reviewers
Restricted Project
Commits
Restricted Diffusion Commit
rMOZILLACENTRAL6e528251fad4: Bug 1504387 - Remove preference "layout.css.shape-outside.enabled". r=bradwerth…
Bugzilla Bug ID
1504387
Summary

shape-outside, shape-margin, shape-image-threshold have been shipped in Firefox

  1. We can remove the preference.

The change in devtools/shared/css/generated/properties-db.js is generated by
"./mach devtools-css-db"

The actual shape-image CORS mode tests in file_shape_outside_CORS.html are
moved into test_shape_outside_CORS.html because we don't need the <iframe>
trick to enable the feature.

Diff Detail

Repository
rMOZILLACENTRAL mozilla-central
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

TYLin created this revision.Nov 3 2018, 3:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 3 2018, 3:30 AM
phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".Nov 3 2018, 3:30 AM
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: Restricted Project.
TYLin requested review of this revision.Nov 3 2018, 3:30 AM
TYLin added reviewers: Restricted Project, emilio, bradwerth.Nov 3 2018, 3:32 AM
xidorn accepted this revision as: xidorn.Nov 3 2018, 3:50 AM
This revision is now accepted and ready to land.Nov 3 2018, 3:50 AM
bradwerth accepted this revision.Nov 5 2018, 3:27 PM

I'm glad to see this cleaned up, thank you.

This revision was automatically updated to reflect the committed changes.