This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
layout
/
base
/
public
History
caillon%returnzero.com
30a2ad500d
comment fixes r+sr=bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@136834 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-22 08:01:37 +00:00
..
Makefile.in
ReResolveStyleContext needs to deal with :before/:after pseudos correctly. Bug
2003-01-05 05:05:17 +00:00
MANIFEST
ReResolveStyleContext needs to deal with :before/:after pseudos correctly. Bug
2003-01-05 05:05:17 +00:00
MANIFEST_IDL
attempting to fix MANIFEST_IDL bustage from mjudge's checkin
2002-09-11 06:54:05 +00:00
nsBidi.h
Make Bidi symmetric swapping handle characters outside BMP. Bug 122800, r=mkaply, sr=darin
2002-11-22 23:49:29 +00:00
nsBidiPresUtils.h
…
nsCompatibility.h
…
nsFrameList.h
Fix ReplaceChild() on positioned inlines to delegate to
2002-11-12 03:30:13 +00:00
nsFrameTraversal.h
…
nsHTMLReflowMetrics.h
Replace computation of max-element-size (height and width) with max-element-width alone, since the max-element-height is practically unused and not meaningful for layout. b=186953 r+sr=bzbarsky
2003-01-09 14:26:32 +00:00
nsHTMLReflowState.h
bug 175455 - Added mTableDerivedComputedWidth to the reflow state to detect computed widths which exist only because of table cells. Limit percent width of descendants whose percentage base has such a computed width. sr=roc, r=bernd
2003-01-19 20:07:39 +00:00
nsIAutoCopy.h
…
nsICanvasFrame.h
…
nsICaret.h
Bug 166791. Invisible insertion point after tabbing to text field when typeaheadfind is active. r=mjudge, sr=alecf
2002-09-26 00:07:53 +00:00
nsIChromeEventHandler.idl
…
nsIFocusTracker.h
…
nsIFrame.h
Move GetFirstInFlow/GetLastInFlow up to nsIFrame. Bug 187117, r=roc+moz, sr=dbaron
2003-01-16 02:59:04 +00:00
nsIFrameDebug.h
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
2003-01-09 06:49:07 +00:00
nsIFrameFrame.h
…
nsIFrameManager.h
bug 127286 (part II due to cvs problems) - Handle splitting of floaters when lines impacting them are outside the block containing the floaters. sr=kin, r=alexsavulov
2002-12-04 00:58:52 +00:00
nsIFrameSelection.h
Bug 98546. Fix word break detection to improve select by word where there is punctuation in the word. Also fixes 125172, double clicking in URL bar should select only part of URL. Also fixes bug 133312, word selection with accented letters. r=brade, sr=sfraser
2003-01-09 20:56:53 +00:00
nsIFrameTraversal.h
…
nsIFrameUtil.h
…
nsIImageFrame.h
…
nsIImageMap.h
…
nsIIndependentSelection.h
…
nsILayoutDebugger.h
…
nsILayoutHistoryState.h
…
nsIMutableStyleContext.h
…
nsIObjectFrame.h
…
nsIPageSequenceFrame.h
Change STF to use an unconstrainad reflow instead of searching for the widest frame
2002-09-19 21:45:07 +00:00
nsIPercentHeightObserver.h
…
nsIPresContext.h
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
2003-01-09 06:49:07 +00:00
nsIPresShell.h
Implement CSS3 :target pseudo-class, which matches the target of the fragment identifier of the document's URL. Change the semantics of nsIPresShell::GoToAnchor by requiring that it be called whenever the current target changes, with an additional boolean parameter specifying whether to scroll. b=188734 r=glazman sr=bzbarsky
2003-01-13 23:10:53 +00:00
nsIPresState.h
…
nsIPrintContext.h
…
nsIPrintPreviewContext.h
…
nsIReflowCallback.h
…
nsIScrollableFrame.h
comment fixes r+sr=bzbarsky
2003-01-22 08:01:37 +00:00
nsIScrollableViewProvider.h
…
nsISelectionImageService.idl
14835 r=pavlov sr=sfraser alpha blending on images to denote selection.
2002-09-11 03:03:49 +00:00
nsIStatefulFrame.h
…
nsIStyleContext.h
Make GetParent on nsStyleContext return an
2002-10-09 01:46:15 +00:00
nsIStyleFrameConstruction.h
…
nsIStyleSet.h
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
2003-01-09 06:49:07 +00:00
nsITextFrame.h
…
nsLayoutErrors.h
Bug 8929: Kill NS_COMFALSE
2002-11-25 11:21:22 +00:00
nsLayoutUtils.h
ReResolveStyleContext needs to deal with :before/:after pseudos correctly. Bug
2003-01-05 05:05:17 +00:00
nsPresContext.h
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
2003-01-09 06:49:07 +00:00
nsReflowType.h
…
nsStyleChangeList.h
In certain dynamic updates, frames scheduled to be reprocessed could be destroyed in a ripple effect. Since this was a root problem, the patch fixes the crasher bugs 123049, 133219 154797 187671 187890, r=bzbarsky, sr=dbaron
2003-01-20 01:07:03 +00:00
nsStyleConsts.h
Bug 14777 - Give inline background image painting a rhyme and reason to how it works. Implement CSS3 proposal (-moz-)background-inline-policy.
2003-01-17 09:33:52 +00:00