.. |
public
|
Bug 201300. Get rid of document observer from nsGfxScrollFrame. r+sr=bz
|
2003-04-09 11:27:09 +00:00 |
src
|
Patch for bug 35296: SetCaretEnabled() takes too long
|
2003-04-02 05:48:09 +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
|
Converting bidi utilities to non-XPCOM interfaces. Bug 120818; r=mkaply, nhotta; sr=attinasi
|
2002-02-19 20:41:32 +00:00 |
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
|
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 |
nsBidiPresUtils.h
|
Fix regression with form controls on visual bidi pages. Bug 142233, r=jkeiser, sr=kin
|
2002-07-10 00:52:17 +00:00 |
nsBidiUtils.cpp
|
Make static data const in nsBidiUtils.cpp. Bug 74803. r=dbaron, sr=alecf.
|
2003-02-26 00:54:14 +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 |
nsCSSColorUtils.cpp
|
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 |
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
|
Remove nsScrollFrame and frame constructor support for it. Remove dlldeps.cpp for layout, it's not necessary. Bug 201457, r+sr=roc.
|
2003-04-11 08:26:42 +00:00 |
nsCSSFrameConstructor.h
|
Remove nsScrollFrame and frame constructor support for it. Remove dlldeps.cpp for layout, it's not necessary. Bug 201457, r+sr=roc.
|
2003-04-11 08:26:42 +00:00 |
nsCSSRendering.cpp
|
Bug 113232. Support translucent chrome. Relanding, fingers crossed. r+sr=bzbarsky
|
2003-04-06 02:49:40 +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
|
Patch for bug 35296: SetCaretEnabled() takes too long
|
2003-04-02 05:48:09 +00:00 |
nsCaret.h
|
Patch for bug 35296: SetCaretEnabled() takes too long
|
2003-04-02 05:48:09 +00:00 |
nsChangeHint.h
|
Bug 113083. Concentrate view setup code into a few shared functions in nsContainerFrame. Only change style-dependent view properties after style change, not during reflow, in response to nsChangeHint_SyncFrameView. Change 'clip' to only do SyncFrameView, not reflow. r=dbaron,sr=kin
|
2002-09-30 11:56:37 +00:00 |
nsChildIterator.cpp
|
Bug 143903 crash if I close the mail window while a save as dialog is open for a message attachment
|
2002-06-21 01:55:14 +00:00 |
nsChildIterator.h
|
Work around crashes at ChildIterator::get using bounds check on ChildIterator::seek. sr=waterson r=kin a=asa b=133219
|
2002-07-16 14: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
|
Make --disable-xul work (bug 69995). We build enough XUL to support
|
2003-04-11 00:56:27 +00:00 |
nsFrameContentIterator.cpp
|
Move GetFirstInFlow/GetLastInFlow up to nsIFrame. Bug 187117, r=roc+moz, sr=dbaron
|
2003-01-16 02:59:04 +00:00 |
nsFrameManager.cpp
|
Bug 126263. Whack comboboxes/listboxes to use Gfx scrollbars. Also, make scrollbars attach their XBL content only when they become visible, to avoid pageload hit. r+sr=dbaron
|
2003-04-08 20:50:57 +00:00 |
nsFrameTraversal.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 |
nsFrameTraversal.h
|
82151 r=jfrancis sr = kin
|
2002-04-16 02:42:09 +00:00 |
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
|
Patch for bug 35296: SetCaretEnabled() takes too long
|
2003-04-02 05:48:09 +00:00 |
nsIChromeEventHandler.idl
|
…
|
|
nsIDocumentViewer.h
|
Fix for bug 142108 (Crash when reloading XML+XSLT Trunk, M100, N70PR1, M11A [@ nsXMLContentSink::Observe][@ 0x00000001]). r=Pike, sr=jst.
|
2002-06-20 12:04:22 +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
|
Fix bug 192611: nsIFrameSelection has a data member. r/sr=dbaron
|
2003-04-03 22:32:50 +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
|
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
|
Bug 126263. Whack comboboxes/listboxes to use Gfx scrollbars. Also, make scrollbars attach their XBL content only when they become visible, to avoid pageload hit. r+sr=dbaron
|
2003-04-08 20:50:57 +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
|
Make imgRequestProxy hold a weak ref to its listener, to prevent reference
|
2003-03-17 16:09:02 +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
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51: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
|
Bug 8929: Kill NS_COMFALSE
|
2002-11-25 11:21:22 +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
|
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 |
nsLayoutUtils.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 |
nsPresContext.cpp
|
Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
|
2003-03-19 03:47:09 +00:00 |
nsPresContext.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 |
nsPresShell.cpp
|
Make --disable-xul work (bug 69995). We build enough XUL to support
|
2003-04-11 00:56:27 +00:00 |
nsPresState.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 |
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
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +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 |