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

Issue 574573002: Add SourceFileEdit.time field. (Closed)

Created:
6 years, 3 months ago by scheglov
Modified:
6 years, 3 months ago
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use modification stamp of sources #

Total comments: 4

Patch Set 3 : tweak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -91 lines) Patch
M editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/SourceFileEdit.java View 1 2 7 chunks +27 lines, -2 lines 0 comments Download
M editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/RemoteAnalysisServerImplTest.java View 1 2 4 chunks +4 lines, -0 lines 0 comments Download
M pkg/analysis_server/doc/api.html View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/constants.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/generated_protocol.dart View 1 2 7 chunks +23 lines, -4 lines 0 comments Download
M pkg/analysis_server/lib/src/protocol.dart View 1 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/assist_internal.dart View 1 3 chunks +3 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/correction/fix_internal.dart View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/correction/util.dart View 1 14 chunks +24 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/extract_local.dart View 1 5 chunks +11 lines, -8 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/extract_method.dart View 1 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/inline_local.dart View 1 4 chunks +10 lines, -4 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/inline_method.dart View 1 8 chunks +15 lines, -12 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename.dart View 1 3 chunks +7 lines, -6 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_class_member.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_constructor.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_import.dart View 1 3 chunks +3 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/edit/assists_test.dart View 1 1 chunk +1 line, -11 lines 0 comments Download
M pkg/analysis_server/test/edit/fixes_test.dart View 3 chunks +11 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/integration/protocol_matchers.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/services/correction/change_test.dart View 1 8 chunks +13 lines, -10 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_dart_protocol.dart View 1 3 chunks +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_java.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/tool/spec/codegen_java_types.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_matchers.dart View 1 1 chunk +5 lines, -1 line 0 comments Download
M pkg/analysis_server/tool/spec/spec_input.html View 1 2 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
scheglov
6 years, 3 months ago (2014-09-15 22:28:47 UTC) #1
Paul Berry
lgtm
6 years, 3 months ago (2014-09-15 22:36:05 UTC) #2
Brian Wilkerson
https://codereview.chromium.org/574573002/diff/1/pkg/analysis_server/tool/spec/spec_input.html File pkg/analysis_server/tool/spec/spec_input.html (right): https://codereview.chromium.org/574573002/diff/1/pkg/analysis_server/tool/spec/spec_input.html#newcode2883 pkg/analysis_server/tool/spec/spec_input.html:2883: <field name="time"> I don't think this does what we ...
6 years, 3 months ago (2014-09-15 23:28:46 UTC) #3
scheglov
PTAL https://codereview.chromium.org/574573002/diff/1/pkg/analysis_server/tool/spec/spec_input.html File pkg/analysis_server/tool/spec/spec_input.html (right): https://codereview.chromium.org/574573002/diff/1/pkg/analysis_server/tool/spec/spec_input.html#newcode2883 pkg/analysis_server/tool/spec/spec_input.html:2883: <field name="time"> On 2014/09/15 23:28:46, Brian Wilkerson wrote: ...
6 years, 3 months ago (2014-09-16 00:57:26 UTC) #4
Brian Wilkerson
LGTM https://codereview.chromium.org/574573002/diff/20001/pkg/analysis_server/tool/spec/codegen_java_types.dart File pkg/analysis_server/tool/spec/codegen_java_types.dart (right): https://codereview.chromium.org/574573002/diff/20001/pkg/analysis_server/tool/spec/codegen_java_types.dart#newcode601 pkg/analysis_server/tool/spec/codegen_java_types.dart:601: return 'getAsLong'; I didn't realize the JSON made ...
6 years, 3 months ago (2014-09-16 13:51:32 UTC) #5
scheglov
https://codereview.chromium.org/574573002/diff/20001/pkg/analysis_server/tool/spec/codegen_java_types.dart File pkg/analysis_server/tool/spec/codegen_java_types.dart (right): https://codereview.chromium.org/574573002/diff/20001/pkg/analysis_server/tool/spec/codegen_java_types.dart#newcode601 pkg/analysis_server/tool/spec/codegen_java_types.dart:601: return 'getAsLong'; On 2014/09/16 13:51:32, Brian Wilkerson wrote: > ...
6 years, 3 months ago (2014-09-16 17:18:35 UTC) #6
scheglov
6 years, 3 months ago (2014-09-16 17:19:51 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 40329 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698