summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/webrtc_audio_private
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-1/+1
* Standardize usage of virtual/override/final in chrome/browser/extensions/dcheng2014-10-212-24/+23
* replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/mostynb2014-10-042-14/+14
* Enumerate audio devices on audio worker thread.grunell@chromium.org2014-06-252-7/+7
* Remove deprecated permissions functions from Extensionrdevlin.cronin@chromium.org2014-06-061-1/+2
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-032-9/+9
* Use EventRouter instead of ExtensionSystem::Get->event_router() from c/b/e/apilimasdf@gmail.com2014-04-161-1/+1
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...jyasskin@chromium.org2014-03-291-13/+13
* Removing myself from OWNERS, as I no longer expect to be active on Chromium.joi@chromium.org2014-03-271-1/+0
* Store WebRTC logs locally to diskgrunell@chromium.org2014-03-251-0/+3
* Run ContentMain in a browser_test's browser process. This removes duplication...jam@chromium.org2014-03-181-2/+7
* Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get.yoz@chromium.org2014-03-053-10/+9
* Reland 253509 - ProfileKeyedAPIFactory to build instances with BrowserContext...yoz@chromium.org2014-02-272-0/+6
* Revert 253509 "Change ProfileKeyedAPIFactory to build instances ..."rch@chromium.org2014-02-262-6/+0
* Change ProfileKeyedAPIFactory to build instances with BrowserContext instead ...yoz@chromium.org2014-02-262-0/+6
* Move ProfileKeyedAPI implementations to take BrowserContext in the constructo...yoz@chromium.org2014-02-252-7/+6
* Add GYP flag to optionally enable the Hangout Services extension injoi@chromium.org2014-02-141-2/+2
* ExtensionSystem cleanup part 3yoz@chromium.org2014-02-141-0/+1
* Allow retrieval of media device ID salt even after ResourceContext has gone a...joi@chromium.org2014-02-132-5/+6
* Fix test failure introduced with recent change to use salted hashes.joi@chromium.org2014-02-111-2/+8
* Hash sink IDs with a resettable salt.joi@chromium.org2014-01-313-164/+352
* Cleanup: Replace &LazyInstance::Get() with LazyInstance::Pointer().thestig@chromium.org2014-01-211-1/+1
* Revert of Hash sink IDs with a resettable salt. (https://codereview.chromium....joi@chromium.org2014-01-153-352/+164
* Hash sink IDs with a resettable salt.joi@chromium.org2014-01-153-164/+352
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-073-15/+13
* Revert 242454 "Revert 242450 "Update some uses of UTF conversion..."avi@chromium.org2013-12-241-3/+3
* Revert 242450 "Update some uses of UTF conversions in chrome/bro..."avi@chromium.org2013-12-241-3/+3
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-3/+3
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-232-5/+5
* Only include the Hangout Services extension in Google Chrome builds.joi@chromium.org2013-12-171-0/+2
* Convert string16 to use base namespace.brettw@chromium.org2013-12-091-1/+1
* This cl implement a salt that is being used for obfuscating device ids before...perkj@chromium.org2013-12-023-9/+45
* Split work appropriately between device and IO threads.joi@chromium.org2013-11-292-21/+99
* Move EventRouter to src/extensions/browserjamescook@chromium.org2013-11-211-1/+1
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Disable uploading for the hangouts services browser test.grunell@google.com2013-11-121-0/+9
* Add a browser test to automatically run end-to-end Hangout Services test.joi@chromium.org2013-11-061-24/+70
* Add a manual end-to-end test page for the extension, and several fixes.joi@chromium.org2013-10-312-46/+36
* Move PermissionSet to top-level extensions.yoz@chromium.org2013-10-291-1/+1
* Remove Profile dependency from ExtensionFunctionbenwells@chromium.org2013-10-282-7/+6
* Implement getAssociatedSink method of webrtcAudioPrivate API.joi@chromium.org2013-10-244-10/+139
* Implement webrtcAudioPrivate API, except for getAssociatedSink.joi@chromium.org2013-10-234-0/+642