Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Issue 2830863002: Initial support for getting fixes from plugins (Closed)

Created:
3 years, 8 months ago by Brian Wilkerson
Modified:
3 years, 8 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -19 lines) Patch
A pkg/analysis_server/lib/src/domain_abstract.dart View 1 1 chunk +77 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/edit/edit_domain.dart View 1 6 chunks +34 lines, -9 lines 0 comments Download
M pkg/analysis_server/lib/src/plugin/plugin_manager.dart View 3 chunks +13 lines, -5 lines 0 comments Download
A pkg/analysis_server/test/src/domain_abstract_test.dart View 1 chunk +105 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/src/plugin/plugin_manager_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/src/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Brian Wilkerson
3 years, 8 months ago (2017-04-19 20:01:12 UTC) #2
scheglov
LGTM https://codereview.chromium.org/2830863002/diff/1/pkg/analysis_server/lib/src/domain_abstract.dart File pkg/analysis_server/lib/src/domain_abstract.dart (right): https://codereview.chromium.org/2830863002/diff/1/pkg/analysis_server/lib/src/domain_abstract.dart#newcode41 pkg/analysis_server/lib/src/domain_abstract.dart:41: {int timeout: 500}) async { Replace with Duration ...
3 years, 8 months ago (2017-04-19 20:19:04 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/2830863002/diff/1/pkg/analysis_server/lib/src/domain_abstract.dart File pkg/analysis_server/lib/src/domain_abstract.dart (right): https://codereview.chromium.org/2830863002/diff/1/pkg/analysis_server/lib/src/domain_abstract.dart#newcode41 pkg/analysis_server/lib/src/domain_abstract.dart:41: {int timeout: 500}) async { That seems somewhat expensive, ...
3 years, 8 months ago (2017-04-19 20:52:48 UTC) #4
Brian Wilkerson
I've uploaded the changes based on your comments if you'd like to look at them.
3 years, 8 months ago (2017-04-19 20:54:10 UTC) #5
scheglov
LGTM
3 years, 8 months ago (2017-04-19 20:55:20 UTC) #6
Brian Wilkerson
3 years, 8 months ago (2017-04-19 22:00:06 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
ba3ed4ba37de691a784fb3d55bacd43ed1cbdcae (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698