gecko-dev/layout/base
Emilio Cobos Álvarez 077183556a Bug 1561900 - Fix scroll state restoration when not coming from the bfcache on the initial frame construction. r=bzbarsky
There is no way this ever properly worked, as we always passed null for
`aFrameState`.

So it'd only work if we reframed the document element or such...  Which is not
amazing.

For simpler test-cases, when we don't construct the scrollframe via
PresShell::Initialize, but via the regular frame constructor updates
(ContentAppended, etc...), those end up working because we go through lazy frame
construction, which ends up in RecreateFramesForContent, which passes
mTempFrameTreeState.

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

--HG--
extra : moz-landing-system : lando
2020-01-15 13:18:52 +00:00
..
crashtests Bug 1606492 - Add nsAutoScriptBlocker to PresShell::DidDoReflow(). r=emilio 2020-01-07 22:58:37 +00:00
doc
gtest
tests Bug 1499281 - Remove column-span pref in mochitests and property databases. r=dbaron 2019-12-31 19:33:15 +00:00
AccessibleCaret.cpp Bug 1607123 - Terminate AccessibleCaretEventHub after tearing down the frame tree. r=emilio 2020-01-06 20:18:06 +00:00
AccessibleCaret.h Bug 1526268 Part 3 - Disable APZ if AccessibleCaret is in position:fixed subtree or its position is changed. r=botond,mats 2019-11-02 03:05:28 +00:00
AccessibleCaretEventHub.cpp Bug 1582363 - Consume the synthesized mouse move events when dragging the caret. r=mats 2019-12-09 10:36:40 +00:00
AccessibleCaretEventHub.h Bug 1582363 - Consume the synthesized mouse move events when dragging the caret. r=mats 2019-12-09 10:36:40 +00:00
AccessibleCaretLogger.h
AccessibleCaretManager.cpp Bug 1608071: part 2) Rename `nsContentUtils::GetCommonAncestor` and related methods. r=smaug 2020-01-13 10:29:44 +00:00
AccessibleCaretManager.h Bug 1526268 Part 3 - Disable APZ if AccessibleCaret is in position:fixed subtree or its position is changed. r=botond,mats 2019-11-02 03:05:28 +00:00
ArenaObjectID.h
AutoProfilerStyleMarker.h
CaretAssociationHint.h
FrameProperties.h Bug 1608063 - Remove all usages of TypeTraits in layout. r=TYLin 2020-01-10 00:01:40 +00:00
GeckoMVMContext.cpp Bug 1605466 - Include-what-you-use fixes. r=tnikkel 2019-12-20 20:36:14 +00:00
GeckoMVMContext.h Bug 1586986 - Fire visual viewport resize events and flush position:fixed elements' layout in the same way what Chrome does. r=botond 2019-11-21 21:36:59 +00:00
GeometryUtils.cpp
GeometryUtils.h
LayoutConstants.h
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
MVMContext.h Bug 1586986 - Fire visual viewport resize events and flush position:fixed elements' layout in the same way what Chrome does. r=botond 2019-11-21 21:36:59 +00:00
MediaEmulationData.h
MobileViewportManager.cpp Bug 1586986 - Fire visual viewport resize events and flush position:fixed elements' layout in the same way what Chrome does. r=botond 2019-11-21 21:36:59 +00:00
MobileViewportManager.h Bug 1586986 - Fire visual viewport resize events and flush position:fixed elements' layout in the same way what Chrome does. r=botond 2019-11-21 21:36:59 +00:00
MotionPathUtils.cpp Bug 1591629 - Rename mozilla::MotionPathData as mozilla::ResolvedMotionPathData. r=hiro 2020-01-08 09:02:38 +00:00
MotionPathUtils.h Bug 1591629 - Rename mozilla::MotionPathData as mozilla::ResolvedMotionPathData. r=hiro 2020-01-08 09:02:38 +00:00
OverflowChangedTracker.h
PositionedEventTargeting.cpp Bug 1605466 - Include-what-you-use fixes. r=tnikkel 2019-12-20 20:36:14 +00:00
PositionedEventTargeting.h
PresShell.cpp Bug 1561900 - Fix scroll state restoration when not coming from the bfcache on the initial frame construction. r=bzbarsky 2020-01-15 13:18:52 +00:00
PresShell.h Bug 1602487 - Remove GetURI calls in PresShell.cpp r=ckerschb 2020-01-09 12:09:18 +00:00
PresShellForwards.h Bug 1586986 - Fire visual viewport resize events and flush position:fixed elements' layout in the same way what Chrome does. r=botond 2019-11-21 21:36:59 +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 1561900 - Fix scroll state restoration when not coming from the bfcache on the initial frame construction. r=bzbarsky 2020-01-15 13:18:52 +00:00
RestyleManager.h
ScrollStyles.cpp
ScrollStyles.h
ScrollTypes.h
ShapeUtils.cpp
ShapeUtils.h
StackArena.cpp
StackArena.h
StaticPresData.cpp
StaticPresData.h Bug 1602317 - Remove some useless includes. r=heycam 2019-12-09 12:52:53 +00:00
TouchManager.cpp
TouchManager.h
UnitTransforms.h
Units.h Bug 1608063 - Remove all usages of TypeTraits in layout. r=TYLin 2020-01-10 00:01:40 +00:00
WordMovementType.h
ZoomConstraintsClient.cpp
ZoomConstraintsClient.h
moz.build Bug 1594981 - update Core::DOM* and Core::Storage* bugzilla product and component meta data in moz.build files after reorganization in bug 1594717. r=annevk 2019-11-08 12:17:57 +00:00
nsAutoLayoutPhase.cpp
nsAutoLayoutPhase.h
nsBidi.cpp
nsBidi.h
nsBidiPresUtils.cpp Bug 1144465 - Resolve bidi inside ruby. r=jfkthame 2020-01-01 00:34:23 +00:00
nsBidiPresUtils.h Bug 1606192 - Remove some unused nsresult return value in layout code. r=dbaron 2019-12-28 03:27:13 +00:00
nsCSSColorUtils.cpp
nsCSSColorUtils.h
nsCSSFrameConstructor.cpp Bug 1561900 - Fix scroll state restoration when not coming from the bfcache on the initial frame construction. r=bzbarsky 2020-01-15 13:18:52 +00:00
nsCSSFrameConstructor.h Bug 1561900 - Fix scroll state restoration when not coming from the bfcache on the initial frame construction. r=bzbarsky 2020-01-15 13:18:52 +00:00
nsCaret.cpp
nsCaret.h
nsChangeHint.h Bug 1602317 - Switch style system to associated constants-in-body. r=heycam 2019-12-09 03:32:28 +00:00
nsCompatibility.h
nsCounterManager.cpp Bug 1606187 - Part 2b: Update users of nsClassHashtable to handle UniquePtr differences r=KrisWright,froydnj 2020-01-13 19:18:56 +00:00
nsCounterManager.h Bug 1605803 - Use cbindgen for content property. r=xidorn 2020-01-05 13:10:39 +00:00
nsDocumentViewer.cpp Bug 1596317 - Use CallState for SubDocEnumFunc. r=smaug 2019-12-19 07:58:45 +00:00
nsFrameManager.cpp
nsFrameManager.h
nsFrameTraversal.cpp
nsFrameTraversal.h
nsGenConList.cpp No bug - Remove a comment over an assertion that used to make an exception for XBL. 2019-12-28 02:46:18 +00:00
nsGenConList.h Bug 1605803 - Use cbindgen for content property. r=xidorn 2020-01-05 13:10:39 +00:00
nsIDocumentViewerPrint.h
nsIFrameTraversal.h
nsILayoutHistoryState.idl Bug 1596958 - Synchronize layouthistorystate to parent process, r=peterv 2019-12-05 20:30:45 +00:00
nsIPercentBSizeObserver.h
nsIPreloadedStyleSheet.idl
nsIReflowCallback.h
nsIStyleSheetService.idl
nsLayoutDebugger.cpp
nsLayoutHistoryState.cpp Bug 1596958 - Synchronize layouthistorystate to parent process, r=peterv 2019-12-05 20:30:45 +00:00
nsLayoutUtils.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2020-01-09 21:50:11 +00:00
nsLayoutUtils.h Bug 1601568 - Only send a SetTargetAPZC notification right away if the target has a displayport and it has been painted. r=tnikkel 2019-12-16 19:45:02 +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
nsPresArenaObjectList.h
nsPresContext.cpp Backed out changeset 63a67b948290 (bug 1597480) for mochitest failures at test_relative_update.html. CLOSED TREE 2020-01-10 07:11:58 +02:00
nsPresContext.h Bug 1596317 - Use CallState for SubDocEnumFunc. r=smaug 2019-12-19 07:58:45 +00:00
nsPresContextInlines.h
nsQuoteList.cpp Bug 1605803 - Use cbindgen for content property. r=xidorn 2020-01-05 13:10:39 +00:00
nsQuoteList.h
nsRefreshDriver.cpp Bug 1606187 - Part 2b: Update users of nsClassHashtable to handle UniquePtr differences r=KrisWright,froydnj 2020-01-13 19:18:56 +00:00
nsRefreshDriver.h Bug 1542808 - Implement widget-local VsyncSource for Wayland windows. r=stransky,lsalzman 2019-11-27 00:21:33 +00:00
nsStyleChangeList.cpp
nsStyleChangeList.h
nsStyleSheetService.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsStyleSheetService.h