.. |
crashtests
|
Bug 571975 - add crashtest
|
2010-12-12 12:54:27 -08:00 |
test
|
Bug 589623 - Raise INVALID_STATE_ERR exceptions from Selection.collapseTo{Start|End}; r+a=jst
|
2010-11-06 10:40:13 +01:00 |
broken-image.png
|
|
|
folder.png
|
|
|
frame-graph.py
|
|
|
frame-verify.js
|
|
|
jar.mn
|
|
|
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
|
|
|
nsBidiFrames.h
|
|
|
nsBlockDebugFlags.h
|
|
|
nsBlockFrame.cpp
|
Bug 614397. Always descend through all placeholders while doing any sort of selection display list. r=roc, a=roc
|
2010-12-07 08:54:50 -05:00 |
nsBlockFrame.h
|
Bug 609272. Make sure to not apply clipping of overflow when printing to the root element, because it doesn't really make use of its overflow style itself. r=dbaron
|
2010-11-30 13:19:57 -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
|
backed out 7510a8ab857d / Bug 594333 since its reftest failed on Win Debug. a=orange
|
2010-12-10 12:16:07 -08: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
|
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 |
nsBulletFrame.cpp
|
Bug 594983. Look inside display sublists to determine whether there is text for the layer. r=roc,a=blocking
|
2010-10-11 13:58:20 +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 601603. Part 5 - Ensure that the layer that holds the window background is never opaque for glass windows. r=roc a=beta8
|
2010-10-19 15:02:25 -02: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
|
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.h
|
Make ReflowOverflowContainerChildren handle split overflow areas. (Bug 542595, patch 3) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:45 -07: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
|
Backed out changeset 34bd12eb4a9c for causing bug 618916, a=stuart
|
2010-12-13 16:14:07 -08:00 |
nsFrame.h
|
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 |
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
|
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 |
nsFrameSetFrame.h
|
|
|
nsFrameUtil.cpp
|
|
|
nsGfxScrollFrame.cpp
|
Bug 612662 patch 4: Prevent reentrant calls to VectorImage::Draw, and prevent scrollbars (even unpainted ones) in SVG-as-an-image helper documents. r=roc a=blocking-final+
|
2010-11-19 08:56:06 -08:00 |
nsGfxScrollFrame.h
|
Bug 461843 - Show indication of where on the page you are when scrolling with Fennec. r=roc a=blocking-fennec
|
2010-10-21 14:07:55 +02:00 |
nsHTMLCanvasFrame.cpp
|
Bug 601603. Part 5 - Ensure that the layer that holds the window background is never opaque for glass windows. r=roc a=beta8
|
2010-10-19 15:02:25 -02:00 |
nsHTMLCanvasFrame.h
|
Bug 564991. Part 2: Create retained layer API: methods on FrameLayerBuilder that frames can use to access, reuse and invalidate retained layers. r=mats,sr=vlad
|
2010-07-16 09:07:46 +12:00 |
nsHTMLContainerFrame.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 |
nsHTMLContainerFrame.h
|
|
|
nsHTMLParts.h
|
Bug 609272. Make sure to not apply clipping of overflow when printing to the root element, because it doesn't really make use of its overflow style itself. r=dbaron
|
2010-11-30 13:19:57 -05: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
|
"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 |
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
|
Backed out changeset 34bd12eb4a9c for causing bug 618916, a=stuart
|
2010-12-13 16:14:07 -08:00 |
nsIFrameUtil.h
|
Bug 506041 Part 2: Correct misspellings in source code
|
2010-05-13 14:19:50 +02:00 |
nsIImageFrame.h
|
|
|
nsILineIterator.h
|
|
|
nsImageFrame.cpp
|
Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz
|
2010-10-20 13:26:32 +02:00 |
nsImageFrame.h
|
Avoid early return from nsImageFrame::BuildDisplayList, so we don't go blank for some selection cases. (Bug 599368) r=tnikkel a2.0=blocking2.0:final
|
2010-10-06 21:25:47 -07:00 |
nsImageMap.cpp
|
Bug 562698 - Part a: Pass Elements to nsIMutationObserver::AttributeChanged and nsCSSFrameConstructor::AttributeChanged; r=bzbarsky, a=dbaron
|
2010-08-24 09:05:56 +02:00 |
nsImageMap.h
|
|
|
nsInlineFrame.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 |
nsInlineFrame.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 |
nsIntervalSet.cpp
|
|
|
nsIntervalSet.h
|
|
|
nsIObjectFrame.h
|
|
|
nsIPageSequenceFrame.h
|
|
|
nsIScrollableFrame.h
|
Bug 564991. Part 14: Scroll using the layer system. r=mats,sr=dbaron
|
2010-07-16 09:08:02 +12:00 |
nsIStatefulFrame.h
|
|
|
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
|
|
|
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
|
Make overflow from text frames be visual overflow only, and not scrollable. (Bug 542595, patch 8) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:45 -07: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 616884. Part 2. When creating the widget for a plugin use the position of the plugin if it is available. r=roc a=roc
|
2010-12-09 22:33:33 -06:00 |
nsObjectFrame.h
|
Bug 594482 - Java applets broken with content policies. r=josh,bsmedberg a=blocking2.0BetaN+
|
2010-12-07 15:18:50 -06: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
|
|
|
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
|
|
|
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
|
|
|
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 559993. Scroll the whole selection into view, not just the focus point when finding on a page. r=roc a=blocking-final+
|
2010-11-24 19:35:02 -06: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
|
|
|
nsSplittableFrame.h
|
|
|
nsSubDocumentFrame.cpp
|
Bug 589635 - null check the docshell parent before using it. r+a=roc
|
2010-12-08 03:20:56 +01: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
|
Bug 571995. r=roc a=blocking2.0:final
|
2010-10-15 06:03:33 +02:00 |
nsTextFrameTextRunCache.h
|
|
|
nsTextFrameThebes.cpp
|
bug 607160 - check text length computations. r=roc a=blocking2.0
|
2010-11-25 15:36:53 +00:00 |
nsTextFrameUtils.cpp
|
|
|
nsTextFrameUtils.h
|
|
|
nsTextRunTransformations.cpp
|
Bug 575043: Remove internal uses of nsICaseConversion. r=smontagu sr=roc
|
2010-07-29 12:22:16 -07:00 |
nsTextRunTransformations.h
|
|
|
nsVideoFrame.cpp
|
Bug 577843 - Scale videos at YCbCr conversion time - r=roc a=blocking2.0
|
2010-10-26 16:11:13 +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
|
|
|
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 |