gecko-dev/dom/media/webm
Bryce Seager van Dyk 566e4b6e4e Bug 1582518 - Replace IntervalSet.Length usages with IsEmpty where appropriate. r=dminor
This replaces the instances where Length was being called on an interval set
to determine if it was empty or not empty. IsEmpty makes the intention in these
cases more immediately obvious, and avoids the need to think about ints as
bools in cases like `if(!mySet.Length())`.

Depends on D46638

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

--HG--
extra : moz-landing-system : lando
2019-09-20 19:41:53 +00:00
..
EbmlComposer.cpp Bug 1563520 - Clarify EbmlComposer. r=bryce 2019-08-08 07:45:13 +00:00
EbmlComposer.h Bug 1563520 - Clarify EbmlComposer. r=bryce 2019-08-08 07:45:13 +00:00
NesteggPacketHolder.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
WebMBufferedParser.cpp
WebMBufferedParser.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
WebMDecoder.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
WebMDecoder.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
WebMDemuxer.cpp Bug 1582518 - Replace IntervalSet.Length usages with IsEmpty where appropriate. r=dminor 2019-09-20 19:41:53 +00:00
WebMDemuxer.h Bug 1563949 - part4 : prevent direct usage of 'AppendElement()' to append sample. r=jya 2019-07-19 21:11:21 +00:00
WebMWriter.cpp Bug 1570958 - Demote some WebMWriter assertions to keep release builds clean and happy. r=jib 2019-08-07 10:10:57 +00:00
WebMWriter.h Bug 1014393 - Remove EncodedFrameContainer. r=pehrsons 2019-08-03 17:27:16 +00:00
moz.build Bug 1465407 - Add media fuzzing targets. r=jya 2019-07-16 14:50:17 +00:00