Chromium Code Reviews
DescriptionMD Settings: Internet: IP Settings: Only set to static on change
Currently we set the mode to static before changing any properties.
This may result in an invalid configuration that will be rejected,
reverting back to automatic.
This CL:
* Only sets the IPConfig mode to static when a property is changed.
* Fixes a case where IP config state was incorrectly sent on page load when networkProperties is incomplete.
* Cleans up some functions in internet_detail_page.js to avoid potential dom-if pitfalls when using |this.foo| instead of |foo| inside a bound getter. (Also to improve consistency within the file).
BUG=704631
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2817613002
Cr-Commit-Position: refs/heads/master@{#464274}
Committed: https://chromium.googlesource.com/chromium/src/+/c8c17a113a396c2080658a9a7d06c30bc8c5dba4
Patch Set 1 #Patch Set 2 : . #
Total comments: 4
Patch Set 3 : Feedback / elim dead code #
Messages
Total messages: 13 (7 generated)
|
|||||||||||||||||||||||||||||||||||||