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

Issue 904733003: Rework requests in execution domain (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Clean-up #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -114 lines) Patch
M editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/AnalysisServer.java View 1 2 chunks +8 lines, -6 lines 0 comments Download
M editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/RequestErrorCode.java View 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/analysis_server/doc/api.html View 1 4 chunks +18 lines, -9 lines 0 comments Download
M pkg/analysis_server/lib/src/analysis_server.dart View 1 2 chunks +6 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/domain_execution.dart View 2 chunks +25 lines, -7 lines 4 comments Download
M pkg/analysis_server/lib/src/generated_protocol.dart View 5 chunks +11 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/protocol.dart View 4 chunks +24 lines, -12 lines 0 comments Download
M pkg/analysis_server/test/domain_execution_test.dart View 2 chunks +91 lines, -58 lines 4 comments Download
M pkg/analysis_server/test/integration/integration_test_methods.dart View 1 2 chunks +10 lines, -9 lines 0 comments Download
M pkg/analysis_server/test/integration/protocol_matchers.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/analysis_server/tool/spec/spec_input.html View 1 4 chunks +19 lines, -9 lines 0 comments Download
M pkg/analyzer/lib/file_system/file_system.dart View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Brian Wilkerson
Addresses issues 22238 and 22239.
5 years, 10 months ago (2015-02-06 02:12:54 UTC) #2
Paul Berry
lgtm, with minor nits. https://codereview.chromium.org/904733003/diff/20001/pkg/analysis_server/lib/src/domain_execution.dart File pkg/analysis_server/lib/src/domain_execution.dart (right): https://codereview.chromium.org/904733003/diff/20001/pkg/analysis_server/lib/src/domain_execution.dart#newcode118 pkg/analysis_server/lib/src/domain_execution.dart:118: return new Response.invalidParameter(request, 'file', 'The ...
5 years, 10 months ago (2015-02-06 03:55:34 UTC) #3
scheglov
LGTM
5 years, 10 months ago (2015-02-06 04:33:13 UTC) #4
Brian Wilkerson
https://codereview.chromium.org/904733003/diff/20001/pkg/analysis_server/lib/src/domain_execution.dart File pkg/analysis_server/lib/src/domain_execution.dart (right): https://codereview.chromium.org/904733003/diff/20001/pkg/analysis_server/lib/src/domain_execution.dart#newcode118 pkg/analysis_server/lib/src/domain_execution.dart:118: return new Response.invalidParameter(request, 'file', 'The file must be a ...
5 years, 10 months ago (2015-02-06 15:49:01 UTC) #5
Brian Wilkerson
5 years, 10 months ago (2015-02-06 15:50:32 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 43556 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698