.. |
public
|
Backing out latest checkins due to them not working on linux and other unix systems with broken compilers.
|
2002-04-04 07:31:16 +00:00 |
src
|
Remove |aForceUnique| parameter from style context resolving methods, and corresponding flag from nsStyleContext, since the only caller was ReResolveStyleContext (on the assumption that other callers used it). Allow ReResolveStyleContext to benefit from FindChildWithRules and allow it to re-resolve to the same tree even when called on the root style context. b=133821 r=attinasi sr=hyatt a=asa
|
2002-03-31 16:59:00 +00:00 |
tests
|
Order matters.
|
2001-12-18 11:58:12 +00:00 |
.cvsignore
|
|
|
bidicattable.h
|
Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi
|
2002-02-19 20:41:32 +00:00 |
Makefile.in
|
Bug 86947:
|
2001-10-25 01:08:40 +00:00 |
makefile.win
|
|
|
nsAutoCopy.cpp
|
fixes bug 70519 "Select All (+ Copy) does not clobber the X primary selection"
|
2001-10-31 06:14:11 +00:00 |
nsBidi.cpp
|
Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi
|
2002-02-19 20:41:32 +00:00 |
nsBidi.h
|
Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi
|
2002-02-19 20:41:32 +00:00 |
nsBidiPresUtils.cpp
|
Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi
|
2002-02-19 20:41:32 +00:00 |
nsBidiPresUtils.h
|
Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi
|
2002-02-19 20:41:32 +00:00 |
nsBidiUtils.cpp
|
Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi
|
2002-02-19 20:41:32 +00:00 |
nsBidiUtils.h
|
Fix for bug 121654, "Browser hangs when viewing a Ja message w/o MIME header with folder charset set to Arabic (IBM-864)". r=mkaply, sr=kin, a=asa
|
2002-03-05 00:41:35 +00:00 |
nsCaret.cpp
|
Tweak XP_MACOSX ifdefs to fix keyboard shortcuts (partly), context menus, and hidden window behavior and build the mac classic skin in the Mach-O build. b=109165 r=pinkerton sr=beard
|
2001-11-10 23:30:13 +00:00 |
nsCaret.h
|
|
|
nsChildIterator.cpp
|
Factoring out ChildIterator to separate files so that the outliner code can use it. Not yet part of the build.
|
2001-12-16 09:13:48 +00:00 |
nsChildIterator.h
|
Fix OS/2 bustage by undefining |index|.
|
2002-01-05 15:43:19 +00:00 |
nsCSSFrameConstructor.cpp
|
Bug 132844 - detect the MathML namespace to load mathml.css on demand. This allows MathML to be styled properly in documents without a DOCTYPE, e.g., in the case of transformed documents that are produced on the fly from XSLT; r=heikki, sr=jst, a=asa
|
2002-04-04 15:42:45 +00:00 |
nsCSSFrameConstructor.h
|
bugs 110156, 110155
|
2002-03-29 02:46:01 +00:00 |
nsCSSRendering.cpp
|
suppress the painting of partially decoded background images bug 129908; r=pavlov sr=attinasi a=asa
|
2002-03-23 04:33:37 +00:00 |
nsCSSRendering.h
|
Fix drawing of rounded borders and backgrounds on large elements by using PRInt32 instead of PRInt16. b=131233 r=dcone sr=attinasi a=asa
|
2002-03-16 15:25:16 +00:00 |
nsDocumentViewer.cpp
|
it is just a matter of turning off a boolean in the right spot. The previous spot was some arbitrary in that method. Now we turn it
|
2002-04-04 13:04:21 +00:00 |
nsFrameContentIterator.cpp
|
|
|
nsFrameManager.cpp
|
Attempt to fix topcrash bugs, possibly due to stale cached lookup undisplayed entry (that part by dbaron). Also added some artificial branching to help narrow the problem should crash persist. b=118014 r=attinasi/dbaron, sr=kin a=asa (drivers)
|
2002-04-02 21:14:43 +00:00 |
nsFrameTraversal.cpp
|
Fixing compile warnings. r=akkana, sr=ben.
|
2001-12-07 01:57:56 +00:00 |
nsFrameTraversal.h
|
|
|
nsIAutoCopy.h
|
|
|
nsICaret.h
|
|
|
nsIChromeEventHandler.idl
|
|
|
nsIDocumentViewer.h
|
|
|
nsIFrameSelection.h
|
|
|
nsIFrameTraversal.h
|
|
|
nsILayoutDebugger.h
|
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
|
2001-10-23 01:37:21 +00:00 |
nsILayoutHistoryState.h
|
|
|
nsImageLoader.cpp
|
suppress the painting of partially decoded background images bug 129908; r=pavlov sr=attinasi a=asa
|
2002-03-23 04:33:37 +00:00 |
nsImageLoader.h
|
Fixing bug 84654. r=bryner sr=sfraser. image blocking should not block backgrounds if you use it
|
2002-02-14 23:31:54 +00:00 |
nsIPercentHeightObserver.h
|
bug 113424 - mechanism for percent height frames inside table cells to receive special height reflow. sr=attinasi, r=alexsavulov
|
2001-12-07 14:51:12 +00:00 |
nsIPresShell.h
|
Backing out latest checkins due to them not working on linux and other unix systems with broken compilers.
|
2002-04-04 07:31:16 +00:00 |
nsIPresState.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:26:36 +00:00 |
nsIReflowCallback.h
|
|
|
nsLayoutAtomList.h
|
Fix 2 cases where ReResolveStyleContext was broken, causing serious problems with dynamic style reresolution. Change nsIFrame::GetStyleContextProvider to GetParentStyleContextFrame, always use its result rather than using the parent frame in some cases, and move a bit of the complexity into the GetParentStyleContextFrame implementations. Fix block-within-inline case (bug 129350) using a special-previous-sibling frame property and ensuring that NS_FRAME_IS_SPECIAL is copied when frames are split. Fix out-of-flow frame case (bug 88154) by going to the placeholder map and by parenting the placeholder frame style contexts to the style context from their frame parent rather than the out-of-flow frame. b=129350 r=attinasi sr=hyatt a=asa
|
2002-03-27 02:38:13 +00:00 |
nsLayoutAtoms.cpp
|
Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan
|
2001-10-20 23:19:07 +00:00 |
nsLayoutAtoms.h
|
|
|
nsLayoutDebugger.cpp
|
|
|
nsLayoutHistoryState.cpp
|
|
|
nsPresContext.cpp
|
Remove |aForceUnique| parameter from style context resolving methods, and corresponding flag from nsStyleContext, since the only caller was ReResolveStyleContext (on the assumption that other callers used it). Allow ReResolveStyleContext to benefit from FindChildWithRules and allow it to re-resolve to the same tree even when called on the root style context. b=133821 r=attinasi sr=hyatt a=asa
|
2002-03-31 16:59:00 +00:00 |
nsPresContext.h
|
Remove |aForceUnique| parameter from style context resolving methods, and corresponding flag from nsStyleContext, since the only caller was ReResolveStyleContext (on the assumption that other callers used it). Allow ReResolveStyleContext to benefit from FindChildWithRules and allow it to re-resolve to the same tree even when called on the root style context. b=133821 r=attinasi sr=hyatt a=asa
|
2002-03-31 16:59:00 +00:00 |
nsPresShell.cpp
|
Backing out latest checkins due to them not working on linux and other unix systems with broken compilers.
|
2002-04-04 07:31:16 +00:00 |
nsPresState.cpp
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:26:36 +00:00 |
nsStyleChangeList.cpp
|
remove memcpy function from nsCRT, eliminate 2 new nsCRT::memcpy callers
|
2002-01-26 00:04:45 +00:00 |
nsStyleChangeList.h
|
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
|
2001-10-23 01:37:21 +00:00 |
nsStyleConsts.h
|
bug 24000 - implement page-break-before/after:always using new nsPageBreakFrame. Tables handle page breaks internally. a=asa, sr=attinasi, r=alexsavulov
|
2002-03-17 21:35:08 +00:00 |
symmtable.h
|
Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi
|
2002-02-19 20:41:32 +00:00 |