Closed
Bug 1361338
Opened 8 years ago
Closed 8 years ago
Prevent content processes from registering themselves as accessible applications (Linux)
Categories
(Core :: Disability Access APIs, enhancement)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: davidb, Assigned: tbsaunde)
References
Details
Attachments
(1 file)
|
1.51 KB,
patch
|
jld
:
review+
|
Details | Diff | Splinter Review |
Spin off from bug 1361238 comment 3.
| Assignee | ||
Comment 1•8 years ago
|
||
We proxy all accessibility information for the content through the main process
so its unnecessary and possibly confusing to expose accessibility information
from the content processes. Further ATK's use of dbus uses syscalls that we
would like to disallow within sandboxed content processes.
Attachment #8864379 -
Flags: review?(jld)
Updated•8 years ago
|
Attachment #8864379 -
Flags: review?(jld) → review+
Pushed by tsaunders@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/049a70d2b4b5
disable atk in content processes r=jld
Comment 3•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
| Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(dbolter)
| Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(dbolter)
You need to log in
before you can comment on or make changes to this bug.
Description
•