summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/speech_input_bubble_views.cc
Commit message (Expand)AuthorAgeFilesLines
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-021-5/+6
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-021-6/+5
* Fix a crash in speech input bubble.amit@chromium.org2011-02-251-13/+17
* views: Move the remaining layout constants to the views namespace. Final Part.tfarina@chromium.org2011-02-231-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* views: Add namespace views to layout_constants.htfarina@chromium.org2011-02-041-3/+3
* views: Move standard_layout.h into the layout directory.tfarina@chromium.org2011-01-261-1/+1
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.thestig@chromium.org2011-01-131-1/+0
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-101-2/+2
* Listen for tab close notifications and cancel active speech sessions.satish@chromium.org2011-01-071-32/+5
* Remove wstring from l10n_util. Part 4.avi@chromium.org2011-01-041-5/+9
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+1
* When waiting for server, show a 'Working' message instead of 'Speak now'.satish@chromium.org2010-11-231-0/+3
* Cleanup: Include browser.h -> ui/browser.h [Part 2].jhawkins@chromium.org2010-11-161-1/+1
* Earlier we used to show a static image in this state, instead we now show the...satish@chromium.org2010-09-231-3/+2
* Show a volume indicator as audio is being recorded.satish@chromium.org2010-09-161-2/+13
* Fix chrome os build break caused by passing string16 where a wstring was expe...satish@chromium.org2010-09-111-1/+2
* Extend speech input bubble on windows to display error messages with try-agai...satish@chromium.org2010-09-111-62/+121
* We used to show error messages as info bars earlier. Based on UX feedback, we...satish@chromium.org2010-09-101-4/+24
* Changed a link widget to button per feedback from UX.satish@chromium.org2010-09-031-10/+8
* Implement the speech input bubble on linux/gtk.satish@chromium.org2010-09-011-0/+256