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

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

Issue 552113002: Add ONC 'Source' configuration property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_9a
Patch Set: Rebase 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 <dt class="field">MacAddress</dt> 424 <dt class="field">MacAddress</dt>
425 <dd> 425 <dd>
426 <span class="field_meta"> 426 <span class="field_meta">
427 (optional, read-only) 427 (optional, read-only)
428 <span class="type">string</span> 428 <span class="type">string</span>
429 </span> 429 </span>
430 The MAC address for the network. Only applies to connected non-virtual 430 The MAC address for the network. Only applies to connected non-virtual
431 networks. The format is 00:11:22:AA:BB:CC. 431 networks. The format is 00:11:22:AA:BB:CC.
432 </dd> 432 </dd>
433 433
434 <dt class="field">Source</dt>
435 <dd>
436 <span class="field_meta">
437 (optional, read-only)
438 <span class="type">string</span>
439 </span>
440 The source of this network configuration. If 'None' then this represents
pneubeck (no reviews) 2014/09/09 19:35:32 The first sentence is not providing further detail
stevenjb 2014/09/10 00:00:55 I tried to clarify. I thought about it some and I
441 a visible but unconfigured network.
442 <span class="rule">
443 <span class="rule_id"></span>
444 Allowed values are:
445 <span class="value">User</span>,
446 <span class="value">Device</span>,
447 <span class="value">None</span>
448 </span>
449 </dd>
450
434 <dt class="field">Priority</dt> 451 <dt class="field">Priority</dt>
435 <dd> 452 <dd>
436 <span class="field_meta"> 453 <span class="field_meta">
437 (optional) 454 (optional)
438 <span class="type">integer</span> 455 <span class="type">integer</span>
439 </span> 456 </span>
440 Provides a suggested priority value for this network. May be used by the 457 Provides a suggested priority value for this network. May be used by the
441 system to determine which network to connect to when multiple configured 458 system to determine which network to connect to when multiple configured
442 networks are available (or may be ignored). 459 networks are available (or may be ignored).
443 </dd> 460 </dd>
(...skipping 1919 matching lines...) Expand 10 before | Expand all | Expand 10 after
2363 is transmitted or saved to disk should be secure. On client device, when 2380 is transmitted or saved to disk should be secure. On client device, when
2364 user names for connections that are user-specific are persisted to disk, 2381 user names for connections that are user-specific are persisted to disk,
2365 they should be stored in a location that is encrypted. Users can also opt in 2382 they should be stored in a location that is encrypted. Users can also opt in
2366 these cases to not save their user credentials in the config file and will 2383 these cases to not save their user credentials in the config file and will
2367 instead be prompted when they are needed. 2384 instead be prompted when they are needed.
2368 </p> 2385 </p>
2369 </section> 2386 </section>
2370 </section> 2387 </section>
2371 </body> 2388 </body>
2372 </html> 2389 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698