Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Process fewer history results in javascript to reduce memory usage #169

Closed
Mardak opened this issue Mar 8, 2011 · 1 comment
Closed

Comments

@Mardak
Copy link
Member

Mardak commented Mar 8, 2011

The places search gets every single history result in JS to check if it matches. AUTOCOMPLETE_MATCH can be used as a first pass filter.

@Mardak
Copy link
Member Author

Mardak commented Mar 9, 2011

Closed by 67166dd: Process fewer history results in javascript to reduce memory usage
Call AUTOCOMPLETE_MATCH with the title and url and dummy other values to match on boundary.

supahgreg pushed a commit that referenced this issue Apr 16, 2011
…mory usage

Call AUTOCOMPLETE_MATCH with the title and url and dummy other values to match on boundary.
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant