Bug with IPv6 adding double [[ ]] around IPv6 addresses in external interface.
The following commit caused this issue: https://codereview.chromium.org/1754713006/patch/60001/70001
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/c0d55a9bbafc294cd1ab29521a3c7e45eb40800c commit c0d55a9bbafc294cd1ab29521a3c7e45eb40800c Author: allada <allada@chromium.org> Date: Fri Apr 08 22:06:46 2016 [DevTools] Fix to double wrapping IPv6 in square brackets Removed DevTools code that added square brackets around IPv6 addresses. Also adjusted test script to allow IPv6 localhost's [::1] ip address for testing. BUG= 595443 R=lushnikov Review URL: https://codereview.chromium.org/1818923004 Cr-Commit-Position: refs/heads/master@{#386218} [modify] https://crrev.com/c0d55a9bbafc294cd1ab29521a3c7e45eb40800c/components/test_runner/web_frame_test_client.cc [modify] https://crrev.com/c0d55a9bbafc294cd1ab29521a3c7e45eb40800c/third_party/WebKit/LayoutTests/TestExpectations [modify] https://crrev.com/c0d55a9bbafc294cd1ab29521a3c7e45eb40800c/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-expected.txt [add] https://crrev.com/c0d55a9bbafc294cd1ab29521a3c7e45eb40800c/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6-expected.txt [add] https://crrev.com/c0d55a9bbafc294cd1ab29521a3c7e45eb40800c/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6.html [modify] https://crrev.com/c0d55a9bbafc294cd1ab29521a3c7e45eb40800c/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters.html [modify] https://crrev.com/c0d55a9bbafc294cd1ab29521a3c7e45eb40800c/third_party/WebKit/LayoutTests/platform/linux/http/tests/inspector/resource-parameters-expected.txt [add] https://crrev.com/c0d55a9bbafc294cd1ab29521a3c7e45eb40800c/third_party/WebKit/LayoutTests/platform/linux/http/tests/inspector/resource-parameters-ipv6-expected.txt [modify] https://crrev.com/c0d55a9bbafc294cd1ab29521a3c7e45eb40800c/third_party/WebKit/LayoutTests/platform/win/http/tests/inspector/resource-parameters-expected.txt [add] https://crrev.com/c0d55a9bbafc294cd1ab29521a3c7e45eb40800c/third_party/WebKit/LayoutTests/platform/win/http/tests/inspector/resource-parameters-ipv6-expected.txt [modify] https://crrev.com/c0d55a9bbafc294cd1ab29521a3c7e45eb40800c/third_party/WebKit/Source/devtools/front_end/sdk/NetworkRequest.js
Comment 1 by allada@chromium.org
, Mar 16 2016