summaryrefslogtreecommitdiffstats
path: root/components/copresence
Commit message (Expand)AuthorAgeFilesLines
* Fix some protobuf issues (unnecessary imports, missing syntax) detected with apkasting2015-08-111-1/+0
* GCM: refactor IncomingMessaging and OutgoingMessage.mvanouwerkerk2015-07-133-6/+4
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Fixing race condition in AudioDirectiveHandlerckehoe2015-05-211-4/+6
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-2/+2
* Revert of Revert of Readability review for ckehoe (patchset #1 id:1 of https:...schenney2015-04-179-115/+119
* Revert of Readability review for ckehoe (patchset #8 id:160001 of https://cod...schenney2015-04-179-119/+115
* Readability review for ckehoeCharlie Kehoe2015-04-169-115/+119
* Adding the Audio Modem API. See design doc at go/chrome-modem.Charlie Kehoe2015-02-202-32/+9
* Pulls the audio handling out of copresence and into its own component, with n...ckehoe2015-02-1741-2359/+145
* Allowing WhispernetClient to be used during initializationckehoe2015-02-152-6/+5
* Allowing the server to create our device IDckehoe2015-02-112-5/+1
* The project ID isn't needed, since it's actually ok to expose the API key. We...ckehoe2015-02-095-30/+17
* Adding some flags to make audio debugging easier. Now we can separate audible...ckehoe2015-02-056-15/+128
* Fixing rand_r memory errorckehoe2015-02-052-5/+4
* This removes some unused code and simplifies some dependencies. I'm planning ...ckehoe2015-02-055-39/+36
* Fixing token repetition bugCharlie Kehoe2015-01-311-1/+2
* 64-bit token fixesckehoe2015-01-304-11/+16
* Enhance audio player tests.rkc2015-01-291-4/+24
* Add the ability to process different token lengths to Whispernet.Rahul Chaturvedi2015-01-109-6/+106
* The copresence device ID is supposed to be persistent, but until now we haven...ckehoe2015-01-094-113/+144
* Passing the project ID to the serverckehoe2015-01-085-11/+33
* Adding support for pre-sent messagesckehoe2015-01-0812-97/+202
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-1/+1
* Revert of Revert of Adding CopresenceState (patchset #1 id:1 of https://coder...benwells2014-12-2225-159/+840
* Revert of Adding CopresenceState (patchset #10 id:180001 of https://coderevie...benwells2014-12-2225-841/+159
* Adding the chrome://copresence page. Initially this will just have debug info...ckehoe2014-12-201-0/+1
* Misc cleanupckehoe2014-12-2012-31/+29
* Adding CopresenceState, a central place to track the internal state of the co...ckehoe2014-12-2025-159/+840
* Fix race condition in playback.rkc2014-12-1811-94/+56
* Adding configuration protos. We probably want to handle most of these eventua...ckehoe2014-12-124-0/+96
* Fixing audioFail failckehoe2014-12-062-5/+19
* Using a CancelableCallback in GcmHandlerckehoe2014-12-022-10/+8
* Disable power logging and related UMA stats when AGC is not supported.henrika2014-12-021-1/+1
* AudioManager::GetToken() should return empty if not currently playingckehoe2014-12-021-1/+1
* Creating interfaces for DirectiveHandler and GCMHandlerckehoe2014-11-1113-128/+205
* Fixing parameter names in AudioDirectiveHandler. These TTLs have their units ...ckehoe2014-11-112-2/+2
* GCM Directive fix. We need to handle directives without op ids, but we should...ckehoe2014-11-112-6/+65
* Adding GCM support to the copresence component. The Copresence server can pus...ckehoe2014-11-0816-75/+546
* Moving request queuing to the RpcHandler (now with tests!). Also passing in t...ckehoe2014-11-0710-282/+370
* Add polling and audio check to copresence.rkc2014-11-0622-226/+343
* Adding a test for the directive handler.ckehoe2014-11-063-10/+111
* RpcHandlerTest cleanupckehoe2014-11-046-65/+138
* Checking that AudioDirectiveHandler::Initialize() gets called.ckehoe2014-11-041-0/+6
* Refactoring AudioDirectiveHandler to support testingckehoe2014-11-0411-202/+229
* Moving the DirectiveHandler to be owned by CopresenceManager. This also adds ...ckehoe2014-11-018-158/+195
* Replacing NULL with nullptrckehoe2014-10-318-25/+27
* Adding support for authenticated copresence calls. I've added a temporary cal...ckehoe2014-10-3012-203/+338
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-299-12/+12
* Add AudioDirectiveHandler timed tests.rkc2014-10-278-11/+169