.. |
.cvsignore
|
Adding and updating necessary .cvsignore files. Bug #61550
|
2001-02-24 06:22:49 +00:00 |
Makefile.in
|
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 |
makefile.win
|
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 |
MANIFEST
|
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 |
MANIFEST_IDL
|
api for overriding aspects of content-area drag&drop. r=ccarlen/sr=sfraser/a=shaver. bug# 126069
|
2002-02-28 22:19:04 +00:00 |
mozISanitizingSerializer.h
|
108153, 30888, 69529, 126082:
|
2002-04-16 18:19:09 +00:00 |
nsContentCID.h
|
Backing out joki's checkin for bug 124990 (at his request) since this breaks some stuff on linux.
|
2002-04-20 01:48:32 +00:00 |
nsContentPolicyUtils.h
|
sr=vidur/shaver@mozilla.org on the content policy callsite and implementation mods (81260). Update of the nsIContentPolicy interface to provide more generic context, a nsIURI instead of a URI wstring, and a nsIDOMWindow for window level context. Existing Callsites have been updated to reflect the new changes, and nsIDOMWindows are now passed into the new API.
|
2001-05-21 22:40:10 +00:00 |
nsContentUtils.h
|
Bug 117707. Disabling most of the prefs in Edit>Prefs>Advanced>Scripts/Windows was causing real JS scripts to break because it used CAPS. Move the checks for these features into C++, with new prefs. Patch by doronr@naboonline.com (initial work) and caillon@returnzero.com. r=fabian sr=jst a=asa.
|
2002-04-12 10:11:00 +00:00 |
nsCopySupport.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsIAnonymousContent.h
|
License changes, take 2. Bug 98089. mozilla/content/.
|
2001-09-25 01:32:19 +00:00 |
nsIContent.h
|
Move save/restore form control state to content (bug 108309). r=rods@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org
|
2002-03-31 10:14:01 +00:00 |
nsIContentIterator.h
|
License changes, take 2. Bug 98089. mozilla/content/.
|
2001-09-25 01:32:19 +00:00 |
nsIContentList.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 23:54:46 +00:00 |
nsIContentPolicy.idl
|
sr=vidur/shaver@mozilla.org on the content policy callsite and implementation mods (81260). Update of the nsIContentPolicy interface to provide more generic context, a nsIURI instead of a URI wstring, and a nsIDOMWindow for window level context. Existing Callsites have been updated to reflect the new changes, and nsIDOMWindows are now passed into the new API.
|
2001-05-21 22:40:10 +00:00 |
nsIContentSerializer.h
|
Bug 126669, we need to pass in aHasChildren parameter to the start tag serializing function because the node that is passed in may be a shallow copy, thereby making it impossible to determine if it originally had children, in the method itself. This fixes case where saving XHTML produces non-wellformed output. r=akkana,tmutreja, sr=jst, a=asa,ADT.
|
2002-04-02 21:12:51 +00:00 |
nsIDocument.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 |
nsIDocumentContainer.h
|
License changes, take 2. Bug 98089. mozilla/content/.
|
2001-09-25 01:32:19 +00:00 |
nsIDocumentEncoder.h
|
129122: add a new serializer mode (used primarily by mail) in which
|
2002-04-10 21:25:15 +00:00 |
nsIDocumentObserver.h
|
Fix up and enable hierarchical :hover and remove the hacks that made :hover work for anchors without it. Pass mask rather than pseudo-class to ContentStatesChanged notifications. Optimize event state changes in the style system by passing state mask to HasStateDependentStyle and using it in HasStateDependentStyle implementations. b=5693 r=bryner, joki sr=hyatt
|
2002-04-11 03:49:30 +00:00 |
nsIDocumentViewer.h
|
License changes, take 2. Bug 98089. mozilla/content/.
|
2001-09-25 01:32:19 +00:00 |
nsIDragDropHandler.idl
|
api for overriding aspects of content-area drag&drop. r=ccarlen/sr=sfraser/a=shaver. bug# 126069
|
2002-02-28 22:19:04 +00:00 |
nsIDragDropOverride.idl
|
api for overriding aspects of content-area drag&drop. r=ccarlen/sr=sfraser/a=shaver. bug# 126069
|
2002-02-28 22:19:04 +00:00 |
nsIElementFactory.h
|
Bug 132844 - detect the MathML namespace to load mathml.css on demand. This allows MathML to be styled properly in documents without a DOCTYPE, e.g., in the case of transformed documents that are produced on the fly from XSLT; r=heikki, sr=jst, a=asa
|
2002-04-04 15:42:45 +00:00 |
nsIFrameLoader.h
|
Fixing Txul regression bug 138012. Make docshells always accessible through box objects and load about:blank when no src is specified on a frame. Eliminate creation of synthetic documents when they're not needed. r=peterv@netscape.com, sr=jaggernaut@netscape.com
|
2002-04-25 23:04:52 +00:00 |
nsIHTMLToTextSink.h
|
108153, 30888, 69529, 126082:
|
2002-04-16 18:24:14 +00:00 |
nsINameSpace.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 23:54:46 +00:00 |
nsINameSpaceManager.h
|
Bug 132844 - detect the MathML namespace to load mathml.css on demand. This allows MathML to be styled properly in documents without a DOCTYPE, e.g., in the case of transformed documents that are produced on the fly from XSLT; r=heikki, sr=jst, a=asa
|
2002-04-04 15:42:45 +00:00 |
nsINodeInfo.h
|
Bug 41983: Make (x)html-elements support namespaced attributes.
|
2002-03-27 00:13:57 +00:00 |
nsIPrintProgress.idl
|
Add the new pluggable dialog work, in build, not used
|
2002-05-02 13:47:53 +00:00 |
nsIPrintProgressParams.idl
|
Initial check in for BUg 113917 (not in the build yet)
|
2001-12-14 22:40:12 +00:00 |
nsIPrintStatusFeedback.idl
|
Initial check in for BUg 113917 (not in the build yet)
|
2001-12-14 22:40:12 +00:00 |
nsIPrivateDOMImplementation.h
|
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527
|
2001-10-19 20:59:33 +00:00 |
nsIRangeUtils.h
|
Bug 106386 rid source of misspellings
|
2002-03-19 04:30:17 +00:00 |
nsIScriptLoader.idl
|
Checking in vidur@netscape.com's fix for bug 81994 which caused scripts on webpages to be executed twice when calling DemoteContainer() in the html content sink. r=nisheeth@netscape.com, sr=jband@netscape.com, a=asa@mozilla.org
|
2001-05-25 07:03:04 +00:00 |
nsIScriptLoaderObserver.idl
|
Part of fix for bug 18843. Dynamically added SCRIPT elements are now processed through a per-document script loader. Script execution that originally occured in the content sinks is now done by the script loader. r=heikki sr=jst
|
2001-05-17 05:20:51 +00:00 |
nsISelection.idl
|
License changes, take 2. Bug 98089. mozilla/content/.
|
2001-09-25 01:32:19 +00:00 |
nsISelectionController.idl
|
7868 api change for selection SetDisplayFlags in nsISelectionDisplay idl. r=saari bug bs=7868
|
2001-12-18 01:12:02 +00:00 |
nsISelectionDisplay.idl
|
moved file here from embedding for the build order issue. fixing bustage.
|
2001-12-18 02:40:08 +00:00 |
nsISelectionListener.idl
|
License changes, take 2. Bug 98089. mozilla/content/.
|
2001-09-25 01:32:19 +00:00 |
nsISelectionPrivate.idl
|
License changes, take 2. Bug 98089. mozilla/content/.
|
2001-09-25 01:32:19 +00:00 |
nsIStyledContent.h
|
Fix for 104336, deCOMtaminate rulenode, rulewalker, frames, r=dbaron, sr=waterson
|
2001-10-24 00:01:09 +00:00 |
nsIStyleRule.h
|
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527
|
2001-10-19 20:59:33 +00:00 |
nsIStyleRuleProcessor.h
|
Fix up and enable hierarchical :hover and remove the hacks that made :hover work for anchors without it. Pass mask rather than pseudo-class to ContentStatesChanged notifications. Optimize event state changes in the style system by passing state mask to HasStateDependentStyle and using it in HasStateDependentStyle implementations. b=5693 r=bryner, joki sr=hyatt
|
2002-04-11 03:49:30 +00:00 |
nsIStyleRuleSupplier.h
|
Pull computation of loop invariants for rule matching out of outer loop (over rule processors) as well, from SelectorMatchesData in nsCSSStyleSheet to RuleProcessorData in nsStyleSet. Use the RuleProcessorData structure in nsHTMLStyleSheet as well. Simplify matching of :-moz-bound-element pseudo-class. b=83836 r=waterson, pierre sr=hyatt
|
2001-11-10 23:51:45 +00:00 |
nsIStyleSheet.h
|
Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst
|
2001-10-16 05:31:36 +00:00 |
nsIStyleSheetLinkingElement.h
|
Fix for bug 34849 (dynamically added STYLE element doesn't alter style). r=sicking, sr=jst, a=roc+moz, adt=jaimejr.
|
2002-04-05 11:29:40 +00:00 |
nsITextContent.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 23:54:46 +00:00 |