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

Side by Side Diff: chrome/common/extensions/docs/static/declarative.html

Issue 10389168: Revert 137388 - Move declarative API into events API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 | Annotate | Revision Log
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 <!-- BEGIN AUTHORED CONTENT --> 1 <!-- BEGIN AUTHORED CONTENT -->
2 2
3 <h2 id="notes">Notes</h2> 3 <h2 id="notes">Notes</h2>
4 4
5 <p> 5 <p>
6 The Declarative API is a framework to define rules consisting of declarative 6 The Declarative API is a framework to define rules consisting of declarative
7 conditions and actions. Conditions are evaluated in the browser rather than the 7 conditions and actions. Conditions are evaluated in the browser rather than the
8 JavaScript engine which reduces roundtrip latencies and allows for very high 8 JavaScript engine which reduces roundtrip latencies and allows for very high
9 efficiency. 9 efficiency.
10 </p> 10 </p>
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 var rule_ids = ["id1", "id2", ...]; 131 var rule_ids = ["id1", "id2", ...];
132 function getRules(rule_ids, function callback(details) {...}); 132 function getRules(rule_ids, function callback(details) {...});
133 </pre> 133 </pre>
134 134
135 <p> 135 <p>
136 The <code>details</code> parameter passed to the <code>calback()</code> function 136 The <code>details</code> parameter passed to the <code>calback()</code> function
137 refers to an array of rules including filled optional parameters. 137 refers to an array of rules including filled optional parameters.
138 </p> 138 </p>
139 139
140 <!-- END AUTHORED CONTENT --> 140 <!-- END AUTHORED CONTENT -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | chrome/common/extensions/docs/static/declarativeWebRequest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698