gecko-dev/layout/generic
simon%softel.co.il 71f6955270 Corrects the arguments in calls to GetBidiProperty. Bug 87610, r=mkaply, sr=kin. 2001-06-27 08:08:08 +00:00
..
broken-image.gif
gopher-audio.gif
gopher-binary.gif
gopher-find.gif
gopher-image.gif
gopher-menu.gif
gopher-movie.gif
gopher-telnet.gif
gopher-text.gif
gopher-unknown.gif
nsAbsoluteContainingBlock.cpp
nsAbsoluteContainingBlock.h
nsAreaFrame.cpp
nsAreaFrame.h
nsBRFrame.cpp
nsBidiFrames.cpp
nsBidiFrames.h
nsBlockBandData.cpp
nsBlockBandData.h
nsBlockDebugFlags.h Bug 77414. Break nsBlockReflowState out into its own files. sr=attinasi 2001-05-01 04:22:57 +00:00
nsBlockFrame.cpp Fix for bug #87133 Can't select last few lines of text in an Editor 2001-06-25 14:06:19 +00:00
nsBlockFrame.h Bug 59200. Merge floater reflow and placement into FlowAndPlaceFloater() to deal with the fact that a floater may need to be reflowed as its 'pushed' to a new location. For auto-width floaters, ensure that the floater is not flowed at a width less than its max-element-size. Enforce CSS2 section 9.5.1 rule [2] by maintaining mLastFloaterY in the reflow state. r=rbs, sr=attinasi. 2001-05-21 23:03:46 +00:00
nsBlockReflowContext.cpp Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson 2001-05-31 22:19:43 +00:00
nsBlockReflowContext.h
nsBlockReflowState.cpp Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson 2001-05-31 22:19:43 +00:00
nsBlockReflowState.h Bug 59200. Merge floater reflow and placement into FlowAndPlaceFloater() to deal with the fact that a floater may need to be reflowed as its 'pushed' to a new location. For auto-width floaters, ensure that the floater is not flowed at a width less than its max-element-size. Enforce CSS2 section 9.5.1 rule [2] by maintaining mLastFloaterY in the reflow state. r=rbs, sr=attinasi. 2001-05-21 23:03:46 +00:00
nsBulletFrame.cpp Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson 2001-05-31 22:19:43 +00:00
nsBulletFrame.h
nsContainerFrame.cpp fix bug 84031. r=simon@softel.co.il sr=kin a=blizzard 2001-06-21 12:35:48 +00:00
nsContainerFrame.h
nsFirstLetterFrame.cpp
nsFrame.cpp fix for 82151 -- Right arrow key at end of a TEXTAREA goes to the beginning 2001-06-26 20:47:46 +00:00
nsFrame.h fix bug 84031. r=simon@softel.co.il sr=kin a=blizzard 2001-06-21 12:35:48 +00:00
nsFrameFrame.cpp Fix 83810, have frame unregister its window from the presShell when the window is destroyed. sr:jst, r:pollmann, a:dbaron 2001-06-20 06:20:26 +00:00
nsFrameList.cpp fix port bustage 2001-05-15 14:34:23 +00:00
nsFrameList.h
nsFrameSetFrame.cpp Bug 68012: Allow frames in a frameset to be manually resized by dragging the border. This is accomplished by changing the reflow from a ResizeReflow, which was blocked by block to box adapter optimizations as the window had not changed size, to a ReflowDirtyChild. r=jst@netscape.com, sr=attinasi@netscape.com, a=drivers@mozilla.org (blizzard) 2001-06-19 08:29:13 +00:00
nsFrameSetFrame.h
nsFrameUtil.cpp Bug 62589. Remove ad hoc timers from layout regression page cycler, collection regression data 200msec after page load has completed. Fix some bustage on framesets that happened when landing the new embed APIs. Fix Win32 harness to set XPCOM_DEBUG_BREAK=warn. r=karnaze,rpotts; sr=attinasi 2001-05-11 02:17:35 +00:00
nsGfxScrollFrame.cpp Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson 2001-05-31 22:19:43 +00:00
nsGfxScrollFrame.h
nsHTMLContainerFrame.cpp Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson 2001-05-31 22:19:43 +00:00
nsHTMLContainerFrame.h
nsHTMLFrame.cpp Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson 2001-05-31 22:19:43 +00:00
nsHTMLParts.h Fix OS/2 build bustage from fix to bug 29171. 2001-05-12 07:12:33 +00:00
nsHTMLReflowCommand.cpp
nsHTMLReflowCommand.h
nsHTMLReflowState.cpp Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson 2001-05-31 22:19:43 +00:00
nsHTMLReflowState.h Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson 2001-05-31 22:19:43 +00:00
nsIAnonymousContentCreator.h
nsICanvasFrame.h adding pane/frameset/frame/iframe navigation 2001-05-22 23:52:17 +00:00
nsIFrame.h fix bug 84031. r=simon@softel.co.il sr=kin a=blizzard 2001-06-21 12:35:48 +00:00
nsIFrameDebug.h
nsIFrameUtil.h Added a parameter to regression testing output. sr=waterson r=karnaze b=78523 2001-05-03 21:20:35 +00:00
nsIImageFrame.h
nsILineIterator.h
nsIObjectFrame.h Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
nsIPageSequenceFrame.h
nsIScrollableFrame.h
nsIScrollableViewProvider.h
nsIStatefulFrame.h Bug 77834: Fix problem where form control state is being restored to the wrong form control or not restored at all when going back and forth through session history. The problem was that the hash key we used was the content ID, which was not consistent from page load to page load. The fix was to key instead by index of form in document / index of control in form, with logic to fall back to content ID if we are unable to do this. r=nisheeth@netscape.com, sr=jst@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org) 2001-05-30 11:26:21 +00:00
nsImageFrame.cpp Bug 87540 - nsImageFrame was offsetting invalidate rect by one pixel 2001-06-25 22:14:37 +00:00
nsImageFrame.h IRIX bustage 2001-05-20 22:38:29 +00:00
nsImageMap.cpp Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa 2001-06-20 03:27:48 +00:00
nsImageMap.h Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
nsInlineFrame.cpp Bug 59200. Merge floater reflow and placement into FlowAndPlaceFloater() to deal with the fact that a floater may need to be reflowed as its 'pushed' to a new location. For auto-width floaters, ensure that the floater is not flowed at a width less than its max-element-size. Enforce CSS2 section 9.5.1 rule [2] by maintaining mLastFloaterY in the reflow state. r=rbs, sr=attinasi. 2001-05-21 23:03:46 +00:00
nsInlineFrame.h
nsLeafFrame.cpp Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson 2001-05-31 22:19:43 +00:00
nsLeafFrame.h
nsLineBox.cpp Bug 59200. Merge floater reflow and placement into FlowAndPlaceFloater() to deal with the fact that a floater may need to be reflowed as its 'pushed' to a new location. For auto-width floaters, ensure that the floater is not flowed at a width less than its max-element-size. Enforce CSS2 section 9.5.1 rule [2] by maintaining mLastFloaterY in the reflow state. r=rbs, sr=attinasi. 2001-05-21 23:03:46 +00:00
nsLineBox.h Bug 59200. Merge floater reflow and placement into FlowAndPlaceFloater() to deal with the fact that a floater may need to be reflowed as its 'pushed' to a new location. For auto-width floaters, ensure that the floater is not flowed at a width less than its max-element-size. Enforce CSS2 section 9.5.1 rule [2] by maintaining mLastFloaterY in the reflow state. r=rbs, sr=attinasi. 2001-05-21 23:03:46 +00:00
nsLineLayout.cpp Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson 2001-05-31 22:19:43 +00:00
nsLineLayout.h Bug 77414. Break nsBlockReflowState out into its own files. sr=attinasi 2001-05-01 04:22:57 +00:00
nsObjectFrame.cpp Oops...last log entry was for bug 86075 2001-06-22 07:06:24 +00:00
nsObjectFrame.h Fix for lost focus for plugins on mac bug 78846 sr=attinasi r=dcone 2001-05-16 03:46:56 +00:00
nsPageFrame.cpp Fixed the time in footer for printing. b=83655. r=rods sr=attinasi a=asa 2001-06-13 20:20:43 +00:00
nsPageFrame.h
nsPlaceholderFrame.cpp
nsPlaceholderFrame.h
nsSelection.cpp Corrects the arguments in calls to GetBidiProperty. Bug 87610, r=mkaply, sr=kin. 2001-06-27 08:08:08 +00:00
nsSimplePageSequence.cpp Make the PageFrame not transparent for printing. b=82624 r=rods sr=attinasi a=asa 2001-06-13 20:14:38 +00:00
nsSimplePageSequence.h
nsSpaceManager.cpp
nsSpaceManager.h
nsSpacerFrame.cpp
nsSplittableFrame.cpp
nsSplittableFrame.h
nsTextFrame.cpp fix bug 84031. r=simon@softel.co.il sr=kin a=blizzard 2001-06-21 12:35:48 +00:00
nsTextTransformer.cpp
nsTextTransformer.h
nsViewportFrame.cpp