summaryrefslogtreecommitdiffstats
path: root/components/copresence
Commit message (Expand)AuthorAgeFilesLines
* Link Blink into the browser process less.brettw2016-02-041-1/+0
* Convert Pass()→std::move() in //components/[a-m]*dcheng2015-12-268-23/+27
* Switch to standard integer types in components/, part 1 of 4.avi2015-12-2514-14/+33
* Remove const qualifier from function return typetanay.c2015-12-112-6/+6
* Remove the custom base64url implementation from //components/copresence/peter2015-12-021-11/+5
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Compile components/copresence/proto/enums.proto in Android.moshayedi2015-11-031-1/+1
* Add more components to "gn check"brettw2015-10-221-0/+7
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-243-8/+8
* Add some missing components_unittests to GN build.brettw2015-08-191-1/+34
* 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