| Age | Commit message (Collapse) | Author |
|
purpose and execution mode are more clear.
Sorry if you had patches in your local copies and this breaks them -- these renames were
a long time coming, and now is better than later.
|
|
completors and completorSources.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
completion.js from the frontend
|
|
This is the first step in an attempt to split background js from frontend.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modifying an argument.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This has the following advantages:
* searching is done in the background, UI responsiveness is improved
* caches are no longer duplicated. This saves RAM and improves performance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This enables to set threshold to 0 for tabs (so that tabs are shown before typing).
|
|
|
|
|
|
|
|
|
|
|