DescriptionUse networkingPrivate types in JS
This CL:
* Eliminates cr_onc_types.js, using networkingPrivate types instead
* Uses networkingPrivate types where possible in internet_detail.js
Note: Some ONC types are invalid JS tags, e.g. WEP-PSK or 8021x. As such, we can not currently use them as enum values in the IDL. These types are treated as strings for now. This is arguably a minor regression from using CrOncTypes, but preferable to maintaining the extra JS module. The types (DOMString) still match and can be checked by the closure compiler.
BUG=470262
Patch Set 1 #Patch Set 2 : Extract unrelated chnages #
Total comments: 6
Patch Set 3 : Extract IDL changes #Patch Set 4 : Rebase with IDL changes #Patch Set 5 : Rebase #
Total comments: 3
Messages
Total messages: 12 (4 generated)
|