summaryrefslogtreecommitdiffstats
path: root/extensions/browser/api/vpn_provider
Commit message (Expand)AuthorAgeFilesLines
* Extend vpnProvider to allow reconnectionscernekee2016-03-162-2/+12
* Invoke createNetwork() callback with GUID, not service namecernekee2016-03-152-2/+4
* Convert Pass()→std::move() for CrOS extension code.dcheng2015-12-311-5/+6
* Switch to standard integer types in extensions/browser/.avi2015-12-231-0/+1
* Removing pneubeck@ from OWNERS.pneubeck2015-10-071-1/+1
* Move Singleton and related structs to namespace baseolli.raula2015-09-101-1/+3
* Generate all extension schema namespaces as "api" and instead vary the genera...kalman2015-07-233-3/+3
* Final batch adding real histogram values for extension events.kalman2015-07-222-11/+21
* Move JoinString to the base namespace.brettw2015-07-151-4/+6
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-6/+4
* Move JoinString to the base namespace.brettw2015-07-141-4/+6
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-2/+5
* Set up the infrastructure for Extension event metrics.kalman2015-06-241-1/+2
* Move more string_util functions to base namespace.brettw2015-06-241-2/+2
* Destroy configurations created by VPN extension on disablekaliamoorthi2015-03-242-9/+22
* Provide warning message for setParameterskaliamoorthi2015-03-194-3/+14
* Add signal to vpnProvider for platform errorkaliamoorthi2015-03-182-0/+13
* Add browser tests for vpnProviderkaliamoorthi2015-03-133-99/+40
* Extend vpnProvider API to support future enhancementskaliamoorthi2015-03-124-8/+38
* Make vpn destroyConfig generate disconnect message for connected configurationkaliamoorthi2015-03-102-0/+25
* Remove third-party VPN combined namebartfab2015-03-101-19/+4
* Add split tunnel interface to vpnProviderkaliamoorthi2015-02-202-5/+173
* Use ManagednetworkConfigurationHandler where possible, add 'Shill' to NCH met...stevenjb2015-02-201-2/+8
* Add support for extensions_unittests to the GN buildjamescook2015-02-061-3/+3
* Update {virtual,override,final} to follow C++11 style in extensions, round 2.dcheng2015-01-232-12/+12
* json_schema_compiler: Use std::vector<char> for binary values.pneubeck2015-01-202-7/+9
* Move VPN Service Factory to chrome/*kaliamoorthi2014-12-023-68/+5
* Cleanup VpnServices interface with shill clientkaliamoorthi2014-11-281-6/+4
* Make VPN configurations installed by extension API persistkaliamoorthi2014-11-276-164/+290
* Disable vpnProvider API in incognito modekaliamoorthi2014-11-213-19/+30
* Implement the new extension API for VPNkaliamoorthi2014-11-197-10/+903
* Add new extension API for VPNkaliamoorthi2014-11-043-0/+118