| Commit message (Expand) | Author | Age | Lines |
* | [webm] Don't reject seeks with EOS | trav90 | 2018-10-08 | -0/+4 |
* | [webm] Treat demuxing errors differently than EOS | trav90 | 2018-10-08 | -41/+75 |
* | Call VPXDecoder libvpx wrappers for WebM | trav90 | 2018-10-08 | -13/+14 |
* | Implement keyframe and framesize VPXDecoder helpers | trav90 | 2018-10-08 | -10/+46 |
* | Add Span support to MediaRawData | trav90 | 2018-10-08 | -0/+3 |
* | [vpx] Store VPXDecoder codec as an enum | trav90 | 2018-10-08 | -4/+5 |
* | [webm] Store LastSeenFrame dimensions as an nsIntSize | trav90 | 2018-10-08 | -8/+6 |
* | Make all arguments to init*Event() optional except the first | wolfbeast | 2018-10-04 | -169/+175 |
* | [ffmpeg] Always allocate memory to pass extradata | trav90 | 2018-10-01 | -3/+15 |
* | [ffvpx] Update ffvp9/ffvp8 to release 4.0.2 | trav90 | 2018-10-01 | -1/+1 |
* | Revert "Update ffvpx code to 4.0.2" | Moonchild | 2018-10-01 | -1/+1 |
* | Merge pull request #801 from trav90/update-from-upstream | Moonchild | 2018-10-01 | -1/+1 |
|\ |
|
| * | [ffvpx] Update ffvp9/ffvp8 to release 4.0.2 | trav90 | 2018-09-30 | -1/+1 |
* | | Remove telemetry reporting functions from CubebUtils | wolfbeast | 2018-10-01 | -40/+0 |
|/ |
|
* | Clean up a number of unused variables. | wolfbeast | 2018-09-29 | -12/+0 |
* | Update test files for libnestegg update | trav90 | 2018-09-29 | -3/+5 |
* | Remove IndexedDB for content pref. | wolfbeast | 2018-09-29 | -30/+0 |
* | backport mozbug 1334776 - CVE-2017-7797 Header name interning leaks across or... | Gaming4JC | 2018-09-25 | -1/+1 |
* | Send worker-runnables destined for the main thread actually to the main thread. | wolfbeast | 2018-09-16 | -9/+18 |
* | Stop using the worker MainThreadTaskQueue from dom/fetch. | wolfbeast | 2018-09-16 | -9/+3 |
* | Stop using the MainThreadTaskQueue from service workers. | wolfbeast | 2018-09-16 | -36/+23 |
* | Fix wrong SVG sizes with non-integer values for viewBox width/height. | wolfbeast | 2018-09-14 | -0/+175 |
* | Fix clang build bustage. | wolfbeast | 2018-09-12 | -1/+1 |
* | Bug 1466991 - Part 2: Reparent nodes when they start being in the XBL scope. | wolfbeast | 2018-09-11 | -0/+49 |
* | Bug 1466991 - Part 1: Factor out ShouldUseXBLScope. | wolfbeast | 2018-09-11 | -1/+17 |
* | Bug 1472925 - Keep a strong reference to MediaStreamGraph from GraphDriver. | wolfbeast | 2018-09-11 | -8/+9 |
* | Fix build bustage in cbfef7fcdb853916ff04015f6ee2d4b86f424a08 | wolfbeast | 2018-09-11 | -2/+4 |
* | Release mapped surface memory on size check failure to plug a leak. | wolfbeast | 2018-09-11 | -0/+2 |
* | Move surface data checking to a separate function to make it less "totally nuts" | wolfbeast | 2018-09-11 | -12/+47 |
* | RTCCertificate.cpp: output truncated before the last format character | trav90 | 2018-09-07 | -1/+1 |
* | Bug 1357432 (#750) | Moonchild | 2018-09-05 | -2/+30 |
* | Remove all C++ telemetry autotimers | wolfbeast | 2018-09-04 | -43/+18 |
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-09-03 | -842/+14 |
* | Remove support for TLS session caches in TLSServerSocket. | wolfbeast | 2018-09-01 | -1/+0 |
* | Add missing } | wolfbeast | 2018-08-25 | -0/+1 |
* | Add a horizontal scroll action option for mouse wheel. | wolfbeast | 2018-08-25 | -1/+7 |
* | Re-implement custom background color of standalone images. | wolfbeast | 2018-08-20 | -0/+20 |
* | memset only the underlying vector from the Array container | trav90 | 2018-08-18 | -1/+1 |
* | Remove the const to fix the -Wignored-qualifiers warning with GCC 8 (Part 2) | trav90 | 2018-08-10 | -2/+2 |
* | Remove the const to fix the -Wignored-qualifiers warning with GCC 8 | trav90 | 2018-08-10 | -1/+1 |
* | Issue #686: Un-deprecate the Application Cache API | SpockMan02 | 2018-08-05 | -3/+0 |
* | Merge pull request #690 from janekptacijarabaci/netwerk_cors_multiple_1 | Moonchild | 2018-08-04 | -0/+1 |
|\ |
|
| * | Fixed misleading console error message for multiple CORS headers | janekptacijarabaci | 2018-07-31 | -0/+1 |
* | | Bug 1335296 - Expand about:support WebGL information | janekptacijarabaci | 2018-08-01 | -12/+131 |
|/ |
|
* | [EME] Add support for sbgp and sgpd boxes occuring in the sampletable | trav90 | 2018-07-25 | -3/+3 |
* | [EME] Add support for sbgp and sgpd boxes in the traf box | trav90 | 2018-07-25 | -1/+6 |
* | Merge pull request #652 from janekptacijarabaci/dom_document_domain_null_1 | Moonchild | 2018-07-20 | -4/+4 |
|\ |
|
| * | Bug 819475 - Make document.domain non-nullable | janekptacijarabaci | 2018-07-20 | -4/+4 |
* | | Bug 1351193 - Update tests | janekptacijarabaci | 2018-07-20 | -1/+1 |
* | | Bug 1351193 - Added new DataTransfer constructor | janekptacijarabaci | 2018-07-20 | -17/+5 |
|/ |
|