.. |
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
|
Remove leftover reflow reason hack in fixed-pos reflow. Bug 192291,
|
2003-02-13 19:10:50 +00:00 |
nsAbsoluteContainingBlock.h
|
|
|
nsAreaFrame.cpp
|
Make --disable-xul work (bug 69995). We build enough XUL to support
|
2003-04-11 00:56:27 +00:00 |
nsAreaFrame.h
|
Make --disable-xul work (bug 69995). We build enough XUL to support
|
2003-04-11 00:56:27 +00:00 |
nsBidiFrames.cpp
|
|
|
nsBidiFrames.h
|
|
|
nsBlockBandData.cpp
|
Change the way we calculate max-element-width for blocks with floaters: stop trying (and sometimes failing) to ensure that there can always be text next to the floater. b=186593 r+sr=roc+moz
|
2003-02-22 16:19:31 +00:00 |
nsBlockBandData.h
|
Change the way we calculate max-element-width for blocks with floaters: stop trying (and sometimes failing) to ensure that there can always be text next to the floater. b=186593 r+sr=roc+moz
|
2003-02-22 16:19:31 +00:00 |
nsBlockDebugFlags.h
|
|
|
nsBlockFrame.cpp
|
Bug 201767. Make nsBlockFrame::GetAdditionalChildListNames return the overflowList. Also, don't create scrollbars in print contexts except for the viewport scrollbar. r+sr=bzbarsky.
|
2003-04-22 01:33:14 +00:00 |
nsBlockFrame.h
|
Bug 201767. Make nsBlockFrame::GetAdditionalChildListNames return the overflowList. Also, don't create scrollbars in print contexts except for the viewport scrollbar. r+sr=bzbarsky.
|
2003-04-22 01:33:14 +00:00 |
nsBlockReflowContext.cpp
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsBlockReflowContext.h
|
|
|
nsBlockReflowState.cpp
|
Correct translation when ensuring floats are never higher than prior floats. b=201985 r+sr=roc
|
2003-04-15 03:10:50 +00:00 |
nsBlockReflowState.h
|
Remember the lowest floater top for CSS2 9.5.1 rule 5 (a float cannot be higher than earlier floats) on the space manager rather than the block reflow state so that it works across blocks sharing the same space manager. Save and restore it in the space manager's PushState and PopState to fix incremental reflow bug (177331). b=196919 r+sr=roc+moz Change PRIntn to PRInt32. b=115153 r+sr=bzbarsky
|
2003-03-11 23:56:49 +00:00 |
nsBRFrame.cpp
|
|
|
nsBulletFrame.cpp
|
Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
|
2003-03-19 03:47:09 +00:00 |
nsBulletFrame.h
|
Eliminate libpr0n's use of prescontexts as unique keys; use documents instead
|
2003-02-26 05:51:32 +00:00 |
nsContainerFrame.cpp
|
Bug 126263. Whack comboboxes/listboxes to use Gfx scrollbars. Also, make scrollbars attach their XBL content only when they become visible, to avoid pageload hit. r+sr=dbaron
|
2003-04-08 20:50:57 +00:00 |
nsContainerFrame.h
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
nsDummyLayoutRequest.h
|
|
|
nsFirstLetterFrame.cpp
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsFrame.cpp
|
Bug 193802. Implement xp accessibility cache. r=kyle, sr=alecf
|
2003-04-15 08:45:55 +00:00 |
nsFrame.h
|
Prevent display-reflow debugging code from cluttering up the leak stats by freeing objects on module shutdown. b=198676 r=bernd sr=bzbarsky
|
2003-03-22 15:09:17 +00:00 |
nsFrameFrame.cpp
|
Removing nsPluginViewer.cpp and friends, bug 195502, r=jkeiser, sr=alecf, a=asa
|
2003-04-25 00:21:12 +00:00 |
nsFrameList.cpp
|
|
|
nsFrameList.h
|
|
|
nsFrameSetFrame.cpp
|
Remove bad ANSI alias. b=190733. r=bbaetz. sr=dbaron. a=sspitzer
|
2003-04-30 20:39:27 +00:00 |
nsFrameSetFrame.h
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsFrameUtil.cpp
|
|
|
nsGfxScrollFrame.cpp
|
Fixing indentation
|
2003-04-22 01:34:30 +00:00 |
nsGfxScrollFrame.h
|
Remove nsScrollFrame and frame constructor support for it. Remove dlldeps.cpp for layout, it's not necessary. Bug 201457, r+sr=roc.
|
2003-04-11 08:26:42 +00:00 |
nsHTMLContainerFrame.cpp
|
Bug 126263. Whack comboboxes/listboxes to use Gfx scrollbars. Also, make scrollbars attach their XBL content only when they become visible, to avoid pageload hit. r+sr=dbaron
|
2003-04-08 20:50:57 +00:00 |
nsHTMLContainerFrame.h
|
Bug 197065. Do more complete invalidation on block size changes. r=jkeiser,sr=dbaron
|
2003-04-05 21:27:45 +00:00 |
nsHTMLFrame.cpp
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
nsHTMLParts.h
|
taking a stab at luna orange... removing bogus forward declaration
|
2003-04-11 11:29:32 +00:00 |
nsHTMLReflowCommand.cpp
|
|
|
nsHTMLReflowCommand.h
|
|
|
nsHTMLReflowMetrics.h
|
|
|
nsHTMLReflowState.cpp
|
Purge XP_PC.
|
2003-04-02 22:45:08 +00:00 |
nsHTMLReflowState.h
|
|
|
nsIAnonymousContentCreator.h
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsICanvasFrame.h
|
|
|
nsIFrame.h
|
Ensure that GetStyleData never returns null, even in out-of-memory, by storing a backup set of style structs to return in case of failure. b=154751 r+sr=bzbarsky
|
2003-03-13 15:29:36 +00:00 |
nsIFrameDebug.h
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
nsIFrameFrame.h
|
|
|
nsIFrameUtil.h
|
|
|
nsIImageFrame.h
|
Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
|
2003-03-19 03:47:09 +00:00 |
nsILineIterator.h
|
|
|
nsImageFrame.cpp
|
Images with no alt attr in quirks mode should show a placeholder, even if they
|
2003-04-29 18:49:42 +00:00 |
nsImageFrame.h
|
Make sure that Init() failures for image frames don't mean no alt text. Also
|
2003-04-21 23:57:47 +00:00 |
nsImageMap.cpp
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
nsImageMap.h
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
nsInlineFrame.cpp
|
Bug 170547 Caret is in the wrong place after deleting <LI>'s. r+sr=kin.
|
2003-04-23 00:24:24 +00:00 |
nsInlineFrame.h
|
Remove non-const kInlineFrameCID. r/sr=alecf. Bug 74803
|
2003-02-26 01:16:40 +00:00 |
nsIntervalSet.cpp
|
|
|
nsIntervalSet.h
|
|
|
nsIObjectFrame.h
|
|
|
nsIPageSequenceFrame.h
|
|
|
nsIScrollableFrame.h
|
Bug 201300. Get rid of document observer from nsGfxScrollFrame. r+sr=bz
|
2003-04-09 11:27:09 +00:00 |
nsIScrollableViewProvider.h
|
Bug 126263. Whack comboboxes/listboxes to use Gfx scrollbars. Also, make scrollbars attach their XBL content only when they become visible, to avoid pageload hit. r+sr=dbaron
|
2003-04-08 20:50:57 +00:00 |
nsIStatefulFrame.h
|
|
|
nsLeafFrame.cpp
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
nsLeafFrame.h
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
nsLineBox.cpp
|
195080 fix regression. sr=sfrasier r=danm. fix logic for moving caret around 0 width frames
|
2003-04-30 21:37:05 +00:00 |
nsLineBox.h
|
Change the way we calculate max-element-width for blocks with floaters: stop trying (and sometimes failing) to ensure that there can always be text next to the floater. b=186593 r+sr=roc+moz
|
2003-02-22 16:19:31 +00:00 |
nsLineLayout.cpp
|
Remove nsITextFrame. Bug 188618, r/sr=roc+moz.
|
2003-02-25 00:44:04 +00:00 |
nsLineLayout.h
|
|
|
nsObjectFrame.cpp
|
Make sure that Init() failures for image frames don't mean no alt text. Also
|
2003-04-21 23:57:47 +00:00 |
nsObjectFrame.h
|
fix build warning.
|
2003-04-12 15:03:08 +00:00 |
nsPageContentFrame.cpp
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsPageContentFrame.h
|
|
|
nsPageFrame.cpp
|
Fix some spelling errors in comments. Bug 106386, patch by Nicholas Bebout
|
2003-03-19 04:35:08 +00:00 |
nsPageFrame.h
|
|
|
nsPlaceholderFrame.cpp
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
nsPlaceholderFrame.h
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
nsReflowPath.cpp
|
|
|
nsReflowPath.h
|
|
|
nsReflowType.h
|
|
|
nsSelection.cpp
|
attempting to fix irix bustage by removing ^M
|
2003-04-20 03:14:09 +00:00 |
nsSimplePageSequence.cpp
|
|
|
nsSimplePageSequence.h
|
|
|
nsSpaceManager.cpp
|
Make nsSpaceManager::ClearRegions reset mLowestTop as well. b=198485 r+sr=roc
|
2003-03-21 03:11:47 +00:00 |
nsSpaceManager.h
|
Remember the lowest floater top for CSS2 9.5.1 rule 5 (a float cannot be higher than earlier floats) on the space manager rather than the block reflow state so that it works across blocks sharing the same space manager. Save and restore it in the space manager's PushState and PopState to fix incremental reflow bug (177331). b=196919 r+sr=roc+moz Change PRIntn to PRInt32. b=115153 r+sr=bzbarsky
|
2003-03-11 23:56:49 +00:00 |
nsSpacerFrame.cpp
|
|
|
nsSplittableFrame.cpp
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
nsSplittableFrame.h
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
nsTextFrame.cpp
|
Bug#161825
|
2003-04-19 16:40:06 +00:00 |
nsTextFrame.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsTextTransformer.cpp
|
Correct a regression in Bidi ordering and simplify the way in which we determine whether Arabic shaping needs to be performed depending on the capabilities of the system and whether we are rendering character by character. Bug 192919, r/sr=rbs.
|
2003-03-07 20:56:03 +00:00 |
nsTextTransformer.h
|
Correct a regression in Bidi ordering and simplify the way in which we determine whether Arabic shaping needs to be performed depending on the capabilities of the system and whether we are rendering character by character. Bug 192919, r/sr=rbs.
|
2003-03-07 20:56:03 +00:00 |
nsViewportFrame.cpp
|
Reflow main content before reflowing fixed-pos frames so that the placeholders
|
2003-02-22 20:13:12 +00:00 |
nsViewportFrame.h
|
Reflow main content before reflowing fixed-pos frames so that the placeholders
|
2003-02-22 20:13:12 +00:00 |
punct_marks.ccmap
|
bug 180266 : hard-code precompiled ccmaps. (r=shanjian, sr=alecf/rbs) : relanding
|
2003-03-07 02:30:18 +00:00 |