| Commit message (Expand) | Author | Age | Lines |
* | Merge pull request #70 from janekptacijarabaci/js_dom_performancetiming_2 | Moonchild | 2018-03-18 | -4/+27 |
|\ |
|
| * | Set "secureConnectionStart" to 0 for pages with HTTP scheme | janekptacijarabaci | 2018-03-17 | -4/+27 |
* | | Support ES6's "new function" construct | wolfbeast | 2018-03-18 | -3/+2 |
|\ \ |
|
| * | | Bug 755821: Function() should use the parser's argument parsing code | janekptacijarabaci | 2018-03-16 | -3/+2 |
* | | | Merge branch 'ported-upstream' | wolfbeast | 2018-03-18 | -0/+13 |
|\ \ \
| |_|/
|/| | |
|
| * | | Bug 1426002. Bail out of document.open if beforeunload tears things down. r=m... | wolfbeast | 2018-03-17 | -0/+12 |
| * | | Bug 1426603 - Fallback from audio callback to system clock driver on error on... | Karl Tomlinson | 2018-03-16 | -0/+1 |
| |/ |
|
* | | Deleting "secureConnectionStart" from a test file | janekptacijarabaci | 2018-03-17 | -1/+0 |
* | | Round down to the nearest 2ms (instead of 1ms) | janekptacijarabaci | 2018-03-17 | -6/+3 |
|/ |
|
* | Bug 1437105 - Remove flaky timing tests from ESR branch that sometimes fail w... | Tom Ritter | 2018-03-14 | -47/+1 |
* | Bug 1438425 - Delete DocumentRenderer. r=jesup, r=jgilbert, a=RyanVM | Jeff Muizelaar | 2018-03-14 | -396/+19 |
* | Bug 1442504 - Disable disjoint timer queries. r=milan, a=RyanVM | Jeff Gilbert | 2018-03-14 | -3/+3 |
* | Revert "Bug 1438425 - Delete DocumentRenderer. r=jesup, a=RyanVM" | wolfbeast | 2018-03-14 | -3/+396 |
* | Bug 1442127 - Allow timestamps to be equal in video delay. r=baku, a=test-only | Tom Ritter | 2018-03-14 | -2/+2 |
* | Bug 1425520. r=smaug, a=abillings | Henri Sivonen | 2018-03-14 | -1/+1 |
* | Bug 1438425 - Delete DocumentRenderer. r=jesup, a=RyanVM | Jeff Muizelaar | 2018-03-14 | -396/+3 |
* | Bug 1430173 - Add qualifiers to BorrowedAttrInfo. r=baku, a=RyanVM | Tom Ritter | 2018-03-14 | -1/+1 |
* | Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM | Tom Ritter | 2018-03-14 | -20/+25 |
* | Bug 1430173 - Add Timer Rounding tests backported from -central to -esr. r=ba... | Tom Ritter | 2018-03-14 | -0/+390 |
* | Bug 1430173 - Reduce the precision of all explicit clocks to 2ms. r=baku, a=R... | Tom Ritter | 2018-03-14 | -32/+105 |
* | Bug 1428947 - Check plane width & stride constraints. r=mattwoodrow, a=ritu | Dan Glastonbury | 2018-03-14 | -1/+1 |
* | Bug 1430557. r=longsonr, a=lizzard | Jonathan Watt | 2018-03-14 | -2/+19 |
* | Bug 1434580 - Ensure proper mouseover handling. r=masayuki, a=RyanVM | Olli Pettay | 2018-03-14 | -2/+3 |
* | Remove Rust from the tree. | wolfbeast | 2018-03-13 | -4/+0 |
* | Remove Rust MP4 parser | wolfbeast | 2018-03-13 | -4/+0 |
* | JS - Object - "TypeError: setting a property that has only a getter" without ... | janekptacijarabaci | 2018-03-12 | -15/+0 |
* | 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 |
* | 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 |
|\ |
|
| * | 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 Per... | janekptacijarabaci | 2018-03-01 | -6/+55 |
* | | Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most pl... | Matt A. Tobin | 2018-03-01 | -5/+5 |
|/ |
|
* | Fix up leftover merge conflicts. | wolfbeast | 2018-02-24 | -16/+3 |
* | Don't build EME-specific subroutines without EME. | wolfbeast | 2018-02-24 | -2/+88 |
* | Don't include MediaKeySystemAccess without EME. | wolfbeast | 2018-02-24 | -0/+20 |
* | 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 |