Remove SharedMemoryBasic_android
Categories
(Core :: IPC, enhancement)
Tracking
()
People
(Reporter: nika, Assigned: nika)
Details
Attachments
(1 obsolete file)
All of the special handling is in chromium's SharedMemory type now, meaning we can use SharedMemoryBasic_chromium on android. We should remove the special handling to make our backing implementations more consistent.
| 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.
Comment 2•2 years ago
|
||
This is a duplicate of bug 1454808. Do you want to move the patch, or should I just reverse-dup the old bug onto the new one?
Comment 3•2 years ago
|
||
Comment on attachment 9342422 [details]
Bug 1841861 - Remove SharedMemoryBasic_android, r=jld!
Revision D182808 was moved to bug 1454808. Setting attachment 9342422 [details] to obsolete.
| Assignee | ||
Comment 4•2 years ago
|
||
Moved it over.
Description
•