.. |
crashtests
|
Bug 1140579 - Additional tests and code comment update.
|
2015-03-09 17:29:00 +00:00 |
tests
|
Backed out 2 changesets (bug 969250) on the other theory that it broke lots of tests, forcing a prolonged CLOSED TREE
|
2015-03-25 14:46:47 -07:00 |
ActiveLayerTracker.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
ActiveLayerTracker.h
|
|
|
CaretAssociationHint.h
|
|
|
DisplayItemClip.cpp
|
Bug 1147707 - Intersect correctly in DisplayItemClip::ApplyNonRoundedIntersection. r=roc
|
2015-03-26 15:39:52 -07:00 |
DisplayItemClip.h
|
|
|
DisplayListClipState.cpp
|
|
|
DisplayListClipState.h
|
|
|
FrameLayerBuilder.cpp
|
Bug 1148855 - Rework how display items are assigned to PaintedLayers and make it work the same way with and without APZ. r=roc
|
2015-04-02 14:22:40 -04:00 |
FrameLayerBuilder.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
FramePropertyTable.cpp
|
|
|
FramePropertyTable.h
|
|
|
GeometryUtils.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
GeometryUtils.h
|
|
|
LayerState.h
|
|
|
MaskLayerImageCache.cpp
|
|
|
MaskLayerImageCache.h
|
|
|
moz.build
|
Bug 945584: Part 2 - Add CSS scroll snapping attributes to ScrollbarStyles (v10 Patch),r=mstange
|
2014-02-04 14:54:22 +13:00 |
nsArenaMemoryStats.h
|
|
|
nsAutoLayoutPhase.cpp
|
|
|
nsAutoLayoutPhase.h
|
|
|
nsBidi.cpp
|
Bug 1138293 - Use malloc/free/realloc/calloc instead of moz_malloc/moz_free/moz_realloc/moz_calloc. r=njn
|
2015-03-31 12:32:49 +09:00 |
nsBidi.h
|
|
|
nsBidiPresUtils.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsBidiPresUtils.h
|
Bug 1131013: when setting the position of inline frames in vertical writing modes with right-to-left direction, subtract the inline start from the container height to get the correct vertical position. r=jfkthame
|
2015-02-11 01:43:03 -08:00 |
nsCaret.cpp
|
Bug 1141926 - Check nsCaret visibility when NotifySelectionChanged. r=roc
|
2015-03-10 23:01:00 -04:00 |
nsCaret.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsChangeHint.h
|
Bug 1133439 patch 1 - Split eRestyle_StyleAttribute into eRestyle_StyleAttribute and eRestyle_StyleAttributeAnimations. r=birtles
|
2015-02-19 21:22:05 +13:00 |
nsCompatibility.h
|
|
|
nsCounterManager.cpp
|
Bug 1144607 part 1 - Remove CounterStyleManager::BuildCounterStyle for anonymous counter styles. r=dbaron
|
2015-03-27 09:48:10 +11:00 |
nsCounterManager.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsCSSColorUtils.cpp
|
|
|
nsCSSColorUtils.h
|
|
|
nsCSSFrameConstructor.cpp
|
Bug 1146112 - Mark ruby pseudo frames as line participant in frame constructor. r=roc
|
2015-03-31 09:20:01 +11:00 |
nsCSSFrameConstructor.h
|
|
|
nsCSSRendering.cpp
|
Bug 1149037 - Make nsLayoutUtils::ComputeSizeForDrawing* take a CSSIntSize param instead of a unit-less nsIntSize. r=roc
|
2015-03-30 11:35:47 -04:00 |
nsCSSRendering.h
|
Bug 1135913, part 1 - Simplify nsCSSRendering::DecorationLineToPath to not require a context. r=heycam
|
2015-02-03 14:34:14 +00:00 |
nsCSSRenderingBorders.cpp
|
|
|
nsCSSRenderingBorders.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsDisplayItemTypes.h
|
|
|
nsDisplayItemTypesList.h
|
|
|
nsDisplayList.cpp
|
Bug 1075670 - Make event.screen[XY] work in content processes (r=smaug,kats,tn,joshmoz)
|
2015-04-01 12:36:41 -07:00 |
nsDisplayList.h
|
Bug 1144905 - Clean up SortByZOrder code and comments since it now assumes the list is already in content document order. r=roc
|
2015-03-28 20:50:35 +00:00 |
nsDisplayListInvalidation.cpp
|
Bug 1082249. Invalidate background-attachment:fixed table-part backgrounds when scrolled. r=mattwoodrow
|
2015-03-05 00:02:14 +13:00 |
nsDisplayListInvalidation.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsDocumentViewer.cpp
|
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:45 +09:00 |
nsFrameManager.cpp
|
Bug 1131901 (part 1) - Make PL_DHashTableAdd() infallible by default, and add a fallible alternative. r=froydnj.
|
2015-02-02 14:48:58 -08:00 |
nsFrameManager.h
|
|
|
nsFrameManagerBase.h
|
|
|
nsFrameTraversal.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsFrameTraversal.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsGenConList.cpp
|
|
|
nsGenConList.h
|
|
|
nsIDocumentViewerPrint.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsIFrameTraversal.h
|
|
|
nsILayoutDebugger.h
|
|
|
nsILayoutHistoryState.h
|
|
|
nsIPercentHeightObserver.h
|
|
|
nsIPresShell.h
|
Bug 1139675 - Simplify the APIs for getting and setting the pres shell resolution. r=mstange,mattwoodrow
|
2015-03-06 18:07:59 -05:00 |
nsIReflowCallback.h
|
|
|
nsIStyleSheetService.idl
|
|
|
nsLayoutDebugger.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsLayoutHistoryState.cpp
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsLayoutUtils.cpp
|
Bug 1109390 part 21 - Reuse GetAnimationsForCompositor in nsLayoutUtils; r=jwatt
|
2015-04-01 12:23:24 +09:00 |
nsLayoutUtils.h
|
Bug 1149037 - Make nsLayoutUtils::ComputeSizeForDrawing* take a CSSIntSize param instead of a unit-less nsIntSize. r=roc
|
2015-03-30 11:35:47 -04:00 |
nsPresArena.cpp
|
Bug 1127201 (attempt 2, part 2) - Remove remaining uses of NS_ABORT_IF_FALSE. r=Waldo.
|
2015-02-09 17:05:37 -08:00 |
nsPresArena.h
|
|
|
nsPresContext.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsPresContext.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsPresShell.cpp
|
Bug 1149260 - Guard against trying to draw a drag image with zero length. r=enndeakin
|
2015-04-02 20:45:50 -04:00 |
nsPresShell.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsPresState.h
|
Bug 1139675 - Simplify the APIs for getting and setting the pres shell resolution. r=mstange,mattwoodrow
|
2015-03-06 18:07:59 -05:00 |
nsQuoteList.cpp
|
|
|
nsQuoteList.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsRefreshDriver.cpp
|
Bug 1145439 - Throttle requestAnimationFrame for non-visible iframes. r=mstange,mchang
|
2015-04-03 11:51:11 -07:00 |
nsRefreshDriver.h
|
Bug 1145439 - Throttle requestAnimationFrame for non-visible iframes. r=mstange,mchang
|
2015-04-03 11:51:11 -07:00 |
nsStyleChangeList.cpp
|
|
|
nsStyleChangeList.h
|
|
|
nsStyleSheetService.cpp
|
|
|
nsStyleSheetService.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
PaintTracker.cpp
|
|
|
PaintTracker.h
|
|
|
PositionedEventTargeting.cpp
|
Bug 1139675 - Simplify the APIs for getting and setting the pres shell resolution. r=mstange,mattwoodrow
|
2015-03-06 18:07:59 -05:00 |
PositionedEventTargeting.h
|
|
|
RestyleLogging.h
|
|
|
RestyleManager.cpp
|
Bug 1145246, part 3 - Update layout code for the rename of Animatable.getAnimationPlayers() to Animatable.getAnimations(). r=birtles
|
2015-03-20 18:20:49 +00:00 |
RestyleManager.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
RestyleTracker.cpp
|
Bug 1145988 - Unbreak build on non-SPS platforms after bug 1129249. r=dholbert f=chiajung
|
2015-04-02 21:43:48 +02:00 |
RestyleTracker.h
|
Bug 1145988 - Unbreak build on non-SPS platforms after bug 1129249. r=dholbert f=chiajung
|
2015-04-02 21:43:48 +02:00 |
RestyleTrackerInlines.h
|
|
|
ScrollbarStyles.cpp
|
Bug 945584: Part 2 - Add CSS scroll snapping attributes to ScrollbarStyles (v10 Patch),r=mstange
|
2014-02-04 14:54:22 +13:00 |
ScrollbarStyles.h
|
Bug 945584: Part 2 - Add CSS scroll snapping attributes to ScrollbarStyles (v10 Patch),r=mstange
|
2014-02-04 14:54:22 +13:00 |
SelectionCarets.cpp
|
Bug 1143665 - Remove the ambiguous scroll position being passed around in scroll started/stop notifications. r=roc,ehsan
|
2015-03-25 07:52:37 -04:00 |
SelectionCarets.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
StackArena.cpp
|
|
|
StackArena.h
|
|
|
TouchCaret.cpp
|
Bug 1137267 - Remove unneeded flags to track touch listeners and touch caret. r=smaug,dvander,botond
|
2015-03-10 09:29:25 -04:00 |
TouchCaret.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
TouchManager.cpp
|
Bug 1133492 - Extract some of nsPresShell into a separate TouchManager class. r=smaug
|
2015-02-24 22:20:00 -05:00 |
TouchManager.h
|
Bug 1133492 - Extract some of nsPresShell into a separate TouchManager class. r=smaug
|
2015-02-24 22:20:00 -05:00 |
Units.h
|
Bug 1043013 - Introduce IntRegionTyped. r=jrmuizel
|
2015-03-16 13:42:15 -04:00 |
UnitTransforms.h
|
End APZ wheel transactions when the mouse moves out of frame. (bug 1142866 part 2, r=kats,botond)
|
2015-03-22 00:42:25 -07:00 |
WordMovementType.h
|
|
|