summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/cros/cros_network_functions.cc
Commit message (Expand)AuthorAgeFilesLines
* Various fixes to carrier switching.rkc@chromium.org2012-09-201-1/+5
* UI for changing the mobile carrier.rkc@chromium.org2012-09-181-0/+7
* Renaming instances of "flimflam" with "shill", now that we're only using shill.gspencer@chromium.org2012-09-071-54/+54
* This updates the StaticIP configuration UI to match new mocks.gspencer@chromium.org2012-08-141-22/+72
* This adds Cros API for calling the "Refresh" function on shill'sgspencer@chromium.org2012-08-091-0/+6
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-1/+1
* chromeos: Stop using char* and raw function pointer to monitor SMShashimoto@chromium.org2012-07-021-3/+9
* chromeos: Remove Libcros version implementation of network functionshashimoto@chromium.org2012-06-201-706/+267
* Add a CONNECT_REQUESTED state to Network ConnectionState.stevenjb@google.com2012-06-191-0/+1
* Revert 142847 - Add a CONNECT_REQUESTED state to Network ConnectionState.kkania@chromium.org2012-06-191-1/+0
* Add a CONNECT_REQUESTED state to Network ConnectionState.stevenjb@google.com2012-06-181-0/+1
* This fixes static IP setting on Ethernet when using flimflam.gspencer@chromium.org2012-05-221-1/+2
* Use WeakPtr instead of base::Unretained in chromeos::NetworkLibraryImplCroshashimoto@chromium.org2012-05-161-48/+63
* Disalbe Libcros by defaulthashimoto@chromium.org2012-04-271-1/+1
* Reimplement ListIPConfigs and FreeIPConfigStatus without libcroshashimoto@chromium.org2012-04-271-9/+162
* Reimplement CrosMonitorSMS without Libcroshashimoto@chromium.org2012-04-261-1/+5
* Reimplement MonitorCellularDataPlan without Libcroshashimoto@chromium.org2012-04-251-1/+105
* Move CellularDataPlanInfo to CellularDataPlan conversion code to cros_network...hashimoto@chromium.org2012-04-251-4/+28
* Reimplement CrosSetOfflineMode without Libcroshashimoto@chromium.org2012-04-251-1/+8
* Reimplement CrosGetWifiAccessPoints without Libcroshashimoto@chromium.org2012-04-251-20/+107
* Reimplement RequestNetworkServiceConnect, RequestRequirePin, RequestEnterPin,...hashimoto@chromium.org2012-04-241-11/+75
* Reimplement CrosProposeScan without Libcroshashimoto@chromium.org2012-04-241-1/+6
* Reimplement ActivateCellularModem without Libcroshashimoto@chromium.org2012-04-241-1/+8
* Reimplement RequestHiddenWifiNetworkProperties and RequestVirtualNetworkPrope...hashimoto@chromium.org2012-04-241-13/+74
* Move GetWifiAccessPoints() to cros_network_functions.cchashimoto@chromium.org2012-04-221-5/+26
* Reimplement AddIPConfig without Libcroshashimoto@chromium.org2012-04-221-1/+38
* Replace const char* in cros_network_functions.h with const std::stirng&hashimoto@chromium.org2012-04-221-76/+88
* Reimplement ConfigureService without Libcroshashimoto@chromium.org2012-04-221-7/+20
* Reimplement SetNetworkIPConfigProperty and RemoveIPconfig without Libcroshashimoto@chromium.org2012-04-211-4/+16
* Reimplement RequestCellularDataPlanUpdate without Libcroshashimoto@chromium.org2012-04-201-1/+7
* Reimplement RequestNetworkServiceDisconnect, RequestRemoveNetworkService, Req...hashimoto@chromium.org2012-04-201-4/+29
* Reimplement SetNetworkServiceProperty, ClearNetworkServiceProperty, SetNetwor...hashimoto@chromium.org2012-04-201-8/+30
* Reimplement MonitorNetworkService/DeviceProperties without Libcroshashimoto@chromium.org2012-04-201-2/+46
* Reimplement CrosMonitorNetworkManagerProperties without Libcroshashimoto@chromium.org2012-04-191-2/+20
* Reimplement RequestNetworkServiceProperties without Libcroshashimoto@chromium.org2012-04-191-5/+13
* Wrap Libcros's Monitor/Disconnect functions with NetworkWatcherhashimoto@chromium.org2012-04-181-37/+119
* Reimplement chromeos::RequestManager/DeviceProperties without Libcroshashimoto@chromium.org2012-04-181-9/+27
* Reimplement Libcros fucntions using FlimflamProfileClienthashimoto@chromium.org2012-04-171-12/+55
* Use base::Callback instead of chromeos::NetworkPropertiesGValueCallbackhashimoto@chromium.org2012-04-051-167/+71
* Fix memory leak in ConvertDictionaryValueToGValuehashimoto@chromium.org2012-04-041-1/+1
* Fix GHashTable leakhashimoto@chromium.org2012-04-041-6/+13
* Add CrosNetworkFunctionsTesthashimoto@chromium.org2012-04-041-4/+32
* chromeos: Move Value-to-GValue conversion code to cros_network_functions.cchashimoto@chromium.org2012-04-021-17/+140
* [cros] Enable portal check after EULA has been accepted.nkostylev@chromium.org2012-03-251-0/+5
* chromeos: Fix infinite recursion caused by typostevenjb@google.com2012-03-161-1/+1
* Call libcros functions through proxy functionshashimoto@chromium.org2012-03-151-0/+246