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

Unified Diff: tools/telemetry/docs/telemetry.page.actions.wait.html

Issue 196383034: Update telemetry docs by running the update_docs script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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: tools/telemetry/docs/telemetry.page.actions.wait.html
diff --git a/tools/telemetry/docs/telemetry.page.actions.wait.html b/tools/telemetry/docs/telemetry.page.actions.wait.html
index b58f6c7d819d861cf108f1574b4c9adfb1c6a657..bc1d9c040db3446d974f596fa1aef240bfe30a96 100644
--- a/tools/telemetry/docs/telemetry.page.actions.wait.html
+++ b/tools/telemetry/docs/telemetry.page.actions.wait.html
@@ -20,9 +20,10 @@
<tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.page.actions.page_action.html">telemetry.page.actions.page_action</a><br>
+</td><td width="25%" valign=top><a href="re.html">re</a><br>
</td><td width="25%" valign=top><a href="time.html">time</a><br>
</td><td width="25%" valign=top><a href="telemetry.core.util.html">telemetry.core.util</a><br>
-</td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
+</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom>&nbsp;<br>
@@ -51,17 +52,11 @@
</dl>
<hr>
Methods defined here:<br>
-<dl><dt><a name="WaitAction-RunAction"><strong>RunAction</strong></a>(self, page, tab, previous_action)</dt></dl>
-
-<dl><dt><a name="WaitAction-RunsPreviousAction"><strong>RunsPreviousAction</strong></a>(self)</dt></dl>
+<dl><dt><a name="WaitAction-RunAction"><strong>RunAction</strong></a>(self, page, tab)</dt></dl>
<dl><dt><a name="WaitAction-__init__"><strong>__init__</strong></a>(self, attributes<font color="#909090">=None</font>)</dt></dl>
<hr>
-Data and other attributes defined here:<br>
-<dl><dt><strong>DEFAULT_TIMEOUT</strong> = 60</dl>
-
-<hr>
Methods inherited from <a href="telemetry.page.actions.page_action.html#PageAction">telemetry.page.actions.page_action.PageAction</a>:<br>
<dl><dt><a name="WaitAction-BindMeasurementJavaScript"><strong>BindMeasurementJavaScript</strong></a>(self, tab, start_js, stop_js)</dt><dd><tt>Let&nbsp;this&nbsp;action&nbsp;determine&nbsp;when&nbsp;measurements&nbsp;should&nbsp;start&nbsp;and&nbsp;stop.<br>
&nbsp;<br>
@@ -80,12 +75,27 @@ to&nbsp;return&nbsp;True&nbsp;so&nbsp;that&nbsp;a&nbsp;test&nbsp;knows&nbsp;it&n
<dl><dt><a name="WaitAction-CleanUp"><strong>CleanUp</strong></a>(self, page, tab)</dt></dl>
-<dl><dt><a name="WaitAction-CustomizeBrowserOptions"><strong>CustomizeBrowserOptions</strong></a>(self, options)</dt><dd><tt>Override&nbsp;to&nbsp;add&nbsp;action-specific&nbsp;options&nbsp;to&nbsp;the&nbsp;BrowserOptions<br>
-object.</tt></dd></dl>
+<dl><dt><a name="WaitAction-CustomizeBrowserOptionsForPageSet"><strong>CustomizeBrowserOptionsForPageSet</strong></a>(self, options)</dt><dd><tt>Override&nbsp;to&nbsp;add&nbsp;action-specific&nbsp;options&nbsp;to&nbsp;the&nbsp;BrowserOptions<br>
+object.&nbsp;These&nbsp;options&nbsp;will&nbsp;be&nbsp;set&nbsp;for&nbsp;the&nbsp;whole&nbsp;page&nbsp;set.<br>
+&nbsp;<br>
+If&nbsp;the&nbsp;browser&nbsp;is&nbsp;not&nbsp;being&nbsp;restarted&nbsp;for&nbsp;every&nbsp;page&nbsp;in&nbsp;the&nbsp;page&nbsp;set&nbsp;then<br>
+all&nbsp;browser&nbsp;options&nbsp;required&nbsp;for&nbsp;the&nbsp;action&nbsp;must&nbsp;be&nbsp;set&nbsp;here.&nbsp;This,&nbsp;however,<br>
+requires&nbsp;that&nbsp;they&nbsp;do&nbsp;not&nbsp;conflict&nbsp;with&nbsp;options&nbsp;require&nbsp;by&nbsp;other&nbsp;actions<br>
+used&nbsp;up&nbsp;by&nbsp;the&nbsp;page&nbsp;set.</tt></dd></dl>
+
+<dl><dt><a name="WaitAction-GetActiveRangeOnTimeline"><strong>GetActiveRangeOnTimeline</strong></a>(self, timeline)</dt></dl>
+
+<dl><dt><a name="WaitAction-RunActionAndMaybeWait"><strong>RunActionAndMaybeWait</strong></a>(self, page, tab)</dt></dl>
<dl><dt><a name="WaitAction-WillRunAction"><strong>WillRunAction</strong></a>(self, page, tab)</dt><dd><tt>Override&nbsp;to&nbsp;do&nbsp;action-specific&nbsp;setup&nbsp;before<br>
Test.WillRunAction&nbsp;is&nbsp;called.</tt></dd></dl>
+<dl><dt><a name="WaitAction-WillWaitAfterRun"><strong>WillWaitAfterRun</strong></a>(self)</dt></dl>
+
+<hr>
+Static methods inherited from <a href="telemetry.page.actions.page_action.html#PageAction">telemetry.page.actions.page_action.PageAction</a>:<br>
+<dl><dt><a name="WaitAction-ResetNextTimelineMarkerId"><strong>ResetNextTimelineMarkerId</strong></a>()</dt></dl>
+
<hr>
Data descriptors inherited from <a href="telemetry.page.actions.page_action.html#PageAction">telemetry.page.actions.page_action.PageAction</a>:<br>
<dl><dt><strong>__dict__</strong></dt>

Powered by Google App Engine
This is Rietveld 408576698