.. |
public
|
make clip:inherit work. Bug 141734, r=dbaron, sr=attinasi
|
2002-05-09 20:05:25 +00:00 |
src
|
Text zoom should reflow the viewport, otherwise fixed-pos elements don't
|
2002-04-29 13:46:29 +00:00 |
tests
|
Order matters.
|
2001-12-18 11:58:12 +00:00 |
.cvsignore
|
…
|
|
Makefile.in
|
…
|
|
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.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
|
Correct handling of zero-width joiners and non-joiners. Bug 110497. r=ftang, sr=attinasi
|
2002-04-23 23:50:17 +00:00 |
nsBidi.h
|
Correct handling of zero-width joiners and non-joiners. Bug 110497. r=ftang, sr=attinasi
|
2002-04-23 23:50:17 +00:00 |
nsBidiPresUtils.cpp
|
ArabicShaping() shouldn't assume that the input and output is in visual order. Bug 137871. r=ftang, sr=attinasi
|
2002-04-24 00:26:49 +00:00 |
nsBidiPresUtils.h
|
Correct handling of zero-width joiners and non-joiners. Bug 110497. r=ftang, sr=attinasi
|
2002-04-23 23:50:17 +00:00 |
nsBidiUtils.cpp
|
ArabicShaping() shouldn't assume that the input and output is in visual order. Bug 137871. r=ftang, sr=attinasi
|
2002-04-24 00:26:49 +00:00 |
nsBidiUtils.h
|
ArabicShaping() shouldn't assume that the input and output is in visual order. Bug 137871. r=ftang, sr=attinasi
|
2002-04-24 00:26:49 +00:00 |
nsCSSFrameConstructor.cpp
|
bug 138725 - Reflow placeholder's out of flow frame in DoCleanupFrameReferences. Avoid reframing when an inline is appended to an inline containing a block. sr=waterson, r=alexsavulov
|
2002-05-06 02:02:35 +00:00 |
nsCSSFrameConstructor.h
|
bug 113235 - avoid reframing when content is inserted inside an inline frame which contains a block. sr=waterson, r=attinasi.
|
2002-04-30 21:34:15 +00:00 |
nsCSSRendering.cpp
|
Replace assertion with a comment explaining why we need to null-check the result of |nsIDOMHTMLDocument::GetBody|. b=119351 r=kin sr=waterson
|
2002-05-08 19:27:40 +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 |
nsCaret.cpp
|
Fix for bug 135154 (Cursor not appearing in textarea after tabbing into it)
|
2002-04-26 13:11:47 +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 |
nsDocumentViewer.cpp
|
making a few adjustments to the APIs before the freeze
|
2002-05-09 22:02:44 +00:00 |
nsFrameContentIterator.cpp
|
…
|
|
nsFrameManager.cpp
|
Remove ClearUndisplayedContentMap hack from ReconstructStyleData (expanded for bug 118014; see bug 136728). Fix multiple content inserted notifications from XBL (the real cause of bug 118014) by checking the undisplayed content map in addition to the primary frame map. Fix FrameManager::GetUndisplayedContent to work correctly, and remove code in nsCSSFrameConstructor::AttributeChanged that was working around its brokenness. b=136704 sr=waterson r=attinasi
|
2002-05-01 00:36:50 +00:00 |
nsFrameTraversal.cpp
|
82151 r=jfrancis sr = kin
|
2002-04-16 02:42:09 +00:00 |
nsFrameTraversal.h
|
82151 r=jfrancis sr = kin
|
2002-04-16 02:42:09 +00:00 |
nsIAutoCopy.h
|
…
|
|
nsICaret.h
|
…
|
|
nsIChromeEventHandler.idl
|
…
|
|
nsIDocumentViewer.h
|
…
|
|
nsIFrameSelection.h
|
82151 r=jfrancis sr = kin
|
2002-04-16 02:42:09 +00:00 |
nsIFrameTraversal.h
|
…
|
|
nsILayoutDebugger.h
|
…
|
|
nsILayoutHistoryState.h
|
…
|
|
nsIPercentHeightObserver.h
|
bug 125543 - Prevent row groups from splitting in the reflow preceeding a special height reflow. Cells are only notified that they should observe a percent height element if the element is inside the table's cell. Percent height elements inside the body will have a height based on the page height when printing. sr=kin, r=alexsavulov.
|
2002-04-10 21:32:41 +00:00 |
nsIPresShell.h
|
Checking in the fix for bug 52334 for the third time. This time it should stick! Making iframe's load their document even if they're not displayed. r=jkeiser@netscape.com, sr=rpotts@netscape.com.
|
2002-04-17 04:17: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
|
…
|
|
nsImageLoader.cpp
|
Abort paint if destroying the PresShell and check for null PresShell in nsImageLoader. bug 102585. r=waterson sr=attinasi
|
2002-04-26 20:44:38 +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 |
nsLayoutAtomList.h
|
Bug 3935 - mozilla-native psuedo classes and properties should be marked as such. This fixes a number of them; still a few more to do. Patch by gerv, r=dbaron, sr=jst, a=asa.
|
2002-04-19 08:07:11 +00:00 |
nsLayoutAtoms.cpp
|
…
|
|
nsLayoutAtoms.h
|
…
|
|
nsLayoutDebugger.cpp
|
…
|
|
nsLayoutHistoryState.cpp
|
…
|
|
nsPresContext.cpp
|
Text zoom should reflow the viewport, otherwise fixed-pos elements don't
|
2002-04-29 13:46:29 +00:00 |
nsPresContext.h
|
#109291, "document.*Color is empty".
|
2002-05-06 21:58:10 +00:00 |
nsPresShell.cpp
|
Remove ClearUndisplayedContentMap hack from ReconstructStyleData (expanded for bug 118014; see bug 136728). Fix multiple content inserted notifications from XBL (the real cause of bug 118014) by checking the undisplayed content map in addition to the primary frame map. Fix FrameManager::GetUndisplayedContent to work correctly, and remove code in nsCSSFrameConstructor::AttributeChanged that was working around its brokenness. b=136704 sr=waterson r=attinasi
|
2002-05-01 00:36:50 +00:00 |
nsPresState.cpp
|
Use flat strings when constructing string keys. This fixes a few high volume string key constructors. See 135781. r=dp@netscape.com, sr=darin@netscape.com
|
2002-04-15 22:39:43 +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
|
…
|
|
nsStyleConsts.h
|
make clip:inherit work. Bug 141734, r=dbaron, sr=attinasi
|
2002-05-09 20:05:25 +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 |