| Commit message (Expand) | Author | Age | Files | Lines |
* | Separate networkingPrivate ServiceClient API test expectations | stevenjb | 2015-02-19 | 3 | -31/+0 |
* | mac, wifi: Access to the keychain should go through AppleKeychain. | erikchen | 2015-02-09 | 2 | -9/+12 |
* | Add SSID getter to WiFiService. | meacer | 2015-01-30 | 6 | -13/+98 |
* | ONC: Use HexSSID instead of SSID. | pneubeck | 2015-01-13 | 2 | -0/+4 |
* | Use setProperties for IP Config. | stevenjb | 2015-01-08 | 1 | -0/+5 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-22 | 1 | -3/+4 |
* | gn format //components | scottmg | 2014-12-03 | 1 | -6/+2 |
* | Remove implicit conversions from scoped_refptr to T* in components/ | dcheng | 2014-11-13 | 1 | -1/+1 |
* | Standardize usage of virtual/override/final in components/ | dcheng | 2014-10-21 | 2 | -63/+63 |
* | Misc. cleanup, primarily removing unused locals. | pkasting | 2014-10-13 | 1 | -1/+0 |
* | replace OVERRIDE and FINAL with override and final in components/ | mostynb | 2014-10-06 | 3 | -42/+42 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a... | thestig | 2014-09-10 | 1 | -1/+1 |
* | Fix wifi_component build with 10.9+ SDK | jiangj | 2014-09-09 | 1 | -3/+48 |
* | Cleanup test_support target names. | tfarina@chromium.org | 2014-07-22 | 1 | -1/+1 |
* | Use GUID in captive portal API instead of service path | stevenjb@chromium.org | 2014-07-14 | 1 | -2/+2 |
* | Fixes for re-enabling more MSVC level 4 warnings: components/ edition | pkasting@chromium.org | 2014-07-09 | 1 | -7/+8 |
* | ONC: Cleanup client certificate related fields. | pneubeck@chromium.org | 2014-07-08 | 3 | -5/+5 |
* | components: Add GN Build file for wifi component. | tfarina@chromium.org | 2014-07-02 | 1 | -0/+63 |
* | WiFiService on Win will NotifyNetworkListChanged with empty list when WiFi is... | mef@chromium.org | 2014-06-17 | 2 | -3/+15 |
* | NetworkingPrivate API events should supply list of GUIDs, not service paths | tbarzic@chromium.org | 2014-06-11 | 1 | -2/+2 |
* | Consolidate SDK forwards in sdk_forward_declarations.h. | avi@chromium.org | 2014-06-07 | 1 | -29/+1 |
* | This is a library for Windows and MacOSX (tested MacOSX currently) that suppo... | noamsml@chromium.org | 2014-06-04 | 9 | -199/+231 |
* | Add MacAddress to ONC and networkingPrivate | stevenjb@chromium.org | 2014-05-20 | 1 | -0/+1 |
* | Use GUID instead of ServicePath in networkingPrivate API | stevenjb@chromium.org | 2014-05-16 | 1 | -20/+20 |
* | Provide IPConfigs in networkingPrivate.GetProperties | stevenjb@chromium.org | 2014-05-09 | 2 | -134/+50 |
* | Added WiFi security check to Windows implementation of WiFiService::StartConn... | mef@chromium.org | 2014-05-06 | 5 | -84/+105 |
* | components: Do not include test code in wifi_component target. | tfarina@chromium.org | 2014-05-05 | 3 | -279/+352 |
* | Delete wifi_service_test.cc | noamsml@chromium.org | 2014-05-02 | 1 | -146/+0 |
* | Add ManagedState::GetStateProperties | stevenjb@chromium.org | 2014-05-02 | 1 | -1/+0 |
* | Ignore ERROR_ADDRESS_NOT_ASSOCIATED from IpReleaseAddress in WiFiService::Res... | mef@chromium.org | 2014-04-25 | 2 | -27/+53 |
* | Rename WiFiService::GetConnectedProperties into GetCurrentProperties to refle... | mef@chromium.org | 2014-04-24 | 1 | -23/+23 |
* | WiFiService::GetProperties now correctly populates BSSID and Frequency of con... | mef@chromium.org | 2014-04-23 | 1 | -108/+127 |
* | Don't clear existing properties in SetProperties in WiFiService | tbarzic@chromium.org | 2014-04-18 | 2 | -47/+59 |
* | WiFiService StartConnect after CreateNetwork will try TKIP encryption if AES ... | mef@chromium.org | 2014-03-28 | 1 | -27/+160 |
* | Implementation of Networking Private API VerifyAndEncryptCredentials method o... | mef@chromium.org | 2014-03-14 | 1 | -7/+25 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -1/+2 |
* | Add method GetKeyFromSystem to WiFiService on Windows and Mac. | mef@chromium.org | 2014-02-13 | 5 | -4/+127 |
* | Mac OS X-specific implementation of Networking Private API. | mef@chromium.org | 2014-01-29 | 6 | -12/+623 |
* | Remove an invalid function qualifier on a method declaration. | etienneb@chromium.org | 2014-01-23 | 1 | -2/+1 |
* | Update uses of UTF conversions in chrome_frame/, chromeos/, components/ to us... | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Update uses of Value in chromeos/, cloud_print/, components/, content/ to use... | avi@chromium.org | 2013-12-23 | 5 | -31/+32 |
* | Don't inherit WiFiServiceImpl from base::NonThreadSafe as it could be called ... | mef@chromium.org | 2013-12-21 | 1 | -1/+1 |
* | Add base:: to string16 components/. | dbeam@chromium.org | 2013-12-19 | 1 | -1/+1 |
* | Implement Networking Private API CreateNetwork function on Windows. Allows co... | mef@chromium.org | 2013-12-13 | 5 | -19/+206 |
* | Use base namespace for string16 in components and cloud_print. | brettw@chromium.org | 2013-12-06 | 1 | -1/+1 |
* | Added GetState, GetManagedProperties, CreateNetwork methods to WiFiService. | mef@chromium.org | 2013-12-05 | 4 | -17/+174 |
* | Use WiFi.Frequency property to set desired band for networkingPrivateApi.Star... | mef@chromium.org | 2013-12-04 | 2 | -35/+189 |
* | Move GetVisibleNetworks network type filtering to WiFiService interface. | mef@chromium.org | 2013-11-27 | 4 | -10/+25 |
* | Windows-specific implementation of Networking Private API. | mef@chromium.org | 2013-11-22 | 5 | -1/+1590 |
* | Base infrastructure for Networking Private API on Windows and Mac. | mef@chromium.org | 2013-11-22 | 6 | -0/+465 |