Closed
Bug 1321052
Opened 9 years ago
Closed 9 years ago
Convert ProcessHangMonitor to use endpoints
Categories
(Core :: DOM: Content Processes, defect)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
mozilla53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
No description provided.
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8824252 [details]
Bug 1321052 - Convert ProcessHangMonitor to use endpoints.
https://reviewboard.mozilla.org/r/102768/#review104316
::: dom/ipc/ProcessHangMonitorIPC.h:24
(Diff revision 1)
> namespace dom {
> class ContentParent;
> } // namespace dom
>
> PProcessHangMonitorParent*
> -CreateHangMonitorParent(mozilla::dom::ContentParent* aContentParent,
> +CreateHangMonitorParent(dom::ContentParent* aContentParent,
This no longer needs to be exposed in the header file.
Attachment #8824252 -
Flags: review?(wmccloskey) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Bill McCloskey (:billm) from comment #2)
> This no longer needs to be exposed in the header file.
Good catch. Thanks for the review.
| Comment hidden (mozreview-request) |
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6555c8f64155
Convert ProcessHangMonitor to use endpoints. r=billm
Comment 6•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•