.. |
crashtests
|
Fix for bug 633738 (quora.com bloats out of control (part 3)) - mark some known assertions caused by bug 439258. r=bz, a=jst.
|
2011-02-17 12:19:13 +01:00 |
test
|
Bug 633762. Only bail early if we have an async scroll pending so the ScrollTo call can update mDestination. r=roc a=roc
|
2011-02-20 14:03:32 -06:00 |
broken-image.png
|
|
|
folder.png
|
|
|
frame-graph.py
|
|
|
frame-verify.js
|
Fix static-analysis bustage by using treehydra instead of dehydra. My theory is that the dehydra type cache is becoming confused by GCC tree GC which is reusing tree pointers for different types.
|
2009-08-07 11:16:26 -04:00 |
jar.mn
|
Backed out changeset e22bef491d84
|
2009-10-08 16:43:55 -07:00 |
loading-image.png
|
|
|
Makefile.in
|
Convert nsIFrame APIs from having a single overflow rect to having two distinct overflow rects. (Bug 542595, patch 1) r=roc sr=bzbarsky a2.0=blocking2.0:beta8
|
2010-10-06 21:25:45 -07:00 |
nsAbsoluteContainingBlock.cpp
|
Change callers to use new nsIFrame overflow APIs. (Bug 542595, patch 20) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:47 -07:00 |
nsAbsoluteContainingBlock.h
|
Use split overflow areas in nsAbsoluteContainer::Reflow. Fixes overflow handling bug in nsPositionedInlineFrame where non-positioned overflow was ignored. (Bug 542595, patch 2) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:45 -07:00 |
nsAutoCopyListener.h
|
|
|
nsBidiFrames.cpp
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
nsBidiFrames.h
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
nsBlockDebugFlags.h
|
|
|
nsBlockFrame.cpp
|
Bug 628922 - layout should use cached nsIAccessibilityService, r=davidb, sr=roc, a=roc
|
2011-01-28 12:38:14 +08:00 |
nsBlockFrame.h
|
Bug 626395. Make sure that when we're clipping our kids we don't create overflow containers for their overflow. Force the kids to lay out within our size instead. Also don't include overflowing kids in our overflow area if we're clipping them. r=roc, a=blocker
|
2011-01-19 17:39:31 -05:00 |
nsBlockReflowContext.cpp
|
Change callers to use new nsIFrame overflow APIs. (Bug 542595, patch 20) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:47 -07:00 |
nsBlockReflowContext.h
|
Change nsBlockReflowContext::PlaceBlock for split overflow areas. (Bug 542595, patch 13) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:45 -07:00 |
nsBlockReflowState.cpp
|
Bug 594333. Invalidate frame subtree (including layers) when moving a float. r=dbaron
|
2010-12-20 14:37:43 +13:00 |
nsBlockReflowState.h
|
Convert nsBlockReflowState::mFloatCombinedArea and part of nsBlockFrame to split overflow areas. (Bug 542595, patch 9) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:45 -07:00 |
nsBRFrame.cpp
|
Bug 628922 - layout should use cached nsIAccessibilityService, r=davidb, sr=roc, a=roc
|
2011-01-28 12:38:14 +08:00 |
nsBulletFrame.cpp
|
Bug 602757. Part 5: Change HasText to GetComponentAlphaBounds. r=tnikkel,sr=dbaron,a=blocking
|
2011-01-03 14:48:09 +13:00 |
nsBulletFrame.h
|
Bug 389321 - Part 3: Use a centralized algorithm for caret positioning; r=roc a=blocking-betaN+
|
2010-08-31 14:54:44 -04:00 |
nsCanvasFrame.cpp
|
Change callers to use new nsIFrame overflow APIs. (Bug 542595, patch 20) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:47 -07:00 |
nsCanvasFrame.h
|
Bug 626602. Part 4: Make the display items behind a plugin that needs readback be as visible as we can. r=tnikkel
|
2011-02-16 16:43:30 -06:00 |
nsColumnSetFrame.cpp
|
Change callers to use new nsIFrame overflow APIs. (Bug 542595, patch 20) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:47 -07:00 |
nsContainerFrame.cpp
|
Add assertions that the frame tree is safe to destroy (i.e., doesn't contain any first-in-flows or other things we should never destroy) when we call DeleteNextInFlowChild. (Bug 619021) r=roc a2.0=blocking
|
2011-01-11 17:09:22 -08:00 |
nsContainerFrame.h
|
bug 332636 - fix editor's handling of surrogate-pair combining marks with backspace. r=ehsan a=roc
|
2010-12-16 14:17:41 -08:00 |
nsFirstLetterFrame.cpp
|
Fix miscellaneous reflow methods to use new overflow area APIs. (Bug 542595, patch 19) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:46 -07:00 |
nsFirstLetterFrame.h
|
Backed out changeset d5da40425a61 a=b
|
2010-11-26 08:54:14 +01:00 |
nsFloatManager.cpp
|
Change coordinate system in the float manager from content box (most of the time, but sometimes border box) to always border box. (Bug 551425) r=dbaron a2.0=blocking+
|
2010-08-11 12:32:53 -07:00 |
nsFloatManager.h
|
Change coordinate system in the float manager from content box (most of the time, but sometimes border box) to always border box. (Bug 551425) r=dbaron a2.0=blocking+
|
2010-08-11 12:32:53 -07:00 |
nsFrame.cpp
|
Bug 637278: INVALIDATE_NO_UPDATE_LAYER_TREE should subsume INVALIDATE_NO_THEBES_LAYERS. r=tn sr=roc
|
2011-03-01 12:27:35 -06:00 |
nsFrame.h
|
Bug 626395. Make sure that when we're clipping our kids we don't create overflow containers for their overflow. Force the kids to lay out within our size instead. Also don't include overflowing kids in our overflow area if we're clipping them. r=roc, a=blocker
|
2011-01-19 17:39:31 -05:00 |
nsFrameList.cpp
|
Add checks to VerifyList that previous siblings match next siblings. (Bug 563584, patch 21) r=roc
|
2010-08-05 21:59:20 -07:00 |
nsFrameList.h
|
Make nsFrameList::RemoveFramesAfter(nsnull) remove the whole list. (Bug 563584, patch 11.5) r=roc
|
2010-08-05 21:59:19 -07:00 |
nsFrameSelection.h
|
Bug 605138 - Scripts from topix.net apparently causing page to scroll down when opening; r=roc a=blocking-final+
|
2010-10-21 16:56:20 -04:00 |
nsFrameSetFrame.cpp
|
Bug 579767 - Frame borders are sometimes not redrawn correctly after dragging them or resizing the window; r,a=roc
|
2011-01-26 00:41:52 -05:00 |
nsFrameSetFrame.h
|
Bug 579767 - Frame borders are sometimes not redrawn correctly after dragging them or resizing the window; r,a=roc
|
2011-01-26 00:41:52 -05:00 |
nsFrameUtil.cpp
|
|
|
nsGfxScrollFrame.cpp
|
Fix nsXULScrollFrame parameter names that are named incorrectly and fix inconsistencies between .h and .cpp. (Bug 636307) r=ehsan
|
2011-03-03 13:18:42 -08:00 |
nsGfxScrollFrame.h
|
Fix nsXULScrollFrame parameter names that are named incorrectly and fix inconsistencies between .h and .cpp. (Bug 636307) r=ehsan
|
2011-03-03 13:18:42 -08:00 |
nsHTMLCanvasFrame.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 |
nsHTMLCanvasFrame.h
|
Bug 610727 - Mark canvas layers inactive when relevant. r=roc a=blocking-fennec
|
2011-02-04 10:11:24 -08:00 |
nsHTMLContainerFrame.cpp
|
bug 499292 - hide fallback text for a short time while a font downloads. r=jdaggett a=beltzner
|
2011-01-05 21:48:48 +00:00 |
nsHTMLContainerFrame.h
|
Bug 531361. Make nsLineLayout not assert about long lines that may occur naturally. r=dbaron
|
2009-12-12 13:27:18 -08:00 |
nsHTMLParts.h
|
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
|
2010-12-01 11:01:56 -08:00 |
nsHTMLReflowMetrics.cpp
|
Convert nsIFrame APIs from having a single overflow rect to having two distinct overflow rects. (Bug 542595, patch 1) r=roc sr=bzbarsky a2.0=blocking2.0:beta8
|
2010-10-06 21:25:45 -07:00 |
nsHTMLReflowMetrics.h
|
Add an additional value to nsOverflowType so that compilers (in particular, gcc 4.5.*) know that one past the end is a value they'll need to deal with. (Bug 602826) r=roc a2.0=blocking
|
2010-10-11 19:20:57 -07:00 |
nsHTMLReflowState.cpp
|
Fix implementation of rules for auto margins on absolutely positioned elements; honor auto margins when only one margin is auto, even when the auto margin gets a negative value. (Bug 419100) r=roc
|
2011-03-03 13:18:42 -08:00 |
nsHTMLReflowState.h
|
"ASSERTION: We should have padding here" with abs pos, overflow:scroll. r=roc a=blocking2.0:final
|
2010-11-09 22:14:05 +01:00 |
nsIAnonymousContentCreator.h
|
Back out bug 612128 because it regressed Fennec with bug 618357, which blocks Fennec beta3; a=blocking-fennecb3+
|
2010-12-10 21:20:00 -05:00 |
nsIFrame.h
|
bug 625248 - During each paint, build a list (stored as a FrameProperty of the root nsIFrame) of all the PresShells that are visible during this paint, so that we can increment their paint count correctly during an empty transaction; r=roc a=blocking-final+
|
2011-01-27 13:53:10 -08:00 |
nsIFrameUtil.h
|
Bug 506041 Part 2: Correct misspellings in source code
|
2010-05-13 14:19:50 +02:00 |
nsIImageFrame.h
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
nsILineIterator.h
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
nsImageFrame.cpp
|
Fixing bug 604262. Fix crash in nsImageLoadingContent::OnStartDecode(). r=jonas@sicking.cc, a=blocker
|
2011-01-31 20:50:01 -08:00 |
nsImageFrame.h
|
Bug 586683 - Part 4 - Move images into a separate ImageLayer when they are the only item in a ThebesLayer. r=roc a=blocking2.0
|
2011-01-18 10:47:18 +13:00 |
nsImageMap.cpp
|
Bug 606498 - Make sure the new nsIScriptError2 is used in all possible places- part 2; r=bzbarsky,dbaron,mrbkap sr=jst a=blocking2.0
|
2010-12-20 12:21:58 -04:00 |
nsImageMap.h
|
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
|
2010-04-10 16:10:12 -04:00 |
nsInlineFrame.cpp
|
Bug 628922 - layout should use cached nsIAccessibilityService, r=davidb, sr=roc, a=roc
|
2011-01-28 12:38:14 +08:00 |
nsInlineFrame.h
|
bug 332636 - fix editor's handling of surrogate-pair combining marks with backspace. r=ehsan a=roc
|
2010-12-16 14:17:41 -08:00 |
nsIntervalSet.cpp
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
nsIntervalSet.h
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
nsIObjectFrame.h
|
Bug 528551- Faster plugin drawing in Fennec. r=jst/karlt.
|
2009-11-20 08:26:10 -08:00 |
nsIPageSequenceFrame.h
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
nsIScrollableFrame.h
|
Bug 607464 - Don't use smooth scrolling for pixel scrolling. r=roc, a=roc
|
2011-02-04 09:00:06 +01:00 |
nsIStatefulFrame.h
|
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
|
2010-04-10 16:10:12 -04:00 |
nsLeafFrame.cpp
|
Fix miscellaneous reflow methods to use new overflow area APIs. (Bug 542595, patch 19) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:46 -07:00 |
nsLeafFrame.h
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
nsLineBox.cpp
|
Make nsLineBox track two separate overflow areas. (Bug 542595, patch 6) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:45 -07:00 |
nsLineBox.h
|
Make nsLineBox track two separate overflow areas. (Bug 542595, patch 6) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:45 -07:00 |
nsLineLayout.cpp
|
Bug 596478: delay nsImageFrame's IsPercentageAware check until after we've lazily initialized mIntrinsicSize. r=roc a=dbaron
|
2011-02-15 13:34:52 -08:00 |
nsLineLayout.h
|
Make nsLineLayout track two separate overflow areas. (Bug 542595, patch 7) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:45 -07:00 |
nsObjectFrame.cpp
|
Bug 637901 - Don't trash our cached ImageContainer unless the retained layer manager has changed. r=tnikkel a=blocking2.0
|
2011-03-02 21:53:27 +13:00 |
nsObjectFrame.h
|
Bug 637901 - Don't trash our cached ImageContainer unless the retained layer manager has changed. r=tnikkel a=blocking2.0
|
2011-03-02 21:53:27 +13:00 |
nsPageContentFrame.cpp
|
Change callers to use new nsIFrame overflow APIs. (Bug 542595, patch 20) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:47 -07:00 |
nsPageContentFrame.h
|
Bug 509839. r=fantasai
|
2010-04-12 20:36:58 +02:00 |
nsPageFrame.cpp
|
Bug 584282. Add nsDisplayItem::mToReferenceFrame and initialize it in the constructor. r=tnikkel,a=dbaron
|
2010-08-13 22:01:13 +12:00 |
nsPageFrame.h
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
nsPlaceholderFrame.cpp
|
Do IsProperAncestorFrame check before destroying floats, but not for popups. (Bug 588158) r=dbaron a2.0=blocking
|
2010-08-19 09:38:00 -04:00 |
nsPlaceholderFrame.h
|
Bug 573706 - make frame based accessible creation more pellucid, r=davidb, sr=roc
|
2010-06-28 21:02:03 +09:00 |
nsPluginUtilsOSX.h
|
Add support for NPCocoaEventWindowFocusChanged. b=555290 r=roc
|
2010-04-21 02:21:46 -04:00 |
nsPluginUtilsOSX.mm
|
Bug 583356 - Create Plug-in ContextMenu with a right-click mouse event. r=josh
|
2010-08-13 12:45:32 -04:00 |
nsQueryFrame.h
|
Bug 531030 - Remove support for the spacer element; r=bzbarsky a=blocking-betaN
|
2010-08-20 08:05:05 +02:00 |
nsSelection.cpp
|
Bug 637621, allow selection collapse more often, r+a=jst
|
2011-03-02 16:55:12 +02:00 |
nsSimplePageSequence.cpp
|
Fix miscellaneous reflow methods to use new overflow area APIs. (Bug 542595, patch 19) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:46 -07:00 |
nsSimplePageSequence.h
|
Bug 537890. Part 11: Introduce _TO_INT_TWIPS macros and have some _TO_TWIPS callers use _TO_INT_TWIPS instead. r=dbaron
|
2010-08-13 21:59:16 +12:00 |
nsSplittableFrame.cpp
|
Bug 508473 part III: Pass destruction root to frame destruction methods r=bz sr=roc
|
2009-12-24 00:21:15 -05:00 |
nsSplittableFrame.h
|
Bug 508473 part III: Pass destruction root to frame destruction methods r=bz sr=roc
|
2009-12-24 00:21:15 -05:00 |
nsSubDocumentFrame.cpp
|
Bug 630891 - Don't repaint nsSubDocumentFrames when they move. r=roc a=roc
|
2011-02-02 13:53:53 -08:00 |
nsSubDocumentFrame.h
|
Bug 559705 - "ASSERTION: Subdoc frames must have an inner view too". r=roc a2.0=roc
|
2010-09-18 13:28:50 +02:00 |
nsTextFrame.h
|
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 |
nsTextFrameTextRunCache.h
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
nsTextFrameThebes.cpp
|
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 |
nsTextFrameUtils.cpp
|
Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX. b=512106 r=roc
|
2009-09-16 17:01:36 +02:00 |
nsTextFrameUtils.h
|
|
|
nsTextRunTransformations.cpp
|
bug 633322 - ensure GetDetailedGlyphs() is not called when glyph count is zero. r=roc a=blocking
|
2011-02-11 22:05:09 +00:00 |
nsTextRunTransformations.h
|
Bug 545989 - don't throw an exception if unable to allocate storage for gfxTextRun creation. r=roc
|
2010-02-18 11:52:34 +00:00 |
nsVideoFrame.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 |
nsVideoFrame.h
|
Bug 604386 - Prune placeholder from text children, r=davidb, sr=bz, a=blocking
|
2010-10-16 00:34:35 +09:00 |
nsViewportFrame.cpp
|
Bug 599113. Part 3. Can't restrict invalidated rects to visible portion of a scroll frame if we retain content that might be outside the visible portion of the scroll frame. r=roc a=blocking-betaN+
|
2010-10-14 20:03:46 -05:00 |
nsViewportFrame.h
|
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
|
2010-04-10 16:10:12 -04:00 |
punct_marks.x-ccmap
|
Update Unicode data files to version 6.0. Bug 606917, r=emk, a=bsmedberg
|
2010-11-08 12:27:41 +02:00 |