.. |
crashtests
|
Bug 1382786 part 4. Update test expectations. r=emilio
|
2017-07-21 14:20:00 -04:00 |
doc
|
…
|
|
gtest
|
…
|
|
tests
|
Bug 1337270 - Convert tests within layout/ to not rely on principal inheritance for data: URIs. r=smaug
|
2017-07-18 07:50:07 +02:00 |
AccessibleCaret.cpp
|
…
|
|
AccessibleCaret.h
|
…
|
|
AccessibleCaretEventHub.cpp
|
Bug 1372405 - Provide names for all runnables in the tree (r=froydnj)
|
2017-06-26 14:19:58 -07:00 |
AccessibleCaretEventHub.h
|
…
|
|
AccessibleCaretLogger.h
|
…
|
|
AccessibleCaretManager.cpp
|
Bug 1377989 - part2: Rename nsRange::GetEndParent() to nsRange::GetEndContainer() r=smaug
|
2017-07-11 21:11:37 +09:00 |
AccessibleCaretManager.h
|
…
|
|
ArenaObjectID.h
|
Bug 1367190 patch 2 - Remove nsPresArena::AllocateBySize, nsIPresShell::AllocateMisc, and nsPresContext::AllocateFromShell. r=mats
|
2017-05-24 09:36:11 -04:00 |
ArenaRefPtr.h
|
Bug 1379830 - stylo: Allow ServoStyleContext to participate in ArenaRefPtr; r=bholley
|
2017-07-19 22:54:21 -07:00 |
ArenaRefPtrInlines.h
|
Bug 1379830 - stylo: Allow ServoStyleContext to participate in ArenaRefPtr; r=bholley
|
2017-07-19 22:54:21 -07:00 |
CaretAssociationHint.h
|
…
|
|
FrameProperties.h
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
GeckoRestyleManager.cpp
|
Bug 1381844: Be more explicit about the kind of style context we handle all the time. r=bholley
|
2017-07-22 18:02:57 +02:00 |
GeckoRestyleManager.h
|
Bug 1381844: Be more explicit about the kind of style context we handle all the time. r=bholley
|
2017-07-22 18:02:57 +02:00 |
GeometryUtils.cpp
|
…
|
|
GeometryUtils.h
|
…
|
|
LayoutLogging.cpp
|
…
|
|
LayoutLogging.h
|
…
|
|
MobileViewportManager.cpp
|
Bug 1312605 - Part 1 - Don't clobber resolution changes that happen before first paint on Fennec. r=kats
|
2017-06-29 09:26:37 -07:00 |
MobileViewportManager.h
|
Bug 1312605 - Part 1 - Don't clobber resolution changes that happen before first paint on Fennec. r=kats
|
2017-06-29 09:26:37 -07:00 |
OverflowChangedTracker.h
|
Bug 1324647 - Upgrade back "Need to flush before destroying!" assertion.
|
2017-07-11 14:46:16 +10:00 |
PositionedEventTargeting.cpp
|
…
|
|
PositionedEventTargeting.h
|
…
|
|
PresShell.cpp
|
Bug 1333459 - part4: Make EventStateManager resets "waiting reply from remote process" when the focused content isn't in remote process r=smaug
|
2017-07-21 17:22:08 +09:00 |
PresShell.h
|
Bug 1379280 - Move FocusTarget include from nsIPresShell to PresShell. r=smaug
|
2017-07-13 13:00:21 -05:00 |
RestyleLogging.h
|
…
|
|
RestyleManager.cpp
|
Bug 1381844: Be more explicit about the kind of style context we handle all the time. r=bholley
|
2017-07-22 18:02:57 +02:00 |
RestyleManager.h
|
Bug 1381844: Be more explicit about the kind of style context we handle all the time. r=bholley
|
2017-07-22 18:02:57 +02:00 |
RestyleManagerInlines.h
|
Bug 1357583: Tidy the PostRestyleEventForCSSRuleChanges API. r=heycam
|
2017-05-29 23:01:50 +02:00 |
RestyleTracker.cpp
|
Bug 1371457 - Change restyle marker data to animation state. r=bholley,gregtatum
|
2017-06-28 11:59:28 -07:00 |
RestyleTracker.h
|
…
|
|
RestyleTrackerInlines.h
|
…
|
|
ScrollbarStyles.cpp
|
…
|
|
ScrollbarStyles.h
|
…
|
|
ServoRestyleManager.cpp
|
Bug 1383307: Remove ServoStyleContext::UpdateWithElementState. r=manishearth
|
2017-07-23 23:56:39 +02:00 |
ServoRestyleManager.h
|
Bug 1367904 - Part 11: stylo: Use ServoStyleContext in ServoStyleSet/ServoRestyleManager; r=bholley
|
2017-07-17 21:00:54 -07:00 |
ShapeUtils.cpp
|
…
|
|
ShapeUtils.h
|
…
|
|
StackArena.cpp
|
…
|
|
StackArena.h
|
…
|
|
StaticPresData.cpp
|
Bug 1367619 - Use RWLock when accessing font prefs service off main thread; r=heycam
|
2017-05-25 15:04:13 -07:00 |
StaticPresData.h
|
Bug 1367619 - Use RWLock when accessing font prefs service off main thread; r=heycam
|
2017-05-25 15:04:13 -07:00 |
TouchManager.cpp
|
…
|
|
TouchManager.h
|
…
|
|
UnitTransforms.h
|
Bug 1373335 - Make sure we clip the opaque region in render target coordinate space, since complex transforms mean that we can't always have a rectangular representation of clips in layer space. r=mstange
|
2017-06-22 12:41:16 +12:00 |
Units.h
|
Bug 1377090 - Make the Matrix class templated so we can instantiate it with a double type. r=bas
|
2017-07-05 11:18:48 -04:00 |
WordMovementType.h
|
…
|
|
ZoomConstraintsClient.cpp
|
Bug 1372405 - Provide names for all runnables in the tree (r=froydnj)
|
2017-06-26 14:19:58 -07:00 |
ZoomConstraintsClient.h
|
…
|
|
moz.build
|
Bug 1368369 - pt 2 - Move internal FrameProperties methods to the header as inlines, for better optimization opportunities. r=mats
|
2017-05-31 19:52:56 +01:00 |
nsArenaMemoryStats.h
|
Bug 1364805 part 3 - Implement Type() by indexing a static array using the mClass field. Remove the nsIFrame::mType field. r=jfkthame
|
2017-05-26 12:11:11 +02:00 |
nsAutoLayoutPhase.cpp
|
…
|
|
nsAutoLayoutPhase.h
|
…
|
|
nsBidi.h
|
…
|
|
nsBidiPresUtils.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsBidiPresUtils.h
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsBidi_ICU.cpp
|
…
|
|
nsBidi_ICU.h
|
…
|
|
nsBidi_noICU.cpp
|
…
|
|
nsBidi_noICU.h
|
…
|
|
nsCSSColorUtils.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsCSSColorUtils.h
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsCSSFrameConstructor.cpp
|
Bug 1381844: Be more explicit about the kind of style context we handle all the time. r=bholley
|
2017-07-22 18:02:57 +02:00 |
nsCSSFrameConstructor.h
|
Bug 1377902: Trivially cleanup a bit of the FC code. r=mats
|
2017-07-05 16:30:24 +02:00 |
nsCaret.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsCaret.h
|
Bug 1372761 - Avoid needlessly grabbing the timer thread lock when selections change in order to reset the caret timer; r=mats
|
2017-06-14 17:53:48 -04:00 |
nsChangeHint.h
|
Bug 1359834 Part 2: Define a new nsChangeHint_ReflowHintsForFloatAreaChange hint and use it for float changes. r=dholbert
|
2017-07-14 17:20:35 -07:00 |
nsCompatibility.h
|
…
|
|
nsCounterManager.cpp
|
Bug 1374580 (part 3) - Remove ns{,C}Substring typedefs. r=froydnj.
|
2017-06-20 19:19:52 +10:00 |
nsCounterManager.h
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsDocumentViewer.cpp
|
Bug 1376693 - part3: Make callers of nsPrintEngine::Print() and nsPrintEngine::PrintPreview() guarantee that instance of nsPrintEngine won't be deleted during the calls r=dholbert
|
2017-07-19 14:06:04 +09:00 |
nsFrameManager.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsFrameManager.h
|
Bug 1367217 - Merge ClearAllUndisplayedContentIn / ClearAllDisplayContentsIn to avoid doing duplicated work. r=dholbert
|
2017-06-08 12:48:31 +02:00 |
nsFrameManagerBase.h
|
bug 1368547 part 1 - Remove nsFrameManagerBase::mPlaceholderMap and store the placeholder on a frame property on the out-of-flow instead. r=jfkthame
|
2017-05-31 21:29:49 +02:00 |
nsFrameTraversal.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsFrameTraversal.h
|
…
|
|
nsGenConList.cpp
|
…
|
|
nsGenConList.h
|
…
|
|
nsIDocumentViewerPrint.h
|
…
|
|
nsIFrameTraversal.h
|
…
|
|
nsILayoutDebugger.h
|
…
|
|
nsILayoutHistoryState.idl
|
…
|
|
nsIPercentBSizeObserver.h
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsIPreloadedStyleSheet.idl
|
…
|
|
nsIPresShell.h
|
Bug 1379280 - Only do async keyboard scrolling for a selection, not a focused element. r=smaug
|
2017-07-13 15:53:26 -05:00 |
nsIPresShellInlines.h
|
…
|
|
nsIReflowCallback.h
|
…
|
|
nsIStyleSheetService.idl
|
…
|
|
nsLayoutDebugger.cpp
|
…
|
|
nsLayoutHistoryState.cpp
|
…
|
|
nsLayoutUtils.cpp
|
Bug 1382682 - Move ViewIDForASR into nsLayoutUtils for reuse. r=mstange
|
2017-07-20 12:33:09 -04:00 |
nsLayoutUtils.h
|
Bug 1382682 - Move ViewIDForASR into nsLayoutUtils for reuse. r=mstange
|
2017-07-20 12:33:09 -04:00 |
nsPresArena.cpp
|
Bug 1379830 - stylo: Allow ServoStyleContext to participate in ArenaRefPtr; r=bholley
|
2017-07-19 22:54:21 -07:00 |
nsPresArena.h
|
Bug 1367190 patch 3 - Store nsPresArena::mFreeLists as an array. r=mats
|
2017-05-24 09:41:41 -04:00 |
nsPresArenaObjectList.h
|
Bug 1379830 - stylo: Allow ServoStyleContext to participate in ArenaRefPtr; r=bholley
|
2017-07-19 22:54:21 -07:00 |
nsPresContext.cpp
|
Bug 1379762 part 1. Don't call MediaFeaturesChanged if our override device pixel ratio is set to its current value. r=dbaron
|
2017-07-17 23:21:41 -04:00 |
nsPresContext.h
|
Bug 1377169 - Turn gfxRect into a typedef. r=jrmuizel
|
2017-07-05 11:22:00 -04:00 |
nsPresState.h
|
Bug 1382189 - Persist preview value in PressState for select element to ensure the text is consistent after frame re-construction. r=heycam
|
2017-07-20 15:40:46 +08:00 |
nsQuoteList.cpp
|
…
|
|
nsQuoteList.h
|
…
|
|
nsRefreshDriver.cpp
|
Bug 1378966 - Don't cause immediate throttling of the refresh driver on repeat transactions. r=mattwoodrow
|
2017-07-12 09:10:25 -04:00 |
nsRefreshDriver.h
|
Bug 1378966 - Don't cause immediate throttling of the refresh driver on repeat transactions. r=mattwoodrow
|
2017-07-12 09:10:25 -04:00 |
nsStyleChangeList.cpp
|
Bug 1369260 - Remove use of MOZ_ASSERT_IF in layout. r=heycam
|
2017-06-06 22:27:17 -07:00 |
nsStyleChangeList.h
|
…
|
|
nsStyleSheetService.cpp
|
…
|
|
nsStyleSheetService.h
|
…
|
|