Closed
Bug 1820894
Opened 2 years ago
Closed 2 years ago
Don't use ApplyPostSearchFilter sync IPC message when caching is on.
Categories
(Core :: Disability Access APIs, task)
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ctw-m7])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We cache the accessible names so there is no need to send a sync query to content anymore.
Assignee | ||
Comment 1•2 years ago
|
||
With caching we can directly filter accessible names with the search text in the parent process since the names are cached.
This patch also moves OutlineRule outside of RotorRules because the implementation
diverges (and it isn't rotor related!)
Updated•2 years ago
|
Whiteboard: [ctw-m7]
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/abbf3b4eb1e6
Add search text field to RotorRule and its subclasses. r=morgan
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•