.. |
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 746993 - Fix editor caret behaviour when pressing RETURN after a BR node. r=ehsan, a=tracking-firefox
|
2012-04-20 12:57:17 -04:00 |
FrameLayerBuilder.cpp
|
Bug 747718 - Disable ColorLayer optimizations when we have rounded-rect clipping. r=roc
|
2012-04-27 12:24:53 +12:00 |
FrameLayerBuilder.h
|
Bug 728983. Part 2: When display items for multiple frames are merged, track the merged frames and mark them all as having an associated container layer. This ensures that invalidations are processed correctly. r=mattwoodrow
|
2012-04-17 17:45:04 +12:00 |
FramePropertyTable.cpp
|
Bug 712936 - Convert users of PR_STATIC_ASSERT to MOZ_STATIC_ASSERT. r=jwalden
|
2012-04-02 17:21:24 -07:00 |
FramePropertyTable.h
|
Bug 729008 - Add memory reporter for FramePropertyTable. r=bz.
|
2012-02-20 21:02:24 -08:00 |
Makefile.in
|
Back out Bug 679230 due to Android reftest failures.
|
2012-04-07 10:36:49 -07:00 |
nsAutoLayoutPhase.h
|
|
|
nsBidi.cpp
|
bug 738101 - Use the new mozilla::unicode::GetBidiCat instead of the old GetBidiCat. r=jfkthame
|
2012-04-18 21:54:54 -07:00 |
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 745991: In nsCSSFrameConstructor::MaybeRecreateContainerForFrameRemoval, add explicit parenthesis around '&&' within '||' to silence GCC warning. r=smontagu
|
2012-04-17 09:56:15 -07:00 |
nsCSSFrameConstructor.h
|
Bug 740067: Make nsCSSFrameConstructor::CreateNeededTablePseudos return void. r=bz
|
2012-03-28 12:43:15 -07:00 |
nsCSSRendering.cpp
|
Bug 745864. Add SAMPLE_LABELs to layout code. r=roc, a=joe
|
2012-04-16 14:37:59 -04:00 |
nsCSSRendering.h
|
|
|
nsCSSRenderingBorders.cpp
|
Bug 745864. Add SAMPLE_LABELs to layout code. r=roc, a=joe
|
2012-04-16 14:37:59 -04:00 |
nsCSSRenderingBorders.h
|
|
|
nsDisplayItemTypes.h
|
|
|
nsDisplayList.cpp
|
Bug 740072 - Make perspective-origin check the style parent instead of frame parent. r=roc
|
2012-04-27 12:24:53 +12:00 |
nsDisplayList.h
|
Backout changeset 0b25ccd32a49 (bug 745934) for reftest failures; a=bustage
|
2012-04-18 23:52:59 -04:00 |
nsDocumentViewer.cpp
|
Bug 641821, MutationObserver, r=sicking
|
2012-03-31 09:30:13 -07: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
|
|
|
nsFrameTraversal.cpp
|
|
|
nsFrameTraversal.h
|
|
|
nsGenConList.cpp
|
|
|
nsGenConList.h
|
|
|
nsIDocumentViewerPrint.h
|
|
|
nsIFrameTraversal.h
|
|
|
nsILayoutDebugger.h
|
|
|
nsILayoutHistoryState.h
|
|
|
nsImageLoader.cpp
|
Back out Bug 679230 due to Android reftest failures.
|
2012-04-07 10:36:49 -07:00 |
nsImageLoader.h
|
Back out Bug 679230 due to Android reftest failures.
|
2012-04-07 10:36:49 -07:00 |
nsIPercentHeightObserver.h
|
|
|
nsIPresShell.h
|
Bug 732016 Allow override of the scroll port size used for clamping scroll positions. r=roc
|
2012-04-24 13:52:35 -05:00 |
nsIReflowCallback.h
|
|
|
nsIStyleSheetService.idl
|
|
|
nsLayoutDebugger.cpp
|
Bug 733607. Restructure logic to compute snapped bounds of display items in layer coordinates. Moves responsibility for computing snapped bounds from within the display items to callers of GetBounds/GetOpaqueRegion. r=tnikkel
|
2012-04-10 23:24:18 +12:00 |
nsLayoutErrors.h
|
|
|
nsLayoutHistoryState.cpp
|
|
|
nsLayoutUtils.cpp
|
Bug 745864. Add SAMPLE_LABELs to layout code. r=roc, a=joe
|
2012-04-16 14:37:59 -04:00 |
nsLayoutUtils.h
|
Bug 747274 - Add a pref (default to true on Android) to forcible use nearest pixel filtering for background drawing. r=jrmuizel,ajuma a=blassey
|
2012-04-24 10:28:46 -04:00 |
nsPresArena.cpp
|
Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar
|
2012-04-24 14:43:00 -04:00 |
nsPresArena.h
|
Bug 740688 - Use uintptr_t instead of PRUword, and intptr_t instead of PRWord. r=jwalden
|
2012-04-11 17:17:44 -07:00 |
nsPresContext.cpp
|
Back out Bug 679230 due to Android reftest failures.
|
2012-04-07 10:36:49 -07:00 |
nsPresContext.h
|
Back out Bug 679230 due to Android reftest failures.
|
2012-04-07 10:36:49 -07:00 |
nsPresShell.cpp
|
Bug 741247 - Dispatch touch events to the active tabs presShell. r=smaug
|
2012-04-26 14:40:05 -07:00 |
nsPresShell.h
|
Bug 741247 - Dispatch touch events to the active tabs presShell. r=smaug
|
2012-04-26 14:40:05 -07:00 |
nsPresState.h
|
|
|
nsQuoteList.cpp
|
|
|
nsQuoteList.h
|
|
|
nsRefreshDriver.cpp
|
Bug 641821, MutationObserver, r=sicking
|
2012-03-31 09:30:13 -07:00 |
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
|
|
|