| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark GrammarAttribute and TestBasicRecognition as DISABLED for Chrome builds | eblake@chromium.org | 2011-01-31 | 1 | -2/+9 |
* | Part 2 of repairing regressions to my old clang check plugins so Nico can | erg@google.com | 2011-01-28 | 2 | -3/+7 |
* | views: Move standard_layout.h into the layout directory. | tfarina@chromium.org | 2011-01-26 | 1 | -1/+1 |
* | Avoid closing speech input UI bubble twice. | leandrogracia@chromium.org | 2011-01-25 | 1 | -1/+0 |
* | Fix speech input bubble in GTK to avoid setting images when not visible. | leandrogracia@chromium.org | 2011-01-25 | 1 | -1/+1 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 4 | -4/+4 |
* | Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "... | pkasting@chromium.org | 2011-01-21 | 1 | -2/+1 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -5/+5 |
* | Add OWNERS files to autofill, notifications and speech subdirs. | tfarina@chromium.org | 2011-01-21 | 1 | -0/+1 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 3 | -3/+3 |
* | Fix a potential assert in SpeechRecognizer dtor. | satish@chromium.org | 2011-01-20 | 1 | -3/+6 |
* | Cancel any pending speech recognitions when the dispatcher host terminates. | satish@chromium.org | 2011-01-20 | 5 | -11/+47 |
* | If user had consented for metrics reporting, send speech input request origin... | satish@chromium.org | 2011-01-20 | 11 | -56/+74 |
* | Update references part 3: remaining files in chrome/... | msw@chromium.org | 2011-01-19 | 1 | -5/+5 |
* | Revert http://src.chromium.org/viewvc/chrome?view=rev&revision=70896 to move ... | satish@chromium.org | 2011-01-19 | 4 | -16/+48 |
* | A quick fix for Bug 69906. | hbono@chromium.org | 2011-01-18 | 1 | -1/+7 |
* | Add the option of compressing speech input audio using FLAC. | satish@chromium.org | 2011-01-17 | 5 | -116/+283 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -1/+1 |
* | net: Remove typedef net::URLRequestContext URLRequestContext; | tfarina@chromium.org | 2011-01-15 | 1 | -1/+2 |
* | Cleanup: Remove unneeded chrome/browser/ui/browser.h usage. | thestig@chromium.org | 2011-01-13 | 2 | -1/+1 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 3 | -9/+9 |
* | Fix build breakage. | thestig@chromium.org | 2011-01-11 | 1 | -0/+1 |
* | Cleanup: Remove unneeded includes of chrome_switches.h. | thestig@chromium.org | 2011-01-11 | 1 | -2/+1 |
* | Remove the stubbed out headers in chrome/browser/views. | msw@chromium.org | 2011-01-10 | 1 | -2/+2 |
* | Enable speech input by default and remove unused code. | satish@chromium.org | 2011-01-10 | 4 | -48/+16 |
* | Listen for tab close notifications and cancel active speech sessions. | satish@chromium.org | 2011-01-07 | 9 | -59/+132 |
* | Fix official chrome linux builder (missing include). | estade@chromium.org | 2011-01-06 | 1 | -2/+3 |
* | If speech input is disabled and we receive IPC calls, terminate the renderer. | satish@chromium.org | 2011-01-06 | 3 | -11/+50 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -2/+3 |
* | Roll DEPS for speex to get gyp changes for use_system_speex: | phajdan.jr@chromium.org | 2011-01-05 | 1 | -1/+1 |
* | Remove wstring from l10n_util. Part 4. | avi@chromium.org | 2011-01-04 | 1 | -5/+9 |
* | Cleanup: Remove unneeded includes of notification_service.h. | thestig@chromium.org | 2010-12-17 | 1 | -1/+1 |
* | Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act... | jam@chromium.org | 2010-12-14 | 1 | -1/+1 |
* | Switch a bunch of remaining filters to derive from BrowserMessageFilters so t... | jam@chromium.org | 2010-12-13 | 2 | -48/+24 |
* | Cleanup: Remove unneeded includes of tab_contents.h. | thestig@chromium.org | 2010-12-09 | 1 | -1/+0 |
* | This is a continuation of http://codereview.chromium.org/5519016/, adds a new... | satish@chromium.org | 2010-12-09 | 3 | -23/+33 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 3 | -16/+18 |
* | Remove unneeded browser_process.h includes. | thestig@chromium.org | 2010-12-05 | 1 | -5/+7 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Move browser/cocoa to browser/ui/cocoa | ben@chromium.org | 2010-12-01 | 1 | -1/+1 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -1/+0 |
* | Reland issue 5283001 (http://codereview.chromium.org/5283001) which was rever... | sanjeevr@chromium.org | 2010-11-30 | 1 | -0/+1 |
* | Revert 67284 - Used a MessageLoopProxy to store the delegate's message loop i... | sanjeevr@chromium.org | 2010-11-24 | 1 | -1/+0 |
* | Used a MessageLoopProxy to store the delegate's message loop in URLFetcher::C... | sanjeevr@chromium.org | 2010-11-24 | 1 | -0/+1 |
* | When waiting for server, show a 'Working' message instead of 'Speak now'. | satish@chromium.org | 2010-11-23 | 3 | -2/+11 |
* | On windows, send audio hardware info with speech input requests if user conse... | satish@chromium.org | 2010-11-19 | 7 | -9/+96 |
* | In the current speech input implementation, the application locale is used as | leandrogracia@chromium.org | 2010-11-18 | 1 | -5/+17 |
* | Cleanup: Include browser.h -> ui/browser.h [Part 2]. | jhawkins@chromium.org | 2010-11-16 | 3 | -3/+3 |
* | Simplified AudioOutputStream interface. | sergeyu@chromium.org | 2010-11-11 | 1 | -3/+3 |