gecko-dev/dom/media/ogg
Eric Rahm 6ea4ed1c80 Bug 1322095 - Part 2: Remove nsAutoPtr from dom/media. r=jya
This converts `nsAutoPtr` usage in dom/media to `UniquePtr`. Beyond just a
search and replace we also needed to update assignment and access of the
`UniquePtr`s. This falls into a few categories:
  - Assignment from a newly constructed object switches to `MakeUnique`
  - Assignment from a raw ptr switches to `UniquePtr::reset`
  - Handing out a raw ptr now requires `UniquePtr::get`
  - Uses `UniquePtr::release` rather than `nsAutoPtr::forget`
  - A few spots are updated to return a `UniquePtr` rather than a raw ptr

Differential Revision: https://phabricator.services.mozilla.com/D60084

--HG--
extra : moz-landing-system : lando
2020-02-21 22:44:00 +00:00
..
moz.build Bug 1465407 - Add media fuzzing targets. r=jya 2019-07-16 14:50:17 +00:00
OggCodecState.cpp Bug 1322095 - Part 2: Remove nsAutoPtr from dom/media. r=jya 2020-02-21 22:44:00 +00:00
OggCodecState.h Bug 1322095 - Part 2: Remove nsAutoPtr from dom/media. r=jya 2020-02-21 22:44:00 +00:00
OggCodecStore.cpp
OggCodecStore.h
OggDecoder.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
OggDecoder.h
OggDemuxer.cpp Bug 1322095 - Part 2: Remove nsAutoPtr from dom/media. r=jya 2020-02-21 22:44:00 +00:00
OggDemuxer.h
OggWriter.cpp Bug 1014393 - Use undef-after-def pattern in MediaRecorder and related files. r=bryce 2019-08-05 10:05:28 +00:00
OggWriter.h Bug 1014393 - Remove EncodedFrameContainer. r=pehrsons 2019-08-03 17:27:16 +00:00
OpusParser.cpp Bug 1014393 - Use undef-after-def pattern in MediaRecorder and related files. r=bryce 2019-08-05 10:05:28 +00:00
OpusParser.h