| Commit message (Expand) | Author | Age |
* | moebius#130: URL parser - fix: don't allow empty host name | janekptacijarabaci | 2018-04-15 |
* | Merge pull request #169 from janekptacijarabaci/csp_frame-ancestors_1 | New Tobin Paradigm | 2018-04-14 |
|\ |
|
| * | moebius#159: CSP - support for "frame-ancestors" in "Content-Security-Policy-... | janekptacijarabaci | 2018-04-14 |
* | | Merge pull request #167 from janekptacijarabaci/fetch_headers_1 | New Tobin Paradigm | 2018-04-14 |
|\ \ |
|
| * | | moebius#140: Fix: Fetch - headers should sort and combine | janekptacijarabaci | 2018-04-14 |
| |/ |
|
* / | moebius#53: HTML - input - support for dynamic maxlength | janekptacijarabaci | 2018-04-14 |
|/ |
|
* | Merge pull request #131 from janekptacijarabaci/js_dom_xmlhttprequest_abort_1 | New Tobin Paradigm | 2018-04-14 |
|\ |
|
| * | Bug 1311798: Align XMLHttpRequest abort() with the spec | janekptacijarabaci | 2018-03-15 |
* | | Merge pull request #151 from janekptacijarabaci/js_dom_selection_crash_1 | New Tobin Paradigm | 2018-04-13 |
|\ \ |
|
| * | | moebius#76: JS - DOM - Selection API - crashes | janekptacijarabaci | 2018-04-13 |
* | | | HTML - implement the labels attribute (added a test) | janekptacijarabaci | 2018-04-13 |
|/ / |
|
* | | Merge pull request #126 from janekptacijarabaci/js_X-Content-Type-Options_nos... | New Tobin Paradigm | 2018-04-12 |
|\ \ |
|
| * | | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 |
| * | | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 |
| * | | Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types ... | janekptacijarabaci | 2018-04-03 |
* | | | Rebase on master | wolfbeast | 2018-04-11 |
|\ \ \ |
|
| * | | | Fix Value::isGCThing footgun, stop returning true for NullValue | trav90 | 2018-04-07 |
| |/ / |
|
* | | | Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing | wolfbeast | 2018-03-30 |
* | | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 |
|/ / |
|
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into js_... | janekptacijarabaci | 2018-03-27 |
|\ \ |
|
| * | | Part 6: Update browser and dom tests to follow displayName change | janekptacijarabaci | 2018-03-19 |
| * | | Merge pull request #70 from janekptacijarabaci/js_dom_performancetiming_2 | Moonchild | 2018-03-18 |
| |\ \ |
|
| | * | | Set "secureConnectionStart" to 0 for pages with HTTP scheme | janekptacijarabaci | 2018-03-17 |
| * | | | Support ES6's "new function" construct | wolfbeast | 2018-03-18 |
| |\ \ \ |
|
| | * | | | Bug 755821: Function() should use the parser's argument parsing code | janekptacijarabaci | 2018-03-16 |
| | | |/
| | |/| |
|
| * | | | Merge branch 'ported-upstream' | wolfbeast | 2018-03-18 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Bug 1426002. Bail out of document.open if beforeunload tears things down. r=m... | wolfbeast | 2018-03-17 |
| | * | | Bug 1426603 - Fallback from audio callback to system clock driver on error on... | Karl Tomlinson | 2018-03-16 |
| | |/ |
|
| * | | Deleting "secureConnectionStart" from a test file | janekptacijarabaci | 2018-03-17 |
| * | | Round down to the nearest 2ms (instead of 1ms) | janekptacijarabaci | 2018-03-17 |
| |/ |
|
| * | Bug 1437105 - Remove flaky timing tests from ESR branch that sometimes fail w... | Tom Ritter | 2018-03-14 |
| * | Bug 1438425 - Delete DocumentRenderer. r=jesup, r=jgilbert, a=RyanVM | Jeff Muizelaar | 2018-03-14 |
| * | Bug 1442504 - Disable disjoint timer queries. r=milan, a=RyanVM | Jeff Gilbert | 2018-03-14 |
| * | Revert "Bug 1438425 - Delete DocumentRenderer. r=jesup, a=RyanVM" | wolfbeast | 2018-03-14 |
| * | Bug 1442127 - Allow timestamps to be equal in video delay. r=baku, a=test-only | Tom Ritter | 2018-03-14 |
| * | Bug 1425520. r=smaug, a=abillings | Henri Sivonen | 2018-03-14 |
| * | Bug 1438425 - Delete DocumentRenderer. r=jesup, a=RyanVM | Jeff Muizelaar | 2018-03-14 |
| * | Bug 1430173 - Add qualifiers to BorrowedAttrInfo. r=baku, a=RyanVM | Tom Ritter | 2018-03-14 |
| * | Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM | Tom Ritter | 2018-03-14 |
| * | Bug 1430173 - Add Timer Rounding tests backported from -central to -esr. r=ba... | Tom Ritter | 2018-03-14 |
| * | Bug 1430173 - Reduce the precision of all explicit clocks to 2ms. r=baku, a=R... | Tom Ritter | 2018-03-14 |
| * | Bug 1428947 - Check plane width & stride constraints. r=mattwoodrow, a=ritu | Dan Glastonbury | 2018-03-14 |
| * | Bug 1430557. r=longsonr, a=lizzard | Jonathan Watt | 2018-03-14 |
| * | Bug 1434580 - Ensure proper mouseover handling. r=masayuki, a=RyanVM | Olli Pettay | 2018-03-14 |
| * | Remove Rust from the tree. | wolfbeast | 2018-03-13 |
| * | Remove Rust MP4 parser | wolfbeast | 2018-03-13 |
| * | JS - Object - "TypeError: setting a property that has only a getter" without ... | janekptacijarabaci | 2018-03-12 |
| * | HTML - implement the labels attribute (follow up) | janekptacijarabaci | 2018-03-12 |
| * | HTML - implement the labels attribute | janekptacijarabaci | 2018-03-12 |
| * | SVG - support radialGradient fr attribute | janekptacijarabaci | 2018-03-12 |