Closed
Bug 1565110
Opened 6 years ago
Closed 6 years ago
Rename abc.def and ghi.jkl prefs
Categories
(Core :: Preferences: Backend, enhancement)
Core
Preferences: Backend
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(2 files)
Bug 1563139 is going to split StaticPrefs.h into multiple files, one per unique pref prefix. E.g. one file for all dom.*
prefs, one file for all gfx.*
prefs, etc.
So the WebIDL test prefs abc.def
and ghi.jkl
prefs would result in two additional header files, each containing a single pref. This is silly, so I will move them into dom.*
.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
![]() |
Assignee | |
Comment 2•6 years ago
|
||
Depends on D37669
Pushed by nnethercote@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fdd952e33eb5
Move geo.enabled pref to the right place in StaticPrefList.h. r=bzbarsky
https://hg.mozilla.org/integration/autoland/rev/d51b86a3da2f
Rename abc.def and ghi.jkl prefs as dom.webidl.test[12]. r=bzbarsky
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fdd952e33eb5
https://hg.mozilla.org/mozilla-central/rev/d51b86a3da2f
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Updated•6 years ago
|
Assignee: nobody → n.nethercote
You need to log in
before you can comment on or make changes to this bug.
Description
•