Accessibility/Electrolysis2: Difference between revisions
Jump to navigation
Jump to search
Full Query
Full Query
DavidBolter (talk | contribs) (dfg) |
DavidBolter (talk | contribs) (tldr) |
||
Line 1: | Line 1: | ||
'''TODO: add remaining orphan bugs to tracking bug''' | '''TODO: add remaining orphan bugs to tracking bug''' | ||
== TL;DR Status == | |||
* Looks like we need to cache a11y child data in the main process. | |||
* Original plan was to proxy all calls coming in to the main process from desktop os, sync if necessary (Desktop a11y API is sync), and then tune for performance which was essentially expected to mean caching child accessibility data in the main process where necessary. | |||
* But on Windows we hit reentrancy snarls like: {{bug|1219350}} | |||
* Putting a11y into its own process not viable: {{bug|1222255}} - RESOLVED INVALID | |||
== Work to Implement Accessibility for Sandboxed E10s == | == Work to Implement Accessibility for Sandboxed E10s == |
Revision as of 14:29, 25 November 2015
TODO: add remaining orphan bugs to tracking bug
TL;DR Status
- Looks like we need to cache a11y child data in the main process.
- Original plan was to proxy all calls coming in to the main process from desktop os, sync if necessary (Desktop a11y API is sync), and then tune for performance which was essentially expected to mean caching child accessibility data in the main process where necessary.
- But on Windows we hit reentrancy snarls like: bug 1219350
- Putting a11y into its own process not viable: bug 1222255 - RESOLVED INVALID
Work to Implement Accessibility for Sandboxed E10s
83 Total; 4 Open (4.82%); 77 Resolved (92.77%); 2 Verified (2.41%);
Mitigation Work (while accessibility work unfinished)
ID | Summary | Keywords | Assigned to | Status |
---|---|---|---|---|
1066901 | e10s accessibility prompt has problems | RESOLVED | ||
1096834 | e10s disabled due to accessibility when connecting with Microsoft Remote Desktop | VERIFIED | ||
1108607 | Touch input devices have e10s disabled due to accessibility | Jim Mathies [:jimm] | RESOLVED | |
1158713 | "New e10s Window" menuitem should be hidden when browser does not support e10s | crash | RESOLVED | |
1159327 | [e10s] Accessibility blacklist client work | Jim Mathies [:jimm] | RESOLVED | |
1198459 | Disable a11y in content when we detect e10s is enabled and disable e10s on startup if a11y recently loaded | Jim Mathies [:jimm] | RESOLVED | |
1233874 | e10s being disabled because of a11y for apparently no reason | RESOLVED | ||
1236538 | Info doorhanger about turning accessibility off points to dead URL | RESOLVED |
8 Total; 0 Open (0%); 7 Resolved (87.5%); 1 Verified (12.5%);