.. |
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
|
Display frame reflow counts (turned via config file define)
|
2001-03-13 01:47:22 +00:00 |
nsAbsoluteContainingBlock.h
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
nsAreaFrame.cpp
|
…
|
|
nsAreaFrame.h
|
…
|
|
nsBRFrame.cpp
|
…
|
|
nsBidiFrames.cpp
|
bug 74946; author=simon@softel.co.il; r=erik; sr=attinasi; diffs from IBM
|
2001-04-11 23:32:21 +00:00 |
nsBidiFrames.h
|
bug 74946; author=simon@softel.co.il; r=erik; sr=attinasi; diffs from IBM
|
2001-04-11 23:32:21 +00:00 |
nsBlockBandData.cpp
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
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
|
82993, 87662 fixes for caret going into generated content. adjusting the content snapping to the best X value not Y value for up/down clicking. This will not cause a problem with the different size text but it MAY cause a problem with inline positioned elements.
|
2001-07-19 23:32:07 +00:00 |
nsBlockFrame.h
|
Make the width of floats with |width: auto| depend only on the width of the containing block and the contents of the float and not on the available space. Remove the loop calling ReflowFloater at different positions that is no longer needed, and remove the caching of the max element size for that loop that was not being invalidated correctly between reflows. Fix handling of margin, border, and padding for computation of available width for |width: auto| floaters. r=attinasi sr=waterson b= 85876, 82314, 82315, 85216, 85874, 86746
|
2001-07-19 02:33:43 +00:00 |
nsBlockReflowContext.cpp
|
Add some comments to code about issues that we should look at, remove some unused code, rename some unnecessarily-overloaded functions, fix some typos, and make a few minor style changes. b=88735 r=waterson sr=attinasi
|
2001-07-04 02:00:05 +00:00 |
nsBlockReflowContext.h
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
nsBlockReflowState.cpp
|
Make the width of floats with |width: auto| depend only on the width of the containing block and the contents of the float and not on the available space. Remove the loop calling ReflowFloater at different positions that is no longer needed, and remove the caching of the max element size for that loop that was not being invalidated correctly between reflows. Fix handling of margin, border, and padding for computation of available width for |width: auto| floaters. r=attinasi sr=waterson b= 85876, 82314, 82315, 85216, 85874, 86746
|
2001-07-19 02:33:43 +00:00 |
nsBlockReflowState.h
|
Add some comments to code about issues that we should look at, remove some unused code, rename some unnecessarily-overloaded functions, fix some typos, and make a few minor style changes. b=88735 r=waterson sr=attinasi
|
2001-07-04 02:00:05 +00:00 |
nsBulletFrame.cpp
|
Add two Korean list styles (-moz-hangul and -moz-hangul-consonant) and rename existing list-style-type values that are our extensions to use -moz- prefix. Patch from Jungshik Shin <jshin@pantheon.yale.edu>. r=dbaron sr=attinasi b=63574
|
2001-07-04 02:05:59 +00:00 |
nsBulletFrame.h
|
…
|
|
nsContainerFrame.cpp
|
Fixed regression (bug 90503) by restricting the full-view invalidate to the case where the height has decreased (instead of just changed). r=karnaze, sr=waterson b=86852
|
2001-07-17 19:35:23 +00:00 |
nsContainerFrame.h
|
Bug 74184. Make sure that NS_FRAME_HAS_CHILD_WITH_VIEW is carried forward to continuing frames. r=kmcclusk, sr=attinasi
|
2001-04-17 06:43:01 +00:00 |
nsFirstLetterFrame.cpp
|
…
|
|
nsFrame.cpp
|
82993, 87662 fixes for caret going into generated content. adjusting the content snapping to the best X value not Y value for up/down clicking. This will not cause a problem with the different size text but it MAY cause a problem with inline positioned elements.
|
2001-07-19 23:32:07 +00:00 |
nsFrame.h
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
nsFrameFrame.cpp
|
Bug 43410: Correct z-index ordering of iframes. Passing in initdata that tells the widget it needs to clip sibling and child widgets prevents overlapping iframes from painting on top of one another. Fix includes work by beard@netscape.com. r=beard@netscape.com,self sr=jst@netscape.com
|
2001-07-18 08:23:57 +00:00 |
nsFrameList.cpp
|
fix port bustage
|
2001-05-15 14:34:23 +00:00 |
nsFrameList.h
|
bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes
|
2001-03-21 01:16:22 +00:00 |
nsFrameSetFrame.cpp
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
nsFrameSetFrame.h
|
Bug 70450: Make frame.noResize scriptable, r=nisheeth@netscape.com, sr=jst@netscape.com
|
2001-04-12 08:16:54 +00:00 |
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
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
nsHTMLParts.h
|
Fix OS/2 build bustage from fix to bug 29171.
|
2001-05-12 07:12:33 +00:00 |
nsHTMLReflowCommand.cpp
|
Bug 89533. Remove unused reflow command types. r=rbs, sr=attinasi
|
2001-07-09 22:44:07 +00:00 |
nsHTMLReflowCommand.h
|
…
|
|
nsHTMLReflowState.cpp
|
#41461
|
2001-07-24 22:48:54 +00:00 |
nsHTMLReflowState.h
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
nsIAnonymousContentCreator.h
|
…
|
|
nsICanvasFrame.h
|
adding pane/frameset/frame/iframe navigation
|
2001-05-22 23:52:17 +00:00 |
nsIFrame.h
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
nsIFrameDebug.h
|
Checking in for alexsavulov@netscape.com: added debug method to allow dumping of all frames from anyplace in the code. r=rbs@maths.uq.edu.au sr=attinasi@netscape.com b=80396
|
2001-07-17 21:29:08 +00:00 |
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
|
Bug 90054. Remove unnecessary methods from nsIImageFrame. r=dbaron, sr=attinasi.
|
2001-07-10 01:30:08 +00:00 |
nsILineIterator.h
|
bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes
|
2001-03-21 01:16:22 +00:00 |
nsIObjectFrame.h
|
Bug 89076. Remove unneccessary methods. r=dbaron, sr=attinasi.
|
2001-07-09 23:33:28 +00:00 |
nsIPageSequenceFrame.h
|
Implements Print FrameAsIs and other frame printing options
|
2001-04-12 13:04:29 +00:00 |
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
|
part of bug 78690. r=bryner sr=jst
|
2001-07-17 01:14:40 +00:00 |
nsImageFrame.h
|
Fixing bug 66022, recurse to death if image attributes are touched from an images onload handler when the image is loaded from the cache. r=pavlov@netscape.com, sr=attinasi@netscape.com
|
2001-07-11 05:44:12 +00:00 |
nsImageMap.cpp
|
Fix imagemap COORDS parsing function to handle whitespace correctly, which coincidentally fixes a crash that I don't understand. b=91432 r=jag sr=waterson
|
2001-07-25 05:14:18 +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
|
Shift frame-state bits in implementations to the 12 higher bits - bug 68411 r=karnaze sr=waterson
|
2001-02-23 12:42:12 +00:00 |
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
|
Make the width of floats with |width: auto| depend only on the width of the containing block and the contents of the float and not on the available space. Remove the loop calling ReflowFloater at different positions that is no longer needed, and remove the caching of the max element size for that loop that was not being invalidated correctly between reflows. Fix handling of margin, border, and padding for computation of available width for |width: auto| floaters. r=attinasi sr=waterson b= 85876, 82314, 82315, 85216, 85874, 86746
|
2001-07-19 02:33:43 +00:00 |
nsLineBox.h
|
Make the width of floats with |width: auto| depend only on the width of the containing block and the contents of the float and not on the available space. Remove the loop calling ReflowFloater at different positions that is no longer needed, and remove the caching of the max element size for that loop that was not being invalidated correctly between reflows. Fix handling of margin, border, and padding for computation of available width for |width: auto| floaters. r=attinasi sr=waterson b= 85876, 82314, 82315, 85216, 85874, 86746
|
2001-07-19 02:33:43 +00:00 |
nsLineLayout.cpp
|
Bug 87543. Don't try to do arithmetic when psd->mRightEdge == NS_UNCONSTRAINEDSIZE. r=rbs, sr=attinasi
|
2001-07-04 06:07:14 +00:00 |
nsLineLayout.h
|
Add some comments to code about issues that we should look at, remove some unused code, rename some unnecessarily-overloaded functions, fix some typos, and make a few minor style changes. b=88735 r=waterson sr=attinasi
|
2001-07-04 02:00:05 +00:00 |
nsObjectFrame.cpp
|
Split nsIContentViewer::destroy into close and destroy so we can trigger teardown both at the beginning and at the end of paint suppression. Move the PresShell's teardown from its destructor into EndObservingDocument so it happens at the end of paint suppression. b=80203,89626 r=hyatt sr=waterson
|
2001-07-25 04:30:59 +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
|
b=91321 r=peterl sr=attinasi. Moved margins in by .25 inches.
|
2001-07-24 13:53:52 +00:00 |
nsPageFrame.h
|
Implements Print FrameAsIs and other frame printing options
|
2001-04-12 13:04:29 +00:00 |
nsPlaceholderFrame.cpp
|
Display frame reflow counts (turned via config file define)
|
2001-03-13 01:47:22 +00:00 |
nsPlaceholderFrame.h
|
…
|
|
nsSelection.cpp
|
Remove |#ifdef|s around |#include|s since they're a recipe for build bustage (see the portability guidelines). b=91237 r=jag sr=waterson
|
2001-07-25 05:16:32 +00:00 |
nsSimplePageSequence.cpp
|
bug = 82573, make sure the mMargin is initialized. r=attinasi sr=peterl
|
2001-07-18 20:57:10 +00:00 |
nsSimplePageSequence.h
|
Implements Print FrameAsIs and other frame printing options
|
2001-04-12 13:04:29 +00:00 |
nsSpaceManager.cpp
|
…
|
|
nsSpaceManager.h
|
…
|
|
nsSpacerFrame.cpp
|
fix Bug 70989 Clean up lots of "shadows" and other common warnings
|
2001-03-21 05:32:22 +00:00 |
nsSplittableFrame.cpp
|
…
|
|
nsSplittableFrame.h
|
…
|
|
nsTextFrame.cpp
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
nsTextTransformer.cpp
|
…
|
|
nsTextTransformer.h
|
…
|
|
nsViewportFrame.cpp
|
Fix calculation of scrollbar widths for laying out fixed-position frames. Also make sure that the fixed frames are reflowed if scrollbar widths change. Fix for bug 5195. r=evaughan,sr=attinasi
|
2001-04-17 01:45:38 +00:00 |