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

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

Issue 2713513007: Deprecate execution.setSubscriptions. (Closed)
Patch Set: Merge branch 'master' into deprecate_set_subscriptions Created 3 years, 10 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/generated/java/types/RenameFeedback.java ('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 1f15359f95e31efc89c8a89a71b9ed04451979fe..41eaf79499257a7c7f0b4914773448e238deb565 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -41,9 +41,9 @@
To ease interoperability with Lisp-based clients (which may not
be able to easily distinguish between empty lists, empty maps,
and null), client-to-server communication is allowed to replace
- any instance of “<tt>{}</tt>” or “<tt>[]</tt>” with null. The
+ any instance of "<tt>{}</tt>" or "<tt>[]</tt>" with null. The
server will always properly represent empty lists as
- “<tt>[]</tt>” and empty maps as “<tt>{}</tt>”.
+ "<tt>[]</tt>" and empty maps as "<tt>{}</tt>".
</p>
<h3>Communication Structure</h3>
<p>
@@ -1730,7 +1730,7 @@
refactoring being performed. The data that is expected is
documented in the section titled <a
href="#refactorings">Refactorings</a>, labeled as
- “Options”. This field can be omitted if the refactoring
+ "Options". This field can be omitted if the refactoring
does not require any options or if the values of those
options are not known.
</p>
@@ -1771,7 +1771,7 @@
being created. The data that is returned is documented
in the section titled <a
href="#refactorings">Refactorings</a>, labeled as
- “Feedback”.
+ "Feedback".
</p>
</field>
<field name="change" optional="true">
@@ -1982,6 +1982,10 @@
</request>
<request method="setSubscriptions">
<p>
+ <b><i>Deprecated</i></b>: the analysis server no longer fires
+ <tt>LAUNCH_DATA</tt> events.
+ </p>
+ <p>
Subscribe for services. All previous subscriptions are replaced by the
given set of services.
</p>
@@ -3124,8 +3128,8 @@
<ref>String</ref>
<p>
A human-readable description of the kind of element being
- referenced (such as “class” or “function type
- alias”). This data is omitted if there is no referenced
+ referenced (such as "class" or "function type
+ alias"). This data is omitted if there is no referenced
element.
</p>
</field>
@@ -4553,8 +4557,8 @@
<ref>String</ref>
<p>
The human-readable description of the kind of element being
- renamed (such as “class” or “function type
- alias”).
+ renamed (such as "class" or "function type
+ alias").
</p>
</field>
<field name="oldName">
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/RenameFeedback.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698