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

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: Use modification stamp of sources 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
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 54c0a58782ad9429eebb25d5e70e594fe7518407..b802f24d9b9d8930515cd4d0884f30b37bf4117d 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2880,6 +2880,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". Maybe -1 if
Brian Wilkerson 2014/09/16 13:51:32 "Maybe" --> "Will be"
scheglov 2014/09/16 17:18:35 Done.
+ 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>

Powered by Google App Engine
This is Rietveld 408576698