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

Side by Side Diff: components/onc/docs/onc_spec.html

Issue 571123002: Fix some properties on the settings page read from ONC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO. Created 6 years, 3 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
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_cellular_with_state.onc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="onc_spec.css" > 5 <link rel="stylesheet" href="onc_spec.css" >
6 <script src="onc_spec.js"></script> 6 <script src="onc_spec.js"></script>
7 <title>Open Network Configuration Format</title> 7 <title>Open Network Configuration Format</title>
8 </head> 8 </head>
9 <body> 9 <body>
10 10
(...skipping 1851 matching lines...) Expand 10 before | Expand all | Expand 10 after
1862 </p> 1862 </p>
1863 </section> 1863 </section>
1864 1864
1865 <section> 1865 <section>
1866 <h1>Cellular Networks</h1> 1866 <h1>Cellular Networks</h1>
1867 <p> 1867 <p>
1868 For Cellular connections, <span class="field">Type</span> must be set to 1868 For Cellular connections, <span class="field">Type</span> must be set to
1869 <span class="value">Cellular</span> and the 1869 <span class="value">Cellular</span> and the
1870 field <span class="field">Cellular</span> must be set to an object of 1870 field <span class="field">Cellular</span> must be set to an object of
1871 type <span class="type">Cellular</span>. Currently only used for 1871 type <span class="type">Cellular</span>. Currently only used for
1872 representing an existing configuraiton; ONC configuration of 1872 representing an existing configuration; ONC configuration of
1873 of <span class="field">Cellular</span> networks is not yet supported. 1873 of <span class="field">Cellular</span> networks is not yet supported.
1874 Contains the following fields: 1874 Contains the following fields:
1875 </p> 1875 </p>
1876 1876
1877 <dl class="field_list"> 1877 <dl class="field_list">
1878 <dt class="field">AutoConnect</dt>
1879 <dd>
1880 <span class="field_meta">
1881 (optional, defaults to <span class="value">false</span>)
1882 <span class="type">boolean</span>
1883 </span>
1884 Indicating that the network should be connected to automatically when
1885 possible. Note, that disabled <span class="field">AllowRoaming</span>
1886 takes precedence over autoconnect.
1887 </dd>
1888
1878 <dt class="field">APN</dt> 1889 <dt class="field">APN</dt>
1879 <dd> 1890 <dd>
1880 <span class="field_meta">(optional) 1891 <span class="field_meta">(optional)
1881 <span class="type">APN</span> 1892 <span class="type">APN</span>
1882 </span> 1893 </span>
1883 Currently active <span class="type">APN</span> object to be used with a 1894 Currently active <span class="type">APN</span> object to be used with a
1884 GSM carrier for making data connections. 1895 GSM carrier for making data connections.
1885 </dd> 1896 </dd>
1886 1897
1887 <dt class="field">APNList</dt> 1898 <dt class="field">APNList</dt>
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
2851 is transmitted or saved to disk should be secure. On client device, when 2862 is transmitted or saved to disk should be secure. On client device, when
2852 user names for connections that are user-specific are persisted to disk, 2863 user names for connections that are user-specific are persisted to disk,
2853 they should be stored in a location that is encrypted. Users can also opt in 2864 they should be stored in a location that is encrypted. Users can also opt in
2854 these cases to not save their user credentials in the config file and will 2865 these cases to not save their user credentials in the config file and will
2855 instead be prompted when they are needed. 2866 instead be prompted when they are needed.
2856 </p> 2867 </p>
2857 </section> 2868 </section>
2858 </section> 2869 </section>
2859 </body> 2870 </body>
2860 </html> 2871 </html>
OLDNEW
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_cellular_with_state.onc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698