Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove leftover flashOnly checks in the plugin registry. | wolfbeast | 2018-02-12 |
| | |||
* | Remove flash-only plugin pref. | wolfbeast | 2018-02-12 |
| | | | | Tag issue #38. | ||
* | Fix test paths for WebExAM | Matt A. Tobin | 2018-02-11 |
| | |||
* | Hook up the Tycho Add-on Manager to the build system | Matt A. Tobin | 2018-02-10 |
| | |||
* | Workaround for cloned videos not retaining their muted state. | wolfbeast | 2018-02-10 |
| | |||
* | Merge branch 'ported-upstream' | wolfbeast | 2018-02-09 |
|\ | |||
| * | Bug 1420507 | wolfbeast | 2018-02-09 |
| | | |||
| * | Use a static mutex for getting deviceId keys in MediaParent. | wolfbeast | 2018-02-08 |
| | | |||
| * | Implement "cookie-averse document objects". | wolfbeast | 2018-02-08 |
| | | | | | | | | | | See: https://html.spec.whatwg.org/multipage/dom.html#cookie-averse-document-object This resolves #196. | ||
| * | Explicitly cancel channel after mixed content redirect. | wolfbeast | 2018-02-08 |
| | | |||
* | | Fix a rare crash with asm.js caching. | wolfbeast | 2018-02-09 |
| | | |||
* | | Re-enable asm.js caching | wolfbeast | 2018-02-09 |
|/ | |||
* | Fix ReadCompressedIndexDataValuesFromBlob(). | wolfbeast | 2018-02-08 |
| | |||
* | Check for integer overflow in AesTask::DoCrypto() (DiD) | wolfbeast | 2018-02-08 |
| | | | | | | | | | | | | After calling mResult.SetLength(mData.Length() + 16) we should check that the integer addition didn't overflow. It seems at the moment impossible to create ArrayBuffers of size >= 0x0xfffffff0, however adding a check here doesn't hurt. mResult.Length() is passed to the PK11 API functions as a maxOut parameter and should be checked by the softoken crypto algorithm implementations. AES-ECB and AES-GCM seem to do that correctly. | ||
* | Merge branch 'ported-upstream' | wolfbeast | 2018-02-07 |
|\ | |||
| * | Fix errant comma in 4470f78754246bbd134b65cad2e0a9638418677f | wolfbeast | 2018-02-07 |
| | | |||
| * | Avoid unnecessary string creation. | wolfbeast | 2018-02-07 |
| | | |||
* | | Merge pull request #10 from trav90/media-work | Moonchild | 2018-02-06 |
|\ \ | |/ |/| | Update FFmpeg code to n3.2-65-gee56777 | ||
| * | Update FFmpeg code to n3.2-65-gee56777 | trav90 | 2018-02-04 |
| | | |||
* | | CSP should only check host (not including path) when performing frame ↵ | wolfbeast | 2018-02-06 |
| | | | | | | | | | | | | ancestors checks. This has been explicitly stated in the CSP-3 spec. | ||
* | | Merge branch 'ported-moebius' | wolfbeast | 2018-02-04 |
|\ \ | |||
| * | | Add -moz-windows-accent-color-is-dark | wolfbeast | 2018-02-04 |
| | | | | | | | | | | | | #31 point 4 | ||
| * | | Add `@media(-moz-windows-accent-color-applies)` | wolfbeast | 2018-02-04 |
| |/ | | | | | | | #31 point 3 | ||
* | | Merge branch 'master' into configurebuild-work | Matt A. Tobin | 2018-02-03 |
|\| | |||
| * | Remove GCZeal: Base cleanup | wolfbeast | 2018-02-03 |
| | | | | | | | | UXP repo issue #8 | ||
* | | Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP | Matt A. Tobin | 2018-02-03 |
|/ | |||
* | Add canvas data poisoning option. | wolfbeast | 2018-02-02 |
| | | | | Tag #61. | ||
* | Switch GeoLocation to IP-API.com with minimal requests. | wolfbeast | 2018-02-02 |
| | |||
* | Implement configuration pref for Generational Garbage Collection. | wolfbeast | 2018-02-02 |
| | | | | | Pref: javascript.options.mem.gc_generational This resolves #20 | ||
* | Support "SourceMap" header along with "X-SourceMap" | wolfbeast | 2018-02-02 |
| | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |