Chromium Code Reviews
DescriptionFix for subscribing for notifications for files in packages.
Unfortunately this fix makes the server about 20% slower.
This is mostly because of the check in scheduleNotificationOperations(),
as required to fix dartbug.com/22210. I think it is much cheaper to send
duplicate notifications, like outline or navigation, than to check if
they should not be sent.
R=brianwilkerson@google.com, paulberry@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=44305
Patch Set 1 #
Total comments: 9
Patch Set 2 : Fixes for review comments. #Messages
Total messages: 7 (0 generated)
|