summaryrefslogtreecommitdiff
path: root/dom
Commit message (Expand)AuthorAge
* Move MediaDecoder::UpdateStreamBlockingForPlayState to the MDSMtrav902017-10-25
* Move MediaDecoder::UpdateStreamBlockingForStateMachinePlaying to the MDSMtrav902017-10-25
* Move AddOutputStream code below MediaDecoder::Load()trav902017-10-25
* Rename MediaDecoder::UpdateDecodedStream to MediaDecoder::UpdateStreamBlockin...trav902017-10-25
* Rework DecodedStream::RecreateData()trav902017-10-25
* Fall back to UTF-8 instead of Windows-1252 as last-effort.Pale Moon2017-10-23
* Add UTF-8 as a default fallback encoding for unknown encodings.Pale Moon2017-10-23
* Merge pull request #1422 from trav90/media-workMoonchild2017-10-23
|\
| * Remove now unused functionstrav902017-10-22
| * Move output stream code from MediaDecoder to DecodedStreamtrav902017-10-22
| * Move stream connection code from MediaDecoder to DecodedStreamtrav902017-10-22
| * Remove MediaDecoder::DestroyDecodedStream()trav902017-10-22
| * Remove MediaDecoder::ConnectDecodedStreamToOutputStream()trav902017-10-22
| * Remove dependency on MediaDecoder from DecodedStreamtrav902017-10-22
| * Move MediaDecoder::mOutputStreams to DecodedStreamtrav902017-10-22
| * Create a wrapper class where MediaDecoder::mOutputStreams can movetrav902017-10-22
* | Guard against early states in UpdateNextFrameStatustrav902017-10-22
|/
* Move MediaDecoder::DecodedStreamData and related code to its own filetrav902017-10-20
* Explicitly typecast GetAsNode() in nsINode.cpptrav902017-10-18
* Bug 1104955: Implement IDL [Unscopable] (partially)janekptacijarabaci2017-10-13
* Bug 911477: Implement DOM4 methods: prepend(), append(), before(), after() an...janekptacijarabaci2017-10-13
* Bug 1308922 (CVE-2016-9069): heap-use-after-free in nsINode::ReplaceOrInsertB...janekptacijarabaci2017-10-13
* Building with "--enable-debug" - fix one of assertion failuresjanekptacijarabaci2017-10-07
* Merge pull request #1399 from janekptacijarabaci/error_improvements_1_followUp_1Moonchild2017-10-07
|\
| * window.onerror catches JSON.parse error in Promise fulfillment (follow up)janekptacijarabaci2017-10-06
* | Handle non-empty tail dispatchers in BeginShutdowntrav902017-10-05
* | Implement TaskDispatcher::DispatchTasksFortrav902017-10-05
* | Fix some potential rooting hazards in the NPAPI plugin interface.Pale Moon2017-10-04
|/
* Merge pull request #1375 from trav90/media-HWAccel-workMoonchild2017-09-28
|\
| * Revert "Allow disabling HW acceleration even when SharedDecoderManager isn't ...trav902017-09-28
* | Update MediaPromise gtesttrav902017-09-28
* | Prevent crash when more than one MediaPromise is rejectedtrav902017-09-28
|/
* JS - DOM - vertical text page - scroll iconjanekptacijarabaci2017-09-23
* Remove ENABLE_TESTS ifdefs from MP3Demuxertrav902017-09-14
* [MP3] Accept partial information from VBR headerstrav902017-09-14
* Add a test case for skipping over false positive syncs at the beginning of an...trav902017-09-14
* [MP3] Try detecting the actual frame start even when parsing starts mid-streamtrav902017-09-14
* [MP3] Fix assert in VBRI header parsing to actually check that we've been pas...trav902017-09-14
* [MP3] Check VBR header is valid before using it for duration calculationstrav902017-09-14
* Crash fix: Avoid division by zero in MP3Demuxertrav902017-09-14
* Add/update teststrav902017-09-14
* [MP3] Constrain seek position getter to max durationtrav902017-09-14
* [MP3] Accept only layer III framestrav902017-09-14
* [MP3] Clamp seeking offsets to estimated frame boundariestrav902017-09-14
* [MP3] Add frame consistency verification to reduce chance for false positive ...trav902017-09-14
* Prevent ScanUntil from overshooting the target time frametrav902017-09-14
* [MP3] Use VBR/CBR header TOC for efficient seeking and enable fast seeking wi...trav902017-09-14
* [MP3] Parse complete Xing/Info header infotrav902017-09-14
* Switch VBR header parsing to use a ByteReader as well instead of directly acc...trav902017-09-12
* Switch the MPEG frame and ID3 header parsers to use a ByteReader instead of a...trav902017-09-12