gecko/layout/base
2010-07-12 22:24:33 +02:00
..
crashtests Bug 569018. If our candidate parent frame isn't for our container content then it's not a candidate parent frame. r=bzbarsky 2010-07-02 14:11:04 -05:00
tests Bug 506041 - Correct misspellings in source code (Patch 3) 2010-07-07 15:33:52 +02:00
FrameLayerBuilder.cpp Bug 564993. Fix build error, and fix Bas' review comment. 2010-05-24 14:25:58 +12:00
FrameLayerBuilder.h Backed out changeset b37bdb032fe7 2010-05-24 10:53:05 +12:00
FramePropertyTable.cpp
FramePropertyTable.h
Makefile.in Bug 449129 - abort a plugin process if a plugin attempts to spin an event loop while painting, r=jmathies 2010-06-23 10:18:00 -04:00
nsBidi.cpp
nsBidi.h b=566447; add presshell memory reporter; r=bz 2010-05-31 19:19:35 -07:00
nsBidiPresUtils.cpp Don't make bidi continuations out of empty text frames. Bug 572582, r=roc 2010-06-20 22:33:34 -07:00
nsBidiPresUtils.h Bug 571380, e10s: build problem in content/canvas/src/nsCanvasRenderingContext2D.cpp(2653), r=roc 2010-06-12 13:37:59 +02:00
nsCaret.cpp
nsCaret.h
nsChangeHint.h Bug 494117 part 2. Don't force selector matching on the whole subtree rooted at an element when the element's style changes. r=dbaron 2010-06-18 12:23:05 -04:00
nsChildIterator.cpp
nsChildIterator.h
nsCompatibility.h
nsCounterManager.cpp
nsCounterManager.h
nsCSSColorUtils.cpp
nsCSSColorUtils.h
nsCSSFrameConstructor.cpp Bug 569018. If our candidate parent frame isn't for our container content then it's not a candidate parent frame. r=bzbarsky 2010-07-02 14:11:04 -05:00
nsCSSFrameConstructor.h Bug 494117 part 2. Don't force selector matching on the whole subtree rooted at an element when the element's style changes. r=dbaron 2010-06-18 12:23:05 -04:00
nsCSSRendering.cpp backing out dacb2bc379ad due to assertions in 419737-1 and 435223-1 reftests 2010-07-02 17:45:17 +12:00
nsCSSRendering.h Bug 563878. Part 1c. Misc layout cleanup. r=mats 2010-06-05 15:29:49 -05:00
nsCSSRenderingBorders.cpp
nsCSSRenderingBorders.h
nsDisplayList.cpp Bug 556432 - Dragging a content selection shows non-selectable text in the drag feedback. r=roc 2010-07-12 22:24:33 +02:00
nsDisplayList.h Bug 556432 - Dragging a content selection shows non-selectable text in the drag feedback. r=roc 2010-07-12 22:24:33 +02:00
nsDocumentViewer.cpp Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg 2010-07-05 11:42:18 +02:00
nsFrameManager.cpp Bug 573241. When reparenting a style context, don't include any transition rules the old context might have had in the new one, since that can confuse transitions. r=dbaron 2010-06-23 00:46:27 -04:00
nsFrameManager.h Bug 494117 part 2. Don't force selector matching on the whole subtree rooted at an element when the element's style changes. r=dbaron 2010-06-18 12:23:05 -04:00
nsFrameManagerBase.h
nsFrameTraversal.cpp
nsFrameTraversal.h
nsGenConList.cpp
nsGenConList.h
nsIDocumentViewer.h
nsIDocumentViewerPrint.h
nsIFrameTraversal.h
nsIImageMap.h
nsILayoutDebugger.h
nsILayoutHistoryState.h
nsImageLoader.cpp
nsImageLoader.h
nsIPercentHeightObserver.h
nsIPresShell.h Follow up to bug 568691 - Fix some of the static windows build bustage that is due to various dependencies in layour widget and chrome. r=roc. 2010-07-08 09:01:28 -07:00
nsIReflowCallback.h
nsIStyleSheetService.idl
nsLayoutDebugger.cpp Bug 561959. Replace solid-color ThebesLayers with ColorLayers. r=dbaron 2010-05-13 12:56:11 +12:00
nsLayoutErrors.h
nsLayoutHistoryState.cpp
nsLayoutUtils.cpp Bug 563878. Part 5. Rename nsIFrame::GetWindow(Offset) to GetNearestWidget. r=mats 2010-07-02 14:11:04 -05:00
nsLayoutUtils.h Document GetChildListNameFor better as followup to bug 536720. r=mats 2010-07-02 21:18:55 -07:00
nsPresArena.cpp b=566447; add presshell memory reporter; r=bz 2010-05-31 19:19:35 -07:00
nsPresArena.h b=566447; add presshell memory reporter; r=bz 2010-05-31 19:19:35 -07:00
nsPresContext.cpp Bug 563878. Part 5. Rename nsIFrame::GetWindow(Offset) to GetNearestWidget. r=mats 2010-07-02 14:11:04 -05:00
nsPresContext.h b=566447; add presshell memory reporter; r=bz 2010-05-31 19:19:35 -07:00
nsPresShell.cpp Bug 556432 - Dragging a content selection shows non-selectable text in the drag feedback. r=roc 2010-07-12 22:24:33 +02:00
nsPresState.h
nsQuoteList.cpp
nsQuoteList.h
nsRefreshDriver.cpp
nsRefreshDriver.h whitespace-only fix to trigger another Win64 build 2010-06-26 19:43:13 -07:00
nsStyleChangeList.cpp Bug 562688 part 10. Eliminate eELEMENT usage in layout/base. r=dbaron 2010-04-30 09:12:06 -04:00
nsStyleChangeList.h
nsStyleConsts.h
nsStyleSheetService.cpp Convert some callers of methods that changed from returning already_AddRefed<T> to returning T* away from using unneeded nsCOMPtrs. (Bug 239008) r=dbaron 2010-05-17 21:00:40 -07:00
nsStyleSheetService.h
PaintTracker.cpp Bug 449129 - abort a plugin process if a plugin attempts to spin an event loop while painting, r=jmathies 2010-06-23 10:18:00 -04:00
PaintTracker.h Bug 449129 followup: actually decrement the PaintTracker properly 2010-06-23 12:15:58 -04:00
RestyleTracker.cpp Bug 573127. Adjust the assert slightly to make it match reality. r=dbaron 2010-06-23 00:47:23 -04:00
RestyleTracker.h Another missed review comment for bug 479655 2010-06-18 15:35:52 -04:00