c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5 |
|
03-Sep-2015 |
Peter Qiu <zqiu@google.com> |
License shill to Apache2 This patch automatically replaced the license on all text files from Chromium OS (BSD style) to AOSP (Apache2), keeping the original year as a reference. The license header was added to .gyp and .gypi, the NOTICE was added with a copy of the Apache2 license and MODULE_LICENSE_* file was added. BUG=23587594 TEST=grep 'Chromium OS Authors' doesn't find anything. Change-Id: If41ede586c2465f5831fb7fee270ff41dbfdb596
/system/connectivity/shill/dns_server_tester.cc
|
a794cd60a7339d576ea2eed263a4f0a20fb255af |
|
16-Jun-2015 |
Paul Stewart <pstew@chromium.org> |
shill: Top-level files a-e: Switch pointer/ref spacing Switch to Chrome style spacing. BUG=chromium:501026 TEST=Unit tests Change-Id: Idb7252202e142098999fe0672712aded7d369259 Reviewed-on: https://chromium-review.googlesource.com/278038 Reviewed-by: Rebecca Silberstein <silberst@chromium.org> Commit-Queue: Paul Stewart <pstew@chromium.org> Tested-by: Paul Stewart <pstew@chromium.org>
/system/connectivity/shill/dns_server_tester.cc
|
d670d03b90f4372bb085c7d2a128c6025e998d78 |
|
04-Jun-2014 |
Peter Qiu <zqiu@chromium.org> |
shill: Refactor DNS server testing code Implement the DNSServerTester class for performing DNS server test in shill. This class will be used for performing DNS test for fallback DNS servers and configured DNS servers. BUG=chromium:377056 TEST=unit tests, manual test Manual Test: 1. Connect a chrome device to "GoogleGuest", set the DNS servers for the network to an unknown IP address "192.168.1.1". 2. Browse to "chrome://histograms", and verify there is a histogram for "Network.Shill.Wifi.FallbackDNSTestResult". Change-Id: Iaf9c0322501ae273f4635f1d865d41f8f51b114f Reviewed-on: https://chromium-review.googlesource.com/207136 Reviewed-by: Paul Stewart <pstew@chromium.org> Commit-Queue: Peter Qiu <zqiu@chromium.org> Tested-by: Peter Qiu <zqiu@chromium.org>
/system/connectivity/shill/dns_server_tester.cc
|