gecko-dev/layout/generic
bzbarsky%mit.edu a4c80af646 Make ReconstructDocElementHierarchy work correctly even if we first blew away a
pseudo which had the root as its content.  Bug 343293, r+sr=roc
2006-12-04 20:35:55 +00:00
..
.cvsignore
broken-image.gif
gopher-audio.gif
gopher-binary.gif
gopher-find.gif
gopher-image.gif
gopher-menu.gif
gopher-movie.gif
gopher-sound.gif
gopher-telnet.gif
gopher-text.gif
gopher-unknown.gif
loading-image.gif
Makefile.in Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc 2006-04-26 02:01:07 +00:00
nsAbsoluteContainingBlock.cpp Fix crash when recreating <caption> frames. Add ASSERTIONs to detect similar frame construction errors in the future. b=341382 r+sr=bzbarsky 2006-06-29 02:32:36 +00:00
nsAbsoluteContainingBlock.h Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc 2006-04-10 00:16:29 +00:00
nsAreaFrame.cpp Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc 2006-04-10 00:16:29 +00:00
nsAreaFrame.h Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc 2006-04-10 00:16:29 +00:00
nsAutoCopyListener.h
nsBidiFrames.cpp Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc 2006-03-26 21:30:36 +00:00
nsBidiFrames.h Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc 2006-03-26 21:30:36 +00:00
nsBlockBandData.cpp Bug 106386 Correct misspellings in source code 2006-08-28 20:12:37 +00:00
nsBlockBandData.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsBlockDebugFlags.h
nsBlockFrame.cpp Back out bug 354600 to fix regressions. 2006-11-19 20:23:56 +00:00
nsBlockFrame.h Back out bug 354600 to fix regressions. 2006-11-19 20:23:56 +00:00
nsBlockReflowContext.cpp relanding fix for bug 317278 :-( 2006-06-29 01:19:48 +00:00
nsBlockReflowContext.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsBlockReflowState.cpp Don't overlap scroll frame margin box with float (regression). b=350046 r+sr=roc 2006-08-25 22:55:32 +00:00
nsBlockReflowState.h relanding fix for bug 317278 :-( 2006-06-29 01:19:48 +00:00
nsBRFrame.cpp Refactor nsIFrame::PeekOfset to use iteration instead of recursion, plus some more related refactoring. bug=300131 r+sr=roc 2006-09-11 20:43:01 +00:00
nsBulletFrame.cpp Reinstate reflow count painting when it's needed. Bug 352851, r+sr=roc 2006-09-19 04:26:20 +00:00
nsBulletFrame.h Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc 2006-04-10 00:16:29 +00:00
nsColumnSetFrame.cpp Back out bug 354600 to fix regressions. 2006-11-19 20:23:56 +00:00
nsContainerFrame.cpp When cleaning up anonymous content, let the ESM know; that way if any of it is 2006-08-29 22:00:26 +00:00
nsContainerFrame.h Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc 2006-04-10 00:16:29 +00:00
nsFirstLetterFrame.cpp Create bidi embedding only around inline containers (with a specified direction), not around inline replaced elements. bug=169139 r+sr=bzbarsky 2006-08-07 07:40:28 +00:00
nsFrame.cpp Bug 360928, Un-inline nsWeakFrame a bit, r+sr=roc 2006-11-18 06:38:15 +00:00
nsFrame.h Bug 350148. Fix gmail scrolling speed by not creating nsDisplayBorder items for zero-width borders. r+sr=dbaron 2006-09-19 21:46:01 +00:00
nsFrameFrame.cpp Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
nsFrameList.cpp Always use the visual iterator when moving visually in a bidi page, even if the current line or adjacent lines are LTR. bug=309432 r=smontagu sr=roc 2006-07-12 11:22:18 +00:00
nsFrameList.h Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc 2006-04-10 00:16:29 +00:00
nsFrameSelection.h Refactor nsIFrame::PeekOfset to use iteration instead of recursion, plus some more related refactoring. bug=300131 r+sr=roc 2006-09-11 20:43:01 +00:00
nsFrameSetFrame.cpp Bug 360227: prevent framesets from taking up an extra blank page when print/print previewing. r+sr=roc. 2006-11-24 08:12:17 +00:00
nsFrameSetFrame.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsFrameUtil.cpp Bug 352523 Warning: String literal converted to char* in formal argument aAttr in call to nsFrameUtil::Tag::GetAttr(char*). 2006-09-19 06:41:07 +00:00
nsGfxScrollFrame.cpp Bug 345339, attachment 243112: Revisit nsPresState, patch by Karthik Sarma <karthik3@comcast.net>, r+sr=roc 2006-11-06 16:08:20 +00:00
nsGfxScrollFrame.h 1. Make scroll frames non-splittable. 2006-08-24 05:22:16 +00:00
nsHTMLCanvasFrame.cpp Bug 343445. Change inline reflow strategy to avoid looking ahead through words while measuring text. r+sr=dbaron 2006-10-19 01:47:47 +00:00
nsHTMLCanvasFrame.h Bug 343445. Change inline reflow strategy to avoid looking ahead through words while measuring text. r+sr=dbaron 2006-10-19 01:47:47 +00:00
nsHTMLContainerFrame.cpp Remove an optimisation that prevented views from being reparented in some situations. b=351225 r+sr=roc 2006-09-12 03:47:38 +00:00
nsHTMLContainerFrame.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsHTMLFrame.cpp Bug 344583: misc cleanup. r+sr=roc 2006-07-14 03:02:37 +00:00
nsHTMLParts.h Back out bug 354600 to fix regressions. 2006-11-19 20:23:56 +00:00
nsHTMLReflowCommand.cpp
nsHTMLReflowCommand.h Bug 298277 remove useless references to nsVoidArray 2006-02-23 10:30:59 +00:00
nsHTMLReflowMetrics.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsHTMLReflowState.cpp Bug 342093. Use GetPositionIgnoringScrolling where we can, now that it exists. r+sr=bzbarsky 2006-06-20 21:13:05 +00:00
nsHTMLReflowState.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsIAnonymousContentCreator.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsICanvasFrame.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsIFrame.h Bug 360928, Un-inline nsWeakFrame a bit, r+sr=roc 2006-11-18 06:38:15 +00:00
nsIFrameDebug.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsIFrameFrame.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsIFrameUtil.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsIImageFrame.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsILineIterator.h
nsImageFrame.cpp Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply 2006-11-16 21:35:39 +00:00
nsImageFrame.h Bug 343445. Change inline reflow strategy to avoid looking ahead through words while measuring text. r+sr=dbaron 2006-10-19 01:47:47 +00:00
nsImageMap.cpp Make ReconstructDocElementHierarchy work correctly even if we first blew away a 2006-12-04 20:35:55 +00:00
nsImageMap.h Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz 2006-07-02 07:23:10 +00:00
nsInlineFrame.cpp Bug 343445. Change inline reflow strategy to avoid looking ahead through words while measuring text. r+sr=dbaron 2006-10-19 01:47:47 +00:00
nsInlineFrame.h Refactor nsIFrame::PeekOfset to use iteration instead of recursion, plus some more related refactoring. bug=300131 r+sr=roc 2006-09-11 20:43:01 +00:00
nsIntervalSet.cpp Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsIntervalSet.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsIObjectFrame.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsIPageSequenceFrame.h Bug 332927: Cleanup iframe/frame printing code (and a couple other misc. cleanups) 2006-04-11 01:48:48 +00:00
nsIScrollableFrame.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsIScrollableViewProvider.h
nsIStatefulFrame.h Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsLeafFrame.cpp Single line comments to describe files (helpful in LXR) 2006-03-29 18:29:03 +00:00
nsLeafFrame.h Reinstate reflow count painting when it's needed. Bug 352851, r+sr=roc 2006-09-19 04:26:20 +00:00
nsLineBox.cpp Leave the placeholder's pointer to the out-of-flow intact because the float cache depends on it later on. b=348688 r=bzbarsky sr=roc 2006-08-17 13:15:26 +00:00
nsLineBox.h Leave the placeholder's pointer to the out-of-flow intact because the float cache depends on it later on. b=348688 r=bzbarsky sr=roc 2006-08-17 13:15:26 +00:00
nsLineLayout.cpp Bug 106386 Correct misspellings in source code 2006-11-01 23:02:18 +00:00
nsLineLayout.h Bug 343445. Change inline reflow strategy to avoid looking ahead through words while measuring text. r+sr=dbaron 2006-10-19 01:47:47 +00:00
nsObjectFrame.cpp Bug 357736. Use document widget for windowless plugin's reference widget whenever we can do that safely (the origin of the windowless plugin's nearest widget is equal to the origin of the document widget). Works around a regression in some cases. patch by Graham Sanderson, r+sr=roc 2006-11-29 20:15:56 +00:00
nsObjectFrame.h landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsPageContentFrame.cpp Bug 330905. nsPageContentFrame::BuildDisplayList needs to call its superclass to get fixed-pos elements to display. r+sr=dbaron 2006-05-03 21:44:41 +00:00
nsPageContentFrame.h Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc 2006-03-26 21:30:36 +00:00
nsPageFrame.cpp Improve error handling in nsCSSFrameConstructor::CreateContinuingFrame() and its callers. b=337419 r+sr=roc 2006-08-22 01:33:46 +00:00
nsPageFrame.h Bug 344583: misc cleanup. r+sr=roc 2006-07-14 03:02:37 +00:00
nsPlaceholderFrame.cpp Add asserts and documentation to enfoce correct behavior. Bug 316267 followup, 2006-11-06 01:17:32 +00:00
nsPlaceholderFrame.h Add asserts and documentation to enfoce correct behavior. Bug 316267 followup, 2006-11-06 01:17:32 +00:00
nsReflowPath.cpp
nsReflowPath.h
nsReflowType.h
nsSelection.cpp Null-check GetContentOffsetsFromPoint's output, to avoid crashes later. bug=361229 r=roc sr=sicking 2006-11-22 17:34:15 +00:00
nsSimplePageSequence.cpp Bug 345707: print selection cuts off top of selection. r+sr=src. 2006-11-24 08:14:37 +00:00
nsSimplePageSequence.h Bug 352523 Warning: String literal converted to char* in formal argument aAttr in call to nsFrameUtil::Tag::GetAttr(char*). 2006-09-19 06:41:07 +00:00
nsSpaceManager.cpp Update our cached YMosts when our regions are cleared. Bug 351202, r+sr=roc 2006-09-07 03:01:25 +00:00
nsSpaceManager.h Speed up ClearFloats for cases when we have lots of floats. Bug 349113, r+sr=roc 2006-08-29 21:56:51 +00:00
nsSpacerFrame.cpp Bug 333896 2006-04-24 05:40:11 +00:00
nsSplittableFrame.cpp Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc 2006-04-10 00:16:29 +00:00
nsSplittableFrame.h Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc 2006-04-10 00:16:29 +00:00
nsTextFrame.cpp Bug 340564, Print/Print Preview does not print text in <input text> or <textarea>, p=sharparrow, r+sr=roc 2006-11-10 00:55:11 +00:00
nsTextTransformer.cpp SetTransformedTextIsAscii() should depend on no multibyte text having been detected as well as on LeaveAsAscii(). Bug 333535 (relanding), r+sr=rbs 2006-10-08 06:57:34 +00:00
nsTextTransformer.h Bug 354451. Fix uppercasing of &szlig; and possibly other regressions from bug 345071. r=smontagu,sr=rbs 2006-10-02 05:38:34 +00:00
nsViewportFrame.cpp Bug 339889. Propagate invalidation through the frame hierarchy to topmost widgets. r+sr=bzbarsky 2006-06-08 01:11:43 +00:00
nsViewportFrame.h Bug 339889. Propagate invalidation through the frame hierarchy to topmost widgets. r+sr=bzbarsky 2006-06-08 01:11:43 +00:00
punct_marks.ccmap