gecko-dev/layout/generic
bzbarsky%mit.edu e0bc31b94a Remove mis-implementation of the "ua-dependent" min-width stuff from
CSS1/2.  Bug 159059, sr=dbaron, r=hyatt
2002-08-06 04:50:40 +00:00
..
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
nsAbsoluteContainingBlock.cpp Fix performance problem on home.netscape.com: Don't do full reflow of all absolutely positioned elements whose containing block is on the path to the target of an incremental reflow. b=146831 sr=waterson r=kin 2002-06-12 03:21:00 +00:00
nsAbsoluteContainingBlock.h
nsAreaFrame.cpp Fixing bug 146034. Getting rid of nsHTMLIIDs.{h,cpp}. r=jfrancis@netscape.com, sr=rpotts@netscape.com 2002-05-23 00:00:34 +00:00
nsAreaFrame.h
nsBidiFrames.cpp Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
nsBidiFrames.h The c++ standard requires that the throw list be used when declaring functions as well as defining them. 2002-07-03 17:14:41 +00:00
nsBlockBandData.cpp
nsBlockBandData.h
nsBlockDebugFlags.h
nsBlockFrame.cpp Remove mis-implementation of the "ua-dependent" min-width stuff from 2002-08-06 04:50:40 +00:00
nsBlockFrame.h bug 153785 - Added function to undo splitting floaters when the line they are on gets moved to the next page. Cached the break type of the last floater that gets split in the block reflow state so that the frame afterh the floater's continuation can combine that break type with its own. a=asa, sr=kin, r=alexsavulov 2002-07-17 01:48:56 +00:00
nsBlockReflowContext.cpp bug 154979 - use gNoisyMaxElementSize instead of NOISY_MAX_ELEMENTSIZE r=karnaze sr=waterson 2002-07-01 17:43:02 +00:00
nsBlockReflowContext.h Bug 129115. Change the reflow path from a list structure to a tree structure to amortize state recovery and damage propagation costs. Eliminate table timeout reflows. r=kin,karnaze,rods,rbs; sr=attinasi 2002-05-10 18:22:41 +00:00
nsBlockReflowState.cpp bug 153785 - Added function to undo splitting floaters when the line they are on gets moved to the next page. Cached the break type of the last floater that gets split in the block reflow state so that the frame afterh the floater's continuation can combine that break type with its own. a=asa, sr=kin, r=alexsavulov 2002-07-17 01:48:56 +00:00
nsBlockReflowState.h bug 153785 - Added function to undo splitting floaters when the line they are on gets moved to the next page. Cached the break type of the last floater that gets split in the block reflow state so that the frame afterh the floater's continuation can combine that break type with its own. a=asa, sr=kin, r=alexsavulov 2002-07-17 01:48:56 +00:00
nsBRFrame.cpp bug 145305 - split floaters during printing. sr=attinasi, r=alexsavulov. 2002-05-28 22:50:43 +00:00
nsBulletFrame.cpp Add some more Ethiopic list styles. Bug 154503, patch by yacob@geez.org 2002-07-12 20:46:19 +00:00
nsBulletFrame.h
nsContainerFrame.cpp Place position:absolute, fixed, relative elements above non positioned elements. b=137853 r=roc+moz sr=kin 2002-07-02 12:50:14 +00:00
nsContainerFrame.h
nsDummyLayoutRequest.h Fixing bug 152927: can't script any plugin in nested EMBED tag inside an OBJECT tag from onLoad handler -- CNET radio does not play with Real because SetSource is called from onLoad r=kmcclusk sr=dveditz a=asa 2002-07-26 03:48:24 +00:00
nsFirstLetterFrame.cpp bug 145305 - split floaters during printing. sr=attinasi, r=alexsavulov. 2002-05-28 22:50:43 +00:00
nsFrame.cpp Change ns(I)GfxTextControlFrame(2) -> ns(I)TextControlFrame (bug 129909), r=rods 2002-07-26 20:57:24 +00:00
nsFrame.h The c++ standard requires that the throw list be used when declaring functions as well as defining them. 2002-07-03 17:14:41 +00:00
nsFrameFrame.cpp Fix bug 159268 (hiding and reshowing an iframe regression). r=sicking, 2002-07-26 23:11:19 +00:00
nsFrameList.cpp
nsFrameList.h
nsFrameSetFrame.cpp Setting rows/cols on a frameset should try to reflow, not reframe. Bug 2002-08-06 01:06:50 +00:00
nsFrameSetFrame.h Setting rows/cols on a frameset should try to reflow, not reframe. Bug 2002-08-06 01:06:50 +00:00
nsFrameUtil.cpp
nsGfxScrollFrame.cpp Change ns(I)GfxTextControlFrame(2) -> ns(I)TextControlFrame (bug 129909), r=rods 2002-07-26 20:57:24 +00:00
nsGfxScrollFrame.h
nsHTMLContainerFrame.cpp Place position:absolute, fixed, relative elements above non positioned elements. b=137853 r=roc+moz sr=kin 2002-07-02 12:50:14 +00:00
nsHTMLContainerFrame.h bug 145305 - split floaters during printing. sr=attinasi, r=alexsavulov. 2002-05-28 22:50:43 +00:00
nsHTMLFrame.cpp Ensure that scroll position listeners are properly unregistered. b=114221 sr=waterson r=attinasi 2002-07-09 04:30:28 +00:00
nsHTMLParts.h Change ns(I)GfxTextControlFrame(2) -> ns(I)TextControlFrame (bug 129909), r=rods 2002-07-26 20:57:24 +00:00
nsHTMLReflowCommand.cpp Fixing bug 146034. Getting rid of nsHTMLIIDs.{h,cpp}. r=jfrancis@netscape.com, sr=rpotts@netscape.com 2002-05-23 00:00:34 +00:00
nsHTMLReflowCommand.h Bug 129115. Change the reflow path from a list structure to a tree structure to amortize state recovery and damage propagation costs. Eliminate table timeout reflows. r=kin,karnaze,rods,rbs; sr=attinasi 2002-05-10 18:22:41 +00:00
nsHTMLReflowMetrics.h
nsHTMLReflowState.cpp Fix regression with form controls on visual bidi pages. Bug 142233, r=jkeiser, sr=kin 2002-07-10 00:52:17 +00:00
nsHTMLReflowState.h Fix regression with form controls on visual bidi pages. Bug 142233, r=jkeiser, sr=kin 2002-07-10 00:52:17 +00:00
nsIAnonymousContentCreator.h Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
nsICanvasFrame.h Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
nsIFrame.h Split strict mode into almost-standards and full-standards mode, where the only quirk in almost standards mode is the quirky inline box model. Remove previous fix for bug 151620. Tweak mode detection to use almost-standards for XHTML Transitional, HTML 4.01 transitional with system ID, and for IBM system DOCTYPE. b=153032 r=karnaze, bzbarsky, harishd sr=waterson 2002-06-25 21:16:17 +00:00
nsIFrameDebug.h Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
nsIFrameFrame.h Fixing Txul regression bug 138012. Make docshells always accessible through box objects and load about:blank when no src is specified on a frame. Eliminate creation of synthetic documents when they're not needed. r=peterv@netscape.com, sr=jaggernaut@netscape.com 2002-04-25 23:04:52 +00:00
nsIFrameUtil.h
nsIImageFrame.h
nsILineIterator.h
nsImageFrame.cpp bug 147938 patch by paper r=dbaron sr=waterson 2002-07-01 18:17:35 +00:00
nsImageFrame.h
nsImageMap.cpp Fixing bug 146034. Getting rid of nsHTMLIIDs.{h,cpp}. r=jfrancis@netscape.com, sr=rpotts@netscape.com 2002-05-23 00:00:34 +00:00
nsImageMap.h
nsInlineFrame.cpp Fix for bug 157055 (Text doesn't show up on Lycos mail front page (layout broken by focus)) 2002-07-29 04:19:15 +00:00
nsInlineFrame.h Split strict mode into almost-standards and full-standards mode, where the only quirk in almost standards mode is the quirky inline box model. Remove previous fix for bug 151620. Tweak mode detection to use almost-standards for XHTML Transitional, HTML 4.01 transitional with system ID, and for IBM system DOCTYPE. b=153032 r=karnaze, bzbarsky, harishd sr=waterson 2002-06-25 21:16:17 +00:00
nsIntervalSet.cpp
nsIntervalSet.h
nsIObjectFrame.h
nsIPageSequenceFrame.h Turn on pluggable dialogs (second part of checkin, first part Bug 135441) 2002-05-07 12:03:37 +00:00
nsIScrollableFrame.h
nsIScrollableViewProvider.h
nsIStatefulFrame.h
nsLeafFrame.cpp bug 145305 - split floaters during printing. sr=attinasi, r=alexsavulov. 2002-05-28 22:50:43 +00:00
nsLeafFrame.h
nsLineBox.cpp Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
nsLineBox.h The c++ standard requires that the throw list be used when declaring functions as well as defining them. 2002-07-03 17:14:41 +00:00
nsLineLayout.cpp Fix regression with form controls on visual bidi pages. Bug 142233, r=jkeiser, sr=kin 2002-07-10 00:52:17 +00:00
nsLineLayout.h Split strict mode into almost-standards and full-standards mode, where the only quirk in almost standards mode is the quirky inline box model. Remove previous fix for bug 151620. Tweak mode detection to use almost-standards for XHTML Transitional, HTML 4.01 transitional with system ID, and for IBM system DOCTYPE. b=153032 r=karnaze, bzbarsky, harishd sr=waterson 2002-06-25 21:16:17 +00:00
nsObjectFrame.cpp fix 152429, flash in an iframe crashes with Gdk-ERROR **: BadDrawable; r=bzbarsky, sr=jst, a=asa 2002-07-26 23:30:27 +00:00
nsObjectFrame.h bug 124448 Accessibility Support for Object/Embed tags 2002-05-10 22:34:53 +00:00
nsPageContentFrame.cpp Add PR_LOGGING for printing 2002-06-19 21:51:13 +00:00
nsPageContentFrame.h
nsPageFrame.cpp Add PR_LOGGING for printing 2002-06-19 21:51:13 +00:00
nsPageFrame.h Add PR_LOGGING for printing 2002-06-19 21:51:13 +00:00
nsPlaceholderFrame.cpp Split strict mode into almost-standards and full-standards mode, where the only quirk in almost standards mode is the quirky inline box model. Remove previous fix for bug 151620. Tweak mode detection to use almost-standards for XHTML Transitional, HTML 4.01 transitional with system ID, and for IBM system DOCTYPE. b=153032 r=karnaze, bzbarsky, harishd sr=waterson 2002-06-25 21:16:17 +00:00
nsPlaceholderFrame.h Split strict mode into almost-standards and full-standards mode, where the only quirk in almost standards mode is the quirky inline box model. Remove previous fix for bug 151620. Tweak mode detection to use almost-standards for XHTML Transitional, HTML 4.01 transitional with system ID, and for IBM system DOCTYPE. b=153032 r=karnaze, bzbarsky, harishd sr=waterson 2002-06-25 21:16:17 +00:00
nsReflowPath.cpp Bug 129115. Change the reflow path from a list structure to a tree structure to amortize state recovery and damage propagation costs. Eliminate table timeout reflows. r=kin,karnaze,rods,rbs; sr=attinasi 2002-05-10 18:22:41 +00:00
nsReflowPath.h Bug 129115. Change the reflow path from a list structure to a tree structure to amortize state recovery and damage propagation costs. Eliminate table timeout reflows. r=kin,karnaze,rods,rbs; sr=attinasi 2002-05-10 18:22:41 +00:00
nsReflowType.h Bug 129115. Change the reflow path from a list structure to a tree structure to amortize state recovery and damage propagation costs. Eliminate table timeout reflows. r=kin,karnaze,rods,rbs; sr=attinasi 2002-05-10 18:22:41 +00:00
nsSelection.cpp Fix crash on adding images to right-to-left mail messages. Bug 155096, r=mjudge, sr=kin 2002-07-02 21:53:18 +00:00
nsSimplePageSequence.cpp Add PR_LOGGING for printing 2002-06-19 21:51:13 +00:00
nsSimplePageSequence.h Add PR_LOGGING for printing 2002-06-19 21:51:13 +00:00
nsSpaceManager.cpp Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
nsSpaceManager.h The c++ standard requires that the throw list be used when declaring functions as well as defining them. 2002-07-03 17:14:41 +00:00
nsSpacerFrame.cpp bug 145305 - split floaters during printing. sr=attinasi, r=alexsavulov. 2002-05-28 22:50:43 +00:00
nsSplittableFrame.cpp
nsSplittableFrame.h
nsTextFrame.cpp #159065, comment-only change 2002-07-29 23:44:18 +00:00
nsTextFrame.h Use binary search from nsTextFrame to find the length of the header/footer strings 2002-04-26 11:30:33 +00:00
nsTextTransformer.cpp Remove unexpected space inserted between Chinese and Japanese characters as a result of unfolding lines. These scripts don't use space as a word boundary. b=135323 r=shanjian sr=waterson 2002-07-01 20:43:16 +00:00
nsTextTransformer.h Do Arabic shaping earlier before measuring the text so that it gets laid out correctly. Bugs 117041, 138097. r=ftang, sr=waterson 2002-06-11 21:00:20 +00:00
nsViewportFrame.cpp bug 145305 - split floaters during printing. sr=attinasi, r=alexsavulov. 2002-05-28 22:50:43 +00:00