summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/music_manager_private
Commit message (Expand)AuthorAgeFilesLines
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-074-6/+6
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-032-2/+2
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...jyasskin@chromium.org2014-03-295-8/+8
* Update Linux implementation DeviceId::GetDeviceId.rpaquay@chromium.org2014-01-292-5/+117
* Update MacOS implementation DeviceId::GetDeviceId.rpaquay@chromium.org2014-01-232-6/+149
* Update Windows implementation DeviceId::GetDeviceId.rpaquay@chromium.org2014-01-186-39/+369
* Add more device names to the list of known devices.rpaquay@chromium.org2014-01-081-1/+3
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-1/+1
* Prevent GetDeviceId from invoking its callback multiple times in failure cases.gab@chromium.org2013-11-231-1/+3
* Move ExtensionFunction to the extensions component.benwells@chromium.org2013-11-131-1/+1
* Look for disk uuid instead of dbus machine-id file.rpaquay@chromium.org2013-10-251-8/+53
* Get system salt asynchronously from DeviceId::GetMachineIdhashimoto@chromium.org2013-10-231-13/+1
* cryptohome: Rename CryptohomeLibrary to SystemSaltGettersatorux@chromium.org2013-10-181-2/+2
* chromeos: Add asynchronous version of GetSystemSalt()hashimoto@chromium.org2013-10-101-1/+1
* Eliminate CHECK from CryptohomeLibrary::LoadSystemSaltstevenjb@chromium.org2013-09-201-0/+10
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Move apps tests from c/b/extensions to c/b/apps and refine DEPS.benwells@chromium.org2013-08-151-1/+1
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-141-1/+1
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-4/+4
* Use a direct include of strings headers in chrome/browser/extensions/, part 2.avi@chromium.org2013-06-111-1/+1
* MacOS implementation of MusicManager GetMachineID.rpaquay@chromium.org2013-05-312-7/+107
* Linux implementation of Music Manager GetDeviceId.rpaquay@chromium.org2013-05-309-68/+201
* Initial implementation of music manager private API.rpaquay@chromium.org2013-05-295-0/+197