.. |
public
|
More nsIPresContext deCOMtamination (bug 229371). Removed GetBaseURL, rename GetMedium to Medium and inline it, remove virtual style resolution methods that forward to style set (callers will call style set methods directly). Removed PresContext parameter to StyleSet style resolution functions. r+sr=dbaron.
|
2004-01-28 00:18:22 +00:00 |
src
|
More nsIPresContext deCOMtamination (bug 229371). Removed GetBaseURL, rename GetMedium to Medium and inline it, remove virtual style resolution methods that forward to style set (callers will call style set methods directly). Removed PresContext parameter to StyleSet style resolution functions. r+sr=dbaron.
|
2004-01-28 00:18:22 +00:00 |
tests
|
Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron.
|
2004-01-07 22:30:53 +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
|
|
|
nsBidi.cpp
|
|
|
nsBidi.h
|
|
|
nsBidiPresUtils.cpp
|
Bug 190735. deCOMtaminate nsIFrame::FirstChild and nsIFrame::GetAdditionalChildListName. r+sr=bz
|
2004-01-09 14:20:53 +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
|
Continuing nsIPresContext deCOMtamination (bug 229371). Remove GetImageLoadFlags (unused). Make failure to fetch the LookAndFeel service cause Init() to fail, don't null check it after that, and inlined the getter. Move IOService caching to nsImageFrame, the only user of it. r+sr=bzbarsky.
|
2004-01-21 09:35:59 +00:00 |
nsCaret.h
|
Bug 199412: optimize nsTypedSelection::ScrollIntoView r/sr=sfraser
|
2003-04-20 01:03:40 +00:00 |
nsChangeHint.h
|
Remove nsChangeHint_ReconstructDoc. b=230945 r+sr=bzbarsky
|
2004-01-15 03:32:06 +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
|
Fix XBL extension of XHTML namespaced nodes. Bug 176606, patch by hyatt,
|
2004-01-31 19:09:47 +00:00 |
nsCSSFrameConstructor.h
|
DeCOMtaminate nsCSSFrameConstructor (bug 231157). This gets rid of the nsIStyleFrameConstruction and nsICSSFrameConstructor interfaces. The frame constructor now has the same lifetime as the pres shell. r+sr=dbaron.
|
2004-01-21 23:05:10 +00:00 |
nsCSSRendering.cpp
|
Bug 113561 - handle tiling of images where the frame is smaller
|
2004-01-16 23:28:51 +00:00 |
nsCSSRendering.h
|
|
|
nsDocumentViewer.cpp
|
Continuing nsIPresContext deCOMtamination (bug 229371). Remove GetImageLoadFlags (unused). Make failure to fetch the LookAndFeel service cause Init() to fail, don't null check it after that, and inlined the getter. Move IOService caching to nsImageFrame, the only user of it. r+sr=bzbarsky.
|
2004-01-21 09:35:59 +00:00 |
nsFrameContentIterator.cpp
|
Fixing bug 230840. DeCOMtaminating nsIDocumentObserver, nsIAttribute, nsIContentList, and nsIContentIterator, and doing some other cleanup. r=jonas@sicking.cc, sr=bryner@brianryner.com
|
2004-01-24 00:46:17 +00:00 |
nsFrameManager.cpp
|
More nsIPresContext deCOMtamination (bug 229371). Removed GetBaseURL, rename GetMedium to Medium and inline it, remove virtual style resolution methods that forward to style set (callers will call style set methods directly). Removed PresContext parameter to StyleSet style resolution functions. r+sr=dbaron.
|
2004-01-28 00:18:22 +00:00 |
nsFrameTraversal.cpp
|
Fix warnings about uninitialized 'result' in nsFrameTraversal. r+sr=brendan
|
2004-01-09 21:45:24 +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
|
Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron.
|
2004-01-07 22:30:53 +00:00 |
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
|
Miscellaneous cleanup. r/sr=jst.
|
2004-01-18 10:45:26 +00:00 |
nsImageLoader.h
|
|
|
nsIPercentHeightObserver.h
|
|
|
nsIPresShell.h
|
DeCOMtaminate nsCSSFrameConstructor (bug 231157). This gets rid of the nsIStyleFrameConstruction and nsICSSFrameConstructor interfaces. The frame constructor now has the same lifetime as the pres shell. r+sr=dbaron.
|
2004-01-21 23:05:10 +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
|
Fix for bug 230439 (Remove anonymous nodeinfomanager and other cleanup). r=caillon, sr=jst.
|
2004-01-18 14:52:21 +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::FirstChild and nsIFrame::GetAdditionalChildListName. r+sr=bz
|
2004-01-09 14:20:53 +00:00 |
nsLayoutUtils.h
|
More nsIPresContext deCOMtamination (bug 229371). Removed GetBaseURL, rename GetMedium to Medium and inline it, remove virtual style resolution methods that forward to style set (callers will call style set methods directly). Removed PresContext parameter to StyleSet style resolution functions. r+sr=dbaron.
|
2004-01-28 00:18:22 +00:00 |
nsPresContext.cpp
|
More nsIPresContext deCOMtamination (bug 229371). Removed GetBaseURL, rename GetMedium to Medium and inline it, remove virtual style resolution methods that forward to style set (callers will call style set methods directly). Removed PresContext parameter to StyleSet style resolution functions. r+sr=dbaron.
|
2004-01-28 00:18:22 +00:00 |
nsPresContext.h
|
More nsIPresContext deCOMtamination (bug 229371). Removed GetBaseURL, rename GetMedium to Medium and inline it, remove virtual style resolution methods that forward to style set (callers will call style set methods directly). Removed PresContext parameter to StyleSet style resolution functions. r+sr=dbaron.
|
2004-01-28 00:18:22 +00:00 |
nsPresShell.cpp
|
Use a stub implementation of nsIDocumentObserver for implementors of nsIDocumentObserver in the layout library. b=232351 r+sr=jst
|
2004-01-29 01:45:34 +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
|
Remove nsChangeHint_ReconstructDoc. b=230945 r+sr=bzbarsky
|
2004-01-15 03:32:06 +00:00 |
nsStyleChangeList.h
|
|
|
nsStyleConsts.h
|
Bug 230973 - NS_STYLE_LIST_STYLE_BASIC is spurious. Remove its usage in favor of the correct default of disc. r+sr=dbaron
|
2004-01-15 22:06:39 +00:00 |
symmtable.h
|
|
|