Closed
Bug 1497408
Opened 7 years ago
Closed 7 years ago
Make NS_MACPREFERENCESREADER_CID unique
Categories
(Firefox :: Enterprise Policies, enhancement, P1)
Tracking
()
RESOLVED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox63 | - | unaffected |
firefox64 | --- | fixed |
People
(Reporter: haik, Assigned: haik)
References
Details
Attachments
(1 file)
The CID for nsMacPreferencesReader (NS_MACPREFERENCESREADER_CID in nsMacPreferencesReader.h) ended up being the same as nsOSPermissionRequestBase (NS_OSPERMISSIONREQUEST_CID from nsOSPermissionRequestBase.h). This prevents JS createInstance(Ci.nsIOSPermissionRequest) calls from working.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → haftandilian
Priority: -- → P1
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 2•7 years ago
|
||
Pushed by haftandilian@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/72189fd7d7b2
Make NS_MACPREFERENCESREADER_CID unique r=spohl
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Comment 5•7 years ago
|
||
Does this affect 63? Is it something that we may want to uplift before 63 release?
Assignee | ||
Comment 6•7 years ago
|
||
I should have explained this in the description, but it was introduced by bug 1445943 and only needs to be uplifted if bug 1445943 is uplifted.
Flags: needinfo?(haftandilian)
Comment 7•7 years ago
|
||
(In reply to Haik Aftandilian [:haik] from comment #6)
> I should have explained this in the description, but it was introduced by
> bug 1445943 and only needs to be uplifted if bug 1445943 is uplifted.
Enterprise policy support for MacOS is a 64 feature, we won't uplift it, so this bug should not be uplifted to 63.
You need to log in
before you can comment on or make changes to this bug.
Description
•