summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* App a Content API around SpeechRecognizer.jam@chromium.org2012-02-232-11/+8
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-237-78/+47
* Move SpeechRecognizer delegate into its own header file and put it in the con...tfarina@chromium.org2012-02-163-9/+19
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-2/+2
* Revert 121810 - Move SpeechRecognizer delegate into its own header file and p...rvargas@google.com2012-02-143-19/+9
* Move SpeechRecognizer delegate into its own header file and put it in the con...tfarina@chromium.org2012-02-143-9/+19
* Move SpeechInputPreferences to content/public/browser and put it in the conte...tfarina@chromium.org2012-02-132-11/+10
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-094-4/+4
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-095-24/+24
* Add SpeechInputBubbleViews::notify_delegate_on_activation_change_, etc.msw@chromium.org2012-02-091-26/+29
* NotificationRegistrar dtor must be called on same thread as Add()joth@chromium.org2012-02-032-5/+7
* Fix threading issues in the Speech Input Extension API.leandrogracia@chromium.org2012-02-025-33/+111
* Profiles: Add a --dump-profile-graph option when !NDEBUG.erg@chromium.org2012-01-241-2/+3
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-182-4/+4
* Convert use of int ms to TimeDelta in files owned by satish.tedvessenes@gmail.com2012-01-121-4/+5
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-1/+1
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-8/+4
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-278-74/+97
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-7/+8
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-212-4/+4
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-211-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-0/+6
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-6/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+6
* Merge BorderContentsView into BubbleFrameView; simplify.msw@chromium.org2011-12-151-4/+4
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-12/+12
* Remove the AudioManager singleton.tommi@chromium.org2011-12-125-21/+42
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-2/+2
* Fix alignment of avatar bubbles in the NTPsail@chromium.org2011-12-081-4/+4
* Remove BubbleDelegateView ctor color arg, add simple setter/getter.msw@chromium.org2011-12-081-4/+1
* views: Move the remaining files to ui/views/controls/.tfarina@chromium.org2011-11-291-1/+1
* views: Move label and link files to ui/views/controls/.tfarina@chromium.org2011-11-291-3/+3
* Move SpeechInputResult into content/public since it's used in chrome. Also ma...jam@chromium.org2011-11-285-31/+32
* views: Move button directory to ui/views/controls/.tfarina@chromium.org2011-11-281-1/+1
* Patch from AliceT's issue codereview.chromium.org/8604012.msw@chromium.org2011-11-221-1/+2
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-212-9/+10
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-2/+2
* Rebase SpeechInputBubble on the new views bubble.msw@chromium.org2011-11-181-121/+96
* Cleanup: Remove more forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-161-2/+0
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-152-2/+3
* Add a tray notification UI for speech input recording in the extension API.leandrogracia@chromium.org2011-11-117-0/+1511
* Revert 109285 - Seems to have broken chrome_frame_net_tests on the win_rel tr...rsleevi@chromium.org2011-11-107-1501/+0
* Add a tray notification UI for speech input recording in the extension API.leandrogracia@chromium.org2011-11-097-0/+1501
* Align avatar bubble with edge of anchor controlsail@chromium.org2011-11-031-2/+3
* Move BrowserThread to content namespace.joi@chromium.org2011-11-024-0/+8
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-284-5/+5
* views: Change TextButton API to string16.tfarina@chromium.org2011-10-191-4/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-192-15/+19
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Make audio recording exclusive between web speech input and the extension API.leandrogracia@chromium.org2011-10-172-4/+19