gecko-dev/layout/generic
Emilio Cobos Álvarez 390c6943fe Bug 1702676 - Change public LookAndFeel API to accept a color scheme. r=mstange
This shouldn't change behavior, but is the biggest cross-platform part
of the change so I'd like to get it landed sooner rather than later.

The two calls like:

  GetColor(ColorID::TextSelectBackground, color);
  if (color == 0x000000) {
    mColorTextSelectForeground = NS_RGB(0xff, 0xff, 0xff);
  } else {
    mColorTextSelectForeground = NS_DONT_CHANGE_COLOR;
  }

that I'm removing are just broken. They were calling the version of
GetColor the function that took a default value when the color wasn't
available, not the version of the color with the outparam.

To prevent such mistakes, add two signatures, GetColor(), returning a
Maybe<nscolor> and Color(), returning a color with a fallback.

Differential Revision: https://phabricator.services.mozilla.com/D110651
2021-04-02 12:22:14 +00:00
..
crashtests Bug 1462231 - Implement support for font-size-adjust in the Android (FT2) font backend. r=lsalzman 2021-03-29 09:15:18 +00:00
test Bug 1700801 - Remove stale test annotation of test_bug756984 which passes with fission-xorigin. r=layout-reviewers,TYLin 2021-04-01 23:49:38 +00:00
AnonymousContentKey.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
AspectRatio.cpp Bug 1683424 - Add UseBoxSizing for AspectRatio class, and fix non-replaced element usage. r=TYLin 2020-12-23 22:42:55 +00:00
AspectRatio.h Bug 1690422 - Take box-sizing into account when computing the intrinsic size with the preferred aspect ratio. r=TYLin,mats 2021-02-17 02:41:24 +00:00
AutoCopyListener.h
BRFrame.cpp Bug 1652017 - Remove unnecessary includes from nsIFrame.h. r=emilio 2020-07-15 13:48:35 +00:00
BlockReflowInput.cpp Bug 1697325 Part 5 - Add GetOverflowAreasRelativeToParent(), and simplify all the call sites. r=emilio 2021-03-10 05:59:49 +00:00
BlockReflowInput.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
CSSAlignUtils.cpp Bug 1209710 - Use convenience methods to simplify CSSAlignUtils::AlignJustifySelf(). r=layout-reviewers,jfkthame 2020-11-04 11:12:50 +00:00
CSSAlignUtils.h
CSSOrderAwareFrameIterator.cpp Bug 1411372 - Remove bogus XUL box sorting. r=TYLin 2020-10-28 19:10:00 +00:00
CSSOrderAwareFrameIterator.h Bug 1411372 - Remove bogus XUL box sorting. r=TYLin 2020-10-28 19:10:00 +00:00
ColumnSetWrapperFrame.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
ColumnSetWrapperFrame.h
ColumnUtils.cpp Bug 1646224 - Use mozilla::Length rather than nscoord to store font sizes. r=heycam,jfkthame 2020-06-22 09:45:40 +00:00
ColumnUtils.h
DetailsFrame.cpp Bug 1638928 Part 2 - Rename nsIFrame's GetChildLists() to ChildLists(). r=mats 2020-05-19 12:37:37 +00:00
DetailsFrame.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
FrameChildList.cpp Bug 1635319 Part 5 - Remove unused FrameChildListIterator and FrameChildListArrayIterator. r=mats 2020-05-18 01:15:40 +00:00
FrameChildList.h Bug 1635319 Part 6 - Use EmplaceBack instead of AppendElement to append a FrameChildList into an array. r=mats 2020-05-18 01:15:42 +00:00
FrameClass.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
FrameClasses.py Bug 1590884 - Move XUL accesskey handling to DOM and remove nsXULLabelFrame. r=emilio 2021-02-24 14:46:28 +00:00
GenerateFrameLists.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
JustificationUtils.h
LayoutMessageUtils.h Bug 1654080 - Use PBackground for syncing SessionStorageCache and use LSWriteOptimizer to send data changes; r=dom-workers-and-storage-reviewers,janv,nika 2020-10-14 00:19:33 +00:00
MathMLTextRunFactory.cpp Bug 1684497 - Hoist ResetGlyphRuns out of the conditional statement. r=heycam 2021-01-05 21:53:40 +00:00
MathMLTextRunFactory.h
PrintedSheetFrame.cpp Bug 1691858 - Minor cleanup of our @page rule setup. r=AlaskanEmily 2021-02-12 15:42:38 +00:00
PrintedSheetFrame.h Bug 1691858 - Minor cleanup of our @page rule setup. r=AlaskanEmily 2021-02-12 15:42:38 +00:00
ReflowInput.cpp Bug 1699605 - Add missing !GetPrevInFlow() check. r=emilio 2021-03-20 22:40:45 +00:00
ReflowInput.h Bug 1669734 - Factor out the logic of computing auto margins for abspos frames to its own method r=dholbert,emilio 2021-03-15 15:45:17 +00:00
ReflowOutput.cpp Bug 1677642 - Add a wpt testing an empty box doesn't contribute to parent's scrollable overflow area. r=emilio 2020-11-20 01:13:05 +00:00
ReflowOutput.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
RubyUtils.cpp
RubyUtils.h
ScrollAnchorContainer.cpp Bug 1691589 - Reduce reliance on GeckoProfiler.h when only labels (and maybe markers) are needed - r=necko-reviewers,geckoview-reviewers,sg,agi,florian 2021-02-16 04:44:19 +00:00
ScrollAnchorContainer.h Bug 1520581 - Allow to select scroll anchors inside nested scroll frames. r=dholbert 2020-04-13 20:58:14 +00:00
ScrollAnimationBezierPhysics.cpp
ScrollAnimationBezierPhysics.h
ScrollAnimationMSDPhysics.cpp
ScrollAnimationMSDPhysics.h
ScrollAnimationPhysics.h
ScrollOrigin.h Bug 1662013 - Make the scroll-behavior-element WPT test pass. r=tnikkel 2020-09-12 13:06:12 +00:00
ScrollPositionUpdate.cpp Bug 1662019 - Encapsulate the ScrollGeneration::New calls a bit more. r=tnikkel 2020-11-13 22:58:13 +00:00
ScrollPositionUpdate.h Bug 1662019 - Encapsulate the ScrollGeneration::New calls a bit more. r=tnikkel 2020-11-13 22:58:13 +00:00
ScrollSnap.cpp
ScrollSnap.h
ScrollVelocityQueue.cpp
ScrollVelocityQueue.h
ScrollbarActivity.cpp Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
ScrollbarActivity.h Bug 1656117 - Reduce include dependencies on nsRefreshDriver.h. r=mstange 2020-08-04 21:17:50 +00:00
ScrollbarPreferences.h
StickyScrollContainer.cpp Bug 1637130 - Rename visual overflow to ink overflow. r=dbaron 2020-07-20 20:17:36 +00:00
StickyScrollContainer.h
TextDrawTarget.h Bug 1622360 - Unwind super sketchy changes to glyph atlas code. r=jrmuizel 2020-04-01 13:40:00 +00:00
TextOverflow.cpp Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
TextOverflow.h Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
ViewportFrame.cpp Bug 1691589 - Reduce reliance on GeckoProfiler.h when only labels (and maybe markers) are needed - r=necko-reviewers,geckoview-reviewers,sg,agi,florian 2021-02-16 04:44:19 +00:00
ViewportFrame.h Bug 1688004 - Build top layer items for XUL documents that don't have scrollframes. r=miko 2021-01-25 00:31:30 +00:00
Visibility.h
WBRFrame.cpp Bug 1630704 - Part 28: Remove nsFrame r=emilio 2020-07-06 22:38:11 +00:00
WritingModes.h Bug 1699327 - Add nsIFrame::GetMarginRect(), and comparison operators for LogicalMargin. r=dholbert 2021-03-18 01:06:03 +00:00
broken-image.png
folder.png
frame-graph.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
jar.mn
loading-image.png
moz.build Bug 1687239 part 2 - Remove plugin support from layout/. r=emilio 2021-01-25 11:53:49 +00:00
nsAbsoluteContainingBlock.cpp Bug 1669734 - For abspos frames, resolve intrinsic BSize keywords to the actual intrinsic BSize, instead of stretching to fill the available space r=emilio,dholbert 2021-03-15 15:45:18 +00:00
nsAbsoluteContainingBlock.h Bug 1669734 - For abspos frames, resolve intrinsic BSize keywords to the actual intrinsic BSize, instead of stretching to fill the available space r=emilio,dholbert 2021-03-15 15:45:18 +00:00
nsAtomicContainerFrame.h Bug 1630704 - Part 27: Remove nsFrame from inheritance chain r=emilio 2020-07-06 22:29:42 +00:00
nsBackdropFrame.cpp Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsBackdropFrame.h Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsBlockDebugFlags.h
nsBlockFrame.cpp Bug 1527949 - Include the block container's block-end padding when computing its overflow area. r=emilio 2021-03-26 01:06:13 +00:00
nsBlockFrame.h Bug 1699317 Part 2 - Make ConsiderBlockEndEdgeOfChildren() a nsBlockFrame method. r=emilio 2021-03-18 04:41:14 +00:00
nsBlockReflowContext.cpp Bug 1663232 - Don't delete a child's next-in-flow if it's going to be reflow again due to clearance. r=emilio 2020-12-07 12:45:38 +00:00
nsBlockReflowContext.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
nsBulletFrame.cpp Bug 1686220 - Restore bullet image load priority boost which was lost in bug 1685078. r=jrmuizel 2021-01-16 17:05:41 +00:00
nsBulletFrame.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
nsCanvasFrame.cpp Bug 1691205 - Initialize the intrinsic block-size to zero in case there is no :root frame. r=TYLin 2021-02-20 04:25:25 +00:00
nsCanvasFrame.h
nsColumnSetFrame.cpp Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
nsColumnSetFrame.h Bug 1661874 Part 2 - Remove the support of ColumnSetFrame being an abs.pos container. r=heycam 2020-08-31 03:45:15 +00:00
nsContainerFrame.cpp Bug 1702676 - Change public LookAndFeel API to accept a color scheme. r=mstange 2021-04-02 12:22:14 +00:00
nsContainerFrame.h Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
nsContainerFrameInlines.h Bug 1696721 part 2 - Refactor DoIntrinsicInlineISize to make it accept a function for handling children. r=dholbert 2021-03-23 10:26:17 +00:00
nsDirection.h
nsFirstLetterFrame.cpp Bug 1696721 part 2 - Refactor DoIntrinsicInlineISize to make it accept a function for handling children. r=dholbert 2021-03-23 10:26:17 +00:00
nsFirstLetterFrame.h Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsFlexContainerFrame.cpp Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
nsFlexContainerFrame.h Bug 1585485 Part 1 - Remove StyleSize, StyleMaxSize, and StyleFlexBasis typedefs in classes. r=dholbert 2020-12-16 23:44:06 +00:00
nsFloatManager.cpp Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
nsFloatManager.h Bug 1574046 Part 5 - Prevent BlockReflowInput::ClearFloat from returning nscoord_MAX. r=dbaron 2020-06-16 18:33:02 +00:00
nsFontInflationData.cpp Bug 1647525 - Use HasAnyStateBits() in nsFontInflationData r=emilio 2020-06-27 13:16:49 +00:00
nsFontInflationData.h Bug 1647525 - Use HasAnyStateBits() in nsFontInflationData r=emilio 2020-06-27 13:16:49 +00:00
nsFrameList.cpp Bug 1652188 - Return struct from nsILineIterator::GetLine() r=emilio 2020-07-13 18:36:30 +00:00
nsFrameList.h Bug 1641085 Part 1 - Add move semantic to nsFrameList, and use it on SetOverflowFrames(). r=mats 2020-08-29 00:22:16 +00:00
nsFrameSelection.cpp Bug 1671768 - Part 4: Use MOZ_CAN_RUN_SCRIPT for Selection::RemoveAllRanges r=masayuki 2021-02-03 21:52:48 +00:00
nsFrameSelection.h Bug 1671768 - Part 4: Use MOZ_CAN_RUN_SCRIPT for Selection::RemoveAllRanges r=masayuki 2021-02-03 21:52:48 +00:00
nsFrameSetFrame.cpp Bug 1702676 - Change public LookAndFeel API to accept a color scheme. r=mstange 2021-04-02 12:22:14 +00:00
nsFrameSetFrame.h
nsFrameState.cpp Bug 1659005 part 4: Check for page-range-skipped pages for tab-modal print preview, and group them as unpainted additional children on the nearest PrintedSheetFrame. r=TYLin 2020-08-29 00:58:14 +00:00
nsFrameState.h
nsFrameStateBits.h Bug 1697529 - Implement visibility: collapse support for ruby text. r=dholbert 2021-03-12 09:28:00 +00:00
nsGfxScrollFrame.cpp Bug 1696885 - Fix block-end padding missing for scrollable <textarea>. r=emilio 2021-03-26 01:06:14 +00:00
nsGfxScrollFrame.h Bug 1692997. Make scrollbar button click + hold (repeat mode) go through apz. r=botond 2021-02-26 11:47:18 +00:00
nsGridContainerFrame.cpp Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
nsGridContainerFrame.h Bug 1667594 - Avoid including nsLayoutUtils.h in nsContainerFrame.h. r=emilio 2020-09-26 18:19:14 +00:00
nsHTMLCanvasFrame.cpp Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsHTMLCanvasFrame.h Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsHTMLParts.h Bug 1683748 - Support Grid/Flex/Table/Column layout for the rendered legend of a fieldset. r=emilio 2021-01-30 13:47:10 +00:00
nsIAnonymousContentCreator.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
nsIFrame.cpp Bug 1702216 - Paint auto-style outline with webrender if possible. r=mstange 2021-04-02 12:21:25 +00:00
nsIFrame.h Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
nsIFrameInlines.h Bug 1690701 Part 3 - Check NS_FRAME_OUT_OF_FLOW bit in nsIFrame::IsFloating(). r=emilio 2021-03-04 00:34:04 +00:00
nsILineIterator.h Bug 1623764 - Part 3: Expose IsLineWrapped via LineInfo r=emilio 2020-09-09 23:45:29 +00:00
nsIScrollPositionListener.h
nsIScrollableFrame.h Bug 1690433. Update code that looks for the presence of a display port for new minimal display ports. r=botond 2021-02-04 11:16:59 +00:00
nsIStatefulFrame.h
nsImageFrame.cpp Bug 1695403 - Support image-set in the content property. r=emilio 2021-03-08 23:27:49 +00:00
nsImageFrame.h Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsImageMap.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsImageMap.h
nsInlineFrame.cpp Bug 1696721 part 2 - Refactor DoIntrinsicInlineISize to make it accept a function for handling children. r=dholbert 2021-03-23 10:26:17 +00:00
nsInlineFrame.h Bug 1667501 - Add an nsIFrame::IsFrameOfType bit to say whether frames support aspect-ratio. r=TYLin 2021-02-11 00:19:58 +00:00
nsIntervalSet.cpp
nsIntervalSet.h
nsLeafFrame.cpp Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsLeafFrame.h Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsLineBox.cpp Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
nsLineBox.h Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
nsLineLayout.cpp Bug 1697529 - Implement visibility: collapse support for ruby text. r=dholbert 2021-03-12 09:28:00 +00:00
nsLineLayout.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
nsPageContentFrame.cpp Bug 1689789 part 1 - Ensure we don't have any overflow areas for pdf.js content. r=jfkthame 2021-02-05 19:39:31 +00:00
nsPageContentFrame.h Bug 1640197 - Part 4: Create more pages for vertical overflow r=dholbert,mats 2020-10-28 18:33:52 +00:00
nsPageFrame.cpp Bug 1691858 - Minor cleanup of our @page rule setup. r=AlaskanEmily 2021-02-12 15:42:38 +00:00
nsPageFrame.h Bug 1691858 - Minor cleanup of our @page rule setup. r=AlaskanEmily 2021-02-12 15:42:38 +00:00
nsPageSequenceFrame.cpp Bug 1700379 - Remove unused nsDisplayListBuilder::IsInPageSequence. r=miko 2021-03-23 18:02:49 +00:00
nsPageSequenceFrame.h Bug 1691858 - Minor cleanup of our @page rule setup. r=AlaskanEmily 2021-02-12 15:42:38 +00:00
nsPlaceholderFrame.cpp Bug 1682882 - Don't crash when trying to figure out the parent style of a node about to be reframed. r=heycam 2020-12-23 03:01:19 +00:00
nsPlaceholderFrame.h Bug 1630704 - Part 28: Remove nsFrame r=emilio 2020-07-06 22:38:11 +00:00
nsQueryFrame.h Bug 1625138 - Part 40: Replace remaining mozilla::IsSame with std::is_same. r=froydnj 2020-03-28 13:57:21 +00:00
nsRubyBaseContainerFrame.cpp Bug 1697529 - Implement visibility: collapse support for ruby text. r=dholbert 2021-03-12 09:28:00 +00:00
nsRubyBaseContainerFrame.h Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsRubyBaseFrame.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsRubyBaseFrame.h
nsRubyContentFrame.cpp
nsRubyContentFrame.h
nsRubyFrame.cpp Bug 1696721 part 3 - Fix intrinsic isize calculation for ruby frame. r=dholbert 2021-03-23 10:26:17 +00:00
nsRubyFrame.h
nsRubyTextContainerFrame.cpp Bug 1667501 - Add an nsIFrame::IsFrameOfType bit to say whether frames support aspect-ratio. r=TYLin 2021-02-11 00:19:58 +00:00
nsRubyTextContainerFrame.h Bug 1647525 - Use HasAnyStateBits() in remaining layout files r=emilio 2020-06-28 01:00:19 +00:00
nsRubyTextFrame.cpp Bug 1697529 - Implement visibility: collapse support for ruby text. r=dholbert 2021-03-12 09:28:00 +00:00
nsRubyTextFrame.h Bug 1697529 - Implement visibility: collapse support for ruby text. r=dholbert 2021-03-12 09:28:00 +00:00
nsSplittableFrame.cpp Bug 1677917 - Change BlockReflowInput's skipsides setup to be sane. r=mats,TYLin 2020-11-30 17:49:04 +00:00
nsSplittableFrame.h Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-12-07 10:17:57 +00:00
nsSubDocumentFrame.cpp Bug 1698987: Use GetCrossDocParentFrameInProcess() in nsSubDocumentFrame. r=tnikkel 2021-03-16 23:54:09 +00:00
nsSubDocumentFrame.h Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsTextFrame.cpp Bug 1702676 - Change public LookAndFeel API to accept a color scheme. r=mstange 2021-04-02 12:22:14 +00:00
nsTextFrame.h Bug 1679645 - Cache the selection state in nsTextFrame rather than in nsDisplayText r=emilio,jfkthame 2021-03-25 21:28:52 +00:00
nsTextFrameUtils.cpp Bug 1657437 - Don't treat lone CRs as segment breaks. r=jfkthame 2020-08-08 16:21:35 +00:00
nsTextFrameUtils.h Bug 1655394 - Add a Dump Text Runs command to the Layout Debugger. r=TYLin,jfkthame 2020-07-29 22:31:19 +00:00
nsTextRunTransformations.cpp Bug 1684497 - Hoist ResetGlyphRuns out of the conditional statement. r=heycam 2021-01-05 21:53:40 +00:00
nsTextRunTransformations.h Bug 1626570 - Improve handling of copying arrays in layout/generic/. r=jfkthame 2020-05-05 10:11:01 +00:00
nsVideoFrame.cpp Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsVideoFrame.h Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00