gecko-dev/layout/generic
cbiesinger%web.de ac00cddace bug 309706
- Add some logging to nsObjectLoadingContent
- Add a StopPlugin() method to nsIObjectFrame
  - Make use of that in PrepareInstanceOwner, so that loading a new plugin in
    the same frame works as expected
- Initialize <applet> and <embed> elements to eType_Loading, so that the type is
  only eType_Plugin if mURI and mContentType are valid

r+sr=bz
2005-10-31 18:28:56 +00:00
..
.cvsignore
Makefile.in b=288714, html canvas implementation, r=various,a=brendan 2005-04-18 06:33:23 +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 border width inheritance by keeping track of both the border width we'd 2005-04-29 15:44:38 +00:00
nsAbsoluteContainingBlock.h
nsAreaFrame.cpp Bug 313817. DeCOMtaminate a bunch of NS_New*Frame functions. patch by Marc Liddell, r+sr=roc 2005-10-26 21:46:39 +00:00
nsAreaFrame.h Bug 313817. DeCOMtaminate a bunch of NS_New*Frame functions. patch by Marc Liddell, r+sr=roc 2005-10-26 21:46:39 +00:00
nsAutoCopyListener.h
nsBRFrame.cpp Bug 304891 Using ctrl+right arrow in textarea, first word after hard line break is skipped 2005-09-19 05:16:25 +00:00
nsBidiFrames.cpp
nsBidiFrames.h
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
nsBlockFrame.cpp Bug 307158. Half-heartedly account for vertical scrollbar presence when positioning absolute children relative to the right edge of a scrollable container. r+sr=dbaron with regrets. 2005-10-18 05:00:24 +00:00
nsBlockFrame.h Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman. 2005-09-19 02:15:54 +00:00
nsBlockReflowContext.cpp Bug 298893. Collapse the leading and trailing margins of a column set. Makes columns degrade more gracefully. 2005-08-02 20:05:52 +00:00
nsBlockReflowContext.h
nsBlockReflowState.cpp Bug 311827: Make GetAttr return a bool rather then an nsresult. 2005-10-28 11:25:24 +00:00
nsBlockReflowState.h Bug 186485. The nsLineBox maximum-width includes the block's left border-padding but not the right. r+sr=roc,a=asa,patch by Hideo Saito 2005-06-20 03:42:19 +00:00
nsBulletFrame.cpp Make sure to reset our intrinsic size if we're doing a GetDesiredSize and have 2005-08-02 14:35:32 +00:00
nsBulletFrame.h
nsColumnSetFrame.cpp Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman. 2005-09-19 02:15:54 +00:00
nsContainerFrame.cpp Backing out patch for bug 94687 due to regressions 2005-09-29 20:35:06 +00:00
nsContainerFrame.h Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman. 2005-09-19 02:15:54 +00:00
nsFirstLetterFrame.cpp
nsFrame.cpp Caret skips blank line using down-arrow key in preformatted text (e.g. View Source). Bug 298690, patch by Uri Bernstein <uriber@gmail.com>, r+sr=roc 2005-10-30 13:05:45 +00:00
nsFrame.h Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman. 2005-09-19 02:15:54 +00:00
nsFrameFrame.cpp Bug 313817. DeCOMtaminate a bunch of NS_New*Frame functions. patch by Marc Liddell, r+sr=roc 2005-10-26 21:46:39 +00:00
nsFrameList.cpp Bug 313164 Bidi: Caret navigation broken inside inline elements 2005-10-21 20:08:50 +00:00
nsFrameList.h Bug 280987. Remove aPresContext from nsIFrameDebug::List. r+sr=roc, patch by Vidar Braut Harr. 2005-09-06 21:34:50 +00:00
nsFrameSetFrame.cpp Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI 2005-10-27 02:25:23 +00:00
nsFrameSetFrame.h Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman. 2005-09-19 02:15:54 +00:00
nsFrameUtil.cpp
nsGfxScrollFrame.cpp Bug 311827: Make GetAttr return a bool rather then an nsresult. 2005-10-28 11:25:24 +00:00
nsGfxScrollFrame.h Bug 307158. Half-heartedly account for vertical scrollbar presence when positioning absolute children relative to the right edge of a scrollable container. r+sr=dbaron with regrets. 2005-10-18 05:00:24 +00:00
nsHTMLCanvasFrame.cpp Bug 280987. Remove aPresContext from nsIFrameDebug::List. r+sr=roc, patch by Vidar Braut Harr. 2005-09-06 21:34:50 +00:00
nsHTMLCanvasFrame.h Bug 280987. Remove aPresContext from nsIFrameDebug::List. r+sr=roc, patch by Vidar Braut Harr. 2005-09-06 21:34:50 +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
nsHTMLFrame.cpp Bug 309099. Entire client area should not be repainted for each focus move. Patch by Robert O'Callahan (roc). r=aaronlev, sr=neil 2005-09-29 13:16:46 +00:00
nsHTMLParts.h Bug 313817. DeCOMtaminate a bunch of NS_New*Frame functions. patch by Marc Liddell, r+sr=roc 2005-10-26 21:46:39 +00:00
nsHTMLReflowCommand.cpp
nsHTMLReflowCommand.h
nsHTMLReflowMetrics.h
nsHTMLReflowState.cpp Bug 307158. Half-heartedly account for vertical scrollbar presence when positioning absolute children relative to the right edge of a scrollable container. r+sr=dbaron with regrets. 2005-10-18 05:00:24 +00:00
nsHTMLReflowState.h Bug 307158. Half-heartedly account for vertical scrollbar presence when positioning absolute children relative to the right edge of a scrollable container. r+sr=dbaron with regrets. 2005-10-18 05:00:24 +00:00
nsIAnonymousContentCreator.h
nsICanvasFrame.h
nsIFrame.h Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman. 2005-09-19 02:15:54 +00:00
nsIFrameDebug.h Bug 280987. Remove aPresContext from nsIFrameDebug::List. r+sr=roc, patch by Vidar Braut Harr. 2005-09-06 21:34:50 +00:00
nsIFrameFrame.h
nsIFrameUtil.h
nsIImageFrame.h
nsILineIterator.h Bug 277553 clicking on Textarea with a RTL direction doesnt work 2005-08-02 21:55:55 +00:00
nsIObjectFrame.h bug 309706 2005-10-31 18:28:56 +00:00
nsIPageSequenceFrame.h
nsIScrollableFrame.h Bug 307158. Half-heartedly account for vertical scrollbar presence when positioning absolute children relative to the right edge of a scrollable container. r+sr=dbaron with regrets. 2005-10-18 05:00:24 +00:00
nsIScrollableViewProvider.h
nsIStatefulFrame.h
nsImageFrame.cpp Bug 311827: Make GetAttr return a bool rather then an nsresult. 2005-10-28 11:25:24 +00:00
nsImageFrame.h Implement :-moz-broken, :-moz-user-disabled, and :-moz-suppressed 2005-09-18 18:05:40 +00:00
nsImageMap.cpp Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI 2005-10-27 02:25:23 +00:00
nsImageMap.h Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI 2005-10-27 02:25:23 +00:00
nsInlineFrame.cpp Bug 308517. Crash when browse with images off and screen reader running. r+sr=bryner 2005-09-15 21:13:00 +00:00
nsInlineFrame.h
nsIntervalSet.cpp
nsIntervalSet.h
nsLeafFrame.cpp
nsLeafFrame.h
nsLineBox.cpp Caret skips blank line using down-arrow key in preformatted text (e.g. View Source). Bug 298690, patch by Uri Bernstein <uriber@gmail.com>, r+sr=roc 2005-10-30 13:05:45 +00:00
nsLineBox.h Fix some nsFloatCache leaks. Bug 302438, r+sr=dbaron 2005-10-21 22:23:28 +00:00
nsLineLayout.cpp Implement HTML4 align=middle according to spec. Correct the DOM attribute value mapping for some of the other values as well. b=192077 r+sr=dbaron 2005-08-30 22:46:45 +00:00
nsLineLayout.h Bug 297537. Line layout should not set an available-height constraint on the inline frames, because they can't break vertically ... and it certainly shouldn't set the constraint based on the band dimensions. Fixes Gmail rich text toolbar layout issue. r+sr=dbaron,a=asa 2005-06-17 02:46:36 +00:00
nsObjectFrame.cpp bug 309706 2005-10-31 18:28:56 +00:00
nsObjectFrame.h bug 309706 2005-10-31 18:28:56 +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
nsPageFrame.cpp Remove unused code. Bug 292300, r+sr=roc, a=shaver 2005-06-02 10:45:39 +00:00
nsPageFrame.h
nsPlaceholderFrame.cpp Bug 280987. Remove aPresContext from nsIFrameDebug::List. r+sr=roc, patch by Vidar Braut Harr. 2005-09-06 21:34:50 +00:00
nsPlaceholderFrame.h Bug 308710. Create accessibles for out of flow frames. r+sr=bryner 2005-09-22 21:59:06 +00:00
nsReflowPath.cpp
nsReflowPath.h
nsReflowType.h
nsSelection.cpp Restore Mac-specific caret movement when there is a selection. b=299417 r=uriber sr=roc 2005-10-17 00:51:46 +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
nsSpaceManager.cpp Bug 292348 NewEmbededPluginStream misspelled 2005-06-08 23:42:15 +00:00
nsSpaceManager.h Bug 299742. Blocks that contain lines with clearance need not reflow those lines if there are no floats in the space manager yet and no lines need to be reflowed otherwise. 2005-07-26 21:35:59 +00:00
nsSpacerFrame.cpp Bug 311827: Make GetAttr return a bool rather then an nsresult. 2005-10-28 11:25:24 +00:00
nsSplittableFrame.cpp
nsSplittableFrame.h
nsTextFrame.cpp Caret skips blank line using down-arrow key in preformatted text (e.g. View Source). Bug 298690, patch by Uri Bernstein <uriber@gmail.com>, r+sr=roc 2005-10-30 13:05:45 +00:00
nsTextFrame.h Bug 307532 Selection colors should be saved in nsTextFrame::TextPaintStyle, not DrawSelectionIterator r+sr=roc 2005-10-29 14:01:55 +00:00
nsTextTransformer.cpp Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz. 2005-09-11 10:08:43 +00:00
nsTextTransformer.h Bug 304891 Using ctrl+right arrow in textarea, first word after hard line break is skipped 2005-09-19 05:16:25 +00:00
nsViewportFrame.cpp Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman. 2005-09-19 02:15:54 +00:00
nsViewportFrame.h Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman. 2005-09-19 02:15:54 +00:00
punct_marks.ccmap