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

Side by Side Diff: third_party/closure_compiler/externs/networking_private.js

Issue 2182633002: Fix networking_private IDL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « extensions/common/api/networking_private.idl ('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 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file was generated by: 5 // This file was generated by:
6 // ./tools/json_schema_compiler/compiler.py. 6 // ./tools/json_schema_compiler/compiler.py.
7 // NOTE: The format of types has changed. 'FooType' is now 7 // NOTE: The format of types has changed. 'FooType' is now
8 // 'chrome.networkingPrivate.FooType'. 8 // 'chrome.networkingPrivate.FooType'.
9 // Please run the closure compiler before committing changes. 9 // Please run the closure compiler before committing changes.
10 // See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_comp ilation.md 10 // See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_comp ilation.md
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 * WebProxyAutoDiscoveryUrl: (string|undefined) 350 * WebProxyAutoDiscoveryUrl: (string|undefined)
351 * }} 351 * }}
352 * @see https://developer.chrome.com/extensions/networkingPrivate#type-IPConfigP roperties 352 * @see https://developer.chrome.com/extensions/networkingPrivate#type-IPConfigP roperties
353 */ 353 */
354 chrome.networkingPrivate.IPConfigProperties; 354 chrome.networkingPrivate.IPConfigProperties;
355 355
356 /** 356 /**
357 * @typedef {{ 357 * @typedef {{
358 * Gateway: (!chrome.networkingPrivate.ManagedDOMString|undefined), 358 * Gateway: (!chrome.networkingPrivate.ManagedDOMString|undefined),
359 * IPAddress: (!chrome.networkingPrivate.ManagedDOMString|undefined), 359 * IPAddress: (!chrome.networkingPrivate.ManagedDOMString|undefined),
360 * NameServers: (!Array<!chrome.networkingPrivate.ManagedDOMString>|undefined) , 360 * NameServers: (!chrome.networkingPrivate.ManagedDOMStringList|undefined),
361 * RoutingPrefix: (!chrome.networkingPrivate.ManagedLong|undefined), 361 * RoutingPrefix: (!chrome.networkingPrivate.ManagedLong|undefined),
362 * Type: (!chrome.networkingPrivate.ManagedDOMString|undefined), 362 * Type: (!chrome.networkingPrivate.ManagedDOMString|undefined),
363 * WebProxyAutoDiscoveryUrl: (!chrome.networkingPrivate.ManagedDOMString|undef ined) 363 * WebProxyAutoDiscoveryUrl: (!chrome.networkingPrivate.ManagedDOMString|undef ined)
364 * }} 364 * }}
365 * @see https://developer.chrome.com/extensions/networkingPrivate#type-ManagedIP ConfigProperties 365 * @see https://developer.chrome.com/extensions/networkingPrivate#type-ManagedIP ConfigProperties
366 */ 366 */
367 chrome.networkingPrivate.ManagedIPConfigProperties; 367 chrome.networkingPrivate.ManagedIPConfigProperties;
368 368
369 /** 369 /**
370 * @typedef {{ 370 * @typedef {{
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 * CompNoAdapt: (!chrome.networkingPrivate.ManagedBoolean|undefined), 588 * CompNoAdapt: (!chrome.networkingPrivate.ManagedBoolean|undefined),
589 * IgnoreDefaultRoute: (!chrome.networkingPrivate.ManagedBoolean|undefined), 589 * IgnoreDefaultRoute: (!chrome.networkingPrivate.ManagedBoolean|undefined),
590 * KeyDirection: (!chrome.networkingPrivate.ManagedDOMString|undefined), 590 * KeyDirection: (!chrome.networkingPrivate.ManagedDOMString|undefined),
591 * NsCertType: (!chrome.networkingPrivate.ManagedDOMString|undefined), 591 * NsCertType: (!chrome.networkingPrivate.ManagedDOMString|undefined),
592 * OTP: (!chrome.networkingPrivate.ManagedDOMString|undefined), 592 * OTP: (!chrome.networkingPrivate.ManagedDOMString|undefined),
593 * Password: (!chrome.networkingPrivate.ManagedDOMString|undefined), 593 * Password: (!chrome.networkingPrivate.ManagedDOMString|undefined),
594 * Port: (!chrome.networkingPrivate.ManagedLong|undefined), 594 * Port: (!chrome.networkingPrivate.ManagedLong|undefined),
595 * Proto: (!chrome.networkingPrivate.ManagedDOMString|undefined), 595 * Proto: (!chrome.networkingPrivate.ManagedDOMString|undefined),
596 * PushPeerInfo: (!chrome.networkingPrivate.ManagedDOMString|undefined), 596 * PushPeerInfo: (!chrome.networkingPrivate.ManagedDOMString|undefined),
597 * RemoteCertEKU: (!chrome.networkingPrivate.ManagedDOMString|undefined), 597 * RemoteCertEKU: (!chrome.networkingPrivate.ManagedDOMString|undefined),
598 * RemoteCertKU: (!Array<!chrome.networkingPrivate.ManagedDOMString>|undefined ), 598 * RemoteCertKU: (!chrome.networkingPrivate.ManagedDOMStringList|undefined),
599 * RemoteCertTLS: (!chrome.networkingPrivate.ManagedDOMString|undefined), 599 * RemoteCertTLS: (!chrome.networkingPrivate.ManagedDOMString|undefined),
600 * RenegSec: (!chrome.networkingPrivate.ManagedLong|undefined), 600 * RenegSec: (!chrome.networkingPrivate.ManagedLong|undefined),
601 * SaveCredentials: (!chrome.networkingPrivate.ManagedBoolean|undefined), 601 * SaveCredentials: (!chrome.networkingPrivate.ManagedBoolean|undefined),
602 * ServerCARefs: (!Array<!chrome.networkingPrivate.ManagedDOMString>|undefined ), 602 * ServerCARefs: (!chrome.networkingPrivate.ManagedDOMStringList|undefined),
603 * ServerCertRef: (!chrome.networkingPrivate.ManagedDOMString|undefined), 603 * ServerCertRef: (!chrome.networkingPrivate.ManagedDOMString|undefined),
604 * ServerPollTimeout: (!chrome.networkingPrivate.ManagedLong|undefined), 604 * ServerPollTimeout: (!chrome.networkingPrivate.ManagedLong|undefined),
605 * Shaper: (!chrome.networkingPrivate.ManagedLong|undefined), 605 * Shaper: (!chrome.networkingPrivate.ManagedLong|undefined),
606 * StaticChallenge: (!chrome.networkingPrivate.ManagedDOMString|undefined), 606 * StaticChallenge: (!chrome.networkingPrivate.ManagedDOMString|undefined),
607 * TLSAuthContents: (!chrome.networkingPrivate.ManagedDOMString|undefined), 607 * TLSAuthContents: (!chrome.networkingPrivate.ManagedDOMString|undefined),
608 * TLSRemote: (!chrome.networkingPrivate.ManagedDOMString|undefined), 608 * TLSRemote: (!chrome.networkingPrivate.ManagedDOMString|undefined),
609 * UserAuthenticationType: (!chrome.networkingPrivate.ManagedDOMString|undefin ed), 609 * UserAuthenticationType: (!chrome.networkingPrivate.ManagedDOMString|undefin ed),
610 * Username: (!chrome.networkingPrivate.ManagedDOMString|undefined), 610 * Username: (!chrome.networkingPrivate.ManagedDOMString|undefined),
611 * Verb: (!chrome.networkingPrivate.ManagedDOMString|undefined), 611 * Verb: (!chrome.networkingPrivate.ManagedDOMString|undefined),
612 * VerifyHash: (!chrome.networkingPrivate.ManagedDOMString|undefined), 612 * VerifyHash: (!chrome.networkingPrivate.ManagedDOMString|undefined),
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
1310 */ 1310 */
1311 chrome.networkingPrivate.onDeviceStateListChanged; 1311 chrome.networkingPrivate.onDeviceStateListChanged;
1312 1312
1313 /** 1313 /**
1314 * Fired when a portal detection for a network completes. Sends the guid of the 1314 * Fired when a portal detection for a network completes. Sends the guid of the
1315 * network and the corresponding captive portal status. 1315 * network and the corresponding captive portal status.
1316 * @type {!ChromeEvent} 1316 * @type {!ChromeEvent}
1317 * @see https://developer.chrome.com/extensions/networkingPrivate#event-onPortal DetectionCompleted 1317 * @see https://developer.chrome.com/extensions/networkingPrivate#event-onPortal DetectionCompleted
1318 */ 1318 */
1319 chrome.networkingPrivate.onPortalDetectionCompleted; 1319 chrome.networkingPrivate.onPortalDetectionCompleted;
OLDNEW
« no previous file with comments | « extensions/common/api/networking_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698