Closed
Bug 1614798
Opened 6 years ago
Closed 6 years ago
Make blocklist rules contain less boilerplate
Categories
(Core :: Graphics, task, P3)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
Details
Attachments
(1 file)
We need to write a lot of (nsAString&)GfxDriverInfo::GetXXX(XXXYYY) when writing blocklist rules. It hurts readability. Let's do better.
| Assignee | ||
Comment 1•6 years ago
|
||
We would like to get to a world where we compare/store enums instead of
strings, and this is a step towards.
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e1055d9c2414
Refactor the blocklist rules to hide more of the boilerplate. r=jrmuizel
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•