gecko-dev/layout/base
2003-11-17 00:35:17 +00:00
..
public Turn DetermineFrameType into InitFrameType. b=225911 r+sr=bzbarsky 2003-11-17 00:35:17 +00:00
src Bug #98564 --> caret overlaps the last character in textfield (if positioned after the last char). 2003-11-16 07:08:55 +00:00
tests 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
.cvsignore
bidicattable.h Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:37:27 +00:00
Makefile.in
nsAutoCopy.cpp Remove unneeded include nsWidgetsCID.h (bug 189813), patch by luke_harless@attglobal.net, r=jkeiser@netscape.com, sr=sfraser@netscape.com 2003-03-06 00:59:43 +00:00
nsBidi.cpp Bug 126484 Occurences of uninitialized variables being used before being set (in Bidi files) 2003-02-23 11:10:28 +00:00
nsBidi.h
nsBidiPresUtils.cpp Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky 2003-10-31 20:19:18 +00:00
nsBidiPresUtils.h Use a hashtable instead of searching an array, to make RemoveBidiContinuation() not be O(n^2). Bug 212827, r+sr=bzbarsky. 2003-07-24 18:33:50 +00:00
nsBidiUtils.cpp Don't do numeric substitution in Arabic text by default. Bug 181711, r+sr=rbs, a=asa. 2003-05-08 18:38:19 +00:00
nsBidiUtils.h Don't do numeric substitution in Arabic text by default. Bug 181711, r+sr=rbs, a=asa. 2003-05-08 18:38:19 +00:00
nsCaret.cpp Bug #98564 --> caret overlaps the last character in textfield (if positioned after the last char). 2003-11-16 07:08:55 +00:00
nsCaret.h Bug 199412: optimize nsTypedSelection::ScrollIntoView r/sr=sfraser 2003-04-20 01:03:40 +00:00
nsChangeHint.h Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky 2003-07-11 21:16:12 +00:00
nsChildIterator.cpp deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst. 2003-10-22 06:09:48 +00:00
nsChildIterator.h Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
nsCompatibility.h
nsCSSColorUtils.cpp Fixing compiler warnings. "Comparison is always false due to limited range of data type". No bug. 2003-07-09 06:42:14 +00:00
nsCSSColorUtils.h
nsCSSFrameConstructor.cpp Clarify when ReParentStyleContext should be called and remove more bogus style 2003-11-13 04:31:04 +00:00
nsCSSFrameConstructor.h Use the correct term "float" instead of "floater". b=218654 r+sr=bzbarsky 2003-10-13 21:51:02 +00:00
nsCSSRendering.cpp Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky 2003-10-31 20:19:18 +00:00
nsCSSRendering.h Bug 191938. 'Dont print backgrounds' by setting background to white. also clean up unused params and make background-attachment:fixed work in printing/printpreview. r+sr=bzbarsky 2003-02-23 02:49:22 +00:00
nsDocumentViewer.cpp Bug 224018 unused variables gDumpFileNameCnt, gDumpLOFileNameCnt in nsDocumentViewer.cpp 2003-11-03 13:17:00 +00:00
nsFrameContentIterator.cpp Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:37:27 +00:00
nsFrameManager.cpp Clarify when ReParentStyleContext should be called and remove more bogus style 2003-11-13 04:31:04 +00:00
nsFrameTraversal.cpp Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky 2003-10-31 20:19:18 +00:00
nsFrameTraversal.h
nsIAutoCopy.h
nsICaret.h Bug 199412: optimize nsTypedSelection::ScrollIntoView r/sr=sfraser 2003-04-20 01:03:40 +00:00
nsIChromeEventHandler.idl
nsIDocumentViewer.h Bug 209087 2003-06-13 20:10:01 +00:00
nsIDocumentViewerPrint.h
nsIFrameSelection.h patch from mjudge to maintainselection; r/sr=dbaron, bug=56401 2003-07-21 19:51:34 +00:00
nsIFrameTraversal.h
nsIImageMap.h
nsILayoutDebugger.h
nsILayoutHistoryState.h
nsImageLoader.cpp deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst. 2003-10-22 06:09:48 +00:00
nsImageLoader.h
nsIPercentHeightObserver.h
nsIPresShell.h Add inline accessors for frame manager. b=208190 r+sr=roc 2003-07-12 00:48:16 +00:00
nsIPresState.h bug 218297 : disabled property of input elements is not stored in history 2003-11-10 05:52:29 +00:00
nsIReflowCallback.h
nsISelectionImageService.idl
nsLayoutAtomList.h Use the correct term "float" instead of "floater". b=218654 r+sr=bzbarsky 2003-10-13 21:51:02 +00:00
nsLayoutAtoms.cpp fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron 2003-04-02 04:51:07 +00:00
nsLayoutAtoms.h Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky 2003-10-31 20:19:18 +00:00
nsLayoutDebugger.cpp
nsLayoutErrors.h bug 218297 : disabled property of input elements is not stored in history 2003-11-10 05:52:29 +00:00
nsLayoutHistoryState.cpp Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:37:27 +00:00
nsLayoutUtils.cpp Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky 2003-10-31 20:19:18 +00:00
nsLayoutUtils.h Bug 222468. Make nsLayoutUtils::CompareTreePosition work even if the aCommonAncestor parameter is not, in fact, a common ancestor. 2003-10-17 14:10:02 +00:00
nsPresContext.cpp Bug 225120 Remove compiler warnings 2003-11-09 22:51:28 +00:00
nsPresContext.h Clarify when ReParentStyleContext should be called and remove more bogus style 2003-11-13 04:31:04 +00:00
nsPresShell.cpp Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky 2003-10-31 20:19:18 +00:00
nsPresState.cpp bug 218297 : disabled property of input elements is not stored in history 2003-11-10 05:52:29 +00:00
nsStyleChangeList.cpp 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
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 Add pref for the default :active styling. Bug 142163, patch by 2003-10-15 01:56:12 +00:00
symmtable.h