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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 574573002: Add SourceFileEdit.time field. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/tool/spec/codegen_matchers.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index dccffeb366ea62a7a24bab1907f68c146036535d..55553bb8a68c37845bd9ae84743165a2aedd8fa7 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2899,6 +2899,16 @@
The file containing the code to be modified.
</p>
</field>
+ <field name="fileStamp">
+ <ref>long</ref>
+ <p>
+ The modification stamp of the file at the moment when the change
+ was created, in milliseconds since the "Unix epoch". Will be -1 if
+ the file did not exist and should be created. The client may use
+ this field to make sure that the file was not changed since then,
+ so it is safe to apply the change.
+ </p>
+ </field>
<field name="edits">
<list><ref>SourceEdit</ref></list>
<p>
« no previous file with comments | « pkg/analysis_server/tool/spec/codegen_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698