Are there any plans to improve autocomplete using the new machinery for eager evaluation? For example, autocomplete calls proxy traps even if they have side effects (bug 1543199), eager evaluation only does so when they don't have side effects. Or autocomplete request permission for calling the `gBrowser.selectedTab` getter, while eager evaluation detects that it's safe to call since it has no side effects.
Bug 1460518 Comment 18 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Are there any plans to improve autocomplete using the new machinery for eager evaluation? For example, autocomplete calls proxy traps even if they have side effects (bug 1543199), eager evaluation only does so when they don't have side effects. Or autocomplete requests permission for calling the `gBrowser.selectedTab` getter, while eager evaluation detects that it's safe to call since it has no side effects.