Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bug 1451376 - Properly enforce single PrintingParent per content process. ↵ | Bob Owen | 2018-04-19 | -4/+11 |
| | | | | | | | | r=jld, a=RyanVM --HG-- extra : source : 6e0fe40d8a55a986a26844393853722824918ffe extra : intermediate-source : 8364f4c4f877f5edfb03ddf1304840b9f2cf7b11 | |||
* | Bug 1452416 - Release GraphDrivers outside of StableState runnable to avoid ↵ | Randell Jesup | 2018-04-19 | -0/+4 |
| | | | | | | | spinning the event queue. r=smaug, r=padenot, a=RyanVM --HG-- extra : source : c90ec782d481f05f5848f171a945cfc5bcf5b0ca | |||
* | Bug 1448705 - Use input latency for draining. r=jya, a=RyanVM | Randell Jesup | 2018-04-19 | -5/+3 |
| | | | | | | --HG-- extra : source : b2904f128f854a71216f299b835da5a422ceb3cd extra : intermediate-source : eae4410ea11d83feed90ca9d3b6bd5a9c67c17a7 | |||
* | Bug 1448774. r=dholbert, a=RyanVM | Robert Longson | 2018-04-19 | -0/+1 |
| | | | | | | --HG-- extra : source : edfd9ffbd7208ef0a59f40a0d77d8dd53c905cb9 extra : intermediate-source : 3784b22ec536b08ce95201d73ae8806340c18b8c | |||
* | Bug 1443092 - Avoid calling SVGAnimatedEnumeration::AnimVal() from ↵ | Botond Ballo | 2018-04-19 | -0/+11 |
| | | | | | | | | | | nsSVGUtils::GetBBox(). r=jwatt, a=RyanVM AnimVal() is a DOM getter, and it flushes animations, which we don't want in GetBBox() which is called from display list building cide and FrameLayerBuilder. MozReview-Commit-ID: DWgm7wAV7C0 | |||
* | Bug 1444231 - Fix QI implementation for FragmentOrElement. r=mccr8, a=RyanVM | Boris Zbarsky | 2018-04-19 | -1/+6 |
| | | | | | | | | MozReview-Commit-ID: 9mPO2ezk2Y7 --HG-- extra : source : 060024fa93121d878d27f329c959757e6f71017a extra : intermediate-source : 925d5693c5a1a73806062947b18c98ed13efc6c3 | |||
* | Merge pull request #180 from janekptacijarabaci/html_input_datetime_2 | New Tobin Paradigm | 2018-04-16 | -394/+69 |
|\ | | | | | HTML - input - datetime - support for "dom.forms.datetime.others" | |||
| * | Bug 1344642 - Part 2: Add a new pref for input type=week, month and ↵ | janekptacijarabaci | 2018-04-15 | -22/+67 |
| | | | | | | | | datetime-local | |||
| * | Bug 1344642 - Part 1: Cleanup dom.forms.datepicker related code | janekptacijarabaci | 2018-04-15 | -386/+16 |
| | | ||||
* | | Merge pull request #174 from janekptacijarabaci/url_parser_1 | New Tobin Paradigm | 2018-04-16 | -2/+15 |
|\ \ | | | | | | | moebius#130: URL parser - fix: don't allow empty host name | |||
| * | | moebius#130: URL parser - fix: don't allow empty host name | janekptacijarabaci | 2018-04-15 | -2/+15 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/issues/130 | |||
* | | | Merge pull request #172 from janekptacijarabaci/svg_canvasImageSource_1 | New Tobin Paradigm | 2018-04-16 | -8/+23 |
|\ \ \ | |_|/ |/| | | moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource | |||
| * | | moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a ↵ | janekptacijarabaci | 2018-04-15 | -8/+23 |
| |/ | | | | | | | CanvasImageSource | |||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-04-15 | -39/+175 |
|\| | ||||
| * | Merge pull request #169 from janekptacijarabaci/csp_frame-ancestors_1 | New Tobin Paradigm | 2018-04-14 | -8/+74 |
| |\ | | | | | | | moebius#159: CSP - support for "frame-ancestors" in "Content-Security-Policy-Report-Only" | |||
| | * | moebius#159: CSP - support for "frame-ancestors" in ↵ | janekptacijarabaci | 2018-04-14 | -8/+74 |
| | | | | | | | | | | | | | | | | | | "Content-Security-Policy-Report-Only" https://github.com/MoonchildProductions/moebius/pull/159 | |||
| * | | Merge pull request #167 from janekptacijarabaci/fetch_headers_1 | New Tobin Paradigm | 2018-04-14 | -13/+86 |
| |\ \ | | | | | | | | | moebius#140: Fix: Fetch - headers should sort and combine | |||
| | * | | moebius#140: Fix: Fetch - headers should sort and combine | janekptacijarabaci | 2018-04-14 | -13/+86 |
| | |/ | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/140 | |||
| * / | moebius#53: HTML - input - support for dynamic maxlength | janekptacijarabaci | 2018-04-14 | -18/+15 |
| |/ | | | | | | | https://github.com/MoonchildProductions/moebius/pull/53 | |||
* | | Merge branch 'html_input_datetime_1' | wolfbeast | 2018-04-15 | -243/+1413 |
|\ \ | |/ |/| | | | This is almost everything needed for #162. | |||
| * | Bug 1363672 - Add step support to date picker (follow up) | janekptacijarabaci | 2018-03-30 | -0/+10 |
| | | | | | | | | | | Bug 1374967: https://bugzilla.mozilla.org/show_bug.cgi?id=1374967 (partially - implement getStep/getStepBase) | |||
| * | Bug 1364026 - (Part 1) Expose HTMLInputElement.getMinimum/getMaximum methods ↵ | janekptacijarabaci | 2018-03-30 | -0/+15 |
| | | | | | | | | via webidl | |||
| * | Bug 1310080 - Implement the step attribute for <input type=datetime-local> | janekptacijarabaci | 2018-03-30 | -40/+251 |
| | | ||||
| * | Bug 1310078 - Implement valueAsNumber and valueAsDate for <input ↵ | janekptacijarabaci | 2018-03-30 | -1/+1 |
| | | | | | | | | type=datetime-local> (follow up) | |||
| * | Bug 1310079 - Implement the min and max attribute for <input ↵ | janekptacijarabaci | 2018-03-30 | -17/+88 |
| | | | | | | | | type=datetime-local> | |||
| * | Bug 1310078 - Implement valueAsNumber and valueAsDate for <input ↵ | janekptacijarabaci | 2018-03-30 | -26/+331 |
| | | | | | | | | type=datetime-local> | |||
| * | moebius#92: HTML - input - datetime | janekptacijarabaci | 2018-03-30 | -43/+306 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + native in moebius: Bug 1317600: https://bugzilla.mozilla.org/show_bug.cgi?id=1317600 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1283385: https://bugzilla.mozilla.org/show_bug.cgi?id=1283385 Bug 1323109: https://bugzilla.mozilla.org/show_bug.cgi?id=1323109 Bug 1314544: https://bugzilla.mozilla.org/show_bug.cgi?id=1314544 Bug 1286182: https://bugzilla.mozilla.org/show_bug.cgi?id=1286182 Bug 1325922: https://bugzilla.mozilla.org/show_bug.cgi?id=1325922 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1320225: https://bugzilla.mozilla.org/show_bug.cgi?id=1320225 Bug 1341190: https://bugzilla.mozilla.org/show_bug.cgi?id=1341190 | |||
| * | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-03-30 | -943/+2440 |
| |\ | | | | | | | | | | html_input_datetime_1 | |||
| * | | Bug 1320225: [DateTimeInput] Integration of input type=date input box with ↵ | janekptacijarabaci | 2018-02-14 | -0/+3 |
| | | | | | | | | | | | | picker (part 2) | |||
| * | | Bug 1286182: Implement the layout for <input type=date> | janekptacijarabaci | 2018-02-14 | -121/+413 |
| | | | ||||
* | | | Merge pull request #131 from janekptacijarabaci/js_dom_xmlhttprequest_abort_1 | New Tobin Paradigm | 2018-04-14 | -6/+82 |
|\ \ \ | | | | | | | | | Aligned XMLHttpRequest abort() with the spec | |||
| * | | | Bug 1311798: Align XMLHttpRequest abort() with the spec | janekptacijarabaci | 2018-03-15 | -6/+82 |
| | | | | ||||
* | | | | Merge pull request #151 from janekptacijarabaci/js_dom_selection_crash_1 | New Tobin Paradigm | 2018-04-13 | -1/+24 |
|\ \ \ \ | | | | | | | | | | | moebius#76: JS - DOM - Selection API - crashes | |||
| * | | | | moebius#76: JS - DOM - Selection API - crashes | janekptacijarabaci | 2018-04-13 | -1/+24 |
| | | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/76 | |||
* | | | | | HTML - implement the labels attribute (added a test) | janekptacijarabaci | 2018-04-13 | -0/+1 |
|/ / / / | | | | | | | | | | | | | https://github.com/MoonchildProductions/UXP/commit/6be9e507077bfdd2b8c82c203cf70f010ecce086#commitcomment-28047433 | |||
* | | | | Merge pull request #126 from ↵ | New Tobin Paradigm | 2018-04-12 | -62/+143 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | janekptacijarabaci/js_X-Content-Type-Options_nosniff_json_1 Align XCTO: nosniff allowed script MIME types with the spec | |||
| * | | | | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 | -19/+4 |
| | | | | | ||||
| * | | | | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 | -23/+132 |
| | | | | | ||||
| * | | | | Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types ↵ | janekptacijarabaci | 2018-04-03 | -20/+7 |
| | |_|/ | |/| | | | | | | | | | | to match the spec | |||
* | | | | Rebase on master | wolfbeast | 2018-04-11 | -2/+2 |
|\ \ \ \ | ||||
| * | | | | Fix Value::isGCThing footgun, stop returning true for NullValue | trav90 | 2018-04-07 | -2/+2 |
| |/ / / | ||||
* | | | | Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing | wolfbeast | 2018-03-30 | -34/+0 |
| | | | | ||||
* | | | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -1394/+1 |
|/ / / | ||||
* | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-03-27 | -784/+2416 |
|\ \ \ | | | | | | | | | | | | | js_array_values_1 | |||
| * | | | Part 6: Update browser and dom tests to follow displayName change | janekptacijarabaci | 2018-03-19 | -1/+1 |
| | | | | | | | | | | | | | | | | Issue #78 | |||
| * | | | 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 | |||
| | * | | | Set "secureConnectionStart" to 0 for pages with HTTP scheme | janekptacijarabaci | 2018-03-17 | -4/+27 |
| | | | | | | | | | | | | | | | | | | | | Issue #67 | |||
| * | | | | Support ES6's "new function" construct | wolfbeast | 2018-03-18 | -3/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves #75. Merged remote-tracking branch 'janek/js_function_new_1' | |||
| | * | | | | 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 |
| |\ \ \ \ | | |_|/ / | |/| | | |