summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrating NewRunnableMethod/Function to bind::Base in the speech input code.leandrogracia@chromium.org2011-10-175-30/+29
* Update the bubble to allow it not to be closed on dismiss. This is needed for...finnur@chromium.org2011-10-111-7/+7
* Fixing misleading name in a speech input setting and related variables.leandrogracia@chromium.org2011-10-082-11/+12
* Applying changes to the existing speech input code to support the extension API.leandrogracia@chromium.org2011-10-072-17/+18
* Change std::wstring to string16 for views::Label and views::Labelyosin@chromium.org2011-10-071-5/+5
* Revert 104076 - Change std::wstring to string16 for views::Linkhbono@chromium.org2011-10-051-5/+5
* Change std::wstring to string16 for views::Linkyosin@chromium.org2011-10-051-5/+5
* Converts usage of GetBrowserViewForNativeWindow tosky@chromium.org2011-09-301-2/+1
* Remove use of default request context and fix use of speech censor flagallanwoj@chromium.org2011-09-292-0/+67
* Reland r102332 - export more symbols needed for the component builddpranke@chromium.org2011-09-231-8/+0
* Refactor SpeechInputManager between chrome/ and content/.allanwoj@chromium.org2011-09-212-185/+50
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+3