Confirmed users
1,085
edits
DavidBolter (talk | contribs) m (sdfdfdsf) |
DavidBolter (talk | contribs) (added aes list) |
||
Line 2: | Line 2: | ||
* Looks like we need to cache a11y child data in the main process. | * Looks like we need to cache a11y child data in the main process. | ||
** Original plan was to proxy (to content process) 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 we expected would 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 | ** Original plan was to proxy (to content process) 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 we expected would 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 | ||
== aes+ Triaged Blockers (Windows) == | |||
<bugzilla> | |||
{ | |||
"whiteboard":"aes+", | |||
"include_fields": "id, summary, keywords, assigned_to, status" | |||
} | |||
</bugzilla> | |||
== Work to Implement Accessibility for Sandboxed E10s == | == Work to Implement Accessibility for Sandboxed E10s == |