gecko-dev/layout/base
Emilio Cobos Álvarez dc59483894 Bug 941356 - Fix start offset of transformed drag images. r=botond
I'm not sure whether we should deal with ancestor scales and such. There
seemed to be a discussion about that in D77436 but dealing with
partially-3d-transformed content sounds like a massive pain. For now
this fixes the start point, which is a progression.

Differential Revision: https://phabricator.services.mozilla.com/D106896
2021-03-04 10:56:22 +00:00
..
crashtests Bug 1690163 - Account for pseudo TableColGroupFrame not being marked as anon wrapper boxes. r=emilio 2021-02-04 01:10:29 +00:00
gtest Bug 1688832: part 6) Hide AccessibleCaretManager::Carets::mFirst, mSecond. r=smaug 2021-01-29 09:46:09 +00:00
tests Bug 1691622 - part 12: Change the default unit of screenX/Y of synthesizeNativeMouseEvent from device pixels to CSS pixels r=smaug 2021-02-24 01:27:11 +00:00
AccessibleCaret.cpp
AccessibleCaret.h
AccessibleCaretEventHub.cpp
AccessibleCaretEventHub.h
AccessibleCaretLogger.h
AccessibleCaretManager.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi,necko-reviewers 2021-02-15 08:49:20 +00:00
AccessibleCaretManager.h Bug 1688832: part 7) Declare AccessibleCaretManager::GetAllChildFrameRectsUnion static. r=TYLin 2021-01-29 18:57:30 +00:00
ArenaObjectID.h
AutoProfilerStyleMarker.h
CaretAssociationHint.h
DisplayPortUtils.cpp Bug 1691160. Make MaybeCreateDisplayPortInFirstScrollFrameEncountered consider a zero margin display a not having a display port so it sets one. r=botond 2021-02-09 01:41:00 +00:00
DisplayPortUtils.h Bug 1691160. Make MaybeCreateDisplayPortInFirstScrollFrameEncountered consider a zero margin display a not having a display port so it sets one. r=botond 2021-02-09 01:41:00 +00:00
FrameProperties.h
GeckoMVMContext.cpp 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
GeckoMVMContext.h
GeometryUtils.cpp
GeometryUtils.h
LayoutConstants.h Bug 1674302 Part 2 - Use StyleSizeOverrides to replace ComputeSizeFlag::UseAutoISize. r=dholbert 2021-02-18 05:45:24 +00:00
LayoutLogging.cpp
LayoutLogging.h
LayoutTelemetryTools.cpp
LayoutTelemetryTools.h
MediaEmulationData.h Bug 1591120 - Move print and color-scheme simulation to browsingContext. r=ochameau,nika,devtools-backward-compat-reviewers 2021-02-03 10:38:09 +00:00
MobileViewportManager.cpp
MobileViewportManager.h
MotionPathUtils.cpp
MotionPathUtils.h
moz.build
MVMContext.h
nsAutoLayoutPhase.cpp
nsAutoLayoutPhase.h
nsBidi.cpp
nsBidi.h
nsBidiPresUtils.cpp Bug 1691913 - Mark nsBaseHashtable (and its subclasses') member functions nodiscard where appropriate. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-02-26 09:22:53 +00:00
nsBidiPresUtils.h Bug 1685303: part 11) Add some const-correctness to frame code. r=smaug 2021-01-14 14:45:01 +00:00
nsCaret.cpp Bug 1685303: part 20) const-correct internals of `AccessibleCaretManager::DispatchCaretStateChangedEvent. r=TYLin 2021-01-20 10:11:20 +00:00
nsCaret.h Bug 1685303: part 20) const-correct internals of `AccessibleCaretManager::DispatchCaretStateChangedEvent. r=TYLin 2021-01-20 10:11:20 +00:00
nsChangeHint.h
nsCompatibility.h
nsCounterManager.cpp Bug 1695530 part 1 - Don't create an INCREMENT counter node when the increment is zero because it has no effect. r=emilio 2021-03-04 00:37:59 +00:00
nsCounterManager.h
nsCSSColorUtils.cpp
nsCSSColorUtils.h
nsCSSFrameConstructor.cpp Bug 1694459 - Deal with 'display:contents' style changes on <fieldset> descendants better where it affects which <legend> is the rendered legend. r=emilio 2021-03-01 03:42:41 +00:00
nsCSSFrameConstructor.h Bug 1590884 - Move XUL accesskey handling to DOM and remove nsXULLabelFrame. r=emilio 2021-02-24 14:46:28 +00:00
nsDocumentViewer.cpp Bug 1662840: Move overrideDPPX from nsIContentViewer to BrowsingContext. r=whimboo,remote-protocol-reviewers,mtigley,emilio 2021-02-10 01:30:35 +00:00
nsFrameManager.cpp
nsFrameManager.h
nsFrameTraversal.cpp
nsFrameTraversal.h
nsGenConList.cpp Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
nsGenConList.h
nsIDocumentViewerPrint.h
nsIFrameTraversal.h
nsILayoutHistoryState.idl
nsIPercentBSizeObserver.h
nsIPreloadedStyleSheet.idl
nsIReflowCallback.h
nsIStyleSheetService.idl
nsLayoutDebugger.cpp Bug 1534549 - Part 4: Shrink nsDisplayCompositorHitTestInfo r=mstange 2021-02-06 22:30:57 +00:00
nsLayoutHistoryState.cpp Bug 1691913 - Remove uses of nsDataHashtable::GetValue. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-03-01 09:59:30 +00:00
nsLayoutUtils.cpp Bug 1695390 - Move extremum lengths to the individual Size / MaxSize types. r=boris 2021-03-02 12:11:35 +00:00
nsLayoutUtils.h Bug 1688813 - Draw position:fixed elements relative to the top-left of the document when using drawSnapshot. r=emilio,mstange 2021-02-22 04:20:29 +00:00
nsPresArena.cpp
nsPresArena.h Bug 1634281 - Remove unused nsDataHashtable.h includes. r=xpcom-reviewers,nika 2021-03-03 08:58:52 +00:00
nsPresArenaObjectList.h
nsPresContext.cpp Bug 1689261 - Remove TIME_TO_FIRST_INTERACTION_{NO_,}PRELOAD_MS probes r=emilio 2021-02-11 18:21:04 +00:00
nsPresContext.h Bug 1662840: Move overrideDPPX from nsIContentViewer to BrowsingContext. r=whimboo,remote-protocol-reviewers,mtigley,emilio 2021-02-10 01:30:35 +00:00
nsPresContextInlines.h
nsQuoteList.cpp
nsQuoteList.h
nsRefreshDriver.cpp Bug 1693306 - Simplify some uses of LookupOrInsertWith by GetOrInsertNew. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-02-26 09:22:54 +00:00
nsRefreshDriver.h Bug 1682045 - Allow nsPresContext to store and release the last registered OneShotPostRefreshObserver r=smaug 2021-01-18 19:23:10 +00:00
nsRefreshObservers.cpp Bug 1682045 - Allow nsPresContext to store and release the last registered OneShotPostRefreshObserver r=smaug 2021-01-18 19:23:10 +00:00
nsRefreshObservers.h Bug 1682045 - Allow nsPresContext to store and release the last registered OneShotPostRefreshObserver r=smaug 2021-01-18 19:23:10 +00:00
nsStyleChangeList.cpp
nsStyleChangeList.h
nsStyleSheetService.cpp
nsStyleSheetService.h
OverflowChangedTracker.h
PositionedEventTargeting.cpp Bug 1688105 - Part 2: Get rid of dom.w3c_pointer_events.enabled; r=smaug 2021-01-25 16:22:44 +00:00
PositionedEventTargeting.h
PresShell.cpp Bug 941356 - Fix start offset of transformed drag images. r=botond 2021-03-04 10:56:22 +00:00
PresShell.h Bug 1689601, nested freeze/thaw, r=peterv 2021-03-02 12:13:20 +00:00
PresShellForwards.h Bug 1688813 - Draw position:fixed elements relative to the top-left of the document when using drawSnapshot. r=emilio,mstange 2021-02-22 04:20:29 +00:00
PresShellInlines.h Bug 1690375 - Record markers with partial stacks for flushing pending notifications and marking a style flush as needed, r=gerald. 2021-02-04 15:13:21 +00:00
PresState.ipdlh Bug 1689147 - Part 1: Add extended attribute syntax to IPDL, r=mccr8 2021-02-09 16:50:21 +00:00
RelativeTo.h Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi 2021-01-07 08:53:08 +00:00
RestyleManager.cpp Bug 1691913 - Rename nsClassHashtable::LookupOrAdd to GetOrInsertNew. r=xpcom-reviewers,nika 2021-02-22 12:07:47 +00:00
RestyleManager.h
ScrollStyles.cpp
ScrollStyles.h
ScrollTypes.h
ShapeUtils.cpp
ShapeUtils.h
StackArena.cpp
StackArena.h
StaticPresData.cpp
StaticPresData.h
SurfaceFromElementResult.h
TouchManager.cpp Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
TouchManager.h
Units.h
UnitTransforms.h
ViewportUtils.cpp
ViewportUtils.h
WordMovementType.h
ZoomConstraintsClient.cpp
ZoomConstraintsClient.h