Closed
Bug 1669556
Opened 5 years ago
Closed 5 years ago
Clean up a few vestigial things identified by code coverage
Categories
(Core :: XPConnect, task)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
83 Branch
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: bholley, Assigned: bholley)
Details
Attachments
(5 files)
The new searchfox code coverage integration is awesome, and perusing it helped me discover a couple of small things we can simplify in XPConnect.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D92681
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D92682
| Assignee | ||
Comment 5•5 years ago
|
||
Depends on D92683
| Assignee | ||
Comment 6•5 years ago
|
||
NewEnumerate is used, but Enumerate isn't.
Depends on D92684
Pushed by bholley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d5fd1069162e
Remove XrayUtils::HasNativeProperty. r=mccr8
https://hg.mozilla.org/integration/autoland/rev/e0b5fe333538
Simplify PreCreate handling WrapperFactory. r=mccr8
https://hg.mozilla.org/integration/autoland/rev/8696fc50c474
Simplify FilteringWrapper. r=mccr8
https://hg.mozilla.org/integration/autoland/rev/31a60e763437
Miscellaneous dead code removal. r=mccr8
https://hg.mozilla.org/integration/autoland/rev/5a7296316208
Remove nsIXPCScriptable enumerate hook. r=mccr8
Comment 8•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d5fd1069162e
https://hg.mozilla.org/mozilla-central/rev/e0b5fe333538
https://hg.mozilla.org/mozilla-central/rev/8696fc50c474
https://hg.mozilla.org/mozilla-central/rev/31a60e763437
https://hg.mozilla.org/mozilla-central/rev/5a7296316208
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•