gecko-dev/layout
Emilio Cobos Álvarez 3a328a3ef8 Bug 1794040 - Simplify container-type implementation. r=dshin
It was made a bitfield so that we could include style. But then style
containment was removed and the bitfield keeps causing us to do wrong
check (since INLINE_SIZE intersects SIZE).

So just make it an enum. This causes a progression and a test that
failed now times out (which is a pre-existing issue, just like the
pseudo-elements test that times out).

Differential Revision: https://phabricator.services.mozilla.com/D160371
2022-10-26 16:56:07 +00:00
..
base Bug 1794040 - Simplify container-type implementation. r=dshin 2022-10-26 16:56:07 +00:00
build Bug 1689816 - Implement <tabpanels> and <deck> without XUL layout. r=Gijs,Jamie,morgan,preferences-reviewers,mconley,TYLin 2022-09-27 04:18:16 +00:00
docs Bug 1789670 - Add some basic layout debugger documentation. r=emilio 2022-09-08 01:40:18 +00:00
forms Bug 1795661 - Clean-up ScrollFrameIntoView code. r=hiro 2022-10-18 14:18:37 +00:00
generic Bug 1794040 - Simplify container-type implementation. r=dshin 2022-10-26 16:56:07 +00:00
inspector Bug 1791777 - patch 1 - Implement CSS parsing for the @font-palette-values rule. r=emilio 2022-10-07 23:00:43 +00:00
ipc Bug 1728914 - Convert a few uses of AsLayerManager to use WebRenderLayerManager. r=gfx-reviewers,aosmond 2021-09-05 02:16:38 +00:00
mathml Bug 1797012 - Change NS_STYLE_MATH_STYLE_* macros to enum StyleMathStyle. r=emilio 2022-10-24 17:47:34 +00:00
media
painting Bug 1788192. Deal with frame/image size overflow and handle it gracefully in border code. r=nical 2022-10-18 19:57:57 +00:00
printing Bug 1776296 - Remove nsPrintJob::mIsForModalWindow. r=dholbert 2022-10-07 17:24:17 +00:00
reftests Bug 1795887 - Fix IsValueMissing update for certain input types. r=edgar 2022-10-22 16:34:48 +00:00
style Bug 1794040 - Simplify container-type implementation. r=dshin 2022-10-26 16:56:07 +00:00
svg Bug 1796697 part 1: Update SVGTextFrame.cpp to use Maybe<> to represent an optionally-invalid gfxSkipCharsIterator. r=jfkthame 2022-10-24 14:06:12 +00:00
tables Bug 1797011 Part 1 - Delete nsFrameList's copy constructor. r=layout-reviewers,emilio 2022-10-26 04:22:24 +00:00
tools Bug 1792341 - Migrate more toolkit/modules consumers to use direct ES module import. r=Gijs,webdriver-reviewers,perftest-reviewers,necko-reviewers,geckoview-reviewers,preferences-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,sgalich,owlish,bytesized,AlexandruIonescu,whimboo,mconley,mixedpuppy 2022-10-18 11:21:26 +00:00
xul Bug 1796735 - Remove XULPopupElement.autoPosition. r=dao 2022-10-21 13:13:54 +00:00
moz.build Bug 1751948 - Part 3: Build IPDL sources within the directory they were declared, r=glandium 2022-02-28 21:01:47 +00:00