Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bug 1438425 - Delete DocumentRenderer. r=jesup, a=RyanVM | Jeff Muizelaar | 2018-03-14 | -396/+3 |
| | | | | | | | It is unused. --HG-- extra : histedit_source : b7af9f250f0330f90547114184873ae9971f20fc | |||
* | Bug 1430173 - Add qualifiers to BorrowedAttrInfo. r=baku, a=RyanVM | Tom Ritter | 2018-03-14 | -1/+1 |
| | | | | | | | | | | Because we added a new file, we rearranged the Unified Build order and now need to fully qualify BorrowedAttrInfo which previously inherited a using statement. MozReview-Commit-ID: BD45k5t9dQU --HG-- extra : transplant_source : o%E5%3B%E2dr%DF%A1cP%5E%17%19%19%FF%E1%27%A3%9F%99 | |||
* | Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM | Tom Ritter | 2018-03-14 | -20/+25 |
| | | | | | | | MozReview-Commit-ID: 6xhQ71a5rDU --HG-- extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B | |||
* | Bug 1430173 - Add Timer Rounding tests backported from -central to -esr. ↵ | Tom Ritter | 2018-03-14 | -0/+390 |
| | | | | | | | | | r=baku, a=RyanVM MozReview-Commit-ID: Jl4WZAamgrI --HG-- extra : transplant_source : E%DC%91lU%1C%A4l%2C%C8%23PCz%EB%F2%81%25%1F%90 | |||
* | Bug 1430173 - Reduce the precision of all explicit clocks to 2ms. r=baku, ↵ | Tom Ritter | 2018-03-14 | -32/+105 |
| | | | | | | | | | | | a=RyanVM Backport to ESR where we don't have the ResistFingerprinting component. MozReview-Commit-ID: 9bjycHjR3SF --HG-- extra : transplant_source : %EA%03%21%0A%E9%3F%8E%CD%7C%D79f%96%85%96%00%5D%7F%95X | |||
* | Bug 1428947 - Check plane width & stride constraints. r=mattwoodrow, a=ritu | Dan Glastonbury | 2018-03-14 | -1/+1 |
| | | | | | | | MozReview-Commit-ID: 328ETwMdVnq --HG-- extra : rebase_source : e16b28d137de080f9d8495c6937e24ac16b16ab1 | |||
* | Bug 1430557. r=longsonr, a=lizzard | Jonathan Watt | 2018-03-14 | -2/+19 |
| | | | | | --HG-- extra : rebase_source : 5109c816d9ad1ce1881e3670b8d74ae0dc475223 | |||
* | Bug 1434580 - Ensure proper mouseover handling. r=masayuki, a=RyanVM | Olli Pettay | 2018-03-14 | -2/+3 |
| | | | | | | --HG-- extra : source : bfd4bdfd40b43d0491c66af5b599659427e4e795 extra : intermediate-source : 8660689b18cd25f0110276bfc5bb8e8dd9c325f9 | |||
* | Remove Rust from the tree. | wolfbeast | 2018-03-13 | -4/+0 |
| | | | | Part 4 for #58 | |||
* | Remove Rust MP4 parser | wolfbeast | 2018-03-13 | -4/+0 |
| | | | | Part 1 for #58 | |||
* | JS - Object - "TypeError: setting a property that has only a getter" without ↵ | janekptacijarabaci | 2018-03-12 | -15/+0 |
| | | | | mentioning file and property name | |||
* | HTML - implement the labels attribute (follow up) | janekptacijarabaci | 2018-03-12 | -75/+83 |
| | ||||
* | HTML - implement the labels attribute | janekptacijarabaci | 2018-03-12 | -44/+296 |
| | ||||
* | SVG - support radialGradient fr attribute | janekptacijarabaci | 2018-03-12 | -5/+16 |
| | ||||
* | Implement DOM page onvisibilitychange. | janekptacijarabaci | 2018-03-12 | -1/+7 |
| | ||||
* | Disable -Wimplicit-fallthrough in dom/canvas | trav90 | 2018-03-04 | -1/+1 |
| | | | | GCC 7 supports the clang option -Wimplicit-fallthrough. | |||
* | Add support for CSP v3 "worker-src" directive | wolfbeast | 2018-03-03 | -47/+469 |
| | ||||
* | Merge pull request #34 from janekptacijarabaci/devtools_import-from-moebius_1 | Moonchild | 2018-03-02 | -6/+59 |
|\ | | | | | Port across devtools enhancements | |||
| * | Rewrite the comment, use maxResolutionMs | janekptacijarabaci | 2018-03-02 | -2/+4 |
| | | ||||
| * | Rounding to 1ms | janekptacijarabaci | 2018-03-01 | -2/+4 |
| | | ||||
| * | DevTools - network - implement the secureConnectionStart property for the ↵ | janekptacijarabaci | 2018-03-01 | -6/+55 |
| | | | | | | | | | | | | | | PerformanceTiming https://github.com/MoonchildProductions/moebius/pull/116 ("/testing" and "/toolkit" in in the previous commit) | |||
* | | Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵ | Matt A. Tobin | 2018-03-01 | -5/+5 |
|/ | | | | places | |||
* | Fix up leftover merge conflicts. | wolfbeast | 2018-02-24 | -16/+3 |
| | | | | Tag #26 | |||
* | Don't build EME-specific subroutines without EME. | wolfbeast | 2018-02-24 | -2/+88 |
| | | | | | | | | | | | - Checks for restricted or encrypted content - Dispatching 'encrypted' events - Dispatching 'key needed' events - HTML Media Element media keys system - EME telemetry - HTML Media Element EME API This is the main bulk for #26, isolating EME-specific code. | |||
* | Don't include MediaKeySystemAccess without EME. | wolfbeast | 2018-02-24 | -0/+20 |
| | | | | | | This also removes checks for EME content in documents. This removes practical use of EME by no longer having a keying system. (no-op) tag #26 | |||
* | Propagate plugin permissions from top-level to XO iframes. | janekptacijarabaci | 2018-02-22 | -3/+15 |
| | ||||
* | CSP: connect-src 'self' should always include https: and wss: schemes | janekptacijarabaci | 2018-02-22 | -11/+168 |
| | ||||
* | CSP: Support IDNs in connect-src | janekptacijarabaci | 2018-02-22 | -2/+135 |
| | ||||
* | CSP: Ignore nonces on <img> per spec | janekptacijarabaci | 2018-02-22 | -4/+111 |
| | ||||
* | CSP: Upgrade SO navigational requests per spec. | janekptacijarabaci | 2018-02-22 | -0/+184 |
| | ||||
* | CSP 2 - ignore (x-)frame-options if CSP with frame-ancestors directive exists | janekptacijarabaci | 2018-02-22 | -1/+123 |
| | ||||
* | Add site-specific overrides and remove the overruling global. | wolfbeast | 2018-02-22 | -10/+0 |
| | ||||
* | JS - make window.pageYOffset/pageXOffset/scrollX/scrollY double | janekptacijarabaci | 2018-02-21 | -31/+27 |
| | ||||
* | JS - URL - add toJSON support | janekptacijarabaci | 2018-02-21 | -1/+16 |
| | ||||
* | Fix build bustage: keep MF_WIN7_VERSION name | wolfbeast | 2018-02-20 | -2/+2 |
| | ||||
* | Remove more obsolete checks in dom/media and ipc. | wolfbeast | 2018-02-20 | -14/+2 |
| | ||||
* | Remove more Vista checks in dom/media | wolfbeast | 2018-02-20 | -66/+16 |
| | ||||
* | Remove always-false block from WMF. | wolfbeast | 2018-02-19 | -17/+1 |
| | ||||
* | Remove useless version check from PDMFactory. | wolfbeast | 2018-02-19 | -14/+1 |
| | ||||
* | Remove redundant Vista checks in dom/ipc | wolfbeast | 2018-02-19 | -7/+2 |
| | ||||
* | Update executable manifests. | wolfbeast | 2018-02-18 | -1/+0 |
| | ||||
* | Remove arbitrary NPAPI plugin whitelist for 64-bit. | wolfbeast | 2018-02-18 | -40/+0 |
| | | | | This resolves #204. | |||
* | Remove leftover flashOnly checks in the plugin registry. | wolfbeast | 2018-02-12 | -5/+2 |
| | ||||
* | Remove flash-only plugin pref. | wolfbeast | 2018-02-12 | -20/+1 |
| | | | | Tag issue #38. | |||
* | Fix test paths for WebExAM | Matt A. Tobin | 2018-02-11 | -1/+1 |
| | ||||
* | Hook up the Tycho Add-on Manager to the build system | Matt A. Tobin | 2018-02-10 | -2/+6 |
| | ||||
* | Workaround for cloned videos not retaining their muted state. | wolfbeast | 2018-02-10 | -0/+5 |
| | ||||
* | Merge branch 'ported-upstream' | wolfbeast | 2018-02-09 | -13/+73 |
|\ | ||||
| * | Bug 1420507 | wolfbeast | 2018-02-09 | -0/+2 |
| | | ||||
| * | Use a static mutex for getting deviceId keys in MediaParent. | wolfbeast | 2018-02-08 | -12/+22 |
| | |