janekptacijarabaci
09f456b280
moebius#71: DOM - Pointer Events - improvements
...
https://github.com/MoonchildProductions/moebius/pull/71
2018-04-20 22:18:52 +02:00
janekptacijarabaci
9b1ba68334
Bug 1302297 - Part 4: Remove every button and buttons used in testcases (partially)
...
native in moebius
2018-04-20 20:41:48 +02:00
janekptacijarabaci
d4feeb474e
Bug 1322994 - Update pointerevent web-platform-tests (partially - depends on)
...
https://github.com/MoonchildProductions/moebius/pull/71
2018-04-20 19:44:42 +02:00
janekptacijarabaci
04c7949bc3
Bug 1317030 - Removing/reattaching an element from the DOM triggers spurious mouseenter events
...
native in moebius
2018-04-20 19:16:00 +02:00
Moonchild
493d7334f8
Merge pull request #207 from janekptacijarabaci/js_dom_window_requestIdleCallback_1
...
moebius#73: DOM - window.requestIdleCallback - improvements
2018-04-19 13:35:14 +02:00
Boris Zbarsky
3b4a815657
Bug 1453339 - Make it harder to mess up Promise::All. r=peterv, a=RyanVM
...
MozReview-Commit-ID: UO4wssYHj7
2018-04-19 12:05:25 +02:00
Bob Owen
f243b7b4af
Bug 1451376 - Properly enforce single PrintingParent per content process. r=jld, a=RyanVM
...
--HG--
extra : source : 6e0fe40d8a55a986a26844393853722824918ffe
extra : intermediate-source : 8364f4c4f877f5edfb03ddf1304840b9f2cf7b11
2018-04-19 12:00:54 +02:00
Randell Jesup
8c9b42d0b9
Bug 1452416 - Release GraphDrivers outside of StableState runnable to avoid spinning the event queue. r=smaug, r=padenot, a=RyanVM
...
--HG--
extra : source : c90ec782d481f05f5848f171a945cfc5bcf5b0ca
2018-04-19 11:59:36 +02:00
Randell Jesup
d66d343e1b
Bug 1448705 - Use input latency for draining. r=jya, a=RyanVM
...
--HG--
extra : source : b2904f128f854a71216f299b835da5a422ceb3cd
extra : intermediate-source : eae4410ea11d83feed90ca9d3b6bd5a9c67c17a7
2018-04-19 11:57:36 +02:00
Robert Longson
acf95284e7
Bug 1448774. r=dholbert, a=RyanVM
...
--HG--
extra : source : edfd9ffbd7208ef0a59f40a0d77d8dd53c905cb9
extra : intermediate-source : 3784b22ec536b08ce95201d73ae8806340c18b8c
2018-04-19 11:39:36 +02:00
Botond Ballo
1d126c1d56
Bug 1443092 - Avoid calling SVGAnimatedEnumeration::AnimVal() from 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
2018-04-19 11:38:48 +02:00
Boris Zbarsky
2b020e9bbb
Bug 1444231 - Fix QI implementation for FragmentOrElement. r=mccr8, a=RyanVM
...
MozReview-Commit-ID: 9mPO2ezk2Y7
--HG--
extra : source : 060024fa93121d878d27f329c959757e6f71017a
extra : intermediate-source : 925d5693c5a1a73806062947b18c98ed13efc6c3
2018-04-19 11:35:08 +02:00
janekptacijarabaci
b873b2495a
moebius#73: DOM - window.requestIdleCallback - improvements (basic) - follow up
...
https://github.com/MoonchildProductions/moebius/pull/73
2018-04-18 18:19:42 +02:00
janekptacijarabaci
b16ad4c672
Bug 1337814 - Remove rIC callback from pending callbacks before running it
2018-04-18 15:21:00 +02:00
janekptacijarabaci
dadd11df42
Bug 1336229 - Don't dispatch canceled IdleRequestExecutors
2018-04-18 15:17:55 +02:00
janekptacijarabaci
c559e3e30f
moebius#73: DOM - window.requestIdleCallback - improvements (basic)
...
https://github.com/MoonchildProductions/moebius/pull/73
2018-04-18 15:15:49 +02:00
New Tobin Paradigm
c394a5f871
Merge pull request #180 from janekptacijarabaci/html_input_datetime_2
...
HTML - input - datetime - support for "dom.forms.datetime.others"
2018-04-16 08:30:27 -04:00
New Tobin Paradigm
ba80720469
Merge pull request #174 from janekptacijarabaci/url_parser_1
...
moebius#130: URL parser - fix: don't allow empty host name
2018-04-16 08:25:45 -04:00
New Tobin Paradigm
ded797b8bb
Merge pull request #172 from janekptacijarabaci/svg_canvasImageSource_1
...
moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource
2018-04-16 08:23:26 -04:00
janekptacijarabaci
c55addfa64
Bug 1344642 - Part 2: Add a new pref for input type=week, month and datetime-local
2018-04-15 14:52:09 +02:00
janekptacijarabaci
054dde2728
Bug 1344642 - Part 1: Cleanup dom.forms.datepicker related code
2018-04-15 14:39:19 +02:00
wolfbeast
bdd013826b
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
2018-04-15 11:51:43 +02:00
wolfbeast
fca67bb95d
Merge branch 'html_input_datetime_1'
...
This is almost everything needed for #162 .
2018-04-15 11:51:11 +02:00
janekptacijarabaci
ae14556114
moebius#130: URL parser - fix: don't allow empty host name
...
https://github.com/MoonchildProductions/moebius/issues/130
2018-04-15 07:29:18 +02:00
janekptacijarabaci
f8b9aba821
moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource
2018-04-15 06:51:24 +02:00
New Tobin Paradigm
8a95c03dcd
Merge pull request #169 from janekptacijarabaci/csp_frame-ancestors_1
...
moebius#159: CSP - support for "frame-ancestors" in "Content-Security-Policy-Report-Only"
2018-04-14 18:14:10 -04:00
New Tobin Paradigm
9282781bdf
Merge pull request #167 from janekptacijarabaci/fetch_headers_1
...
moebius#140: Fix: Fetch - headers should sort and combine
2018-04-14 18:11:24 -04:00
janekptacijarabaci
7d67148f52
moebius#159: CSP - support for "frame-ancestors" in "Content-Security-Policy-Report-Only"
...
https://github.com/MoonchildProductions/moebius/pull/159
2018-04-14 22:22:59 +02:00
janekptacijarabaci
9ee567082c
moebius#140: Fix: Fetch - headers should sort and combine
...
https://github.com/MoonchildProductions/moebius/pull/140
2018-04-14 22:18:47 +02:00
janekptacijarabaci
64875ed348
moebius#53: HTML - input - support for dynamic maxlength
...
https://github.com/MoonchildProductions/moebius/pull/53
2018-04-14 21:28:42 +02:00
New Tobin Paradigm
c73c73b797
Merge pull request #131 from janekptacijarabaci/js_dom_xmlhttprequest_abort_1
...
Aligned XMLHttpRequest abort() with the spec
2018-04-14 03:19:49 -04:00
New Tobin Paradigm
501db456d4
Merge pull request #151 from janekptacijarabaci/js_dom_selection_crash_1
...
moebius#76: JS - DOM - Selection API - crashes
2018-04-13 15:43:09 -04:00
janekptacijarabaci
84e449502f
moebius#76: JS - DOM - Selection API - crashes
...
https://github.com/MoonchildProductions/moebius/pull/76
2018-04-13 20:57:00 +02:00
janekptacijarabaci
b3eee1b47e
HTML - implement the labels attribute (added a test)
...
https://github.com/MoonchildProductions/UXP/commit/6be9e507077bfdd2b8c82c203cf70f010ecce086#commitcomment-28047433
2018-04-13 20:50:50 +02:00
New Tobin Paradigm
4c2e77404f
Merge pull request #126 from janekptacijarabaci/js_X-Content-Type-Options_nosniff_json_1
...
Align XCTO: nosniff allowed script MIME types with the spec
2018-04-12 10:49:23 -04:00
wolfbeast
597fb9fbe3
Rebase on master
2018-04-11 17:45:54 +02:00
trav90
bbd4001cb2
Fix Value::isGCThing footgun, stop returning true for NullValue
2018-04-07 13:11:38 -05:00
janekptacijarabaci
9f7f0f1172
Bug 1288768 - Better error reporting for network errors in workers
2018-04-04 21:36:41 +02:00
janekptacijarabaci
aea1fd640e
Bug 1288768 - Better error reporting for network errors in workers
2018-04-04 21:36:19 +02:00
janekptacijarabaci
3968897fb4
Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types to match the spec
2018-04-03 19:50:55 +02:00
janekptacijarabaci
77fbaff2fa
Bug 1363672 - Add step support to date picker (follow up)
...
Bug 1374967: https://bugzilla.mozilla.org/show_bug.cgi?id=1374967
(partially - implement getStep/getStepBase)
2018-03-30 23:25:42 +02:00
janekptacijarabaci
5e69b90422
Bug 1364026 - (Part 1) Expose HTMLInputElement.getMinimum/getMaximum methods via webidl
2018-03-30 21:13:59 +02:00
janekptacijarabaci
7f21e9c0cd
Bug 1310080 - Implement the step attribute for <input type=datetime-local>
2018-03-30 20:33:02 +02:00
janekptacijarabaci
9f4779f923
Bug 1310078 - Implement valueAsNumber and valueAsDate for <input type=datetime-local> (follow up)
2018-03-30 20:29:17 +02:00
janekptacijarabaci
0679b939f3
Bug 1310079 - Implement the min and max attribute for <input type=datetime-local>
2018-03-30 19:56:09 +02:00
janekptacijarabaci
a77308735f
Bug 1310078 - Implement valueAsNumber and valueAsDate for <input type=datetime-local>
2018-03-30 19:11:11 +02:00
janekptacijarabaci
e25430117a
moebius#92: HTML - input - datetime
...
+ 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
2018-03-30 12:17:17 +02:00
wolfbeast
4e721d14cd
Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing
2018-03-30 12:07:42 +02:00
janekptacijarabaci
a1a007a485
Merge branch 'master' of https://github.com/MoonchildProductions/UXP into html_input_datetime_1
2018-03-30 09:44:21 +02:00
wolfbeast
4e368f8199
Remove base conditional code for crash reporter and injector.
2018-03-30 08:50:58 +02:00