Brian Wilkerson
|
fcb23e967c
|
Remove the unused class SingleContextManager
R=devoncarew@google.com
Review-Url: https://codereview.chromium.org/2945313002 .
|
2017-06-21 11:21:25 -07:00 |
|
Brian Wilkerson
|
53e01faa43
|
Remove unused implementation of SearchEngine and rename the driver-based implementation
R=devoncarew@google.com
Review-Url: https://codereview.chromium.org/2949823002 .
|
2017-06-21 09:33:51 -07:00 |
|
Brian Wilkerson
|
6e89075952
|
Disable finding plugin locations in the pubspec
R=devoncarew@google.com
Review-Url: https://codereview.chromium.org/2947153002 .
|
2017-06-21 09:30:32 -07:00 |
|
Brian Wilkerson
|
6e8453ed94
|
Fix invalid initializing formal by adding a field
R=pquitslund@google.com
Review-Url: https://codereview.chromium.org/2946093002 .
|
2017-06-21 07:56:26 -07:00 |
|
Brian Wilkerson
|
5582824e3c
|
Rename the plugin location key and directory name
R=mfairhurst@google.com
Review-Url: https://codereview.chromium.org/2952583003 .
|
2017-06-20 11:06:39 -07:00 |
|
Brian Wilkerson
|
24996fbfe7
|
Add support to pass the location of the analysis options file to plugins
R=mfairhurst@google.com
Review-Url: https://codereview.chromium.org/2947743002 .
|
2017-06-20 07:41:03 -07:00 |
|
Brian Wilkerson
|
d30c5070a2
|
Disable a test to fix the bots (TBR)
Review-Url: https://codereview.chromium.org/2946763002 .
|
2017-06-19 12:02:52 -07:00 |
|
Brian Wilkerson
|
e0216fef7f
|
Remove ability to disable new analysis driver
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2937323003 .
|
2017-06-19 08:13:14 -07:00 |
|
Konstantin Shcheglov
|
9600dab0e0
|
Enable 'analysis.implemented' with the new analysis driver.
It is not very efficient on large files, but works well enough for small
files. I will work on making it more efficient in following CLs.
R=brianwilkerson@google.com, devoncarew@google.com
BUG= https://github.com/dart-lang/sdk/issues/29113
Review-Url: https://codereview.chromium.org/2942753002 .
|
2017-06-16 09:13:45 -07:00 |
|
Brian Wilkerson
|
a0d7d64f0b
|
Convert more tests
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2936123002 .
|
2017-06-13 19:38:59 -07:00 |
|
Brian Wilkerson
|
4337a3aeee
|
Cleanup some unused code in some of the tests
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2942433002 .
|
2017-06-13 14:01:17 -07:00 |
|
Brian Wilkerson
|
4da8380881
|
Convert more tests to use the new driver
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2939803002 .
|
2017-06-13 12:04:25 -07:00 |
|
Brian Wilkerson
|
1e9ae646ff
|
Clean up some hints
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2939723002 .
|
2017-06-13 09:24:50 -07:00 |
|
Brian Wilkerson
|
67ff4d4c47
|
Convert more tests to the new driver
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2933943002 .
|
2017-06-12 14:10:14 -07:00 |
|
Brian Wilkerson
|
65d05524ce
|
Remove some unnecessary tests for non-driver mode
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2935733003 .
|
2017-06-12 11:31:09 -07:00 |
|
Brian Wilkerson
|
d9749ef0ac
|
Get the highlights test to work with the new driver
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2934863002 .
|
2017-06-12 11:30:24 -07:00 |
|
Devon Carew
|
10a5bfaa08
|
Reduce the test scope of get_fixes_test.dart.
BUG=
R=brianwilkerson@google.com
Review-Url: https://codereview.chromium.org/2932343002 .
|
2017-06-12 08:24:53 -07:00 |
|
Devon Carew
|
a96ef1b420
|
Fix a race condition in an analysis server test.
BUG=
R=brianwilkerson@google.com
Review-Url: https://codereview.chromium.org/2934813002 .
|
2017-06-12 07:43:01 -07:00 |
|
Brian Wilkerson
|
b928683560
|
Add a couple of lints to the options files
R=devoncarew@google.com
Review-Url: https://codereview.chromium.org/2933713002 .
|
2017-06-11 09:12:48 -07:00 |
|
pq
|
b502bb6956
|
Prioritize required name param completions (flutter-intellij#1049).
R=danrubel@google.com
Fixes: https://github.com/flutter/flutter-intellij/issues/1049
Review-Url: https://codereview.chromium.org/2927343002 .
|
2017-06-09 10:20:16 -07:00 |
|
Brian Wilkerson
|
0e6586492d
|
Make common tests consistent
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2925273003 .
|
2017-06-09 08:40:16 -07:00 |
|
Konstantin Shcheglov
|
756cca3222
|
Catch exceptions in ByteStreamServerChannel._outputLine() and close the channel.
R=brianwilkerson@google.com
BUG=
Review-Url: https://codereview.chromium.org/2928703007 .
|
2017-06-08 12:33:43 -07:00 |
|
Konstantin Shcheglov
|
f32e9d01b5
|
Rewrite byte_stream_channel_test.dart to reflective tests.
R=brianwilkerson@google.com
BUG=
Review-Url: https://codereview.chromium.org/2926323002 .
|
2017-06-08 11:54:06 -07:00 |
|
Brian Wilkerson
|
6d8b7c8806
|
Finish refactoring FixProcessor to use ChangeBuilder
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2930793002 .
|
2017-06-08 07:56:08 -07:00 |
|
Brian Wilkerson
|
aa33d71071
|
Another attempt to fix the windows tests
Review-Url: https://codereview.chromium.org/2927873002 .
|
2017-06-07 12:35:56 -07:00 |
|
Devon Carew
|
0d25ac11ed
|
Skip the ProcessProfiler.getProcessUsage test.
BUG=
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2927863002 .
|
2017-06-07 12:20:03 -07:00 |
|
Devon Carew
|
79c2668d2b
|
add memory usage to the diagnostics page
BUG=
R=brianwilkerson@google.com, scheglov@google.com
Review-Url: https://codereview.chromium.org/2927783002 .
|
2017-06-07 11:28:34 -07:00 |
|
Brian Wilkerson
|
a8919b8237
|
Support a short-hand way to create linked edit groups
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2928723003 .
|
2017-06-07 09:07:39 -07:00 |
|
Brian Wilkerson
|
db0a8a76ae
|
Move CompletionTarget and OpType for use by plugins
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2924703002 .
|
2017-06-06 07:07:19 -07:00 |
|
Brian Wilkerson
|
1c4cee9a82
|
Remove an obsolete test
Review-Url: https://codereview.chromium.org/2925723002 .
|
2017-06-05 14:45:11 -07:00 |
|
Brian Wilkerson
|
dc972240d4
|
Remove unused IdeOptions
R=pquitslund@google.com
Review-Url: https://codereview.chromium.org/2924633002 .
|
2017-06-05 14:12:17 -07:00 |
|
Brian Wilkerson
|
e8a5e404c3
|
Move LocalDeclarationVisitor for use by contributors that will be moved to analyzer_plugin
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2918343002 .
|
2017-06-05 10:24:54 -07:00 |
|
Devon Carew
|
511963d715
|
Add an analytics domain to the analysis server.
BUG=
R=brianwilkerson@google.com
Review-Url: https://codereview.chromium.org/2922603002 .
|
2017-06-02 14:38:53 -07:00 |
|
Brian Wilkerson
|
b5c630426c
|
Update a few more methods in FixProcessor, and fix some bugs in ChangeBuilder
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2916923002 .
|
2017-06-02 07:36:51 -07:00 |
|
Max Kim
|
311dd0bb0c
|
Modify autocompletion test case to work with new feature added
Request offset and Length of plugin response must line-up if main Dart autocompletion has suggestions already.
BUG=
R=brianwilkerson@google.com
Review-Url: https://codereview.chromium.org/2913903002 .
|
2017-05-30 17:14:48 -07:00 |
|
Brian Wilkerson
|
265ef252ae
|
Write type parameters when writing members (issue 29714)
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2909943004 .
|
2017-05-30 12:19:15 -07:00 |
|
Konstantin Shcheglov
|
9737664106
|
[Extract Method] When no selection, check for implicitly selected closure.
R=brianwilkerson@google.com, devoncarew@google.com
BUG=
Review-Url: https://codereview.chromium.org/2907213002 .
|
2017-05-30 11:11:46 -07:00 |
|
Brian Wilkerson
|
1b4679cacd
|
Clean-up several warnings
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2912883003 .
|
2017-05-30 09:04:41 -07:00 |
|
Brian Wilkerson
|
f6c6c01211
|
Update some of the fixes to use ChangeBuilder
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2910683002 .
|
2017-05-30 08:01:52 -07:00 |
|
Devon Carew
|
3d2d913969
|
Add analysis server integration tests.
BUG=
R=brianwilkerson@google.com, messick@google.com
Review-Url: https://codereview.chromium.org/2909823002 .
|
2017-05-27 15:55:53 -07:00 |
|
Brian Wilkerson
|
a7cc00e01a
|
Make server forward getNavigation requests to plugins
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2908633002 .
|
2017-05-25 14:49:35 -07:00 |
|
Brian Wilkerson
|
f65c7ecbdf
|
Fix a recent regression with nested contexts
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2903303002 .
|
2017-05-25 13:17:08 -07:00 |
|
Brian Wilkerson
|
013411c10b
|
Allow plugins to provide completions for non-dart files
R=maxkim@google.com, scheglov@google.com
Review-Url: https://codereview.chromium.org/2910463002 .
|
2017-05-25 10:53:07 -07:00 |
|
Konstantin Shcheglov
|
ab9ee72a34
|
Switch server tests to strong mode.
R=brianwilkerson@google.com
BUG=
Review-Url: https://codereview.chromium.org/2903523003 .
|
2017-05-23 14:58:53 -07:00 |
|
Brian Wilkerson
|
0929b7736e
|
Convert quick assist support to use AnalysisDriver
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2899843002 .
|
2017-05-22 13:45:55 -07:00 |
|
Brian Wilkerson
|
7e47a24c8a
|
Convert quick fix support to use AnalysisDriver
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2894403003 .
|
2017-05-22 10:41:57 -07:00 |
|
Steve Messick
|
5455f21565
|
Fix reparent on windows
R=brianwilkerson@google.com
Review-Url: https://codereview.chromium.org/2892963002 .
|
2017-05-19 10:28:44 -07:00 |
|
Brian Wilkerson
|
a8dc041543
|
Capture the request time for performance data and support forced shutdown
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2893803004 .
|
2017-05-19 08:49:47 -07:00 |
|
Brian Wilkerson
|
c1a7070770
|
Add the ability to whitelist plugins
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2897653002 .
|
2017-05-19 08:48:32 -07:00 |
|
Brian Wilkerson
|
7e11a13cf5
|
Add requestTime to responses
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2890163004 .
|
2017-05-18 10:32:47 -07:00 |
|