..
crashtests
Bug 1170158 - Apply GTK2 reftest exceptions to GTK3. r=karlt
2015-06-02 13:47:00 -04:00
doc
Bug 1110039 - Part 2.4 - Add AccessibleCaretEventHub. r=roc
2015-05-03 23:37:00 +02:00
gtest
Bug 1110039 - Part 3 - Add gtest for AccessibleCaretEventHub. r=roc
2015-05-10 03:37:00 +02:00
tests
Bug 1171972 - Don't expect scrollbar buttons on GTK themes. r=karlt
2015-06-05 09:34:00 -04:00
AccessibleCaret.cpp
Bug 1161392 - Enlarge touch area for AccessibleCaret. r=roc
2015-05-27 16:37:28 +08:00
AccessibleCaret.h
Bug 1161392 - Enlarge touch area for AccessibleCaret. r=roc
2015-05-27 16:37:28 +08:00
AccessibleCaretEventHub.cpp
Use widgets for APZ checks, rather than gfxPrefs. (bug 1162064, r=kats,mstange)
2015-06-04 16:51:10 -04:00
AccessibleCaretEventHub.h
Bug 1110039 followup: Add 'override' keyword to Name() decl in AccessibleCaretEventHub's macro NS_IMPL_STATE_UTILITIES. rs=ehsan
2015-05-12 10:00:10 -07:00
AccessibleCaretLogger.cpp
Bug 1163907 - Remove #ifdef PR_LOGGING in AccessibleCaretLogger
2015-05-11 23:05:00 +08:00
AccessibleCaretLogger.h
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
2015-06-03 15:25:57 -07:00
AccessibleCaretManager.cpp
Bug 1170084 - Dispatch CaretStateChangedEvent via AsyncEventDispatcher. r=mtseng
2015-06-05 15:03:47 +08:00
AccessibleCaretManager.h
Bug 1155493 - Part 1: Add CaretStateChangedEvent and corresponding utility function. r=roc, sr=smaug
2015-05-19 20:59:00 -04:00
ActiveLayerTracker.cpp
Bug 1151346 - Back out the important part again because of bug 1151889.
2015-04-21 16:41:58 -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
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
2015-04-22 08:29:22 +02:00
DisplayListClipState.cpp
DisplayListClipState.h
FrameLayerBuilder.cpp
Use widgets for APZ checks, rather than gfxPrefs. (bug 1162064, r=kats,mstange)
2015-06-04 16:51:10 -04:00
FrameLayerBuilder.h
Bug 1147194 - Do scroll info layer hoisting when building the display list. r=tn
2015-04-30 14:54:48 -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
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
2015-04-22 08:29:22 +02:00
LayerState.h
MaskLayerImageCache.cpp
MaskLayerImageCache.h
moz.build
Bug 1110039 - Part 3 - Add gtest for AccessibleCaretEventHub. r=roc
2015-05-10 03:37:00 +02:00
nsArenaMemoryStats.h
Bug 1168299 - Break out style struct memory usage reporting from pres-shell. r=njn
2015-05-27 12:08:42 +10:00
nsAutoLayoutPhase.cpp
nsAutoLayoutPhase.h
nsBidi.cpp
Bug 1173415 - Fix incorrect mask used for nsBidi::mFlags [r=smontagu]
2015-06-11 10:10:48 -07:00
nsBidi.h
Bug 1157726: Updated algorithm to match ICU implementation of support for bidi isolates. r=smontagu
2015-04-28 22:41:44 -04:00
nsBidiPresUtils.cpp
Bug 1169088 - Remove unused nsBidiPresUtils methods. r=dbaron
2015-05-27 19:06:33 -07:00
nsBidiPresUtils.h
Bug 1169088 - Remove unused nsBidiPresUtils methods. r=dbaron
2015-05-27 19:06:33 -07:00
nsCaret.cpp
Bug 1067788 - Part 2: Fixes to caret positioning in bidi text. r=smontagu
2015-05-28 08:05:25 -04:00
nsCaret.h
Bug 988143 - Enable Gecko Touch in Fennec, Android specific nsCaret mods, r=ehsan
2015-05-14 22:06:13 -04:00
nsChangeHint.h
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 817406 part 1 - Let ApplyStyleFixups propogate 'direction' to the viewport. r=bz,heycam
2015-05-27 22:18:36 +00:00
nsCSSFrameConstructor.h
Bug 1009214 part 1 - [css-grid] Don't wrap placeholders in an anonymous grid item. r=dholbert
2015-05-05 21:53:22 +00:00
nsCSSRendering.cpp
Bug 1163878 (Part 2) - Use IsImageContainerAvailable() when making layerization decisions and only call GetImageContainer() if we layerize. r=tn
2015-05-13 00:23:46 -07:00
nsCSSRendering.h
Bug 1163878 (Part 2) - Use IsImageContainerAvailable() when making layerization decisions and only call GetImageContainer() if we layerize. r=tn
2015-05-13 00:23:46 -07:00
nsCSSRenderingBorders.cpp
Bug 1160485 - remove implicit conversion from RefPtr<T> to TemporaryRef<T>; r=ehsan
2015-05-01 09:14:16 -04:00
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
Bug 1156598. Remove old, dead scroll layer item code. r=mstange
2015-04-20 22:48:10 -05:00
nsDisplayList.cpp
Bug 1158424 - Rename FrameMetrics::mIsRoot to mIsRootContent. r=kats
2015-06-08 16:01:26 -04:00
nsDisplayList.h
Use widgets for APZ checks, rather than gfxPrefs. (bug 1162064, r=kats,mstange)
2015-06-04 16:51:10 -04:00
nsDisplayListInvalidation.cpp
Bug 1157951 patch 1 - Rename fields and variables in nsCharClipDisplayItem etc using VisIStart/End instead of left/right. r=roc
2015-04-29 08:18:53 +01:00
nsDisplayListInvalidation.h
Bug 1157951 patch 1 - Rename fields and variables in nsCharClipDisplayItem etc using VisIStart/End instead of left/right. r=roc
2015-04-29 08:18:53 +01:00
nsDocumentViewer.cpp
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
2015-06-03 15:25:57 -07:00
nsFrameManager.cpp
Bug 1170416 (part 5) - Remove PLDHashTable::IsInitialized(). r=froydnj.
2015-05-20 21:23:55 -07:00
nsFrameManager.h
nsFrameManagerBase.h
Bug 1170416 (part 3) - Remove the PLDHashTable2 typedef. r=froydnj.
2015-05-19 16:46:17 -07:00
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 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
2015-04-22 08:29:22 +02:00
nsIFrameTraversal.h
nsILayoutDebugger.h
nsILayoutHistoryState.h
nsIPercentHeightObserver.h
nsIPresShell.h
Back out 60963a019905 (bug 1171371) for still crashing rc1 in testAboutPage
2015-06-04 22:05:50 -07:00
nsIReflowCallback.h
nsIStyleSheetService.idl
nsLayoutDebugger.cpp
Bug 1144990 - Dump display items with class id and name, r=roc
2015-04-15 10:07:45 +08:00
nsLayoutHistoryState.cpp
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
2015-03-27 18:52:19 +00:00
nsLayoutUtils.cpp
Bug 1158424 - Rename FrameMetrics::mIsRoot to mIsRootContent. r=kats
2015-06-08 16:01:26 -04:00
nsLayoutUtils.h
Use widgets for APZ checks, rather than gfxPrefs. (bug 1162064, r=kats,mstange)
2015-06-04 16:51:10 -04:00
nsPresArena.cpp
Bug 1168299 - Break out style struct memory usage reporting from pres-shell. r=njn
2015-05-27 12:08:42 +10:00
nsPresArena.h
nsPresContext.cpp
Bug 1125325 - Store TabParents with their WindowRoot. r=smaug
2015-06-07 22:39:39 -07:00
nsPresContext.h
Back out 3 csets from bug 1125325 for introducing bug 1173224. r=me
2015-06-10 15:55:34 -04:00
nsPresShell.cpp
Bug 1147834: Use abstract coordinates in nsHTMLReflowState, r=jfkthame
2015-06-04 03:43:02 -07:00
nsPresShell.h
Back out 60963a019905 (bug 1171371) for still crashing rc1 in testAboutPage
2015-06-04 22:05:50 -07: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 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
2015-06-03 15:25:57 -07:00
nsRefreshDriver.h
Bug 1169880 - Recompute image visibility on a timer if layout or style flushes have occurred. r=tn
2015-05-29 23:50:51 -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 1171731 - Ignore elements with 0 font size in cluster detection. r=kats
2015-06-05 16:25:16 +02:00
PositionedEventTargeting.h
RestyleLogging.h
RestyleManager.cpp
Bug 1147834: Use abstract coordinates in nsHTMLReflowState, r=jfkthame
2015-06-04 03:43:02 -07:00
RestyleManager.h
Bug 1164338 - Move styles markers to be generated in DoProcessRestyles rather than when the Flush_Style queue is flushed. r=smaug,heycam
2015-05-18 16:03:04 -07:00
RestyleTracker.cpp
Bug 1168950. Add the document to DoProcessRestyles profile label. r=dbaron
2015-05-27 18:01:50 -04:00
RestyleTracker.h
Bug 1151829 - Unbreak build on non-SPS platforms after bug 1093934. r=rbarker r=dholbert r=mstange
2015-04-14 19:38:47 +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
Use widgets for APZ checks, rather than gfxPrefs. (bug 1162064, r=kats,mstange)
2015-06-04 16:51:10 -04:00
SelectionCarets.h
Bug 988143 - Enable Gecko Touch in Fennec, SelectionCarets mods, r=ehsan
2015-05-14 22:06:13 -04:00
StackArena.cpp
StackArena.h
Bug 1157728: Removed StackArena::Init() and call to it as it is now useless. r=dholbert
2015-04-25 07:47:10 +05:30
TouchCaret.cpp
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
2015-06-03 15:25:57 -07:00
TouchCaret.h
Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret Scroll mods, r=ehsan
2015-05-14 22:06:13 -04:00
TouchManager.cpp
TouchManager.h
Units.h
Bug 1167882 - Add utility functions MaxScaleRatio() and MinScaleRatio() to Units.h. r=kats
2015-05-27 16:53:01 -04:00
UnitTransforms.h
Back out 3 csets from bug 1125325 for introducing bug 1173224. r=me
2015-06-10 15:55:34 -04:00
WordMovementType.h