зеркало из https://github.com/mozilla/gecko-dev.git
ca8fda7434
Applying a bulk filter on accessibles in content process allows us to avoid a potentially large (and variable) number of IPC sync calls to retrieve the accessible names. I chose to implement this as a "post filter" and not to actually do the entire search in content because it would cause a lot of duplication of code for non-IPC searching, and we wouldn't have the flexibility to combine a text search with any arbitrary search key as the API requires. I also generalized the RangeTypes.h header to PlatformExtTypes so it can be used to define filter types as well. Differential Revision: https://phabricator.services.mozilla.com/D100730 |
||
---|---|---|
.. | ||
ipdl | ||
test | ||
Makefile.in | ||
ipdl.py | ||
message-metadata.ini | ||
moz.build | ||
msgtype-components | ||
sync-messages.ini |