index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
copresence
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compile components/copresence/proto/enums.proto in Android.
moshayedi
2015-11-03
1
-1
/
+1
*
Add more components to "gn check"
brettw
2015-10-22
1
-0
/
+7
*
base: Template methods on Timer classes instead of the classes themselves.
danakj
2015-09-24
3
-8
/
+8
*
Add some missing components_unittests to GN build.
brettw
2015-08-19
1
-1
/
+34
*
Fix some protobuf issues (unnecessary imports, missing syntax) detected with a
pkasting
2015-08-11
1
-1
/
+0
*
GCM: refactor IncomingMessaging and OutgoingMessage.
mvanouwerkerk
2015-07-13
3
-6
/
+4
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
1
-1
/
+1
*
Fixing race condition in AudioDirectiveHandler
ckehoe
2015-05-21
1
-4
/
+6
*
Adjust URLFetcher::Create API so that object is returned as scoped_ptr.
dtapuska
2015-05-01
1
-2
/
+2
*
Revert of Revert of Readability review for ckehoe (patchset #1 id:1 of https:...
schenney
2015-04-17
9
-115
/
+119
*
Revert of Readability review for ckehoe (patchset #8 id:160001 of https://cod...
schenney
2015-04-17
9
-119
/
+115
*
Readability review for ckehoe
Charlie Kehoe
2015-04-16
9
-115
/
+119
*
Adding the Audio Modem API. See design doc at go/chrome-modem.
Charlie Kehoe
2015-02-20
2
-32
/
+9
*
Pulls the audio handling out of copresence and into its own component, with n...
ckehoe
2015-02-17
41
-2359
/
+145
*
Allowing WhispernetClient to be used during initialization
ckehoe
2015-02-15
2
-6
/
+5
*
Allowing the server to create our device ID
ckehoe
2015-02-11
2
-5
/
+1
*
The project ID isn't needed, since it's actually ok to expose the API key. We...
ckehoe
2015-02-09
5
-30
/
+17
*
Adding some flags to make audio debugging easier. Now we can separate audible...
ckehoe
2015-02-05
6
-15
/
+128
*
Fixing rand_r memory error
ckehoe
2015-02-05
2
-5
/
+4
*
This removes some unused code and simplifies some dependencies. I'm planning ...
ckehoe
2015-02-05
5
-39
/
+36
*
Fixing token repetition bug
Charlie Kehoe
2015-01-31
1
-1
/
+2
*
64-bit token fixes
ckehoe
2015-01-30
4
-11
/
+16
*
Enhance audio player tests.
rkc
2015-01-29
1
-4
/
+24
*
Add the ability to process different token lengths to Whispernet.
Rahul Chaturvedi
2015-01-10
9
-6
/
+106
*
The copresence device ID is supposed to be persistent, but until now we haven...
ckehoe
2015-01-09
4
-113
/
+144
*
Passing the project ID to the server
ckehoe
2015-01-08
5
-11
/
+33
*
Adding support for pre-sent messages
ckehoe
2015-01-08
12
-97
/
+202
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-22
1
-1
/
+1
*
Revert of Revert of Adding CopresenceState (patchset #1 id:1 of https://coder...
benwells
2014-12-22
25
-159
/
+840
*
Revert of Adding CopresenceState (patchset #10 id:180001 of https://coderevie...
benwells
2014-12-22
25
-841
/
+159
*
Adding the chrome://copresence page. Initially this will just have debug info...
ckehoe
2014-12-20
1
-0
/
+1
*
Misc cleanup
ckehoe
2014-12-20
12
-31
/
+29
*
Adding CopresenceState, a central place to track the internal state of the co...
ckehoe
2014-12-20
25
-159
/
+840
*
Fix race condition in playback.
rkc
2014-12-18
11
-94
/
+56
*
Adding configuration protos. We probably want to handle most of these eventua...
ckehoe
2014-12-12
4
-0
/
+96
*
Fixing audioFail fail
ckehoe
2014-12-06
2
-5
/
+19
*
Using a CancelableCallback in GcmHandler
ckehoe
2014-12-02
2
-10
/
+8
*
Disable power logging and related UMA stats when AGC is not supported.
henrika
2014-12-02
1
-1
/
+1
*
AudioManager::GetToken() should return empty if not currently playing
ckehoe
2014-12-02
1
-1
/
+1
*
Creating interfaces for DirectiveHandler and GCMHandler
ckehoe
2014-11-11
13
-128
/
+205
*
Fixing parameter names in AudioDirectiveHandler. These TTLs have their units ...
ckehoe
2014-11-11
2
-2
/
+2
*
GCM Directive fix. We need to handle directives without op ids, but we should...
ckehoe
2014-11-11
2
-6
/
+65
*
Adding GCM support to the copresence component. The Copresence server can pus...
ckehoe
2014-11-08
16
-75
/
+546
*
Moving request queuing to the RpcHandler (now with tests!). Also passing in t...
ckehoe
2014-11-07
10
-282
/
+370
*
Add polling and audio check to copresence.
rkc
2014-11-06
22
-226
/
+343
*
Adding a test for the directive handler.
ckehoe
2014-11-06
3
-10
/
+111
*
RpcHandlerTest cleanup
ckehoe
2014-11-04
6
-65
/
+138
*
Checking that AudioDirectiveHandler::Initialize() gets called.
ckehoe
2014-11-04
1
-0
/
+6
*
Refactoring AudioDirectiveHandler to support testing
ckehoe
2014-11-04
11
-202
/
+229
*
Moving the DirectiveHandler to be owned by CopresenceManager. This also adds ...
ckehoe
2014-11-01
8
-158
/
+195
[next]