Page MenuHomePhabricator

Don't keep a separate list of ignored-when-colors-disabled longhands.
ClosedPublic

Authored by emilio on Nov 2 2018, 1:26 AM.

Details

Summary

Most of the change is moving sets around to be static functions on
LonghandIdSet. I think I like that pattern, but I can also make the new set a
global static and add mako code to be pub or something.

Though I think the LonghandIdSet::foo().contains(..) pattern is nice to read :)

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

emilio created this revision.Nov 2 2018, 1:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2018, 1:26 AM
phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".Nov 2 2018, 1:26 AM
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: Restricted Project.
emilio requested review of this revision.Nov 2 2018, 1:26 AM
heycam accepted this revision.Nov 5 2018, 12:16 AM

This pattern looks nice to me too.

This revision is now accepted and ready to land.Nov 5 2018, 12:16 AM
This revision was automatically updated to reflect the committed changes.