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

Unified Diff: chrome/common/extensions/docs/webRequest.html

Issue 9192029: Bindings layer for declarative events API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 years, 11 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: chrome/common/extensions/docs/webRequest.html
diff --git a/chrome/common/extensions/docs/webRequest.html b/chrome/common/extensions/docs/webRequest.html
index cd8ebf85458c3c1a00a1c825389cf9107cbf032f..e0f309a19c10da0016dc964ceaee9b2f73de376e 100644
--- a/chrome/common/extensions/docs/webRequest.html
+++ b/chrome/common/extensions/docs/webRequest.html
@@ -395,6 +395,8 @@
<a href="#event-onErrorOccurred">onErrorOccurred</a>
</li><li>
<a href="#event-onHeadersReceived">onHeadersReceived</a>
+ </li><li style="display: none; ">
+ <a href="#event-anchor">eventName</a>
</li><li>
<a href="#event-onResponseStarted">onResponseStarted</a>
</li><li>
@@ -465,6 +467,24 @@
</ol>
</li>
</ol>
+ </li><li style="display: none; ">
+ <a href="#id-anchor">id</a>
+ <ol>
+ <div></div>
+ <div></div>
+ </ol>
+ </li><li style="display: none; ">
+ <a href="#id-anchor">id</a>
+ <ol>
+ <div></div>
+ <div></div>
+ </ol>
+ </li><li style="display: none; ">
+ <a href="#id-anchor">id</a>
+ <ol>
+ <div></div>
+ <div></div>
+ </ol>
</li>
</ol>
</li>
@@ -8614,6 +8634,53 @@ samples</a>.</p>
</dl>
</div> <!-- /description -->
+ </div><div class="apiItem" style="display: none; ">
+ <a></a>
+ <h4>event name</h4>
+
+ <div class="summary">
+ <!-- Note: intentionally longer 80 columns -->
+ <span class="subdued">chrome.bookmarks</span><span>onEvent</span><span class="subdued">.addListener</span>(function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span><span>, Type opt_param1, Type opt_param2</span>);
+ </div>
+
+ <div class="description">
+ <p class="todo">Undocumented.</p>
+ <p>
+ A description from the json schema def of the event goes here.
+ </p>
+
+ <!-- LISTENER PARAMETERS -->
+ <div>
+ <h4>Listener parameters</h4>
+ <dl>
+ <div>
+ <div>
+ </div>
+ </div>
+ </dl>
+ </div>
+
+ <!-- EXTRA PARAMETERS -->
+ <div>
+ <h4>Extra parameters to addListener</h4>
+ <dl>
+ <div>
+ <div>
+ </div>
+ </div>
+ </dl>
+ </div>
+
+ <!-- LISTENER RETURN VALUE -->
+ <h4>Listener returns</h4>
+ <dl>
+ <div>
+ <div>
+ </div>
+ </div>
+ </dl>
+
+ </div> <!-- /description -->
</div><div class="apiItem">
<a name="event-onResponseStarted"></a>
<h4>onResponseStarted</h4>
@@ -11838,6 +11905,27 @@ samples</a>.</p>
</div>
+ </div><div class="apiItem" style="display: none; ">
+ <a></a>
+ <h4>type name</h4>
+
+ <div>
+ </div>
+
+ </div><div class="apiItem" style="display: none; ">
+ <a></a>
+ <h4>type name</h4>
+
+ <div>
+ </div>
+
+ </div><div class="apiItem" style="display: none; ">
+ <a></a>
+ <h4>type name</h4>
+
+ <div>
+ </div>
+
</div> <!-- /apiItem -->
</div> <!-- /apiGroup -->

Powered by Google App Engine
This is Rietveld 408576698