Closed
Bug 1700166
Opened 4 years ago
Closed 4 years ago
Cleanup obsolete remote interface enum and dependent constructors
Categories
(Core :: Disability Access APIs, task)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
89 Branch
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
We still have remote accessible constructors in xpcom that use the dead remote interfaces enum. We should remove those and make single xpcom constructors for local and remote accessible.s
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/16b0e9b84c0c
Clean up obsolete remote iface enum and add iface test. r=morgan
Assignee | ||
Updated•4 years ago
|
Type: defect → task
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
Assignee | ||
Comment 4•4 years ago
|
||
Comment on attachment 9210815 [details]
Bug 1700166 - Clean up obsolete remote iface enum and add iface test. r?morgan
Beta/Release Uplift Approval Request
- User impact if declined: Needed for fix in bug 1699680
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This is a non-functional change with test coverage
- String changes made/needed:
Attachment #9210815 -
Flags: approval-mozilla-beta?
Comment 5•4 years ago
|
||
Comment on attachment 9210815 [details]
Bug 1700166 - Clean up obsolete remote iface enum and add iface test. r?morgan
Approved for 88.0b3.
Attachment #9210815 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•4 years ago
|
||
bugherder uplift |
status-firefox88:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•