.. |
crashtests
|
Bug 936988. nsCSSFrameConstructor::IsValidSibling should check for fieldset legends even if the legend also has a table-part display type. r=mats
|
2013-11-23 22:48:27 +13:00 |
tests
|
Bug 939522 - Part b: move some mochitests in layout/base to manifests; r=heycam
|
2013-11-28 15:27:05 +01:00 |
ActiveLayerTracker.cpp
|
Backout changeset 3fb9ea77d858 for bug 876321 due to test failures (CLOSED TREE)
|
2013-11-03 23:14:26 -08:00 |
ActiveLayerTracker.h
|
Backout changeset 3fb9ea77d858 for bug 876321 due to test failures (CLOSED TREE)
|
2013-11-03 23:14:26 -08:00 |
DisplayItemClip.cpp
|
Bug 908778 - Don't #include nsRegion.h in nsIFrame.h; r=mats
|
2013-08-23 18:16:38 -04:00 |
DisplayItemClip.h
|
|
|
DisplayListClipState.cpp
|
Bug 885009. Handle clip-all-descendants cases with rounded corners. r=mats
|
2013-07-26 13:36:05 +12:00 |
DisplayListClipState.h
|
Bug 885009. Handle clip-all-descendants cases with rounded corners. r=mats
|
2013-07-26 13:36:05 +12:00 |
FrameLayerBuilder.cpp
|
Bug 941050 - Don't assume fixed position layers are only created for ContainerLayers owned by the ViewportFrame. r=tn
|
2013-11-29 18:17:53 +13:00 |
FrameLayerBuilder.h
|
Bug 934860 - Don't paint display items that don't intersect the current invalid rects. r=roc
|
2013-11-07 08:10:50 +13:00 |
FramePropertyTable.cpp
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
FramePropertyTable.h
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
Makefile.in
|
Bug 937224 - Part e: Move LOCAL_INCLUDES to moz.build in layout/; r=mshal
|
2013-11-28 15:23:10 +01:00 |
MaskLayerImageCache.cpp
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
MaskLayerImageCache.h
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
moz.build
|
Bug 939522 - Part b: move some mochitests in layout/base to manifests; r=heycam
|
2013-11-28 15:27:05 +01:00 |
nsArenaMemoryStats.h
|
Bug 918207 - Support per-tab memory profiling. r=billm,mccr8,till,smaug,nfroyd.
|
2013-10-22 14:53:26 -07:00 |
nsAutoLayoutPhase.cpp
|
Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo
|
2013-07-18 13:59:53 -04:00 |
nsAutoLayoutPhase.h
|
|
|
nsBidi.cpp
|
Bug 784739 - Switch from NULL to nullptr in layout/; r=ehsan
|
2013-10-08 14:47:21 -04:00 |
nsBidi.h
|
Bug 784739 - Switch from NULL to nullptr in layout/; r=ehsan
|
2013-10-08 14:47:21 -04:00 |
nsBidiPresUtils.cpp
|
Add support for unicode-bidi: -moz-plaintext in XUL. Bug 869833, r=roc
|
2013-11-18 17:24:16 +02:00 |
nsBidiPresUtils.h
|
Add support for unicode-bidi: -moz-plaintext in XUL. Bug 869833, r=roc
|
2013-11-18 17:24:16 +02:00 |
nsCaret.cpp
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
nsCaret.h
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
nsChangeHint.h
|
|
|
nsCompatibility.h
|
|
|
nsCounterManager.cpp
|
Bug 934072 - Part 1: Support other suffixes in numbered bullet. r=jfkthame
|
2013-12-02 12:51:25 -05:00 |
nsCounterManager.h
|
Bug 870516: Annotate ~600 more methods with MOZ_OVERRIDE in /layout r=dholbert
|
2013-05-14 09:33:23 -07:00 |
nsCSSColorUtils.cpp
|
Undef a bunch of macros at the end of translation units so that they don't leak into other unified files; no bug
|
2013-12-02 20:56:50 -05:00 |
nsCSSColorUtils.h
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
nsCSSFrameConstructor.cpp
|
Bug 945572 part 4. Make NS_NewXMLElement take an Element** outparam instead of an nsIContent** one. r=smaug
|
2013-12-03 09:40:11 -05:00 |
nsCSSFrameConstructor.h
|
Bug 922933 - Don't #include nsIDocument.h in nsIContent.h; r=jst
|
2013-10-02 07:40:07 -04:00 |
nsCSSRendering.cpp
|
Bug 944571 - Part 1: Convert gfxAlphaBoxBlur to use Moz2D surfaces instead of Thebes. r=Bas
|
2013-10-02 17:20:47 +13:00 |
nsCSSRendering.h
|
Bug 940845 - Follow-up to add comments that got missed when rebasing.
|
2013-11-26 12:29:20 +13:00 |
nsCSSRenderingBorders.cpp
|
Bug 930451 - Part 2: Use the new Rendering gradient cache for CSS border gradients as well. r=roc
|
2013-11-08 17:50:39 +13:00 |
nsCSSRenderingBorders.h
|
Bug 938114 - Build layout/base in unified mode; r=roc
|
2013-11-14 21:43:56 -05:00 |
nsDisplayItemTypes.h
|
Bug 774124 - Part b: Add include-what-you-use annotations to nsDisplayItemTypes.h and nsDisplayItemTypesList.h; r=roc
|
2013-09-06 08:40:30 +02:00 |
nsDisplayItemTypesList.h
|
Bug 732971 - Create a new layer type for subdocuments with a resolution. r=tn
|
2013-10-29 09:27:15 -04:00 |
nsDisplayList.cpp
|
Bug 942995 - Squish the FrameMetrics::mScrollableRect for overflow:hidden elements. r=tn
|
2013-11-26 18:46:47 -05:00 |
nsDisplayList.h
|
Bug 943110. Don't use fputc in display list/layers dumps. r=BenWa
|
2013-11-26 15:07:41 +13:00 |
nsDisplayListInvalidation.cpp
|
Bug 532828 - Don't invalidate the whole window on window activation/deactivation. r=roc
|
2013-09-27 17:24:32 +02:00 |
nsDisplayListInvalidation.h
|
Bug 944835 - Fix non-unified build in layout/base after bug 941559. r=roc
|
2013-12-01 07:20:41 +09:00 |
nsDocumentViewer.cpp
|
Bug 934710 - log text perf metrics at reflow end, load complete and presshell teardown. r=heycam
|
2013-11-25 14:00:00 +09:00 |
nsFrameManager.cpp
|
Bug 929885 - Implement web components ShadowRoot style sheet behavior. r=mrbkap
|
2013-12-02 02:26:12 -08:00 |
nsFrameManager.h
|
Bug 921753 - Part 1: Avoid #including nsStyleStructInlines.h in nsIFrame.h; r=roc
|
2013-10-01 17:00:38 -04:00 |
nsFrameManagerBase.h
|
|
|
nsFrameTraversal.cpp
|
|
|
nsFrameTraversal.h
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
nsGenConList.cpp
|
Bug 921753 - Part 1: Avoid #including nsStyleStructInlines.h in nsIFrame.h; r=roc
|
2013-10-01 17:00:38 -04:00 |
nsGenConList.h
|
|
|
nsIDocumentViewerPrint.h
|
|
|
nsIFrameTraversal.h
|
|
|
nsILayoutDebugger.h
|
|
|
nsILayoutHistoryState.h
|
Bug 893925 - Cleanup nsILayoutHistoryState and nsGenericHTMLElement::GetPrimaryPresState; r=smaug
|
2013-07-24 09:38:13 +02:00 |
nsIPercentHeightObserver.h
|
|
|
nsIPresShell.h
|
Bug 929885 - Implement web components ShadowRoot style sheet behavior. r=mrbkap
|
2013-12-02 02:26:12 -08:00 |
nsIReflowCallback.h
|
|
|
nsIStyleSheetService.idl
|
|
|
nsLayoutDebugger.cpp
|
Bug 943110. Don't use fputc in display list/layers dumps. r=BenWa
|
2013-11-26 15:07:41 +13:00 |
nsLayoutHistoryState.cpp
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
nsLayoutUtils.cpp
|
Bug 934710 - add various text performance metrics and a log to handle these. r=jfkthame
|
2013-11-25 13:59:56 +09:00 |
nsLayoutUtils.h
|
Add support for unicode-bidi: -moz-plaintext in XUL. Bug 869833, r=roc
|
2013-11-18 17:24:16 +02:00 |
nsPresArena.cpp
|
Bug 921923 (part 3) - Make multi-output sizeOfFoo() functions more consistent in content/, dom/ and layout/. r=till.
|
2013-09-30 16:20:23 -07:00 |
nsPresArena.h
|
Bug 921923 (part 3) - Make multi-output sizeOfFoo() functions more consistent in content/, dom/ and layout/. r=till.
|
2013-09-30 16:20:23 -07:00 |
nsPresContext.cpp
|
Bug 934710 - add various text performance metrics and a log to handle these. r=jfkthame
|
2013-11-25 13:59:56 +09:00 |
nsPresContext.h
|
Bug 934710 - add various text performance metrics and a log to handle these. r=jfkthame
|
2013-11-25 13:59:56 +09:00 |
nsPresShell.cpp
|
Bug 929885 - Implement web components ShadowRoot style sheet behavior. r=mrbkap
|
2013-12-02 02:26:12 -08:00 |
nsPresShell.h
|
Bug 929885 - Implement web components ShadowRoot style sheet behavior. r=mrbkap
|
2013-12-02 02:26:12 -08:00 |
nsPresState.h
|
Bug 913603 - Avoid needlessly including nsRect.h - r=jrmuizel
|
2013-09-06 22:15:49 -04:00 |
nsQuoteList.cpp
|
Bug 921753 - Part 1: Avoid #including nsStyleStructInlines.h in nsIFrame.h; r=roc
|
2013-10-01 17:00:38 -04:00 |
nsQuoteList.h
|
|
|
nsRefreshDriver.cpp
|
Bug 920123 - Make Start/Stop FrameTimeRecording work with OMTC and remove paint time recording. r=mattwoodrow
|
2013-11-27 08:32:19 +01:00 |
nsRefreshDriver.h
|
Back out 0a88dee3b92b:dc5cc7d7b84d (bug 911889) for beaucoup unexpected assertions
|
2013-10-28 23:38:02 -07:00 |
nsStyleChangeList.cpp
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
nsStyleChangeList.h
|
|
|
nsStyleSheetService.cpp
|
Backed out 9 changesets (bug 943660, bug 936964) because of ASAN use-after-free crashes on browser-chrome and mochitest-other
|
2013-11-27 20:05:00 -05:00 |
nsStyleSheetService.h
|
Backed out 9 changesets (bug 943660, bug 936964) because of ASAN use-after-free crashes on browser-chrome and mochitest-other
|
2013-11-27 20:05:00 -05:00 |
PaintTracker.cpp
|
|
|
PaintTracker.h
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
PositionedEventTargeting.cpp
|
Bug 921928 - Make <iframe mozbrower remote> a preferred target when fluffing r=roc
|
2013-10-28 11:38:03 -07:00 |
PositionedEventTargeting.h
|
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
|
2013-10-02 12:46:03 +09:00 |
RestyleManager.cpp
|
Bug 938334 - Use PseudoElementSupportsStyleAttribute(Type) when it makes sense to do so and remove now unnecessary nsCSSPseudoElements functions. r=dbaron
|
2013-12-02 22:38:45 +01:00 |
RestyleManager.h
|
Bug 828312 patch 11: Don't generate change hints for restyling of later continuations, since the handling of the change hints from the first continuation is required to do the necessary work. r=bzbarsky
|
2013-09-25 12:28:08 -07:00 |
RestyleTracker.cpp
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
RestyleTracker.h
|
Bug 886646 - Part 6: Implement sticky positioning, calculated on reflow and scroll. r=dbaron, r=dholbert
|
2013-09-06 09:35:16 -04:00 |
ScrollbarStyles.h
|
Bug 908724 - Avoid #including nsPresContext.h in nsIScrollableFrame.h; r=mats
|
2013-08-23 16:20:07 -04:00 |
StackArena.cpp
|
Bug 414087 (part 2) - Remove insignificant wasted space in StackBlock. r=bz.
|
2013-09-25 21:28:55 -07:00 |
StackArena.h
|
Bug 938865 - Build layout/tables in unified mode; r=roc
|
2013-11-14 21:49:29 -05:00 |
Units.h
|
Bug 931823 - Fix calculation of tiled update data and convert to typed units. r=kats,botond
|
2013-11-27 17:33:27 +00:00 |