gecko-dev/layout/generic
Emilio Cobos Álvarez 59196e7850 No bug - remove silly assertion as OwnerDoc() never returns null.
Differential Revision: https://phabricator.services.mozilla.com/D47994

--HG--
extra : moz-landing-system : lando
2019-10-02 23:29:51 +00:00
..
crashtests Bug 1582530 - Fix remaining cases that were relying on blockification. r=dao,dholbert 2019-09-28 00:20:32 +00:00
test Bug 1553804: Part 6 - Fix chrome mochitests which open chrome windows with content openers. r=nika 2019-09-20 10:18:15 -07:00
AnonymousContentKey.h Bug 1581579 - Fix scrollbar style caching conflict for <resizer dir="bottom"> vs <resizer dir="bottomleft">. r=emilio 2019-09-30 09:51:07 +00:00
AspectRatio.h Bug 1559094 - Restore old behavior for background-size: cover + zero-sized background positioning area. r=dholbert 2019-06-23 10:08:16 +00:00
AutoCopyListener.h Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
BlockReflowInput.cpp Bug 1523582 Part 3 - Adjust GetLogicalSkipSides() to check non-fluid continuations. r=dbaron 2019-09-09 17:42:14 +00:00
BlockReflowInput.h Bug 1575377 - Remove BlockReflowInput::mHasUnconstrainedBSize, and update documents. r=dholbert 2019-08-21 19:53:08 +00:00
BRFrame.cpp Bug 1578311: Don't prune a trailing HTML br child from the accessibility tree. r=eeejay 2019-09-05 23:41:36 +00:00
broken-image.png
ColumnSetWrapperFrame.cpp Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
ColumnSetWrapperFrame.h Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
ColumnUtils.cpp Bug 1494100 Part 1 - Create ColumnUtils, and extract utility functions in nsColumnSetFrame into it. r=dholbert 2019-05-08 22:49:31 +00:00
ColumnUtils.h Bug 1561738 - Remove nsStyleCoord. r=boris 2019-06-28 12:44:44 +02:00
CSSAlignUtils.cpp Bug 1546697 - Use a consistent style for enum classes in layout. r=dholbert 2019-04-25 23:03:04 +00:00
CSSAlignUtils.h Bug 1546697 - Use a consistent style for enum classes in layout. r=dholbert 2019-04-25 23:03:04 +00:00
CSSOrderAwareFrameIterator.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CSSOrderAwareFrameIterator.h Bug 1575608 - Avoid some signed -> unsigned conversions for box-ordinal-group. r=dholbert 2019-08-21 18:35:31 +00:00
DetailsFrame.cpp Bug 1561322 - Allow spoofing strings in HTML forms r=baku,Pike 2019-07-24 13:22:22 +00:00
DetailsFrame.h Bug 1525371 - Kill ComputedStyle::mPresContext, move the pointer to the frame instead. r=jwatt 2019-02-07 11:15:36 +01:00
folder.png
frame-graph.py
FrameChildList.cpp Bug 1515192 - Replace handcrafted FrameChildListIDs class with EnumSet. r=mats 2018-12-19 00:50:09 +00:00
FrameChildList.h Bug 1515192 - Replace handcrafted FrameChildListIDs class with EnumSet. r=mats 2018-12-19 00:50:09 +00:00
FrameClass.py Bug 1553731 - Part 2: Generate FrameIdList.h and FrameTypeList.h from Python. r=mats,glandium 2019-06-01 08:03:40 +00:00
FrameClasses.py Bug 1571249 - Remove BCTableCell as a distinct frame type. r=TYLin 2019-08-08 19:48:10 +00:00
GenerateFrameLists.py Bug 1553731 - Part 3: Make nsIFrame::Is___Frame() avoid reading from memory. r=mats 2019-06-01 08:03:42 +00:00
jar.mn
JustificationUtils.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
loading-image.png
MathMLTextRunFactory.cpp Bug 1546697 - Use a consistent style for enum classes in layout. r=dholbert 2019-04-25 23:03:04 +00:00
MathMLTextRunFactory.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
moz.build Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00
nsAbsoluteContainingBlock.cpp Bug 1456358 - Inhibit RecomputePosition when descendants depend on the out of flow position. r=dbaron 2019-07-29 13:43:29 +00:00
nsAbsoluteContainingBlock.h Bug 1546697 - Use a consistent style for enum classes in layout. r=dholbert 2019-04-25 23:03:04 +00:00
nsAtomicContainerFrame.h Bug 1525371 - Kill ComputedStyle::mPresContext, move the pointer to the frame instead. r=jwatt 2019-02-07 11:15:36 +01:00
nsBackdropFrame.cpp Bug 1523969 part 14 - Move method definition inline comments to new line in 'layout/'. r=dholbert 2019-02-25 16:09:24 -06:00
nsBackdropFrame.h Bug 1525371 - Kill ComputedStyle::mPresContext, move the pointer to the frame instead. r=jwatt 2019-02-07 11:15:36 +01:00
nsBlockDebugFlags.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsBlockFrame.cpp Backed out changeset 928b755ef57b (bug 1539212) for backplate-bg-image-006.html failures 2019-09-20 03:59:03 +03:00
nsBlockFrame.h Bug 1557825 part 1 - Implement 'display:block ruby'. r=emilio 2019-08-14 14:38:31 +00:00
nsBlockReflowContext.cpp Bug 1523582 Part 1 - Use NOISY_BLOCK_DIR_MARGINS to control log print in nsBlockReflowContext. r=dbaron 2019-09-09 17:42:10 +00:00
nsBlockReflowContext.h Bug 1543571 Part 1 - Replace "reflow state" with "reflow input". r=dholbert 2019-04-11 20:27:37 +00:00
nsBulletFrame.cpp Bug 1574493 - Part 3. Stop rounding rects/clips during display list building. r=jrmuizel 2019-09-14 16:17:04 +00:00
nsBulletFrame.h Bug 1552719 - Make nsBulletFrame::Ordinal() O(1) again. r=mats 2019-05-21 17:30:42 +00:00
nsCanvasFrame.cpp Bug 1574493 - Part 3. Stop rounding rects/clips during display list building. r=jrmuizel 2019-09-14 16:17:04 +00:00
nsCanvasFrame.h Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
nsColumnSetFrame.cpp Bug 1575054 - Disable column balancing for nested multicol containers of depth more than two. r=dbaron 2019-09-26 22:07:53 +00:00
nsColumnSetFrame.h Bug 1583639 Part 4 - Stop creating more columns in column-fill:auto mode if there's still block-size left in multicol container. r=dbaron 2019-09-25 23:36:41 +00:00
nsContainerFrame.cpp Bug 1561326 - Support CSS min/max width/height for top level windows with root HTML element. r=emilio 2019-09-09 16:14:51 +00:00
nsContainerFrame.h Bug 1105868 part 4 - Accessibility support for inline list-items. r=emilio 2019-08-14 14:37:16 +00:00
nsDirection.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsFirstLetterFrame.cpp Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
nsFirstLetterFrame.h Bug 1525371 - Kill ComputedStyle::mPresContext, move the pointer to the frame instead. r=jwatt 2019-02-07 11:15:36 +01:00
nsFlexContainerFrame.cpp Bug 1384266 Part 1: Make FlexItem::GetBaselineOffsetFromOuterCrossEdge use logical, not physical calculations. r=dholbert 2019-09-30 21:08:08 +00:00
nsFlexContainerFrame.h Bug 1563163 Part 2: Downgrade an assert to a warning in nsFlexContainerFrame::GetFlexFrameWithComputedInfo. r=mats 2019-08-30 23:16:44 +00:00
nsFloatManager.cpp Bug 1582224 - Split SIDEWAYS bit in WritingMode. r=jfkthame,emilio 2019-09-19 02:37:14 +00:00
nsFloatManager.h Bug 1570982 - remove CPP_THROW_NEW; r=glandium 2019-08-14 01:32:41 +00:00
nsFontInflationData.cpp Bug 1573268 - Convert font.size.inflation.lineThreshold to a static pref. r=njn 2019-08-13 18:23:54 +00:00
nsFontInflationData.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsFrame.cpp Bug 1580738 - Generate unique per-frame-keys for all nsDisplayOwnLayer call sites. r=mstange 2019-09-30 21:01:20 +00:00
nsFrame.h Bug 1570982 - remove CPP_THROW_NEW; r=glandium 2019-08-14 01:32:41 +00:00
nsFrameList.cpp Bug 1544343 - part 3: Make layout use mozilla::PresShell instead of nsIPresShell as far as possible r=emilio 2019-04-16 07:25:10 +00:00
nsFrameList.h Bug 1544343 - part 3: Make layout use mozilla::PresShell instead of nsIPresShell as far as possible r=emilio 2019-04-16 07:25:10 +00:00
nsFrameSelection.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
nsFrameSelection.h Bug 1490044 - Move all prefs used in WebIDL to StaticPrefs. r=bzbarsky 2019-06-13 09:00:59 +00:00
nsFrameSetFrame.cpp Bug 1547759 - Pass ReflowInput to FinishReflowChild in almost all cases. r=jfkthame 2019-08-05 11:52:19 +00:00
nsFrameSetFrame.h Bug 1534914 - Improve blocked cursor behavior to fall back to next image. r=smaug 2019-03-13 18:38:09 +00:00
nsFrameState.cpp Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
nsFrameState.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
nsFrameStateBits.h Bug 1577364 - Remove the NS_TABLE_CELL_HAS_PCT_OVER_BSIZE frame bit since it's not used. r=dholbert 2019-08-29 21:22:25 +00:00
nsGfxScrollFrame.cpp Bug 1585317 - When using the scrollport, account for scroll-padding for anchor node selection. r=botond 2019-10-02 17:24:25 +00:00
nsGfxScrollFrame.h Bug 1585317 - When using the scrollport, account for scroll-padding for anchor node selection. r=botond 2019-10-02 17:24:25 +00:00
nsGridContainerFrame.cpp Bug 1581106 part 2 - Simplify LineNameMap ctor by deducing track clamping bounds instead of passing them as params (idempotent change). r=dholbert 2019-09-30 17:51:28 +00:00
nsGridContainerFrame.h Bug 1519958 - Refactor grid types to preserve repeat() at computed value time and use cbindgen. r=mats,boris 2019-08-05 22:13:21 +02:00
nsHTMLCanvasFrame.cpp Bug 1574493 - Part 3. Stop rounding rects/clips during display list building. r=jrmuizel 2019-09-14 16:17:04 +00:00
nsHTMLCanvasFrame.h Bug 1547792 - AspectRatio should be a single ratio, not a size. r=dholbert 2019-05-02 23:28:21 +00:00
nsHTMLParts.h Bug 1557104. Merge nsIPageSequenceFrame and nsSimplePageSequenceFrame. r=dholbert 2019-05-22 13:01:33 +01:00
nsIAnonymousContentCreator.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-07-16 07:33:44 +00:00
nsIFrame.h Bug 1580738 - Generate unique per-frame-keys for all nsDisplayOwnLayer call sites. r=mstange 2019-09-30 21:01:20 +00:00
nsIFrameInlines.h Bug 1576355 - Don't try to optimize position style changes for rel.pos. grid items. r=dholbert 2019-08-26 20:00:35 +00:00
nsILineIterator.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsImageFrame.cpp Bug 1574493 - Part 3. Stop rounding rects/clips during display list building. r=jrmuizel 2019-09-14 16:17:04 +00:00
nsImageFrame.h Bug 1565688. Remove unused IOService arg from NS_NewURI. r=mayhemer 2019-07-15 13:39:51 +00:00
nsImageMap.cpp Bug 1557793 part 3. Change the signatures of various nsContentUtils localization methods to play nicer with the new stringbundle API. r=smaug 2019-06-08 21:26:12 +00:00
nsImageMap.h Bug 1540220 - Cleanup a bit the lazy style resolution APIs. r=heycam 2019-04-09 18:05:04 +00:00
nsInlineFrame.cpp Bug 1474771 - Revert all changes from bug 1459937 since they are no longer needed. r=dholbert 2019-07-01 21:58:35 +00:00
nsInlineFrame.h Bug 1548673 Part 1 - Rename NS_INTRINSIC_WIDTH_UNKNOWN to NS_INTRINSIC_ISIZE_UNKNOWN. r=jfkthame 2019-05-03 17:34:36 +00:00
nsIntervalSet.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsIntervalSet.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsIObjectFrame.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsIScrollableFrame.h Bug 1577859 - Remove the layout.scroll.root-frame-containers pref and code that depends directly on it. r=tnikkel 2019-09-15 17:01:22 +00:00
nsIScrollPositionListener.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsIStatefulFrame.h Bug 1553705 - Make GenerateStateKey() infallible. r=smaug 2019-07-01 07:20:04 +00:00
nsLeafFrame.cpp Bug 1523969 part 14 - Move method definition inline comments to new line in 'layout/'. r=dholbert 2019-02-25 16:09:24 -06:00
nsLeafFrame.h Bug 1525371 - Kill ComputedStyle::mPresContext, move the pointer to the frame instead. r=jwatt 2019-02-07 11:15:36 +01:00
nsLineBox.cpp Bug 1576018 - Tweak frame tree debugging output. r=TYLin 2019-08-23 05:31:37 +00:00
nsLineBox.h Bug 1404868 - Record when lines are in a different fragment than the one in which they were previously reflowed. r=TYLin 2019-08-02 20:44:53 +00:00
nsLineLayout.cpp Bug 1220352 - Make baseline positioning in vertical writing-mode independent of border and padding. r=jfkthame 2019-09-25 20:47:35 +00:00
nsLineLayout.h Bug 1543571 Part 1 - Replace "reflow state" with "reflow input". r=dholbert 2019-04-11 20:27:37 +00:00
nsPageContentFrame.cpp Bug 1571250 - Convert flags passed to ReflowChild, FinishReflowChild, SyncFrameViewAfterReflow and from GetXULLayoutFlags / GetLayoutFlags into an enum class. r=TYLin 2019-08-08 19:48:19 +00:00
nsPageContentFrame.h Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsPageFrame.cpp Bug 1571250 - Convert flags passed to ReflowChild, FinishReflowChild, SyncFrameViewAfterReflow and from GetXULLayoutFlags / GetLayoutFlags into an enum class. r=TYLin 2019-08-08 19:48:19 +00:00
nsPageFrame.h Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsPageSequenceFrame.cpp Bug 1547759 - Pass ReflowInput to FinishReflowChild in almost all cases. r=jfkthame 2019-08-05 11:52:19 +00:00
nsPageSequenceFrame.h Bug 1565274: Remove self inclusion from nsPageSequenceFrame.h r=dholbert 2019-07-11 21:37:27 +00:00
nsPlaceholderFrame.cpp Bug 1554571 - Part 1: Remove unused argument from Servo_ResolveStyle. r=emilio 2019-06-27 07:22:13 +00:00
nsPlaceholderFrame.h Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsPluginFrame.cpp Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika 2019-07-26 16:48:31 +00:00
nsPluginFrame.h Bug 1549751 - Part 2: Add nsPaintedDisplayItem r=mattwoodrow 2019-05-08 13:49:56 +00:00
nsQueryFrame.h Bug 1560188 - Fix and improve display list memory reporting. r=mattwoodrow,njn 2019-07-02 02:46:09 +00:00
nsRubyBaseContainerFrame.cpp Bug 1565681 - Have ruby base container sized based on margin box of ruby bases. r=jfkthame 2019-09-02 10:09:30 +00:00
nsRubyBaseContainerFrame.h Bug 1565681 - Have ruby base container sized based on margin box of ruby bases. r=jfkthame 2019-09-02 10:09:30 +00:00
nsRubyBaseFrame.cpp Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsRubyBaseFrame.h Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsRubyContentFrame.cpp Bug 1523969 part 14 - Move method definition inline comments to new line in 'layout/'. r=dholbert 2019-02-25 16:09:24 -06:00
nsRubyContentFrame.h Bug 1525371 - Kill ComputedStyle::mPresContext, move the pointer to the frame instead. r=jwatt 2019-02-07 11:15:36 +01:00
nsRubyFrame.cpp Bug 1565681 - Have ruby base container sized based on margin box of ruby bases. r=jfkthame 2019-09-02 10:09:30 +00:00
nsRubyFrame.h Bug 1565681 - Have ruby base container sized based on margin box of ruby bases. r=jfkthame 2019-09-02 10:09:30 +00:00
nsRubyTextContainerFrame.cpp Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
nsRubyTextContainerFrame.h Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
nsRubyTextFrame.cpp Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsRubyTextFrame.h Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsSplittableFrame.cpp Bug 1523582 Part 3 - Adjust GetLogicalSkipSides() to check non-fluid continuations. r=dbaron 2019-09-09 17:42:14 +00:00
nsSplittableFrame.h Bug 1569701 Part 1 - Make BlockReflowInput::mConsumedBSize a constant, and delete it assessor method. r=dbaron 2019-08-15 16:49:14 +00:00
nsSubDocumentFrame.cpp No bug - remove silly assertion as OwnerDoc() never returns null. 2019-10-02 23:29:51 +00:00
nsSubDocumentFrame.h Bug 1553012 - Make PresShell::ScrollFrameRectIntoView work in fission world. r=mattwoodrow,nika,tnikkel 2019-07-09 05:34:27 +00:00
nsTextFrame.cpp Bug 1582016 - When text-underline-offset is auto, clamp the minimum used underline-offset to 1/16em. r=dholbert 2019-09-18 17:31:14 +00:00
nsTextFrame.h Bug 1558929: adding from-font support to text-underline-offset and text-decoration-thickness r=emilio 2019-08-13 17:43:25 +00:00
nsTextFrameUtils.cpp Bug 1555436: Add braces to address static analysis warnings in some text layout code. r=dholbert 2019-05-29 20:48:41 +00:00
nsTextFrameUtils.h Bug 1555436: Add braces to address static analysis warnings in some text layout code. r=dholbert 2019-05-29 20:48:41 +00:00
nsTextRunTransformations.cpp Bug 1573249 - patch 2 - Don't apply skip-ink to runs of CJK text, because it looks bad with many fonts. r=dholbert 2019-08-21 15:07:20 +00:00
nsTextRunTransformations.h Bug 1548389 - part 5: Make nsTextFrame and related code treat masking password characters as text-transform r=jfkthame 2019-07-22 03:54:50 +00:00
nsVideoFrame.cpp Bug 1571250 - Convert flags passed to ReflowChild, FinishReflowChild, SyncFrameViewAfterReflow and from GetXULLayoutFlags / GetLayoutFlags into an enum class. r=TYLin 2019-08-08 19:48:19 +00:00
nsVideoFrame.h Bug 1547792 - AspectRatio should be a single ratio, not a size. r=dholbert 2019-05-02 23:28:21 +00:00
ReflowInput.cpp Bug 1584638: Relax -mox-box blockification assertions to be debug-only. r=bgrins 2019-09-27 21:31:04 +00:00
ReflowInput.h Bug 1092007 followup: fix typo in code comment. rs=mats via review feedback 2019-09-13 21:53:18 +00:00
ReflowOutput.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ReflowOutput.h Bug 1547759 - Add a flag to allow FinishReflowChild to handle relative positioning, and convert the caller for which this makes sense. r=jfkthame 2019-08-05 11:56:05 +00:00
RubyUtils.cpp Bug 1523969 part 14 - Move method definition inline comments to new line in 'layout/'. r=dholbert 2019-02-25 16:09:24 -06:00
RubyUtils.h Bug 1557825 part 1 - Implement 'display:block ruby'. r=emilio 2019-08-14 14:38:31 +00:00
ScrollAnchorContainer.cpp Bug 1540203 - Tweak scroll anchor selection to allow to select everything but inline-fragmentable, non-text boxes. r=dholbert 2019-09-13 22:26:48 +00:00
ScrollAnchorContainer.h Bug 1541137: Add missing includes/namespaces/decls to fix non-unified build bustage in layout/generic. r=boris 2019-04-02 20:06:52 +00:00
ScrollAnimationBezierPhysics.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
ScrollAnimationBezierPhysics.h Bug 1517715 - Move nsSMILCSSProperty, nsSMILKeySpline and nsSMILParserUtils to the mozilla namespace r=bbirtles 2019-01-08 07:55:14 +00:00
ScrollAnimationMSDPhysics.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
ScrollAnimationMSDPhysics.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ScrollAnimationPhysics.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ScrollbarActivity.cpp Bug 1565584: move nsIContentUtils::ContentIsDescendantOf to nsINode::IsInclusiveDescendantOf. r=smaug 2019-07-15 10:02:21 +02:00
ScrollbarActivity.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ScrollSnap.cpp Bug 1561825 - Make layout.* static prefs follow the naming convention. r=KrisWright 2019-06-27 16:28:25 +10:00
ScrollSnap.h Bug 1526749 - Drop |aScrollPortSize| argument from ScrollSnapUtils::GetSnapPointForDestination. r=botond 2019-02-11 23:44:53 +00:00
ScrollVelocityQueue.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
ScrollVelocityQueue.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
StickyScrollContainer.cpp Bug 1523071 - Use Rust lengths for margin / padding / inset. r=jwatt 2019-02-10 04:11:58 +01:00
StickyScrollContainer.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
TextDrawTarget.h Bug 1582231 - remove Moz2D dependency on Cairo glyph extents. r=jfkthame 2019-09-20 16:30:21 +00:00
TextOverflow.cpp Backed out 2 changesets (bug 1554499) for mochitest failures at test_restyles.html. 2019-07-18 21:36:22 +03:00
TextOverflow.h Bug 1553252 - Use cbindgen for text-overflow r=emilio 2019-05-24 04:48:46 +00:00
ViewportFrame.cpp Bug 1563649 - As with display list item and reflow for position:fixed elements, use the adjusted layout viewport size getComputedStyle() r=mstange 2019-09-05 01:15:05 +00:00
ViewportFrame.h Bug 1563649 - As with display list item and reflow for position:fixed elements, use the adjusted layout viewport size getComputedStyle() r=mstange 2019-09-05 01:15:05 +00:00
Visibility.h Bug 1546697 - Use a consistent style for enum classes in layout. r=dholbert 2019-04-25 23:03:04 +00:00
WritingModes.h Bug 1582224 - Split SIDEWAYS bit in WritingMode. r=jfkthame,emilio 2019-09-19 02:37:14 +00:00