.. |
public
|
Bug 38370.
|
2003-07-30 08:13:07 +00:00 |
src
|
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
|
2003-07-28 21:25:13 +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
|
…
|
|
Makefile.in
|
…
|
|
bidicattable.h
|
…
|
|
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
|
Make Bidi symmetric swapping handle characters outside BMP. Bug 122800, r=mkaply, sr=darin
|
2002-11-22 23:49:29 +00:00 |
nsBidiPresUtils.cpp
|
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 |
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 |
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
|
fix the color code to make tables in quirks mode on white background to look outset bug 14090 r/sr=bzbarsky
|
2003-01-12 12:11:05 +00:00 |
nsCSSFrameConstructor.cpp
|
214844 relatively positioned block w/ overflow:auto should be absolute pos. containing block
|
2003-08-15 04:43:09 +00:00 |
nsCSSFrameConstructor.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 |
nsCSSRendering.cpp
|
Fixing bustage
|
2003-07-30 09:09:30 +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 |
nsCaret.cpp
|
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
|
2003-07-25 19:06:59 +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
|
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
|
2003-07-28 21:25:13 +00:00 |
nsChildIterator.h
|
rs=leaf
|
2003-07-21 18:53:43 +00:00 |
nsCompatibility.h
|
Split strict mode into almost-standards and full-standards mode, where the only quirk in almost standards mode is the quirky inline box model. Remove previous fix for bug 151620. Tweak mode detection to use almost-standards for XHTML Transitional, HTML 4.01 transitional with system ID, and for IBM system DOCTYPE. b=153032 r=karnaze, bzbarsky, harishd sr=waterson
|
2002-06-25 21:16:17 +00:00 |
nsDocumentViewer.cpp
|
Bug 190735. nsIFrame deCOMtamination, r+rs=dbaron
|
2003-08-06 03:07:12 +00:00 |
nsFrameContentIterator.cpp
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-07-05 15:04:34 +00:00 |
nsFrameManager.cpp
|
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
|
2003-07-28 21:25:13 +00:00 |
nsFrameTraversal.cpp
|
Fix typo which caused Bidi caret movement regression. Bug 212372, r+sr=roc+moz
|
2003-07-11 21:00:26 +00:00 |
nsFrameTraversal.h
|
…
|
|
nsIAutoCopy.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
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
|
This patch is a bit different, instead of having the DocShell figure out whether it or one of its children are printing or PP, it gets told whether it is, and it caches that value.
|
2002-10-08 13:17:56 +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
|
Bug 132158. Active Accessibility: expose correct bounds information and accessible value for HTML areas. r=saari, sr=alecf.
|
2002-08-17 01:46:58 +00:00 |
nsILayoutDebugger.h
|
…
|
|
nsILayoutHistoryState.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
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsIReflowCallback.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsISelectionImageService.idl
|
14835 r=pavlov sr=sfraser alpha blending on images to denote selection.
|
2002-09-11 03:03:49 +00:00 |
nsImageLoader.cpp
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-07-02 10:30:00 +00:00 |
nsImageLoader.h
|
…
|
|
nsLayoutAtomList.h
|
Bug 38370.
|
2003-07-30 08:13:07 +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
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
nsLayoutDebugger.cpp
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 21:07:51 +00:00 |
nsLayoutErrors.h
|
Make sure that Init() failures for image frames don't mean no alt text. Also
|
2003-04-21 23:57:47 +00:00 |
nsLayoutHistoryState.cpp
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 21:07:51 +00:00 |
nsLayoutUtils.cpp
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-07-02 10:30:00 +00:00 |
nsLayoutUtils.h
|
Make nsCSSFrameConstructor::AppendFrames be smarter about looking for :after
|
2003-04-21 23:06:40 +00:00 |
nsPresContext.cpp
|
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
|
2003-07-28 21:25:13 +00:00 |
nsPresContext.h
|
Add inline accessors for frame manager. b=208190 r+sr=roc
|
2003-07-12 00:48:16 +00:00 |
nsPresShell.cpp
|
Stopping event propagation in the default event group should not stop it for the system event group. Bug 216237, r=caillon, sr=jst, a=mkaply.
|
2003-08-15 21:35:13 +00:00 |
nsPresState.cpp
|
Fixing part of bug 209699. Eliminate bad usage of NS_ConvertU*. r=caillon@aillon.org, sr=alecf@flett.org
|
2003-06-24 01:46:50 +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
|
Bug 38370.
|
2003-07-30 08:13:07 +00:00 |
symmtable.h
|
Make Bidi symmetric swapping handle characters outside BMP. Bug 122800, r=mkaply, sr=darin
|
2002-11-22 23:49:29 +00:00 |