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

Side by Side Diff: pkg/analyzer_plugin/tool/spec/common_types_spec.html

Issue 2964653002: Update the spec to deprecate fileStamp (Closed)
Patch Set: Created 3 years, 5 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 unified diff | Download patch
« no previous file with comments | « pkg/analyzer_plugin/doc/api.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>Common Types</title> 5 <title>Common Types</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Common Types</h1> 8 <h1>Common Types</h1>
9 <version>1.0.0</version> 9 <version>1.0.0</version>
10 <p> 10 <p>
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 <p> 1311 <p>
1312 A description of a set of changes to a single file. 1312 A description of a set of changes to a single file.
1313 </p> 1313 </p>
1314 <object> 1314 <object>
1315 <field name="file"> 1315 <field name="file">
1316 <ref>FilePath</ref> 1316 <ref>FilePath</ref>
1317 <p> 1317 <p>
1318 The file containing the code to be modified. 1318 The file containing the code to be modified.
1319 </p> 1319 </p>
1320 </field> 1320 </field>
1321 <field name="fileStamp"> 1321 <field name="fileStamp" deprecated="true">
1322 <ref>long</ref> 1322 <ref>long</ref>
1323 <p> 1323 <p>
1324 The modification stamp of the file at the moment when the change was 1324 The modification stamp of the file at the moment when the change was
1325 created, in milliseconds since the "Unix epoch". Will be -1 if the 1325 created, in milliseconds since the "Unix epoch". Will be -1 if the
1326 file did not exist and should be created. The client may use this 1326 file did not exist and should be created. The client may use this
1327 field to make sure that the file was not changed since then, so it is 1327 field to make sure that the file was not changed since then, so it is
1328 safe to apply the change. 1328 safe to apply the change.
1329 </p> 1329 </p>
1330 </field> 1330 </field>
1331 <field name="edits"> 1331 <field name="edits">
1332 <list> 1332 <list>
1333 <ref>SourceEdit</ref> 1333 <ref>SourceEdit</ref>
1334 </list> 1334 </list>
1335 <p> 1335 <p>
1336 A list of the edits used to effect the change. 1336 A list of the edits used to effect the change.
1337 </p> 1337 </p>
1338 </field> 1338 </field>
1339 </object> 1339 </object>
1340 </type> 1340 </type>
1341 </types> 1341 </types>
1342 </body> 1342 </body>
1343 </html> 1343 </html>
OLDNEW
« no previous file with comments | « pkg/analyzer_plugin/doc/api.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698