Closed
Bug 1794186
Opened 3 years ago
Closed 3 years ago
Remove various `__exposedProps__` tests
Categories
(Core :: XPConnect, task, P3)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
107 Branch
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: mccr8, Assigned: kmag)
Details
Attachments
(1 file)
kmag points out that the code for __exposed_props__ is long gone, so we probably don't need a bunch of tests for it because we're not going to accidentally reimplement the functionality.
| Assignee | ||
Comment 1•3 years ago
|
||
There's also a deprecation warning in XrayWrapper.cpp that can go at this point.
Assignee: nobody → kmaglione+bmo
Summary: Remove various __exposed_props__ tests → Remove various `__exposedProps__` tests
| Assignee | ||
Comment 2•3 years ago
|
||
Some more of these tests could probably be removed completely, but they still
leave some vestigial opaque COW tests that might still be worse something,
even though they should be completely redundant.
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/ec198269ca41
Remove remaining __exposedProps__ references. r=nika
Comment 4•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•