.. |
.cvsignore
|
…
|
|
MANIFEST
|
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
|
2000-08-12 06:28:02 +00:00 |
MANIFEST_IDL
|
first part of ContentPolicy stuff (#37983, r=brendan)
|
2000-05-05 05:28:49 +00:00 |
Makefile.in
|
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
|
2000-08-12 06:28:02 +00:00 |
makefile.win
|
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
|
2000-08-12 06:28:02 +00:00 |
nsContentPolicyUtils.h
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
nsFrameList.h
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsFrameTraversal.h
|
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
|
2000-01-22 01:16:50 +00:00 |
nsHTMLReflowState.h
|
Fix the way HTML's align attribute works for horizontal alignment of blocks. Use the -moz-center and -moz-right even in strict mode, and apply them to blocks in addition to tables. r=attinasi b=37083, 40038
|
2000-07-27 23:37:44 +00:00 |
nsIAnonymousContent.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIAutoCopy.h
|
legal changes
|
2000-05-15 14:22:03 +00:00 |
nsICaret.h
|
bug fixes:
|
2000-07-28 22:12:45 +00:00 |
nsIChromeEventHandler.idl
|
First check-in.... Defining nsIChromeEventHandler interface for use to make the mChromeElement event firing generic. r=hyatt
|
1999-11-22 08:02:28 +00:00 |
nsIContent.h
|
Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com
|
2000-08-31 00:36:31 +00:00 |
nsIContentIterator.h
|
adding in new init methods for the new nsGeneratedContentIterator!
|
2000-03-31 07:14:02 +00:00 |
nsIContentPolicy.idl
|
first part of ContentPolicy stuff (#37983, r=brendan)
|
2000-05-05 05:28:49 +00:00 |
nsIDiskDocument.h
|
Change Save File APIs in layout and editor to eliminate the specific
|
2000-04-26 01:00:50 +00:00 |
nsIDocument.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nsIDocumentContainer.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIDocumentEncoder.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nsIDocumentObserver.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIDocumentViewer.h
|
Fix XSLT hooks (Preparation for bug #42228). r=jst@netscape.com, a=waterson@netscape.com.
|
2000-09-02 15:35:19 +00:00 |
nsIElementFactory.h
|
Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com
|
2000-06-15 09:54:41 +00:00 |
nsIFocusTracker.h
|
legal changes
|
2000-05-15 14:22:03 +00:00 |
nsIFrame.h
|
making CaptureMouse a public interface on nsIFrame r=mjudge for bug 48250.
|
2000-08-14 22:28:41 +00:00 |
nsIFrameDebug.h
|
Event Target Debugging (b=18175), a debugging feature to help with fixing bugs where events are going to the wrong elements. It shows (like Visual Debugging) which frame is receiving events, and one can therefore move the mouse over the page to see what frame gets events. All the code is #ifdef NS_DEBUG. However, it is not yet hooked up to the viewer menu (to be checked in later).
|
2000-02-03 02:49:58 +00:00 |
nsIFrameImageLoader.h
|
Fixing nsbeta3+ bug 28277. Add a callback to nsHTMLImageElement so that we know when a image created in JavaScript has loaded (or fails to load), this is needed to support onload and onerror event fireing and also to support the '.complete' property on images create in JavaScript. r=nisheeth@netscape.com
|
2000-09-01 07:05:08 +00:00 |
nsIFrameManager.h
|
Bug 32770: Save scroll position in session history r=nisheeth
|
2000-06-15 00:35:46 +00:00 |
nsIFrameSelection.h
|
Fix for bug 25161 -- allow editor to handle pages with forms by implementing user-select and user-input for form controls. r=rods, pierre, mjudge.
|
2000-08-08 23:38:00 +00:00 |
nsIFrameUtil.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIIndependentSelection.h
|
legal changes
|
2000-05-15 14:22:03 +00:00 |
nsILayoutDebugger.h
|
Event Target Debugging (b=18175), a debugging feature to help with fixing bugs where events are going to the wrong elements. It shows (like Visual Debugging) which frame is receiving events, and one can therefore move the mouse over the page to see what frame gets events. All the code is #ifdef NS_DEBUG. However, it is not yet hooked up to the viewer menu (to be checked in later).
|
2000-02-03 02:49:58 +00:00 |
nsILayoutHistoryState.h
|
Fixes for bugs 17460 and 21656. r=travis
|
2000-01-14 09:28:54 +00:00 |
nsIMutableStyleContext.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsINameSpace.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nsINameSpaceManager.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nsINodeInfo.h
|
Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com
|
2000-08-31 00:36:31 +00:00 |
nsIPageSequenceFrame.h
|
Fixing bug 12181 (removing static IID's). r=troy@netscape.com
|
2000-01-04 20:24:09 +00:00 |
nsIPresContext.h
|
Fixing nsbeta3+ bug 28277. Add a callback to nsHTMLImageElement so that we know when a image created in JavaScript has loaded (or fails to load), this is needed to support onload and onerror event fireing and also to support the '.complete' property on images create in JavaScript. r=nisheeth@netscape.com
|
2000-09-01 07:05:08 +00:00 |
nsIPresShell.h
|
Fix for 43467. r=bryner
|
2000-07-13 23:00:59 +00:00 |
nsIPresState.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nsIPrintListener.idl
|
Just adding a new file to the tree. THIS IS NOT PART OF ANY BUILD!
|
2000-03-05 17:26:58 +00:00 |
nsIPrivateDOMImplementation.h
|
Fix for bug 38349. Implemented nsIDOMNode::CloneNode() and ImportNode() for XML and HTML documents as part of finishing out our DOM1 and DOM2 implementations. Cleanup of DOMImplementation::createDocument. r=jst
|
2000-06-21 23:56:52 +00:00 |
nsIReflowCallback.h
|
Fix for 43467. r=bryner
|
2000-07-13 23:00:59 +00:00 |
nsIReflowCommand.h
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsIScrollableFrame.h
|
Fix to enable trees to blit. Performance work approved by waterson. r=waterson.
|
2000-07-27 06:17:58 +00:00 |
nsISelection.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsISelectionControler.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsISelectionController.idl
|
bug fixes:
|
2000-07-28 22:12:45 +00:00 |
nsISelfScrollingFrame.h
|
Make trees capable of scrolling by full pages with the mouse wheel.
|
2000-01-16 05:30:49 +00:00 |
nsISpaceManager.h
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +00:00 |
nsIStatefulFrame.h
|
Bug 32770: Save scroll position in session history r=nisheeth
|
2000-06-14 23:37:06 +00:00 |
nsIStyleContext.h
|
Implemented Style Context Data sharing, reducing the amount of memory used in style by about 40%. Performance will degrade by about 10%, that is being worked on now. b=39618 r=waterson
|
2000-06-21 20:44:59 +00:00 |
nsIStyleFrameConstruction.h
|
Fix for bugs 16709, 20771. Frame state is stored before frame hierarchies are deleted and restored when the frame hierarchies are reconstructed.
|
1999-12-06 07:44:18 +00:00 |
nsIStyleRule.h
|
Implemented Style Size Dump. r=rickg b=26565
|
2000-03-31 07:08:36 +00:00 |
nsIStyleRuleProcessor.h
|
Implemented Style Size Dump. r=rickg b=26565
|
2000-03-31 07:08:36 +00:00 |
nsIStyleRuleSupplier.h
|
OS/2 and AIX Tinderbox break
|
2000-08-12 20:26:33 +00:00 |
nsIStyleSet.h
|
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
|
2000-08-12 06:28:02 +00:00 |
nsIStyleSheet.h
|
Significantly reduce the amount of time we blow on style reresolution by
|
2000-05-16 02:43:33 +00:00 |
nsIStyleSheetLinkingElement.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIStyledContent.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsITextContent.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nsIXIFConverter.h
|
44372: Do entity conversion in attributes as well as normal content. r=harishd
|
2000-08-29 23:30:45 +00:00 |
nsLayoutAtomList.h
|
Bug 43644. Add 'wildcard' atom to nsLayoutAtoms and use it instead of a statically leaked atom. r=jst,inaky.gonzales@intel.com
|
2000-06-28 04:17:26 +00:00 |
nsLayoutAtoms.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsLayoutUtils.h
|
Landing big set of DOM and XPConnect changes:
|
1999-12-18 20:29:29 +00:00 |
nsPresContext.h
|
Fixing nsbeta3+ bug 28277. Add a callback to nsHTMLImageElement so that we know when a image created in JavaScript has loaded (or fails to load), this is needed to support onload and onerror event fireing and also to support the '.complete' property on images create in JavaScript. r=nisheeth@netscape.com
|
2000-09-01 07:05:08 +00:00 |
nsStyleChangeList.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsStyleConsts.h
|
48096: Need a -moz-all value for user-select. r=sfraser.
|
2000-08-12 01:00:14 +00:00 |
nsStyleCoord.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsStyleStruct.h
|
Added the CSS2 printing extensions to the style system (page breaks, page size...). They are not used by Layout yet.
|
1999-12-22 05:00:47 +00:00 |
nsTextFragment.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nslayout.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |