.. |
.cvsignore
|
Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles.
|
2004-12-07 18:09:28 +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
|
|
|
Makefile.in
|
b=288714, html canvas implementation, r=various,a=brendan
|
2005-04-18 06:33:23 +00:00 |
nsAbsoluteContainingBlock.cpp
|
Fix border width inheritance by keeping track of both the border width we'd
|
2005-04-29 15:44:38 +00:00 |
nsAbsoluteContainingBlock.h
|
Remove prescontext args for some nsIFrame methods
|
2005-02-07 01:58:25 +00:00 |
nsAreaFrame.cpp
|
Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue.
|
2005-01-25 00:02:58 +00:00 |
nsAreaFrame.h
|
Bug 270708 remove nsPresContext variable from AttributeChanged and cleaned up comment in nsIFrame.h
|
2004-12-31 01:13:27 +00:00 |
nsAutoCopyListener.h
|
Remove nsIAutoCopy and fold the functionality into nsSelection.cpp (bug 231343). r+sr=roc.
|
2005-01-31 23:47:26 +00:00 |
nsBidiFrames.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
nsBidiFrames.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
nsBlockBandData.cpp
|
Bug 288560. Set mIsTopOfPage for each column in a column set. Also, make it possible to force floats to fit by relaxing the space manager's height constraint if necessary. r+sr=dbaron,a=chofmann
|
2005-04-28 21:25:11 +00:00 |
nsBlockBandData.h
|
Bug 288560. Set mIsTopOfPage for each column in a column set. Also, make it possible to force floats to fit by relaxing the space manager's height constraint if necessary. r+sr=dbaron,a=chofmann
|
2005-04-28 21:25:11 +00:00 |
nsBlockDebugFlags.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
nsBlockFrame.cpp
|
Fix list renumbering regression. Bug 293070, r+sr+a=dbaron
|
2005-05-17 03:15:14 +00:00 |
nsBlockFrame.h
|
Fix list renumbering regression. Bug 293070, r+sr+a=dbaron
|
2005-05-17 03:15:14 +00:00 |
nsBlockReflowContext.cpp
|
Bug 263825. Make paginated floats work, and other fixes. r+sr=dbaron
|
2005-03-23 03:35:08 +00:00 |
nsBlockReflowContext.h
|
Bug 263825. Make paginated floats work, and other fixes. r+sr=dbaron
|
2005-03-23 03:35:08 +00:00 |
nsBlockReflowState.cpp
|
Fix border width inheritance by keeping track of both the border width we'd
|
2005-04-29 15:44:38 +00:00 |
nsBlockReflowState.h
|
Bug 288560. Set mIsTopOfPage for each column in a column set. Also, make it possible to force floats to fit by relaxing the space manager's height constraint if necessary. r+sr=dbaron,a=chofmann
|
2005-04-28 21:25:11 +00:00 |
nsBRFrame.cpp
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsBulletFrame.cpp
|
Implement CSS2 counters. b=3247 r+sr=bzbarsky
|
2005-04-01 23:07:00 +00:00 |
nsBulletFrame.h
|
Implement CSS2 counters. b=3247 r+sr=bzbarsky
|
2005-04-01 23:07:00 +00:00 |
nsColumnSetFrame.cpp
|
Bug 288560. Set mIsTopOfPage for each column in a column set. Also, make it possible to force floats to fit by relaxing the space manager's height constraint if necessary. r+sr=dbaron,a=chofmann
|
2005-04-28 21:25:11 +00:00 |
nsContainerFrame.cpp
|
bug 294324 - scrolling performance regression, patch by roc, r+sr=bz, a=shaver
|
2005-05-18 14:02:20 +00:00 |
nsContainerFrame.h
|
Remove prescontext args for some nsIFrame methods
|
2005-02-07 01:58:25 +00:00 |
nsDummyLayoutRequest.h
|
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
|
2004-06-17 00:13:25 +00:00 |
nsFirstLetterFrame.cpp
|
Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine
|
2004-09-14 02:28:03 +00:00 |
nsFrame.cpp
|
b=293407, canvas uses wrong frame type; 293306, canvas leaks memory; 293225, default canvas height should be 150, r+sr=bzbarsky,a=shaver
|
2005-05-10 00:28:30 +00:00 |
nsFrame.h
|
Move reflow command construction into nsPresShell::AppendReflowCommand, remove
|
2005-02-08 00:59:52 +00:00 |
nsFrameFrame.cpp
|
Bug 288873. Don't let nsSubDocumentFrame tear down a presentation it didn't build. r+sr=bzbarsky,a=asa.
|
2005-04-07 04:04:06 +00:00 |
nsFrameList.cpp
|
Bug 263825. Make paginated floats work, and other fixes. r+sr=dbaron
|
2005-03-23 03:35:08 +00:00 |
nsFrameList.h
|
Bug 263825. Make paginated floats work, and other fixes. r+sr=dbaron
|
2005-03-23 03:35:08 +00:00 |
nsFrameSetFrame.cpp
|
Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue.
|
2005-01-25 00:02:58 +00:00 |
nsFrameSetFrame.h
|
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
|
2005-04-28 23:48:28 +00:00 |
nsFrameUtil.cpp
|
Bug 252948 remove *WithConversion in layout
|
2004-07-25 12:18:04 +00:00 |
nsGfxScrollFrame.cpp
|
Bug 293453. Hack scrolled frame NS_FRAME_OUTSIDE_CHILDREN to work around event handling bug. r+sr=bzbarsky,a=asa
|
2005-05-15 23:04:45 +00:00 |
nsGfxScrollFrame.h
|
Forgot to check in these other files too
|
2005-05-02 23:01:41 +00:00 |
nsHTMLCanvasFrame.cpp
|
b=293267, fix canvas rendering speed, r+sr=bz,a=shaver
|
2005-05-12 21:34:56 +00:00 |
nsHTMLCanvasFrame.h
|
b=291216, canvas should not be an empty element, default width/height, fallback content should not be rendered, r+sr=bzbarsky, a=brendan/shaver
|
2005-05-07 03:45:06 +00:00 |
nsHTMLContainerFrame.cpp
|
Use the right langgroup when getting the font metrics for drawing text
|
2005-05-12 20:02:33 +00:00 |
nsHTMLContainerFrame.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsHTMLFrame.cpp
|
Bug 240276. Make nsHTMLScrollFrame be a regular HTML frame, not a box frame, so we don't have to go through box layout. It gets its own reflow implementation that handles min-max and lots of other good stuff. rs+sr=dbaron,a=asa
|
2005-04-28 21:57:22 +00:00 |
nsHTMLParts.h
|
Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
|
2005-04-05 23:54:35 +00:00 |
nsHTMLReflowCommand.cpp
|
Move reflow command construction into nsPresShell::AppendReflowCommand, remove
|
2005-02-08 00:59:52 +00:00 |
nsHTMLReflowCommand.h
|
Move reflow command construction into nsPresShell::AppendReflowCommand, remove
|
2005-02-08 00:59:52 +00:00 |
nsHTMLReflowMetrics.h
|
Bug 257612. Fix dynamic margin changes by 1) Propagate IsPreviousMarginDirty through empty lines 2) Reflow any line whose previous margin is dirty. 3) If a reflowed line could have been tested in a subsequent line's ShouldApplyTopMargin both before and after reflow, and might have been empty before or after reflow, then make the next line's previous margin dirty. 4) If reflowing a block changes its carried-out margin, then mark the next line's previous margin dirty. r+sr=dbaron
|
2004-09-18 14:39:07 +00:00 |
nsHTMLReflowState.cpp
|
Bug 292370. Adjust instrinsic widths in nsHTMLScrollFrame to account for 'width','min-width' and 'max-width' style settings. r+sr=dbaron,a=mkaply
|
2005-05-03 21:15:55 +00:00 |
nsHTMLReflowState.h
|
Bug 292370. Adjust instrinsic widths in nsHTMLScrollFrame to account for 'width','min-width' and 'max-width' style settings. r+sr=dbaron,a=mkaply
|
2005-05-03 21:15:55 +00:00 |
nsIAnonymousContentCreator.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsICanvasFrame.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
nsIFrame.h
|
Fix border width inheritance by keeping track of both the border width we'd
|
2005-04-29 15:44:38 +00:00 |
nsIFrameDebug.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsIFrameFrame.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
nsIFrameUtil.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
nsIImageFrame.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsILineIterator.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
nsImageFrame.cpp
|
293384 implement nsImageFrame::GetFrameName for easier debugging
|
2005-05-09 17:46:06 +00:00 |
nsImageFrame.h
|
293384 implement nsImageFrame::GetFrameName for easier debugging
|
2005-05-09 17:46:06 +00:00 |
nsImageMap.cpp
|
Destroy things at the right time (and in one place) to fix crashes. b=206021 r=mats.palmgren sr=roc
|
2005-03-28 23:03:47 +00:00 |
nsImageMap.h
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
nsInlineFrame.cpp
|
Actually address the review comments on bug 290377... r+sr=dbaron, a=asa
|
2005-04-30 05:16:21 +00:00 |
nsInlineFrame.h
|
Remove prescontext args for some nsIFrame methods
|
2005-02-07 01:58:25 +00:00 |
nsIntervalSet.cpp
|
|
|
nsIntervalSet.h
|
|
|
nsIObjectFrame.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
nsIPageSequenceFrame.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsIScrollableFrame.h
|
Unify box and frame trees by moving nsIBox methods onto nsIFrame. XUL-box frames can call the superclass nsBox implementation, all other frames get the nsFrame implementation of the box methods, which acts like nsBoxToBlockAdaptor used to. Bug 258513, r+sr=roc.
|
2004-09-28 18:37:50 +00:00 |
nsIScrollableViewProvider.h
|
Bug 254039. deCOMtaminate nsIScrollableFrame. r+sr=roc, patch by Will Levine
|
2004-09-06 02:44:43 +00:00 |
nsIStatefulFrame.h
|
Remove nsIPresState (bug 279699). r+sr=roc.
|
2005-01-27 22:52:53 +00:00 |
nsLeafFrame.cpp
|
frames with a percentage based width should report a 0 MEW bug 246999 r/sr=roc
|
2004-08-31 18:50:40 +00:00 |
nsLeafFrame.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsLineBox.cpp
|
Bug 263825. Make paginated floats work, and other fixes. r+sr=dbaron
|
2005-03-23 03:35:08 +00:00 |
nsLineBox.h
|
Bug 209694. Major rework of margin-collapsing and clearance to match CSS 2.1 rules. Also includes major incremental reflow fixes for those situations. See the bug for details. rubber-stamp r+sr=dbaron
|
2004-11-25 14:51:00 +00:00 |
nsLineLayout.cpp
|
add only fixed margins to the MEW, bug 292690 r/sr=dbaron a=chofmann
|
2005-05-22 15:47:49 +00:00 |
nsLineLayout.h
|
Bug 263825. Make paginated floats work, and other fixes. r+sr=dbaron
|
2005-03-23 03:35:08 +00:00 |
nsObjectFrame.cpp
|
Don't hold a pointer to a destroyed frame if we fail to load the placeholder
|
2005-05-06 03:14:31 +00:00 |
nsObjectFrame.h
|
Add assertion that warns when we're about to crash due to bug 136927. b=136927 r+sr=jst a=asa
|
2005-04-14 21:50:46 +00:00 |
nsPageContentFrame.cpp
|
Fix border width inheritance by keeping track of both the border width we'd
|
2005-04-29 15:44:38 +00:00 |
nsPageContentFrame.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsPageFrame.cpp
|
Bug 272386: Allow multiple special codes in print headers and footers. Patch by Alexandre Tremon <atremon@elansoftware.com>, r=smontagu, sr=roc, a=asa
|
2005-04-29 04:57:51 +00:00 |
nsPageFrame.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsPlaceholderFrame.cpp
|
Bug 263825. Make paginated floats work, and other fixes. r+sr=dbaron
|
2005-03-23 03:35:08 +00:00 |
nsPlaceholderFrame.h
|
Don't copy/paste code to cast to placeholder frames all over the place; use a
|
2005-04-14 15:30:35 +00:00 |
nsReflowPath.cpp
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsReflowPath.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsReflowType.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
nsSelection.cpp
|
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
|
2005-04-28 23:48:28 +00:00 |
nsSimplePageSequence.cpp
|
Windows CE build changes. This addresses most of the outstanding Windows
|
2005-04-29 13:33:49 +00:00 |
nsSimplePageSequence.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsSpaceManager.cpp
|
Bug 263825. Make paginated floats work, and other fixes. r+sr=dbaron
|
2005-03-23 03:35:08 +00:00 |
nsSpaceManager.h
|
Bug 209694. Major rework of margin-collapsing and clearance to match CSS 2.1 rules. Also includes major incremental reflow fixes for those situations. See the bug for details. rubber-stamp r+sr=dbaron
|
2004-11-25 14:51:00 +00:00 |
nsSpacerFrame.cpp
|
frames with a percentage based width should report a 0 MEW bug 246999 r/sr=roc
|
2004-08-31 18:50:40 +00:00 |
nsSplittableFrame.cpp
|
Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine
|
2004-09-14 02:28:03 +00:00 |
nsSplittableFrame.h
|
Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine
|
2004-09-14 02:28:03 +00:00 |
nsTextFrame.cpp
|
Bug 289652 [regression] -moz-selection fails to work r+sr=bzbarsky, a=asa
|
2005-05-22 17:17:46 +00:00 |
nsTextFrame.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
nsTextTransformer.cpp
|
Discarded characters cause the selected text to shift, b=289857. Patch by Hideo Saito <saito@densan.co.jp>, r+sr=rbs, a=chofmann
|
2005-04-22 01:30:46 +00:00 |
nsTextTransformer.h
|
Discarded characters cause the selected text to shift, b=289857. Patch by Hideo Saito <saito@densan.co.jp>, r+sr=rbs, a=chofmann
|
2005-04-22 01:30:46 +00:00 |
nsViewportFrame.cpp
|
Remove prescontext args for some nsIFrame methods
|
2005-02-07 01:58:25 +00:00 |
nsViewportFrame.h
|
Remove prescontext args for some nsIFrame methods
|
2005-02-07 01:58:25 +00:00 |
punct_marks.ccmap
|
bug 263411 : :first-letter pseudo-element doesn't include all punctuation marks in the Unicode (r/sr=dbaron)
|
2004-10-08 05:00:53 +00:00 |