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
/
chromeos
/
dbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
When creating easy signin challenge, user easyUnlock.WrapPublicKey method
tbarzic
2014-11-05
4
-34
/
+71
*
Implement a JavaScript API for document scanning
pstew
2014-11-05
7
-27
/
+170
*
Revert "Implement a JavaScript API for document scanning"
Chris Sharp
2014-10-30
2
-45
/
+0
*
Implement a JavaScript API for document scanning
pstew
2014-10-30
2
-0
/
+45
*
Merge CrosDisksClientStubImpl into FakeCrosDisksClient
satorux
2014-10-30
3
-184
/
+92
*
Rename CrasAudioClientStubImpl to FakeCrasAudioClient
satorux
2014-10-27
4
-36
/
+35
*
C++11 override style change for athena
Mitsuru Oshima
2014-10-24
1
-0
/
+2
*
Fix reconnect in case of empty global network policy.
pneubeck
2014-10-20
1
-4
/
+8
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-16
5
-62
/
+46
*
Revert "If booting for the first time skip auto-enrollment check."
mnissler
2014-10-14
4
-19
/
+7
*
ProjectingObserverChromeos: Drop DBusThreadManager dependency for better test...
pneubeck
2014-10-09
1
-2
/
+4
*
Added Aura notification that relaunch and powerwash is required in case of do...
ygorshenin
2014-10-07
2
-5
/
+29
*
Make base::PowerMonitor work on Chrome OS.
derat
2014-10-07
1
-2
/
+13
*
replace OVERRIDE and FINAL with override and final in chromeos/
mostynb
2014-10-06
83
-907
/
+907
*
Minor clean up of DBusClient / DBusThreadManager code.
benchan
2014-10-06
3
-6
/
+4
*
Flip the left/right speaker when the device is in yoga mode.
jennyz
2014-10-02
4
-0
/
+22
*
Add unit testing for org.bluez.Error.* translation
jamuraa
2014-10-02
2
-18
/
+168
*
First part of errors coming up from the dbus API
jamuraa
2014-10-01
2
-3
/
+8
*
Fixed channel switch when user decides to switch to another channel in
ygorshenin
2014-09-25
2
-1
/
+9
*
GCM: D-Bus methods for wake-on-packet
semenzato
2014-09-24
5
-11
/
+122
*
[Athena] Make a quick power button tap suspend the device
pkotwicz
2014-09-24
4
-1
/
+13
*
Add derat@ as owner for chromeos/dbus/*power*.
derat
2014-09-24
1
-0
/
+1
*
Translate Wimax from Shill -> ONC, fix JS Wimax strings.
stevenjb
2014-09-19
1
-0
/
+6
*
Revert of GCM: D-Bus methods for wake-on-packet (patchset #15 id:280001 of ht...
skuhne
2014-09-18
5
-114
/
+11
*
Reland: Minor cleanup in EasyUnlockClient
tbarzic
2014-09-17
5
-106
/
+121
*
Removing remaining CrOS implicit conversions from scoped_refptr to T*
dcheng
2014-09-16
2
-2
/
+2
*
chromeos: power: Refactor RendererFreezer and add tests
chirantan
2014-09-16
2
-2
/
+22
*
Fixed "Relaunch and Powerwash" button on a chrome://help page.
ygorshenin
2014-09-16
1
-1
/
+13
*
Revert of Minor cleanup in EasyUnlockClient (patchset #2 id:20001 of https://...
rockot
2014-09-16
5
-121
/
+106
*
Minor cleanup in EasyUnlockClient
tbarzic
2014-09-16
5
-106
/
+121
*
Use ONC carrier info in JS
stevenjb
2014-09-16
1
-0
/
+6
*
GCM: D-Bus methods for wake-on-packet
semenzato
2014-09-16
5
-11
/
+114
*
Fix minor issues about DBusThreadManager.
pneubeck
2014-09-11
13
-102
/
+108
*
Remove implicit conversions from scoped_refptr to T* in chromeos/
dcheng
2014-09-11
3
-4
/
+4
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in ash/, athe...
thestig
2014-09-10
3
-3
/
+3
*
Elim 'Translated' from Managed ONC dictionary
stevenjb
2014-09-05
1
-6
/
+11
*
Add ability to pass decryption key id to CreateSecureMessage method
tbarzic
2014-09-02
5
-0
/
+12
*
Add unit tests for easyUnlockPrivate API - crypto methods
tbarzic
2014-08-29
3
-5
/
+369
*
Plug memory leaks in BluetoothGattChromeOSTest.*.
earthdok
2014-08-29
1
-0
/
+3
*
app_shell: Do simple audio initialization.
derat
2014-08-29
4
-20
/
+20
*
Wire up GetKeyDataEx() in Chrome
bartfab
2014-08-29
5
-0
/
+51
*
Part 3: Merged FakedDBusThreadManager with DBusThreadManager.
zelidrag
2014-08-27
9
-983
/
+576
*
chromeos: Clear suspend state information if powerd restarts
chirantan
2014-08-26
1
-0
/
+3
*
Fix wrong constants are used for unstabbing D-Bus clients
satorux
2014-08-26
1
-3
/
+3
*
chromeos: Avoid a startup crash when powerd isn't running.
derat
2014-08-25
1
-8
/
+9
*
app_shell: Shut down in response to power button.
derat
2014-08-23
2
-34
/
+38
*
Increase DBus timeout in cryptohome calls to 2 minutes.
antrim@chromium.org
2014-08-21
1
-32
/
+37
*
This makes PowerManagerClient tell the power manager to notify chrome
chirantan@chromium.org
2014-08-19
4
-57
/
+131
*
Set explicit owners for chromeos/dbus so that git cl owners can suggest bette...
oshima@chromium.org
2014-08-19
1
-0
/
+4
*
If booting for the first time skip auto-enrollment check.
tnagel@chromium.org
2014-08-19
4
-7
/
+19
[next]