Closed
Bug 1478145
Opened 6 years ago
Closed 6 years ago
Merge GeckoChildProcessHost::PerformAsyncLaunchInternal back into PerformAsyncLaunch
Categories
(Core :: IPC, enhancement, P2)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: jld, Assigned: jld)
References
Details
Attachments
(1 file)
Bug 534764 split out most of GeckoChildProcessHost::PerformAsyncLaunch into PerformAsyncLaunchInternal, but as of bug 1390736 there's exactly one call site and it could be re-inlined. There are already a lot of different methods with very similar names involved in launching processes, so one fewer would be nice.
Assignee | ||
Comment 1•6 years ago
|
||
I wrote a patch for this while I was working on bug 1446161.
Blocks: 1446161
Assignee | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Comment on attachment 9008595 [details]
Bug 1478145 - Merge GeckoChildProcessHost::PerformAsyncLaunchInternal back into PerformAsyncLaunch
Andrew McCreight [:mccr8] has approved the revision.
Attachment #9008595 -
Flags: review+
Pushed by jedavis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/287583535a97
Merge GeckoChildProcessHost::PerformAsyncLaunchInternal back into PerformAsyncLaunch r=mccr8
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•