Index: tools/telemetry/docs/telemetry.core.chrome.cros_browser_backend.html |
diff --git a/tools/telemetry/docs/telemetry.core.chrome.cros_browser_backend.html b/tools/telemetry/docs/telemetry.core.chrome.cros_browser_backend.html |
deleted file mode 100644 |
index 77f729c9501cf2403d3ad58be00c5d71d8d3dacb..0000000000000000000000000000000000000000 |
--- a/tools/telemetry/docs/telemetry.core.chrome.cros_browser_backend.html |
+++ /dev/null |
@@ -1,177 +0,0 @@ |
- |
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
-<html><head><title>Python: module telemetry.core.chrome.cros_browser_backend</title> |
-</head><body bgcolor="#f0f0f8"> |
- |
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
-<tr bgcolor="#7799ee"> |
-<td valign=bottom> <br> |
-<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.chrome.html"><font color="#ffffff">chrome</font></a>.cros_browser_backend</strong></big></big></font></td |
-><td align=right valign=bottom |
-><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/chrome/cros_browser_backend.py">telemetry/core/chrome/cros_browser_backend.py</a></font></td></tr></table> |
- <p><tt># Copyright (c) 2012 The Chromium Authors. All rights reserved.<br> |
-# Use of this source code is governed by a BSD-style license that can be<br> |
-# found in the LICENSE file.</tt></p> |
-<p> |
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
-<tr bgcolor="#aa55cc"> |
-<td colspan=3 valign=bottom> <br> |
-<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> |
- |
-<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> |
-<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.core.chrome.browser_backend.html">telemetry.core.chrome.browser_backend</a><br> |
-<a href="telemetry.core.exceptions.html">telemetry.core.exceptions</a><br> |
-</td><td width="25%" valign=top><a href="logging.html">logging</a><br> |
-<a href="os.html">os</a><br> |
-</td><td width="25%" valign=top><a href="subprocess.html">subprocess</a><br> |
-<a href="telemetry.core.util.html">telemetry.core.util</a><br> |
-</td><td width="25%" valign=top></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> <br> |
-<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> |
- |
-<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> |
-<td width="100%"><dl> |
-<dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a> |
-</font></dt><dd> |
-<dl> |
-<dt><font face="helvetica, arial"><a href="telemetry.core.chrome.cros_browser_backend.html#SSHForwarder">SSHForwarder</a> |
-</font></dt></dl> |
-</dd> |
-<dt><font face="helvetica, arial"><a href="telemetry.core.chrome.browser_backend.html#BrowserBackend">telemetry.core.chrome.browser_backend.BrowserBackend</a>(<a href="__builtin__.html#object">__builtin__.object</a>) |
-</font></dt><dd> |
-<dl> |
-<dt><font face="helvetica, arial"><a href="telemetry.core.chrome.cros_browser_backend.html#CrOSBrowserBackend">CrOSBrowserBackend</a> |
-</font></dt></dl> |
-</dd> |
-</dl> |
- <p> |
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
-<tr bgcolor="#ffc8d8"> |
-<td colspan=3 valign=bottom> <br> |
-<font color="#000000" face="helvetica, arial"><a name="CrOSBrowserBackend">class <strong>CrOSBrowserBackend</strong></a>(<a href="telemetry.core.chrome.browser_backend.html#BrowserBackend">telemetry.core.chrome.browser_backend.BrowserBackend</a>)</font></td></tr> |
- |
-<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
-<td width="100%"><dl><dt>Method resolution order:</dt> |
-<dd><a href="telemetry.core.chrome.cros_browser_backend.html#CrOSBrowserBackend">CrOSBrowserBackend</a></dd> |
-<dd><a href="telemetry.core.chrome.browser_backend.html#BrowserBackend">telemetry.core.chrome.browser_backend.BrowserBackend</a></dd> |
-<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
-</dl> |
-<hr> |
-Methods defined here:<br> |
-<dl><dt><a name="CrOSBrowserBackend-Close"><strong>Close</strong></a>(self)</dt></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-CreateForwarder"><strong>CreateForwarder</strong></a>(self, *port_pairs)</dt></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-GetBrowserStartupArgs"><strong>GetBrowserStartupArgs</strong></a>(self)</dt></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-GetRemotePort"><strong>GetRemotePort</strong></a>(self, _)</dt></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-GetStackTrace"><strong>GetStackTrace</strong></a>(self)</dt></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-GetStandardOutput"><strong>GetStandardOutput</strong></a>(self)</dt></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-IsBrowserRunning"><strong>IsBrowserRunning</strong></a>(self)</dt></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-__del__"><strong>__del__</strong></a>(self)</dt></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-__init__"><strong>__init__</strong></a>(self, browser_type, options, cri, is_guest)</dt></dl> |
- |
-<hr> |
-Data descriptors defined here:<br> |
-<dl><dt><strong>hwid</strong></dt> |
-</dl> |
-<dl><dt><strong>oobe</strong></dt> |
-</dl> |
-<dl><dt><strong>pid</strong></dt> |
-<dd><tt>Locates the pid of the main chrome browser process.<br> |
- <br> |
-Chrome on cros is usually in /opt/google/chrome, but could be in<br> |
-/usr/local/ for developer workflows - debug chrome is too large to fit on<br> |
-rootfs.<br> |
- <br> |
-Chrome spawns multiple processes for renderers. pids wrap around after they<br> |
-are exhausted so looking for the smallest pid is not always correct. We<br> |
-locate the session_manager's pid, and look for the chrome process that's an<br> |
-immediate child. This is the main browser process.</tt></dd> |
-</dl> |
-<hr> |
-Data and other attributes defined here:<br> |
-<dl><dt><strong>CHROME_PATHS</strong> = ['/opt/google/chrome/chrome ', '/usr/local/opt/google/chrome/chrome ']</dl> |
- |
-<hr> |
-Methods inherited from <a href="telemetry.core.chrome.browser_backend.html#BrowserBackend">telemetry.core.chrome.browser_backend.BrowserBackend</a>:<br> |
-<dl><dt><a name="CrOSBrowserBackend-GetProcessName"><strong>GetProcessName</strong></a>(self, cmd_line)</dt><dd><tt>Returns a user-friendly name for the process of the given |cmd_line|.</tt></dd></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-GetTraceResultAndReset"><strong>GetTraceResultAndReset</strong></a>(self)</dt></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-Request"><strong>Request</strong></a>(self, path, timeout<font color="#909090">=None</font>)</dt></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-SetBrowser"><strong>SetBrowser</strong></a>(self, browser)</dt></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-StartTracing"><strong>StartTracing</strong></a>(self, custom_categories<font color="#909090">=None</font>, timeout<font color="#909090">=60</font>)</dt><dd><tt>custom_categories is an optional string containing a list of<br> |
-comma separated categories that will be traced instead of the<br> |
-default category set. Example: use<br> |
-"webkit,cc,disabled-by-default-cc.debug" to trace only those three<br> |
-event categories.</tt></dd></dl> |
- |
-<dl><dt><a name="CrOSBrowserBackend-StopTracing"><strong>StopTracing</strong></a>(self)</dt></dl> |
- |
-<hr> |
-Data descriptors inherited from <a href="telemetry.core.chrome.browser_backend.html#BrowserBackend">telemetry.core.chrome.browser_backend.BrowserBackend</a>:<br> |
-<dl><dt><strong>__dict__</strong></dt> |
-<dd><tt>dictionary for instance variables (if defined)</tt></dd> |
-</dl> |
-<dl><dt><strong>__weakref__</strong></dt> |
-<dd><tt>list of weak references to the object (if defined)</tt></dd> |
-</dl> |
-<dl><dt><strong>browser</strong></dt> |
-</dl> |
-<dl><dt><strong>chrome_branch_number</strong></dt> |
-</dl> |
-<dl><dt><strong>extension_dict_backend</strong></dt> |
-</dl> |
-<dl><dt><strong>misc_web_contents_backend</strong></dt> |
-<dd><tt>Access to chrome://oobe/login page which is neither a tab nor an<br> |
-extension.</tt></dd> |
-</dl> |
-<dl><dt><strong>supports_extensions</strong></dt> |
-<dd><tt>True if this browser backend supports extensions.</tt></dd> |
-</dl> |
-<dl><dt><strong>supports_tab_control</strong></dt> |
-</dl> |
-<dl><dt><strong>supports_tracing</strong></dt> |
-</dl> |
-<dl><dt><strong>tab_list_backend</strong></dt> |
-</dl> |
-<dl><dt><strong>wpr_mode</strong></dt> |
-</dl> |
-<hr> |
-Data and other attributes inherited from <a href="telemetry.core.chrome.browser_backend.html#BrowserBackend">telemetry.core.chrome.browser_backend.BrowserBackend</a>:<br> |
-<dl><dt><strong>WEBPAGEREPLAY_HOST</strong> = '127.0.0.1'</dl> |
- |
-</td></tr></table> <p> |
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
-<tr bgcolor="#ffc8d8"> |
-<td colspan=3 valign=bottom> <br> |
-<font color="#000000" face="helvetica, arial"><a name="SSHForwarder">class <strong>SSHForwarder</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> |
- |
-<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
-<td width="100%">Methods defined here:<br> |
-<dl><dt><a name="SSHForwarder-Close"><strong>Close</strong></a>(self)</dt></dl> |
- |
-<dl><dt><a name="SSHForwarder-__init__"><strong>__init__</strong></a>(self, cri, forwarding_flag, *port_pairs)</dt></dl> |
- |
-<hr> |
-Data descriptors defined here:<br> |
-<dl><dt><strong>__dict__</strong></dt> |
-<dd><tt>dictionary for instance variables (if defined)</tt></dd> |
-</dl> |
-<dl><dt><strong>__weakref__</strong></dt> |
-<dd><tt>list of weak references to the object (if defined)</tt></dd> |
-</dl> |
-<dl><dt><strong>url</strong></dt> |
-</dl> |
-</td></tr></table></td></tr></table> |
-</body></html> |