.. |
public
|
Bug 14777 - Give inline background image painting a rhyme and reason to how it works. Implement CSS3 proposal (-moz-)background-inline-policy.
|
2003-01-17 09:33:52 +00:00 |
src
|
Move GetFirstInFlow/GetLastInFlow up to nsIFrame. Bug 187117, r=roc+moz, sr=dbaron
|
2003-01-16 02:59:04 +00:00 |
tests
|
|
|
.cvsignore
|
|
|
bidicattable.h
|
|
|
Makefile.in
|
|
|
nsAutoCopy.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 |
nsBidi.cpp
|
|
|
nsBidi.h
|
|
|
nsBidiPresUtils.cpp
|
|
|
nsBidiPresUtils.h
|
|
|
nsBidiUtils.cpp
|
remove ifdef IBMBIDI in content/, r+sr=roc+moz, bug 89203
|
2003-01-17 12:09:23 +00:00 |
nsBidiUtils.h
|
|
|
nsCaret.cpp
|
Caret not displayed in empty right-aligned text input fields. Bug 105397, r=kin, sr=sfraser.
|
2003-01-09 01:01:38 +00:00 |
nsCaret.h
|
|
|
nsChangeHint.h
|
|
|
nsChildIterator.cpp
|
|
|
nsChildIterator.h
|
|
|
nsCompatibility.h
|
|
|
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
|
Fix misplaced closing } from patch in bug 188734. b=189292
|
2003-01-16 13:59:52 +00:00 |
nsCSSFrameConstructor.h
|
|
|
nsCSSRendering.cpp
|
Bug 14777 - Give inline background image painting a rhyme and reason to how it works. Implement CSS3 proposal (-moz-)background-inline-policy.
|
2003-01-17 09:33:52 +00:00 |
nsCSSRendering.h
|
Bug 14777 - Give inline background image painting a rhyme and reason to how it works. Implement CSS3 proposal (-moz-)background-inline-policy.
|
2003-01-17 09:33:52 +00:00 |
nsDocumentViewer.cpp
|
remove ifdef IBMBIDI in content/, r+sr=roc+moz, bug 89203
|
2003-01-17 12:09:23 +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 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 21:19:10 +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
|
|
|
nsIAutoCopy.h
|
|
|
nsICaret.h
|
|
|
nsIChromeEventHandler.idl
|
|
|
nsIDocumentViewer.h
|
|
|
nsIDocumentViewerPrint.h
|
|
|
nsIFrameSelection.h
|
Bug 98546. Fix word break detection to improve select by word where there is punctuation in the word. Also fixes 125172, double clicking in URL bar should select only part of URL. Also fixes bug 133312, word selection with accented letters. r=brade, sr=sfraser
|
2003-01-09 20:56:53 +00:00 |
nsIFrameTraversal.h
|
|
|
nsIImageMap.h
|
|
|
nsILayoutDebugger.h
|
|
|
nsILayoutHistoryState.h
|
|
|
nsImageLoader.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 |
nsImageLoader.h
|
|
|
nsIPercentHeightObserver.h
|
|
|
nsIPresShell.h
|
Implement CSS3 :target pseudo-class, which matches the target of the fragment identifier of the document's URL. Change the semantics of nsIPresShell::GoToAnchor by requiring that it be called whenever the current target changes, with an additional boolean parameter specifying whether to scroll. b=188734 r=glazman sr=bzbarsky
|
2003-01-13 23:10:53 +00:00 |
nsIPresState.h
|
|
|
nsIReflowCallback.h
|
|
|
nsISelectionImageService.idl
|
|
|
nsLayoutAtomList.h
|
remove ifdef IBMBIDI in content/, r+sr=roc+moz, bug 89203
|
2003-01-17 12:09:23 +00:00 |
nsLayoutAtoms.cpp
|
|
|
nsLayoutAtoms.h
|
|
|
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
|
|
|
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
|
Move GetFirstInFlow/GetLastInFlow up to nsIFrame. Bug 187117, r=roc+moz, sr=dbaron
|
2003-01-16 02:59:04 +00:00 |
nsLayoutUtils.h
|
ReResolveStyleContext needs to deal with :before/:after pseudos correctly. Bug
|
2003-01-05 05:05:17 +00:00 |
nsPresContext.cpp
|
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
|
2003-01-09 06:49:07 +00:00 |
nsPresContext.h
|
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
|
2003-01-09 06:49:07 +00:00 |
nsPresShell.cpp
|
Bug 14777 - Give inline background image painting a rhyme and reason to how it works. Implement CSS3 proposal (-moz-)background-inline-policy.
|
2003-01-17 09:33:52 +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
|
|
|
nsStyleChangeList.h
|
|
|
nsStyleConsts.h
|
Bug 14777 - Give inline background image painting a rhyme and reason to how it works. Implement CSS3 proposal (-moz-)background-inline-policy.
|
2003-01-17 09:33:52 +00:00 |
symmtable.h
|
|
|