Chris Pearce
|
5148e8b330
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
|
Chris Pearce
|
e292595ac4
|
Bug 799344 - Un-templatify nsBuiltinDecoderReader::DecodeToFirstData() so that we don't need to know nsBuiltinDecoderStateMachine's interface in nsBuiltinDecoderReader.h. This means that nsBuiltinDecoderReader.h doesn't need to include nsBuiltinDecoderStateMachine.h when we move the state machine declaration from nsBuiltinDecoder.h to nsBuiltinDecoderStateMachine.h (in a later patch). nsBuiltinDecoderStateMachine.h needs to include nsBuiltinDecoderReader.h, so if nsBuiltinDecoderReader.h needed to include nsBuiltinDecoderStateMachine.h we'd have an include cycle, which is bad. r=roc
|
2012-11-07 11:33:01 +13:00 |
|
Chris Pearce
|
ace5511d82
|
Bug 799344 - Remove nsBuiltinDecoder::GetDecodeState(), so that nsBuiltinDecoder doesn't need to know about nsDecoderStateMachine::State. r=roc
|
2012-11-07 11:33:01 +13:00 |
|
Steve Workman
|
1de10bcca3
|
Bug 734546: Add DASH Decoders and Readers r=cpearce r=ted
|
2012-09-29 16:29:04 -07:00 |
|