26
edits
BradTaylor (talk | contribs) (Add OOP considerations) |
BradTaylor (talk | contribs) |
||
| Line 43: | Line 43: | ||
= Implementation Recommendations = | = Implementation Recommendations = | ||
== Out-of-process Plugins == | === Out-of-process Plugins === | ||
Since accessibility objects are living objects, they cannot be simply serialized over an IPC between the plugin process and the browser process. Instead, implementors should create proxy objects that wrap methods on the plugin's accessible, and remote the calls over IPC. | Since accessibility objects are living objects, they cannot be simply serialized over an IPC between the plugin process and the browser process. Instead, implementors should create proxy objects that wrap methods on the plugin's accessible, and remote the calls over IPC. | ||
edits