Closed
Bug 1318904
Opened 8 years ago
Closed 8 years ago
Remove some b2g specific PContent IPC messages
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8812511 -
Flags: review?(amarchesini)
Comment 2•8 years ago
|
||
Comment on attachment 8812511 [details] [diff] [review]
Remove some b2g specific PContent IPC messages
Review of attachment 8812511 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/ipc/ContentParent.cpp
@@ -526,5 @@
> "child-mmu-request",
> "last-pb-context-exited",
> "file-watcher-update",
> -#ifdef MOZ_WIDGET_GONK
> - NS_VOLUME_STATE_CHANGED,
The Gonk part is going to be removed in a separate patch?
Attachment #8812511 -
Flags: review?(amarchesini) → review+
Comment 4•8 years ago
|
||
NS_VOLUME_STATE_CHANGED is defined in dom/system/gonk/nsIVolume.idl
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 5•8 years ago
|
||
That one still has consumers in dom/devicestorage and dom/system/gonk which we need to remove first.
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4690b433667e
Remove some b2g specific PContent IPC messages; r=baku
Comment 7•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•