.. |
crashtests
|
Bug 749935 - Make all nsRect Union methods saturating. If width/height overflows nscoord_MAX then clamp the x/y to nscoord_MIN / 2 and try again. r=roc
|
2012-05-14 22:11:39 +02:00 |
tests
|
Bug 688128 - Don't run test_flush_on_paint.html on OS X, where it mostly fails, r=roc
|
2012-05-18 22:22:55 -07:00 |
FrameLayerBuilder.cpp
|
Bug 755078 - Disable mask layers on Android. r=roc
|
2012-05-17 10:30:10 +12:00 |
FrameLayerBuilder.h
|
Bug 754488 - Fix warning in FrameLayerBuilder.cpp. r=dholbert
|
2012-05-14 19:01:05 -04: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
|
|
|
Makefile.in
|
Bug 751227 - Remove nsPresShell::mStackArena, make it a separate stack class. r=roc
|
2012-05-04 02:14:02 +02: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
|
Make unicode-bidi: [-moz-]plaintext apply to inline elements. Bug 746987, r=roc
|
2012-05-09 11:44:52 +03:00 |
nsBidiPresUtils.h
|
|
|
nsCaret.cpp
|
Bug 696229 - Adjust the hint correctly while drawing the caret for drag/drop so that it gets attached to the beginning of the lines correctly; r=roc
|
2012-05-11 14:50:19 -04:00 |
nsCaret.h
|
|
|
nsChangeHint.h
|
Bug 734082 - Compute and store bounds and visual overflow bounds for both SVG leaf and container frames. r=roc.
|
2012-05-17 05:05:09 +01:00 |
nsChildIterator.cpp
|
|
|
nsChildIterator.h
|
|
|
nsCompatibility.h
|
|
|
nsCounterManager.cpp
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
|
2012-05-18 13:30:49 -04:00 |
nsCounterManager.h
|
|
|
nsCSSColorUtils.cpp
|
|
|
nsCSSColorUtils.h
|
|
|
nsCSSFrameConstructor.cpp
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
|
2012-05-18 13:30:49 -04:00 |
nsCSSFrameConstructor.h
|
Bug 751012. When saving frame state, make sure to walk through placeholders so we save the state of out-of-flow descendants properly. Also make sure to walk the continuations and special siblings of the root frame that we're saving state for. r=roc
|
2012-05-09 21:27:47 -04:00 |
nsCSSRendering.cpp
|
Bug 754985. Draw shadows in device space when using a uniform scale. r=roc
|
2012-05-16 16:45:25 -04:00 |
nsCSSRendering.h
|
Bug 754985. Draw shadows in device space when using a uniform scale. r=roc
|
2012-05-16 16:45:25 -04:00 |
nsCSSRenderingBorders.cpp
|
Bug 742736 - Change box shadows to match rounded or sharp corners of shadowed object when round/sharp alternate corners; r=dbaron
|
2012-04-29 22:37:04 -04:00 |
nsCSSRenderingBorders.h
|
Bug 742736 - Change box shadows to match rounded or sharp corners of shadowed object when round/sharp alternate corners; r=dbaron
|
2012-04-29 22:37:04 -04:00 |
nsDisplayItemTypes.h
|
|
|
nsDisplayList.cpp
|
Bug 734082 - Compute and store bounds and visual overflow bounds for both SVG leaf and container frames. r=roc.
|
2012-05-17 05:05:09 +01:00 |
nsDisplayList.h
|
Bug 734082 - Compute and store bounds and visual overflow bounds for both SVG leaf and container frames. r=roc.
|
2012-05-17 05:05:09 +01:00 |
nsDocumentViewer.cpp
|
Expose DocumentViewerImpl::CallChildren with an API that fills an array. (Bug 747231, patch 3) r=roc
|
2012-05-05 15:25:45 +02:00 |
nsFrameManager.cpp
|
Bug 751012. When saving frame state, make sure to walk through placeholders so we save the state of out-of-flow descendants properly. Also make sure to walk the continuations and special siblings of the root frame that we're saving state for. r=roc
|
2012-05-09 21:27:47 -04:00 |
nsFrameManager.h
|
Bug 751012. When saving frame state, make sure to walk through placeholders so we save the state of out-of-flow descendants properly. Also make sure to walk the continuations and special siblings of the root frame that we're saving state for. r=roc
|
2012-05-09 21:27:47 -04: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 754480 - Sort members in size order. Use narrower types where possible. part=2/3 r=bz
|
2012-05-16 19:32:40 +02:00 |
nsIReflowCallback.h
|
|
|
nsIStyleSheetService.idl
|
|
|
nsLayoutDebugger.cpp
|
Bug 749075. Part 1: Refactor the nsDisplayItem API for testing whether the item needs to be rendered to a transparent surface. r=mattwoodrow
|
2012-05-03 16:29:05 +12:00 |
nsLayoutErrors.h
|
|
|
nsLayoutHistoryState.cpp
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
|
2012-05-18 13:30:49 -04:00 |
nsLayoutUtils.cpp
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
|
2012-05-18 13:30:49 -04:00 |
nsLayoutUtils.h
|
Bug 734082 - Compute and store bounds and visual overflow bounds for both SVG leaf and container frames. r=roc.
|
2012-05-17 05:05:09 +01:00 |
nsPresArena.cpp
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
|
2012-05-18 13:30:49 -04:00 |
nsPresArena.h
|
Bug 750745 - Allocate nsLineBoxes from their own presshell arena list. part=3/3 r=roc
|
2012-05-04 02:14:02 +02:00 |
nsPresContext.cpp
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
|
2012-05-18 13:30:49 -04:00 |
nsPresContext.h
|
Cache the last device width we used for font inflation on the pres context so that we can track when it changes. (Bug 747231, patch 2) r=roc
|
2012-05-05 15:25:45 +02:00 |
nsPresShell.cpp
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
|
2012-05-18 13:30:49 -04:00 |
nsPresShell.h
|
Bug 754480 - Remove PresShell members associated with mContentToScrollTo, put that data in a temporary content property instead. part=3/3 r=bz
|
2012-05-16 19:32:40 +02: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 528332 - Implement non-scaling-stroke vector-effect. Part 1 - style system changes r=dbaron
|
2012-05-18 09:33:40 +01:00 |
nsStyleSheetService.cpp
|
|
|
nsStyleSheetService.h
|
|
|
PaintTracker.cpp
|
|
|
PaintTracker.h
|
|
|
RestyleTracker.cpp
|
|
|
RestyleTracker.h
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
|
2012-05-18 13:30:49 -04:00 |
StackArena.cpp
|
Bug 751227 - Remove nsPresShell::mStackArena, make it a separate stack class. r=roc
|
2012-05-04 02:14:02 +02:00 |
StackArena.h
|
Bug 756229 - Fix some layout warnings. r=roc
|
2012-05-18 11:42:39 -04:00 |