Closed
Bug 1883565
Opened 1 year ago
Closed 1 year ago
Fix build failures in ipc/chromium when targetting iOS
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
No description provided.
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
This involves creating a fake message pump, and removing support for
power state notifications (the used APIs aren't available on iOS).
Assignee | ||
Comment 3•1 year ago
|
||
Assignee | ||
Comment 4•1 year ago
|
||
Assignee | ||
Comment 5•1 year ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/7624409bcac3
Only build chrome_application_mac, mac_util and process_util_mac on mac. r=ipc-reviewers,nika
https://hg.mozilla.org/integration/autoland/rev/ce34e3994be6
Make message_pump_mac build when targetting iOS. r=ipc-reviewers,nika
https://hg.mozilla.org/integration/autoland/rev/67c30ff09213
Remove unused include in mach_ipc_mac.h. r=ipc-reviewers,nika
https://hg.mozilla.org/integration/autoland/rev/99a27eb9df1e
Use ProcessUtils_none.cpp on iOS. r=ipc-reviewers,nika
https://hg.mozilla.org/integration/autoland/rev/80770e4e6c85
Add a stub LaunchApp for iOS. r=ipc-reviewers,nika
Comment 8•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7624409bcac3
https://hg.mozilla.org/mozilla-central/rev/ce34e3994be6
https://hg.mozilla.org/mozilla-central/rev/67c30ff09213
https://hg.mozilla.org/mozilla-central/rev/99a27eb9df1e
https://hg.mozilla.org/mozilla-central/rev/80770e4e6c85
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•