Chromium Code Reviews
Descriptionmake completion managers responsible for their own caches
- move cache out of CompletionDomainHandler into CompletionManager
- make CompletionManager longer lived
- move context and source fields out of DartCompletionManager and into superclass
- encapsulate information related to a specific request in new CompletionRequest rather than in the manager
- remove request specific information from CompletionManager creation
- use same ContextManager instance for consecutive requests on the same context/source pair
BUG=
R=scheglov@google.com
Committed: https://code.google.com/p/dart/source/detail?r=42157
Patch Set 1 #Patch Set 2 : merge #Messages
Total messages: 4 (1 generated)
|