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

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: 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_dart_protocol.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 54c0a58782ad9429eebb25d5e70e594fe7518407..4409e3f6a2bc3709067fe7b6965ad778b9d5c857 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2880,6 +2880,14 @@
The file containing the code to be modified.
</p>
</field>
+ <field name="time">
Brian Wilkerson 2014/09/15 23:28:46 I don't think this does what we need it to. I thin
scheglov 2014/09/16 00:57:25 Agree.
+ <ref>int</ref>
+ <p>
+ The time in milliseconds since the "Unix epoch" when this change
+ was created. The client may use it 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_dart_protocol.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698