summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_recognition_request.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-5/+5
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-6/+7
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-1/+4
* Fixing misleading name in a speech input setting and related variables.leandrogracia@chromium.org2011-10-081-2/+2
* Applying changes to the existing speech input code to support the extension API.leandrogracia@chromium.org2011-10-071-13/+38
* Update params to OnURLFetchComplete().skerner@chromium.org2011-09-261-9/+5
* net: Put more functions from escape.h into net namespace.tfarina@chromium.org2011-09-221-3/+3
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-2/+2
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-2/+2
* Context menu for "Voice recognition options"gshires@google.com2011-07-261-2/+3
* Get rid of the implicit content dependency on how Chrome stores its resources...jam@chromium.org2011-06-241-1/+0
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-1/+1
* Enable visible profanity filter for speech input and correct a mistake in the...satish@chromium.org2011-04-271-1/+2
* In speech input, introduce a 'warm up' screen for slow audio capture devices.satish@chromium.org2011-04-051-1/+1
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-2/+2
* Request for 5 speech recognition results instead of 3.satish@chromium.org2011-03-211-3/+6
* A small set of related fixes:satish@chromium.org2011-03-141-5/+1
* Stream speech audio to server as it gets recorded, instead of waiting until e...satish@chromium.org2011-03-041-8/+12
* Move core pieces of speech from chrome to content.jam@chromium.org2011-02-261-0/+197