Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Limit the CSS string length for resolved variables to sane values. | wolfbeast | 2018-12-01 | -0/+9 |
| | | | | This resolves #891 | |||
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-09-03 | -9/+0 |
| | | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this. | |||
* | Merge pull request #567 from SpockMan02/moz-mac-lion-theme | Moonchild | 2018-06-30 | -8/+24 |
|\ | | | | | Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query | |||
| * | Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query | SpockMan02 | 2018-06-27 | -8/+24 |
| | | ||||
* | | Remove unnecessary GCC version checks | trav90 | 2018-06-29 | -1/+1 |
|/ | ||||
* | Merge pull request #297 from janekptacijarabaci/css_text-justify_1 | Moonchild | 2018-04-29 | -1/+68 |
|\ | | | | | CSS - implement text-justify property | |||
| * | moebius#90: CSS - implement text-justify property | janekptacijarabaci | 2018-04-01 | -1/+68 |
| | | ||||
* | | Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1 | Moonchild | 2018-04-29 | -140/+373 |
|\ \ | | | | | | | DOM - implement animationcancel event | |||
| * | | Bug 1264125: Fire transitioncancel event when a transition is canceled ↵ | janekptacijarabaci | 2018-03-14 | -3/+67 |
| | | | | | | | | | | | | | | | | | | (added tests + style clean up) Issue #55 | |||
| * | | Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added ↵ | janekptacijarabaci | 2018-03-14 | -6/+0 |
| | | | | | | | | | | | | | | | | | | tests) Issue #55 | |||
| * | | moebius#89: DOM - implement animationcancel event | janekptacijarabaci | 2018-03-14 | -69/+79 |
| | | | | | | | | | | | | Issue #55 | |||
| * | | Bug 1264125: Queue CSS related event when setting null target effect | janekptacijarabaci | 2018-03-14 | -13/+45 |
| | | | | | | | | | | | | Issue #55 | |||
| * | | Bug 1264125: Call the queueing events when canceling transition via Style or ↵ | janekptacijarabaci | 2018-03-14 | -7/+20 |
| | | | | | | | | | | | | | | | | | | Script Issue #55 | |||
| * | | Bug 1264125: Queue transitioncancel when animation status is idle | janekptacijarabaci | 2018-03-14 | -31/+45 |
| | | | | | | | | | | | | Issue #55 | |||
| * | | Revert - Bug 1324985: Disable firing the transitionrun and transitionstart ↵ | janekptacijarabaci | 2018-03-14 | -21/+107 |
| | | | | | | | | | | | | | | | | | | on Aurora 52 Issue #55 | |||
| * | | Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (without ↵ | janekptacijarabaci | 2018-03-14 | -73/+93 |
| |/ | | | | | | | | | | | tests) Issue #55 | |||
* | | moebius#138: Optimize operations on root of deeply-nested frame tree | janekptacijarabaci | 2018-04-24 | -27/+234 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/138 | |||
* | | Bug 1209697: Clear ancestor intrinsic sizes when our block size changes | janekptacijarabaci | 2018-04-24 | -1/+6 |
| | | ||||
* | | Bug 1453339 - Make it harder to mess up Promise::All. r=peterv, a=RyanVM | Boris Zbarsky | 2018-04-19 | -11/+1 |
| | | | | | | | | MozReview-Commit-ID: UO4wssYHj7 | |||
* | | Use natural border width rounding. | wolfbeast | 2018-04-18 | -4/+7 |
| | | | | | | | | | | | | | | Round subpixel border widths to nearest integer instead of nearest-below integer. Split caret widths off from border widths and continue to use rounding to nearest-below integer for that. Bump Goanna version for visual rendering change. | |||
* | | Merge branch 'html_input_datetime_1' | wolfbeast | 2018-04-15 | -0/+10 |
|\ \ | | | | | | | | | | This is almost everything needed for #162. | |||
| * | | moebius#92: HTML - input - datetime | janekptacijarabaci | 2018-03-30 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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 | -12/+18 |
| |\| | | | | | | | | | | html_input_datetime_1 | |||
| * | | Bug 1286182: Implement the layout for <input type=date> | janekptacijarabaci | 2018-02-14 | -0/+5 |
| | | | ||||
* | | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -293/+0 |
| |/ |/| | ||||
* | | [draft] CSS - linear-gradient - zero (0) angle value without degree unit is ↵ | janekptacijarabaci | 2018-03-12 | -5/+7 |
| | | | | | | | | not correctly interpreted | |||
* | | CSS - Grid - fit-content unexpectedly reserves space for full clamp size in ↵ | janekptacijarabaci | 2018-03-12 | -0/+9 |
| | | | | | | | | repeat() | |||
* | | Remove windows-xp and windows-vista from @media(-moz-os-version) | wolfbeast | 2018-02-20 | -6/+0 |
| | | ||||
* | | Never shrink line heights as a result of minimumFontSize. | wolfbeast | 2018-02-13 | -1/+2 |
|/ | | | | See: MoonchildProductions/Pale-Moon#1614. | |||
* | Add -moz-windows-accent-color-is-dark | wolfbeast | 2018-02-04 | -0/+13 |
| | | | | #31 point 4 | |||
* | Add -moz-win-accentcolor(text) | wolfbeast | 2018-02-04 | -0/+4 |
| | | | | #31 points 1 and 2 | |||
* | Add `@media(-moz-windows-accent-color-applies)` | wolfbeast | 2018-02-04 | -0/+18 |
| | | | | #31 point 3 | |||
* | Remove checks for GCC < 4.9 | trav90 | 2018-02-04 | -2/+1 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+189097 |