gecko/dom/inputport
Boris Zbarsky 6a3f2d3909 Bug 1157898 part 1. Make code of the form "return rv.ErrorCode();" where rv is an ErrorResult use StealNSResult instead. r=peterv
This patch was generated with the following command:

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 's/return ([a-zA-Z0-9]+)\.ErrorCode\(\);/return \1.StealNSResult();/'
2015-04-27 09:18:51 -04:00
..
test
AVInputPort.cpp
AVInputPort.h
DisplayPortInputPort.cpp
DisplayPortInputPort.h
FakeInputPortService.cpp Bug 1026350 followup #2: Use NS_IMETHOD instead of NS_IMETHODIMP for function-decl that happens to provide inline impl, in FakeInputPortService.cpp. rs=froydnj 2015-04-10 09:49:55 -07:00
FakeInputPortService.h
HDMIInputPort.cpp
HDMIInputPort.h
InputPort.cpp
InputPort.h
InputPortData.cpp
InputPortData.h
InputPortListeners.cpp
InputPortListeners.h
InputPortManager.cpp Bug 1157898 part 1. Make code of the form "return rv.ErrorCode();" where rv is an ErrorResult use StealNSResult instead. r=peterv 2015-04-27 09:18:51 -04:00
InputPortManager.h
InputPortServiceFactory.cpp
InputPortServiceFactory.h
moz.build
nsIInputPortService.idl