.. |
crashtests
|
Don't call CalculateContentBottom inside PR_MAX(), which evaluates its arguments twice. (Bug 511482) r=dbaron
|
2009-08-22 10:10:11 -07:00 |
test
|
Bug 510001 - Second round of debugging dumps for the test for bug 507902. r=lumpy
|
2009-08-24 12:49:41 +02:00 |
broken-image.png
|
Bug 420811 - Convert broken-image.gif and loading-image.gif to PNGs. r+sr=mconnor
|
2009-03-22 09:57:04 +01:00 |
folder.png
|
|
|
frame-graph.py
|
Add a static analysis pass to verify that for any do_QueryFrame<Interface> there is an Interface::kFrameIID declared. NPODB, static-checking only.
|
2009-01-12 14:21:11 -05:00 |
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 |
loading-image.png
|
Bug 420811 - Convert broken-image.gif and loading-image.gif to PNGs. r+sr=mconnor
|
2009-03-22 09:57:04 +01:00 |
Makefile.in
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
nsAbsoluteContainingBlock.cpp
|
Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap
|
2009-08-20 14:52:48 -07:00 |
nsAbsoluteContainingBlock.h
|
Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron
|
2009-07-30 13:23:32 -04:00 |
nsAutoCopyListener.h
|
|
|
nsBidiFrames.cpp
|
|
|
nsBidiFrames.h
|
|
|
nsBlockDebugFlags.h
|
Replace space manager with a more limited float manager. (Bug 191448) r+sr=roc
|
2009-01-04 19:39:54 -05:00 |
nsBlockFrame.cpp
|
Fix typo in assertion message
|
2009-08-25 21:50:41 -07:00 |
nsBlockFrame.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsBlockReflowContext.cpp
|
Bug 475968. Eliminate NS_FRAME_OUTSIDE_CHILDREN flag, store small overflow areas cheaply within the frame. r+sr=roc
|
2009-04-06 12:31:50 +12:00 |
nsBlockReflowContext.h
|
|
|
nsBlockReflowState.cpp
|
Fix the build bustage from bug 499377
|
2009-07-15 12:10:26 +04:30 |
nsBlockReflowState.h
|
Fix bug 25888 for inline frames other than bullets: redo line reflow when the line's height pushes it into the way of other floats. (Bug 25888) r+sr=roc
|
2009-05-20 07:21:34 -04:00 |
nsBRFrame.cpp
|
b=481751 block-height line-height for text input and strut baseline for textarea r=bz,sr=dbaron
|
2009-05-19 10:13:12 +12:00 |
nsBulletFrame.cpp
|
Bug 506034. Fixed loop on MinGW where wchar_t-char is unsigned. r=dbaron
|
2009-08-05 14:39:05 +12:00 |
nsBulletFrame.h
|
Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc
|
2009-07-20 18:50:15 -07:00 |
nsColumnSetFrame.cpp
|
Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron
|
2009-07-30 13:23:32 -04:00 |
nsContainerFrame.cpp
|
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
|
2009-08-24 20:51:57 -04:00 |
nsContainerFrame.h
|
Bug 509876 - Clean up SyncFrameViewGeometryDependentProperties. r=roc
|
2009-08-13 08:48:30 +12:00 |
nsFirstLetterFrame.cpp
|
Bug 504221 part 12. Switch SetInitialChildList to nsFrameList. r=fantasai, r+sr=roc
|
2009-07-28 08:53:20 -04:00 |
nsFirstLetterFrame.h
|
Bug 504221 part 12. Switch SetInitialChildList to nsFrameList. r=fantasai, r+sr=roc
|
2009-07-28 08:53:20 -04:00 |
nsFloatManager.cpp
|
Bug 497495 (frame poisoning) part 2: Introduce nsIPresShell::AllocateMisc/FreeMisc functions; add an as-yet-unused "code" parameter to AllocateFrame/FreeFrame; fix up nsFrame to match; use AllocateMisc/FreeMisc for all non-frame pres arena objects; move clearing of frame objects from nsFrame::operator new to AllocateFrame. r=roc sr=dbaron
|
2009-08-17 20:21:06 -07:00 |
nsFloatManager.h
|
Bug 499377 - Store float region on frame r+sr=roc
|
2009-07-14 22:19:31 -07:00 |
nsFrame.cpp
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsFrame.h
|
Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap
|
2009-08-20 14:52:48 -07:00 |
nsFrameFrame.cpp
|
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
|
2009-08-24 20:51:57 -04:00 |
nsFrameList.cpp
|
Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap
|
2009-08-20 14:52:48 -07:00 |
nsFrameList.h
|
Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron
|
2009-07-30 13:23:32 -04:00 |
nsFrameSelection.h
|
Bug 509380 - Optimize nsPeekOffsetStruct for memory usage; r+sr=roc
|
2009-08-10 09:47:11 +02:00 |
nsFrameSetFrame.cpp
|
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
|
2009-08-24 20:51:57 -04:00 |
nsFrameSetFrame.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsFrameUtil.cpp
|
|
|
nsGfxScrollFrame.cpp
|
Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap
|
2009-08-20 14:52:48 -07:00 |
nsGfxScrollFrame.h
|
Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron
|
2009-07-30 13:23:32 -04:00 |
nsHTMLCanvasFrame.cpp
|
Bug 339548. Part 6: Uninline IsMovingFrame so nsDisplayList.h doesn't have to include nsLayoutUtils.h. r=dbaron
|
2009-07-22 12:44:57 +12:00 |
nsHTMLCanvasFrame.h
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
|
2009-01-15 16:27:09 +13:00 |
nsHTMLContainerFrame.cpp
|
Bug 508115. Don't reparent the views for popups, since they should always have the root view as their parent. r=dbaron
|
2009-08-05 09:58:46 +12:00 |
nsHTMLContainerFrame.h
|
Bug 504221 part 2. Switch ReparentFrameViewList to nsFrameList. r+sr=roc
|
2009-07-28 08:51:09 -04:00 |
nsHTMLFrame.cpp
|
Bug 509170. Correctly invalidate the canvas frame on resizes of the root element. r=roc
|
2009-08-10 10:54:22 -04:00 |
nsHTMLParts.h
|
Bug 478820 part 1. Reorganize ConstructFrameByDisplayType a bit in the block/inline department. r+sr=roc
|
2009-02-18 08:25:29 -05:00 |
nsHTMLReflowMetrics.h
|
Bug 475968. Eliminate NS_FRAME_OUTSIDE_CHILDREN flag, store small overflow areas cheaply within the frame. r+sr=roc
|
2009-04-06 12:31:50 +12:00 |
nsHTMLReflowState.cpp
|
Bug 510748 - still get assertions "reflow state computed incorrect width" and "non-root frame's desired size changed during an incremental reflow"; Don't report any padding or border on both axes if scrollbars are hidden; r=dbaron
|
2009-08-18 00:38:12 +02:00 |
nsHTMLReflowState.h
|
b=481751 block-height line-height for text input and strut baseline for textarea r=bz,sr=dbaron
|
2009-05-19 10:13:12 +12:00 |
nsIAnonymousContentCreator.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsICanvasFrame.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsIFrame.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsIFrameFrame.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsIFrameUtil.h
|
|
|
nsIImageFrame.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsILineIterator.h
|
|
|
nsImageFrame.cpp
|
Bug 507902 - nsImageFrame static Icon Loads should not use the mListener of the first instantiated nsImageFrame.r=bz,joe
|
2009-08-12 16:23:38 +02:00 |
nsImageFrame.h
|
Bug 507902 - nsImageFrame static Icon Loads should not use the mListener of the first instantiated nsImageFrame.r=bz,joe
|
2009-08-12 16:23:38 +02:00 |
nsImageMap.cpp
|
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
|
2009-08-24 20:51:57 -04:00 |
nsImageMap.h
|
Bug 474369 - get rid of nsVoidArray; layout part; r+sr=roc
|
2009-02-03 15:42:18 +01:00 |
nsInlineFrame.cpp
|
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
|
2009-08-24 20:51:57 -04:00 |
nsInlineFrame.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsIntervalSet.cpp
|
|
|
nsIntervalSet.h
|
|
|
nsIObjectFrame.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsIPageSequenceFrame.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsIScrollableFrame.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsIScrollableViewProvider.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsIStatefulFrame.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsLeafFrame.cpp
|
|
|
nsLeafFrame.h
|
|
|
nsLineBox.cpp
|
Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap
|
2009-08-20 14:52:48 -07:00 |
nsLineBox.h
|
Make lines with only a bullet take up height. (Bug 179596 / Bug 507187) r=roc
|
2009-08-10 19:48:42 -07:00 |
nsLineLayout.cpp
|
Make lines with only a bullet take up height. (Bug 179596 / Bug 507187) r=roc
|
2009-08-10 19:48:42 -07:00 |
nsLineLayout.h
|
Make the quirks mode line height algorithm's check for bullets check whether there's a bullet rather than checking whether it's an HTML LI. (Bug 179596) r=roc
|
2009-08-10 19:48:42 -07:00 |
nsObjectFrame.cpp
|
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
|
2009-08-24 20:51:57 -04:00 |
nsObjectFrame.h
|
Bug 339548. Part 10.5: Eagerly fix up Mac plugin clip rect to be consistent with other platforms.
|
2009-07-22 12:45:02 +12:00 |
nsPageContentFrame.cpp
|
Bug 475968. Eliminate NS_FRAME_OUTSIDE_CHILDREN flag, store small overflow areas cheaply within the frame. r+sr=roc
|
2009-04-06 12:31:50 +12:00 |
nsPageContentFrame.h
|
|
|
nsPageFrame.cpp
|
Bug 494667. Don't apply optimization to shrink drawn background area to exclude solid borders, if we're not going to draw those borders (e.g. in tables with collapsing borders). r+sr=dbaron,a=beltzner
|
2009-05-28 17:01:42 +12:00 |
nsPageFrame.h
|
Give nsPageBreakFrame a frame name for DEBUGging code. (Bug 468645) r+sr=bzbarsky
|
2008-12-29 10:07:36 -05:00 |
nsPlaceholderFrame.cpp
|
Bug 494283. Unregister our placeholder if someone forgot to. r=dbaron
|
2009-08-03 10:42:57 -04:00 |
nsPlaceholderFrame.h
|
|
|
nsQueryFrame.h
|
Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc
|
2009-08-26 09:27:42 -07:00 |
nsSelection.cpp
|
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
|
2009-08-24 20:51:57 -04:00 |
nsSimplePageSequence.cpp
|
Bug 425265, r=roc, sr=bz
|
2009-03-08 21:01:02 +02:00 |
nsSimplePageSequence.h
|
Bug 492520 - Optimize some Frame classes for memory usage; r+sr=roc
|
2009-05-12 12:13:09 +02:00 |
nsSpacerFrame.cpp
|
Bug 473390 part 3. Move some HTML frame construction assertions out of the frame constructor and into the relevant frame creation methods. r+sr=roc
|
2009-01-19 13:31:31 -05:00 |
nsSplittableFrame.cpp
|
Bug 371839. Assertions that scan all continuations should bail out if the continuation chain is too long, so they don't add O(N) to algorithmic complexity. r=bzbarsky
|
2009-07-10 14:03:03 +12:00 |
nsSplittableFrame.h
|
Bug 468491. When removing the continuations of a text frame, remove them starting at the end to avoid disrupting frame invariants by removing frames from the middle of the flow. r=dbaron
|
2009-04-10 13:19:06 +12:00 |
nsTextFrame.h
|
Backed out changeset 77787eb64629
|
2009-08-05 17:33:17 +12:00 |
nsTextFrameTextRunCache.h
|
|
|
nsTextFrameThebes.cpp
|
Bug 486735 Verdana.ttf gets a very thick underline with spelling errors r=dbaron+jboriss
|
2009-08-20 23:33:06 +09:00 |
nsTextFrameUtils.cpp
|
Bug 441782 - bidi.numerals == 4 does not switch numeric shapes in content; r,sr=roc
|
2008-12-18 23:42:53 +03:30 |
nsTextFrameUtils.h
|
Bug 430332. Defer nsTransformingTextRun::RebuildTextRun until the linebreaker has completely set up the break and capitalization data on the transformed text run. r=smontagu
|
2009-01-09 13:23:28 +13:00 |
nsTextRunTransformations.cpp
|
Bug 492309. Remove useless gfxTextRuNnFactory flags. r=vlad
|
2009-07-30 14:59:41 +12:00 |
nsTextRunTransformations.h
|
Bug 472909. Need to call FinishSettingProperties on nsTranformedTextRuns that we create as parts of other transformed textruns. r=smontagu
|
2009-01-16 21:17:46 +13:00 |
nsVideoFrame.cpp
|
Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap
|
2009-08-20 14:52:48 -07:00 |
nsVideoFrame.h
|
Bug 501535 - Don't update poster attribute on <audio> elements, only on <video>. r+/sr+ roc.
|
2009-07-07 14:02:06 +12:00 |
nsViewportFrame.cpp
|
Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron
|
2009-07-30 13:23:32 -04:00 |
nsViewportFrame.h
|
Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron
|
2009-07-30 13:23:32 -04:00 |
punct_marks.x-ccmap
|
Update Unicode data files to Unicode version 5.1. Bug 427350, r=jdaggett
|
2008-12-03 10:11:01 +02:00 |