summaryrefslogtreecommitdiffstats
path: root/components/proximity_auth.gypi
Commit message (Expand)AuthorAgeFilesLines
* Move base/prefs to components/prefsbrettw2016-01-301-1/+1
* Revert of Move base/prefs to components/prefs (patchset #7 id:120001 of https...joedow2016-01-301-1/+1
* Move base/prefs to components/prefsbrettw2016-01-301-1/+1
* Fix #includes in components/proximity_auth/cryptauth.tengs2015-12-021-0/+2
* Remove the custom base64url implementation in //components/proximity_auth/peter2015-11-201-2/+0
* Add unit tests for Smart Lock sign-in protocol in proximity_auth/ component.tengs2015-10-291-0/+2
* Removing proximity_auth::ProximityAuthBleSystem class.sacomoto2015-10-081-2/+0
* This CL does the following changes:sacomoto2015-09-301-0/+4
* Add RemoteDeviceLoader to create RemoteDevice from CryptAuth data.tengs2015-09-281-0/+4
* Refactor fake Connection subclasses in proximity_auth/ tests to a single file.tengs2015-09-241-0/+2
* Rename Client to Messenger in proximity_auth to avoid overloading the name.tengs2015-09-221-4/+4
* Add RemoteDeviceLifeCycle to manage the life cycle of a remote Smart Lock phone.tengs2015-09-211-1/+3
* Add CryptAuth managers to EasyUnlockServiceRegulartengs2015-09-011-0/+2
* Replace ProximityAuthUIDelegate with ProximityAuthClient.tengs2015-08-281-3/+0
* Mirror ProximityAuthUIDelegate functions to ProximityAuthClient.tengs2015-08-271-0/+3
* [Proximity Auth] Port the UnlockManager class.isherman2015-08-151-0/+3
* Add "Reachable Phones" feature to chrome://proximity-auth.tengs2015-08-041-0/+2
* Implement debugging local unlock keys in chrome://proximity-auth.tengs2015-08-031-0/+6
* Hook up CryptAuthGCMManager to the enrollment and device sync managers.tengs2015-07-281-0/+2
* Implement DeviceToDeviceAuthenticator which executes the Smart Lock protocol ...tengs2015-07-271-0/+3
* Implement DeviceToDeviceSecureContext to encode and decode Smart Lock messages.tengs2015-07-271-0/+2
* Implement operations used in the DeviceToDevice protocol.tengs2015-07-231-0/+17
* Add |public_key| and |persistent_symmetric_key| fields to RemoteDevice.tengs2015-07-221-0/+1
* Introduce CryptAuthGCMManager, which handles GCM interactions for CryptAuth.tengs2015-07-111-0/+5
* Persistent whitelist for Bluetooth low energy devices.sacomoto2015-07-081-0/+5
* Hook up CryptAuthEnrollmentManager to chrome://proximity-auth for testing.tengs2015-07-061-0/+2
* Add CryptAuthDeviceManager for syncing the user's devices from CryptAuth.tengs2015-07-061-0/+2
* Fix CryptAuth enrollment logic.tengs2015-06-291-0/+1
* [Proximity Auth] Split the Client class an interface + concrete impl.isherman2015-06-251-1/+2
* Fetching remote devices public keys in ProximityAuthBleSystem.sacomoto2015-06-221-0/+1
* [Proximity Auth] Port the ProximityMonitor class.isherman2015-06-191-0/+6
* Add CryptAuthEnrollmentManager for managing the device's CryptAuth enrollment.tengs2015-06-021-1/+6
* Hook up findEligibleUnlockDevices CryptAuth API to chrome://proximity-auth.tengs2015-05-281-0/+2
* Refactoring BLE connection class.sacomoto2015-05-221-0/+3
* Add SyncScheduler for scheduling CryptAuth enrollments and syncing devices.tengs2015-05-211-0/+4
* Revert of Add SyncScheduler for scheduling CryptAuth enrollments and syncing ...eugenis2015-05-201-4/+0
* Add SyncScheduler for scheduling CryptAuth enrollments and syncing devices.tengs2015-05-201-0/+4
* Implementing a proximity_auth::Connection interface for Bluetooth Low Energy ...sacomoto2015-05-141-0/+4
* [Smart Lock] Extract the screenlock state to the proximity_auth component.isherman2015-05-131-0/+1
* Add PA_LOG() macro to for logging messages specific to Proximity Auth.tengs2015-05-041-1/+19
* Revert of Add PA_LOG() macro to for logging messages specific to Proximity Au...dbeam2015-05-021-19/+1
* Add PA_LOG() macro to for logging messages specific to Proximity Auth.tengs2015-05-021-1/+19
* Add chrome://proximity-auth UI implemented with Polymer.tengs2015-04-291-1/+1
* Unlock Chrome when a phone with Smart Lock service is found.msarda2015-04-291-0/+2
* Move ScreenlockBridge to components/proximity_auth.msarda2015-04-271-0/+3
* Implementing a BLE connection finder.sacomoto2015-04-271-2/+4
* Revert of Implementing a BLE connection finder. (patchset #6 id:100001 of htt...jdonnelly2015-04-241-4/+2
* Implementing a BLE connection finder.sacomoto2015-04-241-2/+4
* [Easy Unlock] Port the BluetoothThrottler class to native code.isherman2015-04-241-0/+5
* Add new chrome://proximity-auth WebUI for debugging Smart Lock.tengs2015-04-231-0/+23