Closed
Bug 1454808
Opened 7 years ago
Closed 2 years ago
Remove SharedMemoryBasic_android
Categories
(Core :: IPC, enhancement, P3)
Tracking
()
RESOLVED
FIXED
117 Branch
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: jld, Assigned: nika)
References
Details
Attachments
(1 file)
My patch for bug 1447867 makes base::SharedMemory use ashmem on Android, so once that lands, Android could just use SharedMemoryBasic_chromium instead of essentially duplicating it in SharedMemoryBasic_android.
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
| Assignee | ||
Comment 1•2 years ago
|
||
The special handling for android is in chromium's SharedMemory type,
meaning we can use SharedMemoryBasic_chromium now on Android.
This patch removes the android special casing to use the chromium
backend on that platform as well.
Updated•2 years ago
|
Assignee: nobody → nika
Status: NEW → ASSIGNED
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9f409eaedc80
Remove SharedMemoryBasic_android, r=jld
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•