gecko-dev/layout/base
Ting-Yu Lin 22b2870b5a Bug 1526268 Part 1 - Make AccessibleCaret's #text-overlay and #image children be normal in-flow elements. r=mats
The #text-overlay and #image child divs were "position: absolute" under
the main AccessibleCaret div. However, they don't necessary need to be
position:absolute to achieve the desired layout. We can make them normal
in-flow elements to simplify the frame structure. There should not be
any perceivable change to the user.

Also, AccessibleCaret's position can made more accurate by using float
CSS pixels when converting it from app unit.

Differential Revision: https://phabricator.services.mozilla.com/D51349

--HG--
extra : moz-landing-system : lando
2019-11-01 22:16:08 +00:00
..
crashtests Bug 1521640 - Update android crashtest assertion ranges; r=geckoview-reviewers,snorp 2019-10-15 19:40:24 +00:00
doc
gtest Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
tests Bug 1591282 - Display carets in the outline list, so that descendant backgrounds don't occlude it. r=mattwoodrow 2019-10-29 04:30:54 +00:00
AccessibleCaret.cpp Bug 1526268 Part 1 - Make AccessibleCaret's #text-overlay and #image children be normal in-flow elements. r=mats 2019-11-01 22:16:08 +00:00
AccessibleCaret.h
AccessibleCaretEventHub.cpp Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika 2019-07-26 16:48:31 +00:00
AccessibleCaretEventHub.h
AccessibleCaretLogger.h
AccessibleCaretManager.cpp Bug 1553772 - Bug 1549812 - Try to assert a bit harder about stuff not flushing under our nose. r=TYLin,mats 2019-09-26 20:55:58 +00:00
AccessibleCaretManager.h
ArenaObjectID.h Bug 1560188 - Fix and improve display list memory reporting. r=mattwoodrow,njn 2019-07-02 02:46:09 +00:00
AutoProfilerStyleMarker.h Bug 1583271 - Part 1: Change profiler page information IDs to BrowsingContextID and InnerWindowID r=gerald,nika 2019-10-09 21:25:11 +00:00
CaretAssociationHint.h
FrameProperties.h
GeckoMVMContext.cpp Bug 1590639 part 2: Fix non-unified build issues in layout/base. r=TYLin 2019-10-23 22:10:11 +00:00
GeckoMVMContext.h Bug 1551659 - Remove MVMContext::ResizeEventFlag and related code. r=botond,hiro 2019-09-25 19:35:29 +00:00
GeometryUtils.cpp Bug 1567310 Part 2: Make GeometryUtils::GetBoxQuads suppress whitespace frames when requested. r=emilio 2019-09-12 19:05:32 +00:00
GeometryUtils.h
LayoutConstants.h Bug 1549267 Part 2 - Improve comments in LayoutConstants.h. r=mats 2019-06-06 00:04:19 +00:00
LayoutLogging.cpp
LayoutLogging.h
LayoutTelemetryTools.cpp Bug 1578319: Telemetry for total time spent in layout per Refresh Driver tick. r=heycam 2019-11-01 04:33:48 +00:00
LayoutTelemetryTools.h Bug 1578319: Telemetry for total time spent in layout per Refresh Driver tick. r=heycam 2019-11-01 04:33:48 +00:00
MediaEmulationData.h Bug 1570721 - Add an API to nsPresContext to override the prefers-color-scheme value. r=heycam 2019-08-02 15:18:27 +02:00
MobileViewportManager.cpp Bug 1551659 - Remove MVMContext::ResizeEventFlag and related code. r=botond,hiro 2019-09-25 19:35:29 +00:00
MobileViewportManager.h Bug 1523844 Part 3: Make the MVM set resolution only as an adjustment, not a restore resolution. r=botond 2019-08-12 22:23:34 +00:00
MotionPathUtils.cpp Bug 1429305 - Cache gfx path. r=hiro 2019-10-31 21:36:39 +00:00
MotionPathUtils.h Bug 1429305 - Cache gfx path. r=hiro 2019-10-31 21:36:39 +00:00
moz.build Bug 1578319: Telemetry for total time spent in layout per Refresh Driver tick. r=heycam 2019-11-01 04:33:48 +00:00
MVMContext.h Bug 1551659 - Remove MVMContext::ResizeEventFlag and related code. r=botond,hiro 2019-09-25 19:35:29 +00:00
nsAutoLayoutPhase.cpp Bug 1567818 - Convert nsLayoutPhase into enum class. r=heycam 2019-07-23 05:40:49 +00:00
nsAutoLayoutPhase.h Bug 1567818 - Convert nsLayoutPhase into enum class. r=heycam 2019-07-23 05:40:49 +00:00
nsBidi.cpp
nsBidi.h
nsBidiPresUtils.cpp Bug 1591490 - Use the NS_IS_SURROGATE_PAIR macro everywhere. r=Ehsan 2019-10-27 05:05:51 +00:00
nsBidiPresUtils.h Bug 1300293 - Make nsBidiPresUtils track line boxes separately for the progress of TraverseFrames and ResolveParagraph. r=jfkthame 2019-07-22 18:55:56 +00:00
nsCaret.cpp Bug 1582224 - Split SIDEWAYS bit in WritingMode. r=jfkthame,emilio 2019-09-19 02:37:14 +00:00
nsCaret.h
nsChangeHint.h Bug 1590203 - Handle overflow changes more gracefully when possible. r=mattwoodrow 2019-10-21 23:47:31 +00:00
nsCompatibility.h
nsCounterManager.cpp Bug 1578295 - Use cbindgen for counters. r=mats 2019-09-02 23:11:26 +00:00
nsCounterManager.h Bug 1578295 - Use cbindgen for counters. r=mats 2019-09-02 23:11:26 +00:00
nsCSSColorUtils.cpp
nsCSSColorUtils.h
nsCSSFrameConstructor.cpp Bug 1591297 - Remove XBL binding loading code in the frame constructor. r=TYLin 2019-10-25 18:46:59 +00:00
nsCSSFrameConstructor.h Bug 1591297 - Remove XBL binding loading code in the frame constructor. r=TYLin 2019-10-25 18:46:59 +00:00
nsDocumentViewer.cpp Bug 1590185 Part 2 - Support paged mode layout in layout debugger. r=dbaron 2019-10-29 19:51:42 +00:00
nsFrameManager.cpp Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
nsFrameManager.h
nsFrameTraversal.cpp
nsFrameTraversal.h
nsGenConList.cpp Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
nsGenConList.h
nsIDocumentViewerPrint.h
nsIFrameTraversal.h
nsILayoutHistoryState.idl
nsIPercentBSizeObserver.h
nsIPreloadedStyleSheet.idl
nsIReflowCallback.h
nsIStyleSheetService.idl
nsLayoutDebugger.cpp Bug 1566215 - Part 2: Merge nsILayoutDebugger functionality into nsLayoutDebuggingTools. r=dbaron 2019-07-22 04:48:33 +00:00
nsLayoutHistoryState.cpp
nsLayoutUtils.cpp Bug 1429305 - Move motion path utils into a separate file. r=hiro 2019-10-31 20:07:28 +00:00
nsLayoutUtils.h Bug 1429305 - Move motion path utils into a separate file. r=hiro 2019-10-31 20:07:28 +00:00
nsPresArena.cpp Bug 1590639 part 2: Fix non-unified build issues in layout/base. r=TYLin 2019-10-23 22:10:11 +00:00
nsPresArena.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-07-16 07:33:44 +00:00
nsPresArenaObjectList.h Bug 1560188 - Fix and improve display list memory reporting. r=mattwoodrow,njn 2019-07-02 02:46:09 +00:00
nsPresContext.cpp Bug 1587162 - Fix UBSAN complaints about pref callbacks. r=erahm 2019-11-01 02:57:20 +00:00
nsPresContext.h Bug 1587162 - Fix UBSAN complaints about pref callbacks. r=erahm 2019-11-01 02:57:20 +00:00
nsPresContextInlines.h
nsQuoteList.cpp Bug 1421938 - Add an 'auto' value for the CSS 'quotes' property, and make it use language-dependent quote marks. r=emilio 2019-07-09 08:59:27 +00:00
nsQuoteList.h
nsRefreshDriver.cpp Bug 1578319: Telemetry for total time spent in layout per Refresh Driver tick. r=heycam 2019-11-01 04:33:48 +00:00
nsRefreshDriver.h
nsStyleChangeList.cpp
nsStyleChangeList.h
nsStyleSheetService.cpp Bug 1571530 - Remove various bool arguments in sheet loader APIs. r=heycam 2019-08-16 10:56:05 +00:00
nsStyleSheetService.h
OverflowChangedTracker.h
PositionedEventTargeting.cpp
PositionedEventTargeting.h
PresShell.cpp Bug 1578319: Telemetry for total time spent in layout per Refresh Driver tick. r=heycam 2019-11-01 04:33:48 +00:00
PresShell.h Bug 1578319: Telemetry for total time spent in layout per Refresh Driver tick. r=heycam 2019-11-01 04:33:48 +00:00
PresShellForwards.h Bug 1551659 - Remove MVMContext::ResizeEventFlag and related code. r=botond,hiro 2019-09-25 19:35:29 +00:00
PresShellInlines.h Bug 1578319: Telemetry for total time spent in layout per Refresh Driver tick. r=heycam 2019-11-01 04:33:48 +00:00
PresState.ipdlh
RestyleManager.cpp Bug 1590203 - Handle overflow changes more gracefully when possible. r=mattwoodrow 2019-10-21 23:47:31 +00:00
RestyleManager.h Bug 1585882 - Fix the case where where a node with an up-to-date style loses its frame due to a DOM mutation of siblings. r=heycam 2019-10-06 23:30:23 +00:00
ScrollStyles.cpp Bug 1590281 - Don't propagate overscroll-behavior from body to viewport. r=hiro 2019-10-22 12:16:13 +00:00
ScrollStyles.h Bug 1590281 - Don't propagate overscroll-behavior from body to viewport. r=hiro 2019-10-22 12:16:13 +00:00
ScrollTypes.h
ShapeUtils.cpp Bug 1561738 - Remove nsStyleCoord. r=boris 2019-06-28 12:44:44 +02:00
ShapeUtils.h Bug 1561738 - Remove nsStyleCoord. r=boris 2019-06-28 12:44:44 +02:00
StackArena.cpp
StackArena.h
StaticPresData.cpp
StaticPresData.h
TouchManager.cpp
TouchManager.h
Units.h Bug 1568673 part 1: Adjust MobileViewportManager::ComputeIntrinsicScale to prevent divide-by-zero and to allow for meaningful min/max clamping. r=botond 2019-07-27 00:11:20 +00:00
UnitTransforms.h Bug 1565525 - Add helper functions to make working with Maybe<Matrix> easier. r=hsivonen 2019-08-20 06:36:01 +00:00
WordMovementType.h
ZoomConstraintsClient.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
ZoomConstraintsClient.h