Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Sep 20, 2021
Reduce use of makeRefPtr() and use RefPtr { } directly
Show description for 65b0916committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 25, 2021
[iOS] ASSERTION FAILED: !isMainThread() in WebCore::SpeechRecognitionCaptureSourceImpl::audioSamplesAvailable
Show description for 682eb9ecommitted
Commits on May 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 23, 2021
Drop WTF::tryHoldLock() as it is incompatible with Clang Thread Safety Analysis
Show description for 751a487committed
Commits on May 22, 2021
Use CheckedLock in SpeechRecognitionCaptureSourceImpl
Show description for b5f821ccommittedStop using holdLock() in WebCore as it is not compatible with Clang thread safety analysis
Show description for 9252a1ccommitted
Commits on Apr 30, 2021
Commits on Mar 23, 2021
[WebIDL] Remove the need to specify [MayThrowException]
Show description for c9d973bcommitted
Sam Weinig
Commits on Mar 18, 2021
SpeechSynthesis should honor audioPlaybackRequiresUserGesture setting on iOS.
Show description for ce54d0ccommitted
Commits on Feb 6, 2021
REGRESSION(r272337): crash under WebCore::SpeechRecognizer::setInactive()
Show description for 66f9883authored andcommitted
Commits on Feb 5, 2021
Enable audio capture for speech recognition in GPUProcess
Show description for f196b12committed
Commits on Feb 3, 2021
Create a SpeechRecognizer for each SpeechRecognitionRequest
Show description for c901832authored andcommitted
Commits on Feb 1, 2021
Use user media permission prompt for speech recognition
Show description for eed6219authored andcommitted
Commits on Jan 27, 2021
Use SFTranscription instead of SFTranscriptionSegment for SpeechRecognitionAlternative
Show description for 59ab34eauthored andcommittedMute audio capture for speech recognition based on shouldInterruptAudioOnPageVisibilityChange when page is invisible
Show description for 0e41f9cauthored andcommitted
Commits on Jan 25, 2021
Support AbortSignal in addEventListenerOptions to unsubscribe from events
Show description for 443768ecommittedNullptr dereference in SpeechRecognition::stop()
Show description for 9c0c40eauthored andcommitted
Commits on Jan 20, 2021
Update media state for active speech recognition as it uses audio capture
Show description for 10a3c2fauthored andcommitted
Commits on Jan 8, 2021
[Mojave Debug] ASSERTION FAILED: !m_requests.contains(clientIdentifier) in WebKit::SpeechRecognitionServer::start()
Show description for 795ef2bauthored andcommitted
Commits on Jan 5, 2021
Fail speech recognition when page is muted for audio capture
Show description for b50193dauthored andcommitted
Commits on Dec 15, 2020
Add webkit- prefix to SpeechRecognition
Show description for 361905acommittedresultIndex of SpeechRecognitionEvent should be the first index that has change
Show description for ff5b8a7committed
Commits on Dec 14, 2020
Implement recognizer for SpeechRecognition
Show description for a883d05committed
Commits on Dec 9, 2020
Implement audio capture for SpeechRecognition on iOS
Show description for 5a9cac9committed
Commits on Nov 22, 2020
Implement audio capture for SpeechRecognition on macOS
Show description for 816c845committed
Commits on Nov 14, 2020
Implement basic permission check for SpeechRecognition
Show description for 6b4f739committed
Commits on Nov 4, 2020
Set up basic infrastructure for SpeechRecognition
Show description for f1718dfcommitted
Commits on Oct 22, 2020
Non-unified build fixes, late-ish October 2020 edition
Show description for e3b1cd0committed
Commits on Oct 21, 2020
Add stubs for SpeechRecognition
Show description for b58e6f5committed
Commits on Oct 20, 2020
Add stubs for SpeechRecognition
Show description for 7526471committed
Commits on Oct 1, 2020
[WebIDL] Make Exposed mandatory for IDL interfaces
Show description for 9940f5ccommitted
Sam Weinig
Commits on Sep 23, 2020
[WebIDL] Switch to new file name convention for partial interfaces
Show description for 50ca2ddcommitted
Sam Weinig