| Commit message (Expand) | Author | Age | Files | Lines |
* | replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ | mostynb | 2014-10-04 | 4 | -26/+26 |
* | Supports multiple active input/output audio nodes in CrasAudioHandler. | jennyz | 2014-09-25 | 1 | -55/+3 |
* | Move extension_test_message_listener to extensions. | lfg | 2014-09-19 | 1 | -1/+1 |
* | Add ability to active multiple devices via the audio API. | jennyz@chromium.org | 2014-08-15 | 2 | -7/+51 |
* | Cleanup: Change chrome/chrome_browser_extensions.gypi to be inclusive rather ... | thestig@chromium.org | 2014-07-01 | 1 | -7/+11 |
* | Remove CrasAudioClient calls from audio_service_chromeos.cc. | jennyz@chromium.org | 2014-05-28 | 1 | -71/+43 |
* | Add empty Linux implementation of audio_service. | rpaquay@chromium.org | 2014-05-09 | 1 | -0/+87 |
* | Drive extension functions from ExtensionFunction::Run. The | kalman@chromium.org | 2014-05-03 | 2 | -2/+2 |
* | Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImpl | kalman@chromium.org | 2014-04-30 | 2 | -4/+4 |
* | Use EventRouter instead of ExtensionSystem::Get->event_router() | limasdf@gmail.com | 2014-04-18 | 1 | -5/+2 |
* | Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens... | jyasskin@chromium.org | 2014-03-29 | 1 | -1/+1 |
* | Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get. | yoz@chromium.org | 2014-03-05 | 2 | -13/+12 |
* | Reland 253509 - ProfileKeyedAPIFactory to build instances with BrowserContext... | yoz@chromium.org | 2014-02-27 | 1 | -0/+1 |
* | Revert 253509 "Change ProfileKeyedAPIFactory to build instances ..." | rch@chromium.org | 2014-02-26 | 1 | -1/+0 |
* | Change ProfileKeyedAPIFactory to build instances with BrowserContext instead ... | yoz@chromium.org | 2014-02-26 | 1 | -0/+1 |
* | Move ProfileKeyedAPI implementations to take BrowserContext in the constructo... | yoz@chromium.org | 2014-02-21 | 2 | -7/+7 |
* | Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. | yoz@chromium.org | 2014-01-30 | 1 | -1/+1 |
* | Cleanup: Replace &LazyInstance::Get() with LazyInstance::Pointer(). | thestig@chromium.org | 2014-01-21 | 1 | -1/+1 |
* | Move EventRouter to src/extensions/browser | jamescook@chromium.org | 2013-11-21 | 1 | -1/+1 |
* | Remove Profile dependency from ExtensionFunction | benwells@chromium.org | 2013-10-28 | 2 | -7/+7 |
* | Reduce chrome cras dbus call logs during device rebooting. cras server won't ... | jennyz@chromium.org | 2013-09-13 | 1 | -1/+13 |
* | JSON/IDL Compiler now generates event names as of r215660. Use these generate... | DHNishi@gmail.com | 2013-08-20 | 1 | -2/+4 |
* | Use a direct include of the message_loop header in chrome/browser/, part 5. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Add DeviceName to the name returned by the Audio API. | rkc@chromium.org | 2013-07-15 | 1 | -2/+2 |
* | Fix the issue of switching active audio device from ash tray menu. | jennyz@chromium.org | 2013-07-13 | 1 | -2/+2 |
* | Migrate to use SetOutputNodeVolume and SetInputNodeGain cras apis. | jennyz@chromium.org | 2013-07-12 | 1 | -21/+22 |
* | Convert most of extensions and some other random stuff to using the base name... | brettw@chromium.org | 2013-06-21 | 1 | -2/+3 |
* | Add tests for the Audio Extension API. | rkc@chromium.org | 2013-05-17 | 2 | -1/+5 |
* | Set mute correctly from the audio API. | rkc@chromium.org | 2013-05-10 | 1 | -4/+4 |
* | Implement the rest of the audio API. | rkc@chromium.org | 2013-05-07 | 5 | -13/+155 |
* | Revert 198556 "Implement the rest of the audio API." | rkc@chromium.org | 2013-05-07 | 5 | -155/+13 |
* | Implement the rest of the audio API. | rkc@chromium.org | 2013-05-06 | 5 | -13/+155 |
* | Warn on missing OVERRIDE/virtual everywhere, not just in header files. | rsleevi@chromium.org | 2013-05-02 | 1 | -3/+3 |
* | chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST. | tfarina@chromium.org | 2013-05-01 | 1 | -1/+1 |
* | Audio extension API. | hshi@chromium.org | 2013-04-23 | 6 | -0/+438 |