index
:
palemoon-gre
master
Pale Moon [Local Fork]
khronosschoty@posteo.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dom
Commit message (
Expand
)
Author
Age
*
Move MediaDecoder::UpdateStreamBlockingForPlayState to the MDSM
trav90
2017-10-25
*
Move MediaDecoder::UpdateStreamBlockingForStateMachinePlaying to the MDSM
trav90
2017-10-25
*
Move AddOutputStream code below MediaDecoder::Load()
trav90
2017-10-25
*
Rename MediaDecoder::UpdateDecodedStream to MediaDecoder::UpdateStreamBlockin...
trav90
2017-10-25
*
Rework DecodedStream::RecreateData()
trav90
2017-10-25
*
Fall back to UTF-8 instead of Windows-1252 as last-effort.
Pale Moon
2017-10-23
*
Add UTF-8 as a default fallback encoding for unknown encodings.
Pale Moon
2017-10-23
*
Merge pull request #1422 from trav90/media-work
Moonchild
2017-10-23
|
\
|
*
Remove now unused functions
trav90
2017-10-22
|
*
Move output stream code from MediaDecoder to DecodedStream
trav90
2017-10-22
|
*
Move stream connection code from MediaDecoder to DecodedStream
trav90
2017-10-22
|
*
Remove MediaDecoder::DestroyDecodedStream()
trav90
2017-10-22
|
*
Remove MediaDecoder::ConnectDecodedStreamToOutputStream()
trav90
2017-10-22
|
*
Remove dependency on MediaDecoder from DecodedStream
trav90
2017-10-22
|
*
Move MediaDecoder::mOutputStreams to DecodedStream
trav90
2017-10-22
|
*
Create a wrapper class where MediaDecoder::mOutputStreams can move
trav90
2017-10-22
*
|
Guard against early states in UpdateNextFrameStatus
trav90
2017-10-22
|
/
*
Move MediaDecoder::DecodedStreamData and related code to its own file
trav90
2017-10-20
*
Explicitly typecast GetAsNode() in nsINode.cpp
trav90
2017-10-18
*
Bug 1104955: Implement IDL [Unscopable] (partially)
janekptacijarabaci
2017-10-13
*
Bug 911477: Implement DOM4 methods: prepend(), append(), before(), after() an...
janekptacijarabaci
2017-10-13
*
Bug 1308922 (CVE-2016-9069): heap-use-after-free in nsINode::ReplaceOrInsertB...
janekptacijarabaci
2017-10-13
*
Building with "--enable-debug" - fix one of assertion failures
janekptacijarabaci
2017-10-07
*
Merge pull request #1399 from janekptacijarabaci/error_improvements_1_followUp_1
Moonchild
2017-10-07
|
\
|
*
window.onerror catches JSON.parse error in Promise fulfillment (follow up)
janekptacijarabaci
2017-10-06
*
|
Handle non-empty tail dispatchers in BeginShutdown
trav90
2017-10-05
*
|
Implement TaskDispatcher::DispatchTasksFor
trav90
2017-10-05
*
|
Fix some potential rooting hazards in the NPAPI plugin interface.
Pale Moon
2017-10-04
|
/
*
Merge pull request #1375 from trav90/media-HWAccel-work
Moonchild
2017-09-28
|
\
|
*
Revert "Allow disabling HW acceleration even when SharedDecoderManager isn't ...
trav90
2017-09-28
*
|
Update MediaPromise gtest
trav90
2017-09-28
*
|
Prevent crash when more than one MediaPromise is rejected
trav90
2017-09-28
|
/
*
JS - DOM - vertical text page - scroll icon
janekptacijarabaci
2017-09-23
*
Remove ENABLE_TESTS ifdefs from MP3Demuxer
trav90
2017-09-14
*
[MP3] Accept partial information from VBR headers
trav90
2017-09-14
*
Add a test case for skipping over false positive syncs at the beginning of an...
trav90
2017-09-14
*
[MP3] Try detecting the actual frame start even when parsing starts mid-stream
trav90
2017-09-14
*
[MP3] Fix assert in VBRI header parsing to actually check that we've been pas...
trav90
2017-09-14
*
[MP3] Check VBR header is valid before using it for duration calculations
trav90
2017-09-14
*
Crash fix: Avoid division by zero in MP3Demuxer
trav90
2017-09-14
*
Add/update tests
trav90
2017-09-14
*
[MP3] Constrain seek position getter to max duration
trav90
2017-09-14
*
[MP3] Accept only layer III frames
trav90
2017-09-14
*
[MP3] Clamp seeking offsets to estimated frame boundaries
trav90
2017-09-14
*
[MP3] Add frame consistency verification to reduce chance for false positive ...
trav90
2017-09-14
*
Prevent ScanUntil from overshooting the target time frame
trav90
2017-09-14
*
[MP3] Use VBR/CBR header TOC for efficient seeking and enable fast seeking wi...
trav90
2017-09-14
*
[MP3] Parse complete Xing/Info header info
trav90
2017-09-14
*
Switch VBR header parsing to use a ByteReader as well instead of directly acc...
trav90
2017-09-12
*
Switch the MPEG frame and ID3 header parsers to use a ByteReader instead of a...
trav90
2017-09-12
[next]