.. |
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
|
effectively removed area frame
|
2000-05-09 05:11:12 +00:00 |
nsAbsoluteContainingBlock.h
|
effectively removed area frame
|
2000-05-09 05:11:12 +00:00 |
nsAreaFrame.cpp
|
effectively removed area frame
|
2000-05-09 05:11:12 +00:00 |
nsAreaFrame.h
|
effectively removed area frame
|
2000-05-09 05:11:12 +00:00 |
nsBlockBandData.cpp
|
bug 588 (text justification) for Robert O'Callahan <roc+moz@cs.cmu.edu>
|
2000-04-17 14:40:46 +00:00 |
nsBlockBandData.h
|
bug 588 (text justification) for Robert O'Callahan <roc+moz@cs.cmu.edu>
|
2000-04-17 14:40:46 +00:00 |
nsBlockFrame.cpp
|
Enable the code to export the baseline out of the block frame code to support 'vertical-article: baseline' in table-cells. bug 10207. a:waterson@mozilla.org. was r:buster@netscape.com.
|
2000-07-28 09:18:15 +00:00 |
nsBlockFrame.h
|
Enable the code to export the baseline out of the block frame code to support 'vertical-article: baseline' in table-cells. bug 10207. a:waterson@mozilla.org. was r:buster@netscape.com.
|
2000-07-28 09:18:15 +00:00 |
nsBlockReflowContext.cpp
|
Fix the way HTML's align attribute works for horizontal alignment of blocks. Use the -moz-center and -moz-right even in strict mode, and apply them to blocks in addition to tables. r=attinasi b=37083, 40038
|
2000-07-27 23:37:44 +00:00 |
nsBlockReflowContext.h
|
Fix bug 43882 (dogfood+) by removing special handling of empty P elements. (Most of the diffs are whitespace changes.) This also fixes bugs 43369, 43991, and 18050. However, it exposes a few other issues as well (the most important of which, nuking top margins on first *normal flow* children of BODY and TD, was previously fixed only in some cases, but shouldn't be hard to fix in general). r=waterson
|
2000-06-29 22:03:42 +00:00 |
nsBlockReflowState.cpp
|
Enable the code to export the baseline out of the block frame code to support 'vertical-article: baseline' in table-cells. bug 10207. a:waterson@mozilla.org. was r:buster@netscape.com.
|
2000-07-28 09:18:15 +00:00 |
nsBlockReflowState.h
|
Enable the code to export the baseline out of the block frame code to support 'vertical-article: baseline' in table-cells. bug 10207. a:waterson@mozilla.org. was r:buster@netscape.com.
|
2000-07-28 09:18:15 +00:00 |
nsBRFrame.cpp
|
Add ifdef'ed Performance Reflow Counting code
|
2000-04-21 14:59:47 +00:00 |
nsBulletFrame.cpp
|
Changed nsBulletFrame to set the dirty flag on the it's parent's first frame instead of itself when an Image is updated b=36703 r=buster@netscape.com tested on WINNT, Linux
|
2000-06-08 23:19:38 +00:00 |
nsBulletFrame.h
|
|
|
nsContainerFrame.cpp
|
Bug 19051. Remove code that computed and maintained nsTextRun. Instead, compute 'next text' when required by crawling the frame tree in nsLineLayout::FindNextText(). r=roc+moz@cs.cmu.edu
|
2000-07-27 05:16:08 +00:00 |
nsContainerFrame.h
|
Fix for mac xp menus not comming up at all.
|
2000-05-18 00:37:27 +00:00 |
nsFirstLetterFrame.cpp
|
Bug 46693. Check to see if we CanContinueTextRun() while walking over the frames to FindNextText(). This revives the logic that I nuked when fixing 19051, and keeps you from trying to walk over <br> or other frames to erroneously continue a text run. r=akkana.
|
2000-07-28 22:29:28 +00:00 |
nsFrame.cpp
|
Bug 46693. Check to see if we CanContinueTextRun() while walking over the frames to FindNextText(). This revives the logic that I nuked when fixing 19051, and keeps you from trying to walk over <br> or other frames to erroneously continue a text run. r=akkana.
|
2000-07-28 22:29:28 +00:00 |
nsFrame.h
|
Bug 46693. Check to see if we CanContinueTextRun() while walking over the frames to FindNextText(). This revives the logic that I nuked when fixing 19051, and keeps you from trying to walk over <br> or other frames to erroneously continue a text run. r=akkana.
|
2000-07-28 22:29:28 +00:00 |
nsFrameFrame.cpp
|
fix assert for dogfood bug#37854, r=danm
|
2000-05-18 21:08:27 +00:00 |
nsFrameList.cpp
|
b=5588. Performance improvement. Avoids walking the child list
|
2000-03-12 03:07:52 +00:00 |
nsFrameList.h
|
|
|
nsFrameSetFrame.cpp
|
#42325 "Won't show page on www.teamtalk.com". Fix the parsing of ROWS="*%" in FRAMESETs. r=pollmann.
|
2000-06-22 05:32:56 +00:00 |
nsFrameSetFrame.h
|
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
|
2000-03-22 02:43:08 +00:00 |
nsFrameUtil.cpp
|
making string conversions explicit
|
2000-04-03 11:20:35 +00:00 |
nsGfxScrollFrame.cpp
|
Missed files. Fixs bustage.
|
2000-07-27 06:57:32 +00:00 |
nsGfxScrollFrame.h
|
Missed files. Fixs bustage.
|
2000-07-27 06:57:32 +00:00 |
nsHTMLContainerFrame.cpp
|
Add code to paint selection border around Named Anchor frames when rect is not null - used only in Editor when Named Anchor is represented by an image. r=mjudge
|
2000-05-16 22:12:54 +00:00 |
nsHTMLContainerFrame.h
|
b=5588. Added new function ReparentFrameViewList() that is much faster
|
2000-03-12 03:09:36 +00:00 |
nsHTMLFrame.cpp
|
Added AttributeChanged method impl. for the CanvasFrame. This allows the frame to invalidate the whole canvas when a background color or background image changes. b=11491,37502
|
2000-05-06 05:50:49 +00:00 |
nsHTMLParts.h
|
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
|
2000-05-10 13:13:39 +00:00 |
nsHTMLReflowCommand.cpp
|
|
|
nsHTMLReflowCommand.h
|
|
|
nsHTMLReflowState.cpp
|
Fix the way HTML's align attribute works for horizontal alignment of blocks. Use the -moz-center and -moz-right even in strict mode, and apply them to blocks in addition to tables. r=attinasi b=37083, 40038
|
2000-07-27 23:37:44 +00:00 |
nsHTMLReflowState.h
|
Fix the way HTML's align attribute works for horizontal alignment of blocks. Use the -moz-center and -moz-right even in strict mode, and apply them to blocks in addition to tables. r=attinasi b=37083, 40038
|
2000-07-27 23:37:44 +00:00 |
nsIAnonymousContentCreator.h
|
Not enabling creator's to be asked if they want to create a special frame for anonymous content
|
2000-04-19 13:55:17 +00:00 |
nsIFrame.h
|
Bug 46693. Check to see if we CanContinueTextRun() while walking over the frames to FindNextText(). This revives the logic that I nuked when fixing 19051, and keeps you from trying to walk over <br> or other frames to erroneously continue a text run. r=akkana.
|
2000-07-28 22:29:28 +00:00 |
nsIFrameDebug.h
|
|
|
nsIFrameUtil.h
|
|
|
nsILineIterator.h
|
warning fixes for linux. r: mjudge a: beppe
|
2000-06-16 22:28:10 +00:00 |
nsImageFrame.cpp
|
check in for andreas, it now checks to make sure that the image or lowimage is not
|
2000-07-20 14:50:17 +00:00 |
nsImageFrame.h
|
no longer strips beginning and ending spaces of value when GetAttributeValueAt
|
2000-04-19 14:00:11 +00:00 |
nsImageMap.cpp
|
changing use of nsXIFConverter to nsIXifConverter
|
2000-05-13 08:10:25 +00:00 |
nsImageMap.h
|
|
|
nsInlineFrame.cpp
|
Bug 46693. Check to see if we CanContinueTextRun() while walking over the frames to FindNextText(). This revives the logic that I nuked when fixing 19051, and keeps you from trying to walk over <br> or other frames to erroneously continue a text run. r=akkana.
|
2000-07-28 22:29:28 +00:00 |
nsInlineFrame.h
|
Bug 46693. Check to see if we CanContinueTextRun() while walking over the frames to FindNextText(). This revives the logic that I nuked when fixing 19051, and keeps you from trying to walk over <br> or other frames to erroneously continue a text run. r=akkana.
|
2000-07-28 22:29:28 +00:00 |
nsIPageSequenceFrame.h
|
|
|
nsIScrollableFrame.h
|
Fix to enable trees to blit. Performance work approved by waterson. r=waterson.
|
2000-07-27 06:17:58 +00:00 |
nsIStatefulFrame.h
|
Bug 32770: Save scroll position in session history r=nisheeth
|
2000-06-14 23:37:06 +00:00 |
nsLeafFrame.cpp
|
Add ifdef'ed Performance Reflow Counting code
|
2000-04-21 14:59:47 +00:00 |
nsLeafFrame.h
|
|
|
nsLineBox.cpp
|
warning fixes for linux. r: mjudge a: beppe
|
2000-06-16 22:28:10 +00:00 |
nsLineBox.h
|
warning fixes for linux. r: mjudge a: beppe
|
2000-06-16 22:28:10 +00:00 |
nsLineLayout.cpp
|
Bug 46693. Check to see if we CanContinueTextRun() while walking over the frames to FindNextText(). This revives the logic that I nuked when fixing 19051, and keeps you from trying to walk over <br> or other frames to erroneously continue a text run. r=akkana.
|
2000-07-28 22:29:28 +00:00 |
nsLineLayout.h
|
Enable the code to export the baseline out of the block frame code to support 'vertical-article: baseline' in table-cells. bug 10207. a:waterson@mozilla.org. was r:buster@netscape.com.
|
2000-07-28 09:18:15 +00:00 |
nsObjectFrame.cpp
|
Bug 37622, redux. Case insensitive compare that I meant to check in way back when, but didn't. This was really part of the first patch, but didn't make it in because I checked in from the wrong machine.
|
2000-07-27 05:09:40 +00:00 |
nsObjectFrame.h
|
Bug 37622. Hackery to get <embed hidden='true'> to work. Check hidden attribute; if set, size to (0, 0) and don't create a widget. r=pavlov,blizzard.
|
2000-07-19 23:46:43 +00:00 |
nsPageFrame.cpp
|
Add ifdef'ed Performance Reflow Counting code
|
2000-04-21 14:59:47 +00:00 |
nsPageFrame.h
|
|
|
nsPlaceholderFrame.cpp
|
Bug 19051. Remove code that computed and maintained nsTextRun. Instead, compute 'next text' when required by crawling the frame tree in nsLineLayout::FindNextText(). r=roc+moz@cs.cmu.edu
|
2000-07-27 05:16:08 +00:00 |
nsPlaceholderFrame.h
|
|
|
nsSelection.cpp
|
shut down a selection's autoscroll timer in the selection's destructor. bug 43470. r=saari@netscape.com
|
2000-07-28 03:48:26 +00:00 |
nsSimplePageSequence.cpp
|
Add ifdef'ed Performance Reflow Counting code
|
2000-04-21 14:59:47 +00:00 |
nsSimplePageSequence.h
|
|
|
nsSpaceManager.cpp
|
|
|
nsSpaceManager.h
|
|
|
nsSpacerFrame.cpp
|
fixed bug 24770
|
2000-05-09 05:09:55 +00:00 |
nsSplittableFrame.cpp
|
|
|
nsSplittableFrame.h
|
|
|
nsTextFrame.cpp
|
Bug 46693. Check to see if we CanContinueTextRun() while walking over the frames to FindNextText(). This revives the logic that I nuked when fixing 19051, and keeps you from trying to walk over <br> or other frames to erroneously continue a text run. r=akkana.
|
2000-07-28 22:29:28 +00:00 |
nsTextTransformer.cpp
|
Adding assert on invalid init of textTransformer. see bug 43094
|
2000-06-27 20:54:01 +00:00 |
nsTextTransformer.h
|
Bug 19051. Remove code that computed and maintained nsTextRun. Instead, compute 'next text' when required by crawling the frame tree in nsLineLayout::FindNextText(). r=roc+moz@cs.cmu.edu
|
2000-07-27 05:16:08 +00:00 |
nsViewportFrame.cpp
|
Add ifdef'ed Performance Reflow Counting code
|
2000-04-21 14:59:47 +00:00 |