.. |
broken-image.gif
|
|
|
gopher-audio.gif
|
new
|
1999-10-21 16:20:53 +00:00 |
gopher-binary.gif
|
new
|
1999-10-21 16:20:53 +00:00 |
gopher-find.gif
|
new
|
1999-10-21 16:20:53 +00:00 |
gopher-image.gif
|
new
|
1999-10-21 16:20:53 +00:00 |
gopher-menu.gif
|
new
|
1999-10-21 16:20:53 +00:00 |
gopher-movie.gif
|
new
|
1999-10-21 16:20:53 +00:00 |
gopher-telnet.gif
|
new
|
1999-10-21 16:20:53 +00:00 |
gopher-text.gif
|
new
|
1999-10-21 16:20:53 +00:00 |
gopher-unknown.gif
|
new
|
1999-10-21 16:20:53 +00:00 |
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 46043. Be sure to clear m[Left|Right]Floaters when 0 == mCount. r=buster
|
2000-08-24 19:55:11 +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
|
fixing 34356. hack to get clickng before table working beta3+
|
2000-09-15 07:02:05 +00:00 |
nsBlockFrame.h
|
bug 45152 (Typed text does not render in TextAreas with a horizontal scrollbar)
|
2000-08-24 04:26:43 +00:00 |
nsBlockReflowContext.cpp
|
When computing the max-element-size, base percentage margins on the size of the contained max-element-size, not on the container's desired size. Bug 25707. r,a=waterson
|
2000-08-11 20:08:15 +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
|
fixing 34356. hack to get clickng before table working beta3+
|
2000-09-15 07:02:05 +00:00 |
nsBlockReflowState.h
|
fixing 34356. hack to get clickng before table working beta3+
|
2000-09-15 07:02:05 +00:00 |
nsBRFrame.cpp
|
Add ifdef'ed Performance Reflow Counting code
|
2000-04-21 14:59:47 +00:00 |
nsBulletFrame.cpp
|
Adding call to new view API so that the view of a fixed-position frame has a Z-order/clipping parent which is not its geometric parent. Bug 39621. r,a=waterson
|
2000-08-12 19:44:11 +00:00 |
nsBulletFrame.h
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
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
|
fixing 34356. hack to get clickng before table working beta3+
|
2000-09-15 07:02:05 +00:00 |
nsFrame.h
|
Added default implementation for frames to allow a frame to specify which frame provides its parent style context. Also reworked ReResolveStyleContext and VerifyStyleTree to allow the style context tree to diverge from the frame tree. b=45210 r=karnaze
|
2000-09-12 22:47:09 +00:00 |
nsFrameFrame.cpp
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsFrameList.cpp
|
b=5588. Performance improvement. Avoids walking the child list
|
2000-03-12 03:07:52 +00:00 |
nsFrameList.h
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsFrameSetFrame.cpp
|
Bug 40383: Treat frameset rows spec 0* as 1* in quirks mode; r=harishd
|
2000-08-03 22:26:56 +00:00 |
nsFrameSetFrame.h
|
Bug 40383: Treat frameset rows spec 0* as 1* in quirks mode; r=harishd
|
2000-08-03 22:26:56 +00:00 |
nsFrameUtil.cpp
|
making string conversions explicit
|
2000-04-03 11:20:35 +00:00 |
nsGfxScrollFrame.cpp
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsGfxScrollFrame.h
|
Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+)
|
2000-08-09 12:51:05 +00:00 |
nsHTMLContainerFrame.cpp
|
Paint backgrounds and borders for inline elements in the foreground layer. b=36710, 27757 r=buster@netscape.com
|
2000-09-04 21:45:47 +00:00 |
nsHTMLContainerFrame.h
|
Adding call to new view API so that the view of a fixed-position frame has a Z-order/clipping parent which is not its geometric parent. Bug 39621. r,a=waterson
|
2000-08-12 19:44:11 +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
|
Bug 3326: Implement IsIndex frame; r=kmcclusk
|
2000-09-14 04:43:31 +00:00 |
nsHTMLReflowCommand.cpp
|
r=rpotts. Fix for nsbeta3+ bug 39368.
|
2000-09-12 00:35:11 +00:00 |
nsHTMLReflowCommand.h
|
r=rpotts. Fix for nsbeta3+ bug 39368.
|
2000-09-12 00:35:11 +00:00 |
nsHTMLReflowState.cpp
|
bug 49239
|
2000-08-24 04:38:08 +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
|
Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+)
|
2000-08-09 12:51:05 +00:00 |
nsIFrame.h
|
Added a new method to allow a frame to specify the frame that provides its parent style context. b=45210 r=karnaze
|
2000-09-12 22:45:33 +00:00 |
nsIFrameDebug.h
|
Event Target Debugging (b=18175), a debugging feature to help with fixing bugs where events are going to the wrong elements. It shows (like Visual Debugging) which frame is receiving events, and one can therefore move the mouse over the page to see what frame gets events. All the code is #ifdef NS_DEBUG. However, it is not yet hooked up to the viewer menu (to be checked in later).
|
2000-02-03 02:49:58 +00:00 |
nsIFrameUtil.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsILineIterator.h
|
warning fixes for linux. r: mjudge a: beppe
|
2000-06-16 22:28:10 +00:00 |
nsImageFrame.cpp
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsImageFrame.h
|
bug:13718: natural img dimens. pnunn, r:sfraser
|
2000-09-08 22:52:05 +00:00 |
nsImageMap.cpp
|
Bug 49122. Make the image map manage addition and removal of the <area>'s to the primary-frame-for map in the frame manager. r=saari
|
2000-08-18 06:27:42 +00:00 |
nsImageMap.h
|
Bug 49122. Make the image map manage addition and removal of the <area>'s to the primary-frame-for map in the frame manager. r=saari
|
2000-08-18 06:27:42 +00:00 |
nsInlineFrame.cpp
|
bug 28811
|
2000-09-11 20:46:44 +00:00 |
nsInlineFrame.h
|
bug 28811
|
2000-09-11 20:46:44 +00:00 |
nsIPageSequenceFrame.h
|
Fixing bug 12181 (removing static IID's). r=troy@netscape.com
|
2000-01-04 20:24:09 +00:00 |
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
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsLineBox.cpp
|
warning fixes for linux. r: mjudge a: beppe
|
2000-06-16 22:28:10 +00:00 |
nsLineBox.h
|
bug 28811
|
2000-09-11 20:46:44 +00:00 |
nsLineLayout.cpp
|
just cleaning up a warning, found during fix for bug 52307
|
2000-09-14 05:50:56 +00:00 |
nsLineLayout.h
|
bug 28811
|
2000-09-11 20:46:44 +00:00 |
nsObjectFrame.cpp
|
a=brendan, ekrock
|
2000-09-14 08:22:31 +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
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
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
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
nsSelection.cpp
|
fixing sun/sparc i guess it didnt like the inline if/else statement. separating out.
|
2000-09-14 13:23:31 +00:00 |
nsSimplePageSequence.cpp
|
Add ifdef'ed Performance Reflow Counting code
|
2000-04-21 14:59:47 +00:00 |
nsSimplePageSequence.h
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
nsSpaceManager.cpp
|
Converting ::GetIID() into NS_GET_IID(). Bug #20232. r=scc, r=mozbot
|
2000-02-02 22:24:56 +00:00 |
nsSpaceManager.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsSpacerFrame.cpp
|
fixed bug 24770
|
2000-05-09 05:09:55 +00:00 |
nsSplittableFrame.cpp
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsSplittableFrame.h
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsTextFrame.cpp
|
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
|
2000-09-14 11:45:01 +00:00 |
nsTextTransformer.cpp
|
fix for bug 50432. PRPackedBools compressed to one flag. mAutoBuffer size reduced to 128. r=buster
|
2000-09-12 00:00:58 +00:00 |
nsTextTransformer.h
|
fix for bug 50432. PRPackedBools compressed to one flag. mAutoBuffer size reduced to 128. r=buster
|
2000-09-12 00:00:58 +00:00 |
nsViewportFrame.cpp
|
Add ifdef'ed Performance Reflow Counting code
|
2000-04-21 14:59:47 +00:00 |