.. |
crashtests
|
Bug 735943 - Don't crash if nsSMILAnimationController::FlushResampleRequests destroyed the pres shell. r=bz
|
2012-03-20 19:02:38 +01:00 |
tests
|
Bug 711418 - Enable font inflation for body and html elements with fixed heights. [r=dbaron]
|
2012-03-23 22:47:43 -05:00 |
FrameLayerBuilder.cpp
|
Bug 735141. Clear imageContainer to indicate that we're not using that optimization. r=tnikkel
|
2012-03-19 20:26:39 +13:00 |
FrameLayerBuilder.h
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
FramePropertyTable.cpp
|
Bug 729008 - Add memory reporter for FramePropertyTable. r=bz.
|
2012-02-20 21:02:24 -08:00 |
FramePropertyTable.h
|
Bug 729008 - Add memory reporter for FramePropertyTable. r=bz.
|
2012-02-20 21:02:24 -08:00 |
Makefile.in
|
bug 721821 - make nsBidiPresUtils::WriteReverse aware of clusters, so that diacritics in RTL text display correctly in SVG text. r=smontagu
|
2012-02-28 21:24:04 +00:00 |
nsAutoLayoutPhase.h
|
|
|
nsBidi.cpp
|
|
|
nsBidi.h
|
|
|
nsBidiPresUtils.cpp
|
Check for orphaned non-fluid continuations after deleting content. Bug 730562, r=roc
|
2012-03-21 16:50:54 -07:00 |
nsBidiPresUtils.h
|
|
|
nsCaret.cpp
|
Bug 726592 - Uninitialised value use in nsTextFrame::GetChildFrameContainingOffset; r=roc
|
2012-03-26 09:09:38 -07:00 |
nsCaret.h
|
|
|
nsChangeHint.h
|
Bug 724502. Ensure that UpdateTransformLayer and UpdateOpacityLayer change hints generate a new change list entry for every frame whose style asks for them. r=matspal
|
2012-02-08 11:52:59 +13:00 |
nsChildIterator.cpp
|
|
|
nsChildIterator.h
|
|
|
nsCompatibility.h
|
|
|
nsCounterManager.cpp
|
|
|
nsCounterManager.h
|
|
|
nsCSSColorUtils.cpp
|
|
|
nsCSSColorUtils.h
|
|
|
nsCSSFrameConstructor.cpp
|
Bug 738007: Minor code cleanup in nsCSSFrameConstructor::FlushAccumulatedBlock. r=bz
|
2012-03-22 10:31:19 -07:00 |
nsCSSFrameConstructor.h
|
Bug 738007: Minor code cleanup in nsCSSFrameConstructor::FlushAccumulatedBlock. r=bz
|
2012-03-22 10:31:19 -07:00 |
nsCSSRendering.cpp
|
Bug 736890 - Speed up building of layout/svg/base/src by cleaning up #include directives in its header files. r=dholbert.
|
2012-03-20 12:15:55 +00:00 |
nsCSSRendering.h
|
|
|
nsCSSRenderingBorders.cpp
|
|
|
nsCSSRenderingBorders.h
|
|
|
nsDisplayItemTypes.h
|
|
|
nsDisplayList.cpp
|
Bug 731777 - Correctly recompute overflow areas for frames with transform perspective applied. r=roc
|
2012-03-12 15:04:25 +13:00 |
nsDisplayList.h
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
nsDocumentViewer.cpp
|
Bug 737417 part 1 - Split charset source constants out of nsIParser.h. r=smaug.
|
2012-03-22 16:42:42 +02:00 |
nsFrameManager.cpp
|
Bug 729955 - Invalidate destroyed out-of-flow frames before unregistering the placeholder frame. r=bz
|
2012-03-26 11:27:37 -07:00 |
nsFrameManager.h
|
Bug 729955 - Invalidate destroyed out-of-flow frames before unregistering the placeholder frame. r=bz
|
2012-03-26 11:27:37 -07:00 |
nsFrameManagerBase.h
|
Bug 714839 - Make nsCSSFrameConstructor inherit nsFrameManager. r=bz.
|
2012-02-02 10:06:46 +00:00 |
nsFrameTraversal.cpp
|
|
|
nsFrameTraversal.h
|
|
|
nsGenConList.cpp
|
|
|
nsGenConList.h
|
|
|
nsIDocumentViewerPrint.h
|
|
|
nsIFrameTraversal.h
|
|
|
nsILayoutDebugger.h
|
|
|
nsILayoutHistoryState.h
|
|
|
nsImageLoader.cpp
|
|
|
nsImageLoader.h
|
|
|
nsIPercentHeightObserver.h
|
|
|
nsIPresShell.h
|
Bug 720126 - Update scroll API to use ScrollAxis parameters (where and when). r=roc
|
2012-03-19 21:09:50 -05:00 |
nsIReflowCallback.h
|
|
|
nsIStyleSheetService.idl
|
|
|
nsLayoutDebugger.cpp
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
nsLayoutErrors.h
|
|
|
nsLayoutHistoryState.cpp
|
|
|
nsLayoutUtils.cpp
|
Bug 696569 - Allow for non-premultiplied data for canvases - r=bjacob,joedrew
|
2012-03-23 15:10:50 -07:00 |
nsLayoutUtils.h
|
Backout 7e28d1a2c648, 330b210f503d, 2421d39e0ab3, aa978ffa44bc, 38a71ae7e06d, b94319584a7a, 7e8278f5e814, 0b4e3c7608ab, 329c07609ca8, 0d61a0d8dba4, Due to Ts regression on Android
|
2012-03-17 21:51:39 -04:00 |
nsPresArena.cpp
|
|
|
nsPresArena.h
|
|
|
nsPresContext.cpp
|
Bug 738392 - Fix plugins not rendering inside CSS transform on Mac OSX r=roc
|
2012-03-23 11:21:57 -07:00 |
nsPresContext.h
|
Bug 474505 - Replace uses of nsVoidPtrHashkey with nsPtrHashKey<T>; r=bsmedberg
|
2012-03-21 14:07:31 -04:00 |
nsPresShell.cpp
|
Bug 726592 - Uninitialised value use in nsTextFrame::GetChildFrameContainingOffset; r=roc
|
2012-03-26 09:09:38 -07:00 |
nsPresShell.h
|
Bug 720126 - Update scroll API to use ScrollAxis parameters (where and when). r=roc
|
2012-03-19 21:09:50 -05:00 |
nsPresState.h
|
|
|
nsQuoteList.cpp
|
|
|
nsQuoteList.h
|
|
|
nsRefreshDriver.cpp
|
|
|
nsRefreshDriver.h
|
|
|
nsStyleChangeList.cpp
|
|
|
nsStyleChangeList.h
|
|
|
nsStyleConsts.h
|
Bug 548375 - Implement css3-background background-repeat property two value syntax. r=dbaron
|
2012-02-24 21:23:14 -08:00 |
nsStyleSheetService.cpp
|
|
|
nsStyleSheetService.h
|
|
|
PaintTracker.cpp
|
|
|
PaintTracker.h
|
|
|
RestyleTracker.cpp
|
|
|
RestyleTracker.h
|
|
|