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

Unified Diff: chrome/common/extensions/docs/extensions/devtools.panels.html

Issue 10855015: Add documentation for filtered events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 8 years, 4 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/extensions/devtools.panels.html
diff --git a/chrome/common/extensions/docs/extensions/devtools.panels.html b/chrome/common/extensions/docs/extensions/devtools.panels.html
index f20713d5fea6861539539378e40d6f01a2287d38..9cad5cc4827021d744cd4a4342df8ba7dd6c535e 100644
--- a/chrome/common/extensions/docs/extensions/devtools.panels.html
+++ b/chrome/common/extensions/docs/extensions/devtools.panels.html
@@ -823,6 +823,7 @@ You can find examples that use this API in
<p>Fired when an object is selected in the panel.</p>
<!-- LISTENER PARAMETERS -->
<!-- EXTRA PARAMETERS -->
+ <!-- FILTERS -->
<!-- LISTENER RETURN VALUE -->
<dl>
</dl>
@@ -996,6 +997,7 @@ You can find examples that use this API in
<p>Fired when the user switches away from the panel.</p>
<!-- LISTENER PARAMETERS -->
<!-- EXTRA PARAMETERS -->
+ <!-- FILTERS -->
<!-- LISTENER RETURN VALUE -->
<dl>
</dl>
@@ -1065,6 +1067,7 @@ You can find examples that use this API in
</dl>
</div>
<!-- EXTRA PARAMETERS -->
+ <!-- FILTERS -->
<!-- LISTENER RETURN VALUE -->
<dl>
</dl>
@@ -1110,6 +1113,7 @@ You can find examples that use this API in
</dl>
</div>
<!-- EXTRA PARAMETERS -->
+ <!-- FILTERS -->
<!-- LISTENER RETURN VALUE -->
<dl>
</dl>
@@ -1438,6 +1442,7 @@ You can find examples that use this API in
<p>Fired when the sidebar pane becomes hidden as a result of the user switching away from the panel that hosts the sidebar pane.</p>
<!-- LISTENER PARAMETERS -->
<!-- EXTRA PARAMETERS -->
+ <!-- FILTERS -->
<!-- LISTENER RETURN VALUE -->
<dl>
</dl>
@@ -1484,6 +1489,7 @@ You can find examples that use this API in
</dl>
</div>
<!-- EXTRA PARAMETERS -->
+ <!-- FILTERS -->
<!-- LISTENER RETURN VALUE -->
<dl>
</dl>
@@ -1634,6 +1640,7 @@ You can find examples that use this API in
<p>Fired when the button is clicked.</p>
<!-- LISTENER PARAMETERS -->
<!-- EXTRA PARAMETERS -->
+ <!-- FILTERS -->
<!-- LISTENER RETURN VALUE -->
<dl>
</dl>

Powered by Google App Engine
This is Rietveld 408576698