gecko-dev/layout/forms
Ting-Yu Lin f32549a8c7 Bug 1917144 Part 2 - Add IntrinsicSizeInput::mContainingBlockSize. r=dholbert
Currently, only the grid container needs the containing block size to resolve
the transferred min and max sizes for `repeat()` function in
`nsGridContainerFrame::ComputeIntrinsicISize()`.

This patch is a preparation for Bug 1865438. `mContainingBlockSize` will be used
there, so it does not change any behavior yet.

Differential Revision: https://phabricator.services.mozilla.com/D221333
2024-09-11 18:01:40 +00:00
..
crashtests Bug 1362907 - Fix a couple crashtests. 2024-02-29 14:16:40 +01:00
test Bug 1877969 - Consume user activation when showing any picker r=dom-core,edgar,geckoview-reviewers,m_kato 2024-06-24 10:53:24 +00:00
HTMLSelectEventListener.cpp Bug 1871789 - Spoof mozInputSource and mozPressure for RFP. r=tjr,webidl,smaug 2024-05-16 19:43:12 +00:00
HTMLSelectEventListener.h
ListMutationObserver.cpp
ListMutationObserver.h
moz.build Bug 1909311 - Remove nsIFormControlFrame and nsITextControlFrame. r=masayuki,layout-reviewers,dholbert 2024-07-23 16:16:18 +00:00
nsCheckboxRadioFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsCheckboxRadioFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsColorControlFrame.cpp Bug 1906015 - part 2: Make the most `do_QueryInterface` users for `nsIFormControl` use new getter methods r=smaug,credential-management-reviewers,sessionstore-reviewers,sclements 2024-07-10 00:46:59 +00:00
nsColorControlFrame.h Bug 1909311 - Remove nsIFormControlFrame and nsITextControlFrame. r=masayuki,layout-reviewers,dholbert 2024-07-23 16:16:18 +00:00
nsComboboxControlFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsComboboxControlFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsDateTimeControlFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsDateTimeControlFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsFieldSetFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsFieldSetFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsFileControlFrame.cpp Bug 1909311 - Remove nsIFormControlFrame and nsITextControlFrame. r=masayuki,layout-reviewers,dholbert 2024-07-23 16:16:18 +00:00
nsFileControlFrame.h Bug 1909311 - Remove nsIFormControlFrame and nsITextControlFrame. r=masayuki,layout-reviewers,dholbert 2024-07-23 16:16:18 +00:00
nsGfxButtonControlFrame.cpp Bug 1906015 - part 2: Make the most `do_QueryInterface` users for `nsIFormControl` use new getter methods r=smaug,credential-management-reviewers,sessionstore-reviewers,sclements 2024-07-10 00:46:59 +00:00
nsGfxButtonControlFrame.h Bug 1362907 - Make select use nsHTMLButtonControlFrame for layout. r=jfkthame,dholbert 2024-02-29 11:15:52 +00:00
nsHTMLButtonControlFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsHTMLButtonControlFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsISelectControlFrame.h
nsImageControlFrame.cpp Bug 1909311 - Remove nsIFormControlFrame and nsITextControlFrame. r=masayuki,layout-reviewers,dholbert 2024-07-23 16:16:18 +00:00
nsListControlFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsListControlFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsMeterFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsMeterFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsNumberControlFrame.cpp Bug 1905743 - Unify text control button storage. r=dholbert 2024-07-02 21:17:34 +00:00
nsNumberControlFrame.h Bug 1909311 - Remove nsIFormControlFrame and nsITextControlFrame. r=masayuki,layout-reviewers,dholbert 2024-07-23 16:16:18 +00:00
nsProgressFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsProgressFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsRangeFrame.cpp Bug 1917456 - Fix nsRangeFrame::GetValueAtEventPoint on themed range inputs with padding. r=dholbert 2024-09-11 15:44:10 +00:00
nsRangeFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsSearchControlFrame.cpp Bug 1909311 - Misc clean ups to nsSearchControlFrame. r=layout-reviewers,TYLin 2024-07-23 16:16:18 +00:00
nsSearchControlFrame.h Bug 1909311: apply code formatting via Lando 2024-07-23 16:34:42 +00:00
nsSelectsAreaFrame.cpp Bug 1874823 - Make nsBlockFrame::Init set NS_BLOCK_STATIC_BFC by checking classes. r=layout-reviewers,AlaskanEmily 2024-01-24 12:13:42 +00:00
nsSelectsAreaFrame.h Bug 1879996 Part 3 - Implement GetFrameName() for nsCheckboxRadioFrame and nsSelectsAreaFrame. r=layout-reviewers,emilio 2024-02-14 23:57:19 +00:00
nsTextControlFrame.cpp Bug 1917144 Part 2 - Add IntrinsicSizeInput::mContainingBlockSize. r=dholbert 2024-09-11 18:01:40 +00:00
nsTextControlFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00