gecko-dev/dom/media/webspeech/recognition
Gerald Squelart b500aaacf6 Bug 1316206 - Fix RefPtr assignments from 0 - r=froydnj
Giving '0' (literal zero) to RefPtr is now ambiguous, as both
RefPtr(decltype(nullptr)) and RefPtr(T*) could be used.
In any case, our coding standards mandate the use of 'nullptr' for pointers.
So I'm changing all zeroes into nullptr's where necessary.

MozReview-Commit-ID: A458A4e9for

--HG--
extra : rebase_source : bc4107ce1767329e3dddfe34c55ba79202192e06
2016-11-08 14:34:06 +11:00
..
models
test Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/media. r=RyanVM 2016-11-05 11:29:16 +01:00
endpointer.cc
endpointer.h
energy_endpointer_params.cc
energy_endpointer_params.h
energy_endpointer.cc
energy_endpointer.h
moz.build Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium 2016-05-11 00:00:01 -07:00
nsISpeechRecognitionService.idl
PocketSphinxSpeechRecognitionService.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
PocketSphinxSpeechRecognitionService.h
SpeechGrammar.cpp Bug 1206637: P2. Replace all cached preferences with MediaPrefs ones. r=cpearce 2016-05-10 11:02:28 +10:00
SpeechGrammar.h
SpeechGrammarList.cpp
SpeechGrammarList.h
SpeechRecognition.cpp Bug 1292892 part 5 - Replace most nsContentUtils::RootingCx calls with dom::RootingCx. r=bz,terrence 2016-08-11 14:39:23 +02:00
SpeechRecognition.h Bug 1316206 - Fix RefPtr assignments from 0 - r=froydnj 2016-11-08 14:34:06 +11:00
SpeechRecognitionAlternative.cpp
SpeechRecognitionAlternative.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
SpeechRecognitionResult.cpp
SpeechRecognitionResult.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
SpeechRecognitionResultList.cpp
SpeechRecognitionResultList.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
SpeechStreamListener.cpp Bug 1266646 - Move group of MediaStreamListener to a new header file. r=pehrsons 2016-06-30 15:07:48 +08:00
SpeechStreamListener.h Bug 1266646 - Move group of MediaStreamListener to a new header file. r=pehrsons 2016-06-30 15:07:48 +08:00