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

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

Issue 509643003: Use GetManagedProperties in InternetOptionsHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_8a
Patch Set: Feedback 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
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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 <span class="type">string</span> 247 <span class="type">string</span>
248 </span> 248 </span>
249 A unique identifier for this network connection, which exists to make it 249 A unique identifier for this network connection, which exists to make it
250 possible to update previously imported configurations. Must be a non-empty 250 possible to update previously imported configurations. Must be a non-empty
251 string. 251 string.
252 </dd> 252 </dd>
253 253
254 <dt class="field">IPConfigs</dt> 254 <dt class="field">IPConfigs</dt>
255 <dd> 255 <dd>
256 <span class="field_meta"> 256 <span class="field_meta">
257 (optional for connected networks, read-only)
258 <span class="type">array of IPConfig</span>
259 </span>
260 Array of IPConfig properties associated with this connection.
261 </dd>
262
263 <dt class="field">StaticIPConfig</dt>
264 <dd>
265 <span class="field_meta">
257 (optional if <span class="field">Remove</span> is 266 (optional if <span class="field">Remove</span> is
258 <span class="value">false</span>, otherwise ignored) 267 <span class="value">false</span>, otherwise ignored)
259 <span class="type">array of IPConfig</span> 268 <span class="type">IPConfig</span>
260 </span> 269 </span>
261 Static IPv4 or IPv6 parameters to associate with this connection. 270 IPConfig property that overrides individual IPConfig parameters received
271 over DHCP.
272 </dd>
273
274 <dt class="field">SavedIPConfig</dt>
275 <dd>
276 <span class="field_meta">
277 (optional for connected networks, read-only)
278 <span class="type">IPConfig</span>
279 </span>
280 IPConfig property containing the configuration that was received from the
281 DHCP server prior to applying any StaticIPConfig parameters.
262 </dd> 282 </dd>
263 283
264 <dt class="field">Name</dt> 284 <dt class="field">Name</dt>
265 <dd> 285 <dd>
266 <span class="field_meta"> 286 <span class="field_meta">
267 (required if <span class="field">Remove</span> is 287 (required if <span class="field">Remove</span> is
268 <span class="value">false</span>, otherwise ignored) 288 <span class="value">false</span>, otherwise ignored)
269 <span class="type">string</span> 289 <span class="type">string</span>
270 </span> 290 </span>
271 A user-friendly description of this connection. This name will not be used 291 A user-friendly description of this connection. This name will not be used
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 <span class="field_meta"> 556 <span class="field_meta">
537 (optional) 557 (optional)
538 <span class="type">array of string</span> 558 <span class="type">array of string</span>
539 </span> 559 </span>
540 Array of strings to append to names for resolution. Items in this array 560 Array of strings to append to names for resolution. Items in this array
541 should not start with a dot. Example: <span class="snippet">[ 561 should not start with a dot. Example: <span class="snippet">[
542 "corp.acme.org", "acme.org" ]</span>. Overrides values in the top level 562 "corp.acme.org", "acme.org" ]</span>. Overrides values in the top level
543 SearchDomains field for this configuration. If not specified, top level 563 SearchDomains field for this configuration. If not specified, top level
544 values will be used. 564 values will be used.
545 </dd> 565 </dd>
566
567 <dt class="field">WebProxyAutoDiscoveryUrl</dt>
568 <dd>
569 <span class="field_meta">
570 (optional if part of <span class="field">SavedIPConfig</span>)
571 <span class="type">string</span>
572 </span>
573 The Web Proxy Auto-Discovery URL for this network as reported over DHCP.
574 </dd>
575
546 </dl> 576 </dl>
547 </section> 577 </section>
548 578
549 <section> 579 <section>
550 <h1>Wi-Fi networks</h1> 580 <h1>Wi-Fi networks</h1>
551 <p> 581 <p>
552 For Wi-Fi connections, <span class="field">Type</span> must be set to 582 For Wi-Fi connections, <span class="field">Type</span> must be set to
553 <span class="value">WiFi</span> and the 583 <span class="value">WiFi</span> and the
554 field <span class="field">WiFi</span> must be set to an object of 584 field <span class="field">WiFi</span> must be set to an object of
555 type <span class="type">WiFi</span> containing the following fields: 585 type <span class="type">WiFi</span> containing the following fields:
(...skipping 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after
2333 is transmitted or saved to disk should be secure. On client device, when 2363 is transmitted or saved to disk should be secure. On client device, when
2334 user names for connections that are user-specific are persisted to disk, 2364 user names for connections that are user-specific are persisted to disk,
2335 they should be stored in a location that is encrypted. Users can also opt in 2365 they should be stored in a location that is encrypted. Users can also opt in
2336 these cases to not save their user credentials in the config file and will 2366 these cases to not save their user credentials in the config file and will
2337 instead be prompted when they are needed. 2367 instead be prompted when they are needed.
2338 </p> 2368 </p>
2339 </section> 2369 </section>
2340 </section> 2370 </section>
2341 </body> 2371 </body>
2342 </html> 2372 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698