.. |
crashtests
|
Bug 835167 - Run the crashtest for bug 373628 wrapped in a <iframe> for one second. DONTBUILD
|
2013-01-28 22:45:41 +01:00 |
tests
|
Bug 832101 - Don't fluff out click targets for events from non-touch input [r=roc]
|
2013-01-24 06:53:18 -08:00 |
FrameLayerBuilder.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
FrameLayerBuilder.h
|
Backout changeset 3ba90f85653a (Bug 805343) for regressing android talos tests
|
2012-12-14 11:51:00 +13:00 |
FramePropertyTable.cpp
|
|
|
FramePropertyTable.h
|
|
|
Makefile.in
|
Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted
|
2013-01-03 00:56:38 +09:00 |
MaskLayerImageCache.cpp
|
|
|
MaskLayerImageCache.h
|
Bug 782368; undo patch from 780868. r=mattwoodrow
|
2012-12-12 10:57:52 +13:00 |
nsArenaMemoryStats.h
|
|
|
nsAutoLayoutPhase.h
|
|
|
nsBidi.cpp
|
bug 801466 - part 1 - remove uses of prmem in layout/ xpcom/ and modules/ r=roc
|
2012-12-03 16:18:36 -05:00 |
nsBidi.h
|
|
|
nsBidiPresUtils.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
nsBidiPresUtils.h
|
|
|
nsCaret.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
nsCaret.h
|
|
|
nsChangeHint.h
|
|
|
nsChildIterator.cpp
|
|
|
nsChildIterator.h
|
|
|
nsCompatibility.h
|
|
|
nsCounterManager.cpp
|
|
|
nsCounterManager.h
|
|
|
nsCSSColorUtils.cpp
|
|
|
nsCSSColorUtils.h
|
Bug 817574 - Replace NS_ABS with std::abs. r=roc
|
2012-12-04 13:33:33 +01:00 |
nsCSSFrameConstructor.cpp
|
Bug 832611 - Use NotifyDestroyingFrame to remove frames from the OverflowChangedTracker. r=roc
|
2013-01-26 14:34:58 +13:00 |
nsCSSFrameConstructor.h
|
Bug 832611 - Use NotifyDestroyingFrame to remove frames from the OverflowChangedTracker. r=roc
|
2013-01-26 14:34:58 +13:00 |
nsCSSRendering.cpp
|
Bug 823147 - Avoid moving the start location of non-repeating radial gradients. r=roc
|
2013-01-18 13:28:06 -05:00 |
nsCSSRendering.h
|
Bug 815593. Don't layerize images that exceed MaxTextureSize. r=mattwoodrow
|
2012-11-28 15:34:45 +13:00 |
nsCSSRenderingBorders.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
nsCSSRenderingBorders.h
|
|
|
nsDisplayItemTypes.h
|
|
|
nsDisplayItemTypesList.h
|
Bug 820246 - Split nsDisplayCanvasBackground into separate color and image items. r=roc
|
2012-12-13 14:15:55 +13:00 |
nsDisplayList.cpp
|
Bug 836179 - Add WriteDebugInfo so that display items can add extra information when printing display lists. r=roc
|
2013-01-30 18:07:30 +13:00 |
nsDisplayList.h
|
Bug 836179 - Add WriteDebugInfo so that display items can add extra information when printing display lists. r=roc
|
2013-01-30 18:07:30 +13:00 |
nsDisplayListInvalidation.cpp
|
|
|
nsDisplayListInvalidation.h
|
|
|
nsDocumentViewer.cpp
|
Bug 830278 - Allow disabling of selecting printing with mozdisallowselectionprint on the document element. r=roc
|
2013-01-29 15:59:55 +11:00 |
nsFrameManager.cpp
|
Bug 508725 - Part 5: Record the <style scoped> elements in scope in preparation for selector matching. r=dbaron
|
2013-01-09 10:25:48 +11:00 |
nsFrameManager.h
|
|
|
nsFrameManagerBase.h
|
|
|
nsFrameTraversal.cpp
|
|
|
nsFrameTraversal.h
|
|
|
nsGenConList.cpp
|
|
|
nsGenConList.h
|
|
|
nsIDocumentViewerPrint.h
|
Bug 826632. Part 1: Merge nsIViewManager into nsViewManager. r=tnikkel
|
2013-01-05 16:12:24 +13:00 |
nsIFrameTraversal.h
|
|
|
nsILayoutDebugger.h
|
|
|
nsILayoutHistoryState.h
|
|
|
nsIPercentHeightObserver.h
|
|
|
nsIPresShell.h
|
Bug 826817. Part 4: Remove will-send-did-paint and did-send-will-paint flags from nsIPresShell APIs. r=tnikkel
|
2013-01-28 13:34:11 -06:00 |
nsIReflowCallback.h
|
|
|
nsIStyleSheetService.idl
|
|
|
nsLayoutDebugger.cpp
|
Bug 836179 - Add WriteDebugInfo so that display items can add extra information when printing display lists. r=roc
|
2013-01-30 18:07:30 +13:00 |
nsLayoutHistoryState.cpp
|
|
|
nsLayoutUtils.cpp
|
Bug 833542. Make scrollWidth/scrollHeight for overflow:visible match what they would be for overflow:hidden on the same element. r=mats
|
2013-01-29 14:38:22 +13:00 |
nsLayoutUtils.h
|
Bug 833542. Make scrollWidth/scrollHeight for overflow:visible match what they would be for overflow:hidden on the same element. r=mats
|
2013-01-29 14:38:22 +13:00 |
nsPresArena.cpp
|
bug 801466 - part 1 - remove uses of prmem in layout/ xpcom/ and modules/ r=roc
|
2012-12-03 16:18:36 -05:00 |
nsPresArena.h
|
|
|
nsPresContext.cpp
|
bug 829963 - fix hi-/lo-dpi scaling in window opened from script with explicit size on secondary display. r=roc
|
2013-01-30 12:04:19 +00:00 |
nsPresContext.h
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
nsPresShell.cpp
|
Bug 833033 - Schedule a paint when document state changes. r=roc
|
2013-01-30 18:07:30 +13:00 |
nsPresShell.h
|
Bug 826817. Part 4: Remove will-send-did-paint and did-send-will-paint flags from nsIPresShell APIs. r=tnikkel
|
2013-01-28 13:34:11 -06:00 |
nsPresState.h
|
|
|
nsQuoteList.cpp
|
|
|
nsQuoteList.h
|
|
|
nsRefreshDriver.cpp
|
Bug 828126 - Enable ifdef'd code on Fennec now that dependent bugs have been fixed. r=avih
|
2013-01-23 00:52:19 -05:00 |
nsRefreshDriver.h
|
b=731974, requestAnimationFrame generates too short/long frames (incl. bug 799242); r=bz,smaug,roc,ehsan
|
2012-12-11 17:15:32 -05:00 |
nsStyleChangeList.cpp
|
|
|
nsStyleChangeList.h
|
|
|
nsStyleConsts.h
|
Bug 835169: Remove unused mapping into style of table cols attribute. r=bzbarsky
|
2013-01-28 21:16:22 -08:00 |
nsStyleSheetService.cpp
|
Bug 819819 (part 2) - Remove |name| from NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN. r=jlebar.
|
2012-12-23 16:59:51 -08:00 |
nsStyleSheetService.h
|
|
|
PaintTracker.cpp
|
|
|
PaintTracker.h
|
|
|
PositionedEventTargeting.cpp
|
Bug 832101 - Don't fluff out click targets for events from non-touch input [r=roc]
|
2013-01-24 06:53:18 -08:00 |
PositionedEventTargeting.h
|
Bug 832101 - Don't fluff out click targets for events from non-touch input [r=roc]
|
2013-01-24 06:53:18 -08:00 |
RestyleTracker.cpp
|
Bug 815666 - Use OverflowUpdateTracker to avoid calling UpdateOverflow on the same frame multiple times. r=roc
|
2012-12-10 15:33:04 +13:00 |
RestyleTracker.h
|
Bug 832611 - Use NotifyDestroyingFrame to remove frames from the OverflowChangedTracker. r=roc
|
2013-01-26 14:34:58 +13:00 |
StackArena.cpp
|
|
|
StackArena.h
|
|
|