summaryrefslogtreecommitdiffstats
path: root/layout/style/nsStyleStruct.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1620 - Use Intrinsic Aspect Ratio for ImagesAndy2020-08-04-0/+7
| | | | | | | | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1547231 https://bugzilla.mozilla.org/show_bug.cgi?id=1559094 https://bugzilla.mozilla.org/show_bug.cgi?id=1633434 https://bugzilla.mozilla.org/show_bug.cgi?id=1565690 https://bugzilla.mozilla.org/show_bug.cgi?id=1602047 Make use of Aspect Ratios in Image frames before Images are loaded. - Check for width and height HTML properties and create a ratio with them. - Overwrite HTML size values with actual image dimensions on load. - Collapse any frames with srcless images. Comments: dom/html/nsGenericHTMLElement.cpp:1483 layout/generic/nsImageFrame.cpp:289
* Issue #1619 - Convert Intrinsic Ratio to FloatAndy2020-07-31-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/styleMoonchild2020-04-30-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