[meta] Instant/Eager evaluation in console input
Categories
(DevTools :: Console, task, P3)
Tracking
(Not tracked)
People
(Reporter: Honza, Unassigned)
References
(Depends on 19 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
| Reporter | ||
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
| Reporter | ||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
| Reporter | ||
Comment 5•7 years ago
|
||
| Reporter | ||
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 8•7 years ago
|
||
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•6 years ago
|
Comment 16•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 18•5 years ago
•
|
||
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.
Comment 19•5 years ago
|
||
(In reply to Oriol Brufau [:Oriol] from comment #18)
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 thegBrowser.selectedTabgetter, while eager evaluation detects that it's safe to call since it has no side effects.
Yes, we plan to do that as part of Bug 1580083 (although this is not a high priority for now, so if you want to give it a shot it would be appreciated!)
Updated•5 years ago
|
Updated•3 years ago
|
Description
•