gecko-dev/layout
Ting-Yu Lin 37ab1df467 Bug 1807958 - Exclude -moz-column-content from the block side margin calculation. r=emilio
-moz-column-content is the anonymous block under nsColumnSetFrame, and it
doesn't have any margin in UA stylesheet, so we don't need to call
CalculateBlockSideMargins() to compute its auto margin.

The assertion added in Bug 1782602 is triggered by the testcase because bogus
size leads to negative available inline-size, and CalculateBlockSideMargins()
can compute non-zero margin.

Differential Revision: https://phabricator.services.mozilla.com/D165930
2023-01-04 23:09:57 +00:00
..
base Bug 1791083 - Unset the hover state when a page enters BFCache r=smaug 2023-01-04 22:53:07 +00:00
build Bug 1793463 - Part 4: Generate static components entries for protocols, r=necko-reviewers,xpcom-reviewers,valentin,kmag 2022-12-01 15:43:19 +00:00
docs Bug 1807899 - Remove the trailing whitespace and Windows CR on md files r=linter-reviewers,necko-reviewers,marco,jesup 2022-12-30 15:23:21 +00:00
forms Bug 1807812 - Remove WidgetEventTime::mTime, r=masayuki,geckoview-reviewers,m_kato 2023-01-02 12:31:40 +00:00
generic Bug 1807958 - Exclude -moz-column-content from the block side margin calculation. r=emilio 2023-01-04 23:09:57 +00:00
inspector Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
ipc
mathml Bug 1586574 - apply horizontal writing mode to mathml elements. r=emilio 2022-12-16 17:07:56 +00:00
media
painting Bug 1808490 - Add SEH guards to try and avoid crashing during text-decoration skipping. r=lsalzman 2023-01-04 18:25:21 +00:00
printing Bug 1803094 - Create PreShell later than the setup of viewport size when reflowing the print job. r=emilio 2022-12-21 19:04:58 +00:00
reftests Bug 1807685 - Rename scroll-linked (animations) to scroll-driven (excluding WPT tests). r=dholbert 2023-01-04 00:50:45 +00:00
style Bug 1807685 - Rename scroll-linked (animations) to scroll-driven (excluding WPT tests). r=dholbert 2023-01-04 00:50:45 +00:00
svg Bug 1801581 - Make preferred isize of SVG with no preferred aspect-ratio fall back to fallback intrinsic size. r=firefox-svg-reviewers,emilio,dholbert 2023-01-03 18:07:15 +00:00
tables Bug 1379458 - The ScrollParentId should match the ASR tree. r=botond,tnikkel,mstange 2022-12-27 14:08:51 +00:00
tools Bug 1801836 - Remove no longer necessary 'from __future__' imports. r=linter-reviewers,glandium,webdriver-reviewers,perftest-reviewers,geckoview-reviewers,jld,ahal,owlish,afinder DONTBUILD 2022-12-23 22:45:46 +00:00
xul Bug 1805414 - Remove nsMenuFrame and nsMenuParent. r=smaug,Jamie,desktop-theme-reviewers,settings-reviewers,dao 2023-01-04 19:01:13 +00:00
moz.build