Closed
Bug 1277067
Opened 10 years ago
Closed 10 years ago
Remove nsIAsyncShutdown.contentChildShutdown
Categories
(Toolkit :: Async Tooling, defect)
Toolkit
Async Tooling
Tracking
()
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
|
2.42 KB,
patch
|
Yoric
:
review+
|
Details | Diff | Splinter Review |
Once the users of this are removed, then we should remove it so nobody starts using it. We want to avoid it because it slows down the shutdown of content processes in release builds.
Comment 1•10 years ago
|
||
We shouldn't forget to document in the idl and jsm why we're doing this. Otherwise, people will just re-add it.
| Assignee | ||
Comment 2•10 years ago
|
||
(In reply to David Rajchenbach-Teller [:Yoric] (please use "needinfo") from comment #1)
> We shouldn't forget to document in the idl and jsm why we're doing this.
> Otherwise, people will just re-add it.
That sounds reasonable. It shouldn't be a long-term risk, because there is work underway to make the other user of content-child-shutdown, telemetry, not use it, whereupon it can be removed entirely.
| Assignee | ||
Comment 3•10 years ago
|
||
try run (with patches for the other blocking bugs):
https://treeherder.mozilla.org/#/jobs?repo=try&revision=dbb7fd16bff0
Attachment #8758738 -
Flags: review?(dteller)
Updated•10 years ago
|
Attachment #8758738 -
Flags: review?(dteller) → review+
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/efcca7d36ad4
Remove nsIAsyncShutdown.contentChildShutdown. r=Yoric
Comment 5•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•