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

Side by Side Diff: tools/telemetry/docs/telemetry.core.chrome.desktop_browser_finder.html

Issue 17150002: [telemetry] Initial (autogenerated) documentation plus support scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update with nits Created 7 years, 6 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
OLDNEW
(Empty)
1
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3 <html><head><title>Python: module telemetry.core.chrome.desktop_browser_finder</ title>
4 </head><body bgcolor="#f0f0f8">
5
6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
7 <tr bgcolor="#7799ee">
8 <td valign=bottom>&nbsp;<br>
9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a hre f="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>.desktop_browser_finder</strong></ big></big></font></td
10 ><td align=right valign=bottom
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href= "file:/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/core/chrome/deskto p_browser_finder.py">/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/cor e/chrome/desktop_browser_finder.py</a></font></td></tr></table>
12 <p><tt>Finds&nbsp;desktop&nbsp;browsers&nbsp;that&nbsp;can&nbsp;be&nbsp;cont rolled&nbsp;by&nbsp;telemetry.</tt></p>
13 <p>
14 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
15 <tr bgcolor="#aa55cc">
16 <td colspan=3 valign=bottom>&nbsp;<br>
17 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big ></font></td></tr>
18
19 <tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td> &nbsp;</td>
20 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t op><a href="telemetry.core.browser.html">telemetry.core.browser</a><br>
21 <a href="telemetry.core.chrome.desktop_browser_backend.html">telemetry.core.chro me.desktop_browser_backend</a><br>
22 <a href="telemetry.core.platform.linux_platform_backend.html">telemetry.core.pla tform.linux_platform_backend</a><br>
23 </td><td width="25%" valign=top><a href="logging.html">logging</a><br>
24 <a href="telemetry.core.platform.mac_platform_backend.html">telemetry.core.platf orm.mac_platform_backend</a><br>
25 <a href="os.html">os</a><br>
26 </td><td width="25%" valign=top><a href="telemetry.core.possible_browser.html">t elemetry.core.possible_browser</a><br>
27 <a href="telemetry.core.profile_types.html">telemetry.core.profile_types</a><br>
28 <a href="subprocess.html">subprocess</a><br>
29 </td><td width="25%" valign=top><a href="sys.html">sys</a><br>
30 <a href="telemetry.core.platform.win_platform_backend.html">telemetry.core.platf orm.win_platform_backend</a><br>
31 </td></tr></table></td></tr></table><p>
32 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
33 <tr bgcolor="#ee77aa">
34 <td colspan=3 valign=bottom>&nbsp;<br>
35 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big ></font></td></tr>
36
37 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td> &nbsp;</td>
38 <td width="100%"><dl>
39 <dt><font face="helvetica, arial"><a href="telemetry.core.possible_browser.html# PossibleBrowser">telemetry.core.possible_browser.PossibleBrowser</a>(<a href="__ builtin__.html#object">__builtin__.object</a>)
40 </font></dt><dd>
41 <dl>
42 <dt><font face="helvetica, arial"><a href="telemetry.core.chrome.desktop_browser _finder.html#PossibleDesktopBrowser">PossibleDesktopBrowser</a>
43 </font></dt></dl>
44 </dd>
45 </dl>
46 <p>
47 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
48 <tr bgcolor="#ffc8d8">
49 <td colspan=3 valign=bottom>&nbsp;<br>
50 <font color="#000000" face="helvetica, arial"><a name="PossibleDesktopBrowser">c lass <strong>PossibleDesktopBrowser</strong></a>(<a href="telemetry.core.possibl e_browser.html#PossibleBrowser">telemetry.core.possible_browser.PossibleBrowser< /a>)</font></td></tr>
51
52 <tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
53 <td colspan=2><tt>A&nbsp;desktop&nbsp;browser&nbsp;that&nbsp;can&nbsp;be&nbsp;co ntrolled.<br>&nbsp;</tt></td></tr>
54 <tr><td>&nbsp;</td>
55 <td width="100%"><dl><dt>Method resolution order:</dt>
56 <dd><a href="telemetry.core.chrome.desktop_browser_finder.html#PossibleDesktopBr owser">PossibleDesktopBrowser</a></dd>
57 <dd><a href="telemetry.core.possible_browser.html#PossibleBrowser">telemetry.cor e.possible_browser.PossibleBrowser</a></dd>
58 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
59 </dl>
60 <hr>
61 Methods defined here:<br>
62 <dl><dt><a name="PossibleDesktopBrowser-Create"><strong>Create</strong></a>(self )</dt></dl>
63
64 <dl><dt><a name="PossibleDesktopBrowser-SupportsOptions"><strong>SupportsOptions </strong></a>(self, options)</dt></dl>
65
66 <dl><dt><a name="PossibleDesktopBrowser-__init__"><strong>__init__</strong></a>( self, browser_type, options, executable, is_content_shell, use_login<font color= "#909090">=False</font>)</dt></dl>
67
68 <dl><dt><a name="PossibleDesktopBrowser-__repr__"><strong>__repr__</strong></a>( self)</dt></dl>
69
70 <hr>
71 Data descriptors inherited from <a href="telemetry.core.possible_browser.html#Po ssibleBrowser">telemetry.core.possible_browser.PossibleBrowser</a>:<br>
72 <dl><dt><strong>__dict__</strong></dt>
73 <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)< /tt></dd>
74 </dl>
75 <dl><dt><strong>__weakref__</strong></dt>
76 <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp ;(if&nbsp;defined)</tt></dd>
77 </dl>
78 <dl><dt><strong>browser_type</strong></dt>
79 </dl>
80 <dl><dt><strong>options</strong></dt>
81 </dl>
82 </td></tr></table></td></tr></table><p>
83 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
84 <tr bgcolor="#eeaa77">
85 <td colspan=3 valign=bottom>&nbsp;<br>
86 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></b ig></font></td></tr>
87
88 <tr><td bgcolor="#eeaa77"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td> &nbsp;</td>
89 <td width="100%"><dl><dt><a name="-FindAllAvailableBrowsers"><strong>FindAllAvai lableBrowsers</strong></a>(options)</dt><dd><tt>Finds&nbsp;all&nbsp;the&nbsp;des ktop&nbsp;browsers&nbsp;available&nbsp;on&nbsp;this&nbsp;machine.</tt></dd></dl>
90 </td></tr></table><p>
91 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
92 <tr bgcolor="#55aa55">
93 <td colspan=3 valign=bottom>&nbsp;<br>
94 <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></ font></td></tr>
95
96 <tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td> &nbsp;</td>
97 <td width="100%"><strong>ALL_BROWSER_TYPES</strong> = 'exact,release,debug,canar y,content-shell-debug,content-shell-release,debug-cros,release-cros,system'</td> </tr></table>
98 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698