.. |
crashtests
|
Don't create or delete frames when nsTextFrame::SetLength is called from bidi resolution. Bug 635329, r+a=roc
|
2011-02-21 10:02:23 +02:00 |
tests
|
Bug 635434, dispatch to gKeyDownTarget using the right presshell, r=enn, f=masayuki, a=hardblocker
|
2011-02-21 18:39:21 +02:00 |
FrameLayerBuilder.cpp
|
Bug 630835. Make BuildLayer responsible for setting a visible region on the layer, and let FrameLayerBuilder only reduce it. r=tnikkel,a=blocking
|
2011-02-23 18:38:09 +13:00 |
FrameLayerBuilder.h
|
Bug 630835. Make BuildLayer responsible for setting a visible region on the layer, and let FrameLayerBuilder only reduce it. r=tnikkel,a=blocking
|
2011-02-23 18:38:09 +13:00 |
FramePropertyTable.cpp
|
|
|
FramePropertyTable.h
|
|
|
Makefile.in
|
|
|
nsBidi.cpp
|
Basic bidi support for SVG. Bug 620446, r=roc, a=roc
|
2011-01-04 00:52:17 -08:00 |
nsBidi.h
|
Basic bidi support for SVG. Bug 620446, r=roc, a=roc
|
2011-01-04 00:52:17 -08:00 |
nsBidiPresUtils.cpp
|
Bug 613696. Always use the presshell's reference rendering context to create textruns when we draw text via nsIThebesFontMetrics::DrawString, to be consistent with the textruns we measure during reflow. r=dbaron,a=blocking
|
2011-01-17 09:23:33 +13:00 |
nsBidiPresUtils.h
|
Bug 613696. Always use the presshell's reference rendering context to create textruns when we draw text via nsIThebesFontMetrics::DrawString, to be consistent with the textruns we measure during reflow. r=dbaron,a=blocking
|
2011-01-17 09:23:33 +13:00 |
nsCaret.cpp
|
Bug 632215 - Make the caret ignore -moz-user-modify if we ask it to immediately, instead of waiting for the next caret paint timer; r=roc a=blocking-final+
|
2011-02-10 16:12:53 -05:00 |
nsCaret.h
|
Backed out changeset 3fc6728e81a8 because of Windows 7 orange
|
2011-01-19 16:09:50 -05:00 |
nsChangeHint.h
|
|
|
nsChildIterator.cpp
|
|
|
nsChildIterator.h
|
|
|
nsCompatibility.h
|
|
|
nsCounterManager.cpp
|
|
|
nsCounterManager.h
|
|
|
nsCSSColorUtils.cpp
|
|
|
nsCSSColorUtils.h
|
|
|
nsCSSFrameConstructor.cpp
|
Bug 587484 - warning: suggest parentheses around assignment used as truth value in while (... = GetNextContinuation())
|
2011-02-16 14:14:14 +01:00 |
nsCSSFrameConstructor.h
|
|
|
nsCSSRendering.cpp
|
Correctly handle non-repeating radial gradients in which all stops are at the same position. (Bug 635222) r=roc
|
2011-03-03 13:18:42 -08:00 |
nsCSSRendering.h
|
Bug 602757. Part 4: Let nsDisplayBackground::GetOpaqueRegion return opaque regions for arbitrary repeat modes, background-clip, border-radius, etc. r=tnikkel,sr=dbaron,a=blocking
|
2011-01-03 14:48:09 +13:00 |
nsCSSRenderingBorders.cpp
|
Don't try drawing zero-width borders. (Bug 618071) r=roc a=blocking2.0:beta8
|
2010-12-09 20:38:52 -08:00 |
nsCSSRenderingBorders.h
|
Bug 588271 - Part 4: Add specialized rendering codepaths for the most common border types. r=vlad a=blocking-betan
|
2010-12-02 14:17:58 +01:00 |
nsDisplayItemTypes.h
|
Bug 626602. Part 3: Hook up ReadbackLayers in nsObjectFrame. r=cjones
|
2011-02-16 16:43:30 -06:00 |
nsDisplayList.cpp
|
Bug 629857 - When invalidating transformed items, round the original area out to the nearest pixel. r=roc a=roc
|
2011-02-25 11:55:23 +13:00 |
nsDisplayList.h
|
Bug 629857 - When invalidating transformed items, round the original area out to the nearest pixel. r=roc a=roc
|
2011-02-25 11:55:23 +13:00 |
nsDocumentViewer.cpp
|
Bug 635844 part 2: Update pushState to latest agreed behavior. r=jlebar a=beltzner/jst
|
2011-02-28 23:08:56 -08:00 |
nsFrameManager.cpp
|
Bug 587484 - warning: suggest parentheses around assignment used as truth value in while (... = GetNextContinuation())
|
2011-02-16 14:14:14 +01:00 |
nsFrameManager.h
|
|
|
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
|
Bug 583889: Prevent scrolling from leaking information. r=dbaron a=blocker
|
2011-02-10 23:46:59 -08:00 |
nsIReflowCallback.h
|
|
|
nsIStyleSheetService.idl
|
|
|
nsLayoutDebugger.cpp
|
Bug 579808. Fix bounds for nsDisplayTransform and nsDisplayPlugin. r=tnikkel a=blocking-betaN+
|
2011-01-06 19:38:22 -06:00 |
nsLayoutErrors.h
|
|
|
nsLayoutHistoryState.cpp
|
|
|
nsLayoutUtils.cpp
|
Bug 629857 - When invalidating transformed items, round the original area out to the nearest pixel. r=roc a=roc
|
2011-02-25 11:55:23 +13:00 |
nsLayoutUtils.h
|
Bug 629857 - When invalidating transformed items, round the original area out to the nearest pixel. r=roc a=roc
|
2011-02-25 11:55:23 +13:00 |
nsPresArena.cpp
|
Bug 530012 - [OS/2] build break in nsPresArena.cpp; r=wuno a=dbaron
|
2011-02-15 17:10:16 -05:00 |
nsPresArena.h
|
|
|
nsPresContext.cpp
|
By default, disable MozAfterPaint for content. (Bug 608030) r=roc a=blocking2.0:betaN+
|
2011-01-24 16:23:08 -08:00 |
nsPresContext.h
|
By default, disable MozAfterPaint for content. (Bug 608030) r=roc a=blocking2.0:betaN+
|
2011-01-24 16:23:08 -08:00 |
nsPresShell.cpp
|
Bug 612872 - HAL/Supernova needs tweaks to our window emulation, r=davidb, sr=roc, a=davidb
|
2011-03-02 22:41:42 +08:00 |
nsPresState.h
|
|
|
nsQuoteList.cpp
|
|
|
nsQuoteList.h
|
|
|
nsRefreshDriver.cpp
|
Bug 598726 - Prevent hangs in the refresh driver due to outstanding restyles on the same pres shell after processing the pending restyles on it; r=bzbarsky a=blocking-final+
|
2011-01-14 15:03:06 -05:00 |
nsRefreshDriver.h
|
|
|
nsStyleChangeList.cpp
|
|
|
nsStyleChangeList.h
|
|
|
nsStyleConsts.h
|
|
|
nsStyleSheetService.cpp
|
|
|
nsStyleSheetService.h
|
|
|
PaintTracker.cpp
|
Bug 616812 Remove extraneous CRs r+a=dbaron
|
2011-02-16 21:39:52 +00:00 |
PaintTracker.h
|
Bug 616812 Remove extraneous CRs r+a=dbaron
|
2011-02-16 21:39:52 +00:00 |
RestyleTracker.cpp
|
|
|
RestyleTracker.h
|
|
|