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

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

Issue 708563005: Use setProperties for IP Config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430113_internet_options_1
Patch Set: IPConfigType=Static applies to NameServer only config Created 6 years 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 <dt class="field">ProxySettings</dt> 323 <dt class="field">ProxySettings</dt>
324 <dd> 324 <dd>
325 <span class="field_meta"> 325 <span class="field_meta">
326 (optional if <span class="field">Remove</span> is 326 (optional if <span class="field">Remove</span> is
327 <span class="value">false</span>, otherwise ignored) 327 <span class="value">false</span>, otherwise ignored)
328 <span class="type">ProxySettings</span> 328 <span class="type">ProxySettings</span>
329 </span> 329 </span>
330 Proxy settings for this network 330 Proxy settings for this network
331 </dd> 331 </dd>
332 332
333 <dt class="field">NameServers</dt>
pneubeck (no reviews) 2014/12/05 09:47:46 please search for 'name.*server' in this file. I t
stevenjb 2015/01/08 00:44:39 Addressed in other CL.
334 <dd>
335 <span class="field_meta">
336 (optional if <span class="field">Remove</span> is
337 <span class="value">false</span>, otherwise ignored)
338 <span class="type">array of string</span>
339 </span>
340 Array of addresses to use for name servers. If not specified, DHCP values
341 will be used.
342 </dd>
343
344 <dt class="field">SearchDomains</dt> 333 <dt class="field">SearchDomains</dt>
345 <dd> 334 <dd>
346 <span class="field_meta"> 335 <span class="field_meta">
347 (optional if <span class="field">Remove</span> is 336 (optional if <span class="field">Remove</span> is
348 <span class="value">false</span>, otherwise ignored) 337 <span class="value">false</span>, otherwise ignored)
349 <span class="type">array of string</span> 338 <span class="type">array of string</span>
350 </span> 339 </span>
351 Array of strings to append to names for resolution. Items in this array 340 Array of strings to append to names for resolution. Items in this array
352 should not start with a dot. Example: 341 should not start with a dot. Example:
353 <span class="snippet">["corp.acme.org", "acme.org"]</span>. If not 342 <span class="snippet">["corp.acme.org", "acme.org"]</span>. If not
(...skipping 2687 matching lines...) Expand 10 before | Expand all | Expand 10 after
3041 is transmitted or saved to disk should be secure. On client device, when 3030 is transmitted or saved to disk should be secure. On client device, when
3042 user names for connections that are user-specific are persisted to disk, 3031 user names for connections that are user-specific are persisted to disk,
3043 they should be stored in a location that is encrypted. Users can also opt in 3032 they should be stored in a location that is encrypted. Users can also opt in
3044 these cases to not save their user credentials in the config file and will 3033 these cases to not save their user credentials in the config file and will
3045 instead be prompted when they are needed. 3034 instead be prompted when they are needed.
3046 </p> 3035 </p>
3047 </section> 3036 </section>
3048 </section> 3037 </section>
3049 </body> 3038 </body>
3050 </html> 3039 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698