summaryrefslogtreecommitdiffstats
path: root/components/copresence/handlers
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //components/[a-m]*dcheng2015-12-264-7/+10
* Switch to standard integer types in components/, part 1 of 4.avi2015-12-258-12/+23
* Remove the custom base64url implementation from //components/copresence/peter2015-12-021-11/+5
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* GCM: refactor IncomingMessaging and OutgoingMessage.mvanouwerkerk2015-07-133-6/+4
* Fixing race condition in AudioDirectiveHandlerckehoe2015-05-211-4/+6
* Revert of Revert of Readability review for ckehoe (patchset #1 id:1 of https:...schenney2015-04-174-13/+14
* Revert of Readability review for ckehoe (patchset #8 id:160001 of https://cod...schenney2015-04-174-14/+13
* Readability review for ckehoeCharlie Kehoe2015-04-164-13/+14
* 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-178-84/+98
* Allowing WhispernetClient to be used during initializationckehoe2015-02-151-0/+1
* 64-bit token fixesckehoe2015-01-301-7/+10
* Add the ability to process different token lengths to Whispernet.Rahul Chaturvedi2015-01-102-0/+8
* Adding support for pre-sent messagesckehoe2015-01-083-9/+21
* Revert of Revert of Adding CopresenceState (patchset #1 id:1 of https://coder...benwells2014-12-2210-140/+199
* Revert of Adding CopresenceState (patchset #10 id:180001 of https://coderevie...benwells2014-12-2210-199/+140
* Adding CopresenceState, a central place to track the internal state of the co...ckehoe2014-12-2010-140/+199
* Fix race condition in playback.rkc2014-12-181-2/+3
* Using a CancelableCallback in GcmHandlerckehoe2014-12-022-10/+8
* Creating interfaces for DirectiveHandler and GCMHandlerckehoe2014-11-118-112/+189
* 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-083-0/+304
* Add polling and audio check to copresence.rkc2014-11-067-83/+53
* Adding a test for the directive handler.ckehoe2014-11-063-10/+111
* Checking that AudioDirectiveHandler::Initialize() gets called.ckehoe2014-11-041-0/+6
* Refactoring AudioDirectiveHandler to support testingckehoe2014-11-0410-201/+227
* Moving the DirectiveHandler to be owned by CopresenceManager. This also adds ...ckehoe2014-11-012-33/+100
* Replacing NULL with nullptrckehoe2014-10-312-5/+7
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-292-3/+3
* Add AudioDirectiveHandler timed tests.rkc2014-10-277-11/+167
* Redesign the copresence audio handlers.rkc2014-10-237-316/+222
* Standardize usage of virtual/override/final in components/dcheng2014-10-211-10/+10
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-061-8/+8
* Fix race in audio playback.rkc2014-10-021-2/+4
* Switching to C++11 template syntaxckehoe2014-09-251-1/+1
* Audio Directive Handler cleanupckehoe2014-08-252-21/+19
* This CL adds tests for the Chrome copresence API.ckehoe@chromium.org2014-08-171-1/+1
* Use EXPECT_FALSE instead of EXPECT_EQ for comparing falsevivek.vg@samsung.com2014-08-141-3/+3
* Stop playing/recording when not needed.rkc@chromium.org2014-08-138-386/+427
* Fixing memory leak in TimedMapckehoe@chromium.org2014-08-122-8/+4
* Improve audible token detection.rkc@chromium.org2014-08-124-6/+11
* Add audible support to the copresence API.rkc@chromium.org2014-08-097-22/+82
* This is part of the preliminary introduction of the chrome.copresence API,ckehoe@chromium.org2014-08-092-13/+26
* Disable more failing tests.rkc@chromium.org2014-08-071-1/+4
* Disable flaky tests.rkc@chromium.org2014-08-071-2/+8
* This is the preliminary introduction for the code for the chrome.copresencerkc@chromium.org2014-08-068-0/+720