summaryrefslogtreecommitdiffstats
path: root/layout/style/nsStyleStruct.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1673 - Part 1: Allow tab-size to accept <length>.athenian2002020-11-18-2/+2
| | | | Currently -moz-tab-size only accepts <number> values, and both Chrome and Firefox currently support <length> values and have for some time now. So with this you would be able to support sizes in px or em, for instance. This was implemented in Firefox 53 and was trivial to backport.
* Issue #1668 - Part 1: Implement support for caret-color property.athenian2002020-10-24-0/+6
| | | | | | This CSS property allows input carets (that blinking input cursor you see in text fields), to be given a custom color. This was implemented in Firefox 53, and it was such a minor feature that no one ever missed it, but I don't see any harm in implementing this. https://bugzilla.mozilla.org/show_bug.cgi?id=1063162
* Issue #1620 - Use Intrinsic Aspect Ratio for Images (uplift)Andy2020-08-30-0/+7
|
* Issue #1619 - Convert Intrinsic Ratio to FloatAndy2020-08-07-2/+2
| | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1547792 Aspect Ratio handling simplified by using floating point integers: - Multiplication of value (or inverse value) to a known side for Scaling - No unequal equal values such as "4/3" vs "8/6" vs "20/15" - Truly "Empty" aspect ratios, even if one dimension is not 0
* Issue #80 - De-unify layout/style (redwood)Moonchild2020-05-06-0/+1
|
* issue #908 - implement missing parts of CSS maskyami2019-02-02-5/+3
|
* Merge pull request #297 from janekptacijarabaci/css_text-justify_1Moonchild2018-04-29-0/+3
|\ | | | | CSS - implement text-justify property
| * moebius#90: CSS - implement text-justify propertyjanekptacijarabaci2018-04-01-0/+3
| |
* | moebius#138: Optimize operations on root of deeply-nested frame treejanekptacijarabaci2018-04-24-21/+7
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/138
* | Bug 1209697: Clear ancestor intrinsic sizes when our block size changesjanekptacijarabaci2018-04-24-1/+6
|/
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+4261