gecko-dev/content/base/public
2004-01-08 19:23:12 +00:00
..
.cvsignore
Makefile.in bug 219233 - Unfork nsIChromeRegistry.idl (not the impl, just the interface) and move it into content/base/public until we can get a more fine-grained separation of that interface in to GRE/non-GRE pieces. r/sr=hyatt+jst 2003-12-22 05:23:10 +00:00
mozISanitizingSerializer.h 108153, 30888, 69529, 126082: 2002-04-16 18:19:09 +00:00
nsContentCID.h Fixing bug 225837. DeCOMtaminating nsIContent more, making GetTag() return a weak raw pointer, and renaming GetTag() to Tag(), and making GetRangeList() return an const nsVoidArray*, and changing GetContentID() to return the id, and renaming it to ContentID(). r=jonas@sicking.cc, sr=bryner@brianryner.com. 2003-11-19 01:20:56 +00:00
nsContentErrors.h Error defs for bug 83774. r=pavlov, sr=jst 2003-03-19 01:11:23 +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 226375 2004-01-06 00:36:01 +00:00
nsCopySupport.h Bug 193053: drag and drop-related changes to allow for the dragging and copying of image bits, and to allow dragging into the file system. r=pinkerton/brade, sr=bryner/bz. 2003-04-18 20:20:04 +00:00
nsIAnonymousContent.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
nsIAttribute.h Bug 209087 2003-06-13 20:10:01 +00:00
nsIChromeRegistry.idl bug 219233 - Unfork nsIChromeRegistry.idl (not the impl, just the interface) and move it into content/base/public until we can get a more fine-grained separation of that interface in to GRE/non-GRE pieces. r/sr=hyatt+jst 2003-12-22 05:23:10 +00:00
nsIContent.h Fixing bug 225837. DeCOMtaminating nsIContent more, making GetTag() return a weak raw pointer, and renaming GetTag() to Tag(), and making GetRangeList() return an const nsVoidArray*, and changing GetContentID() to return the id, and renaming it to ContentID(). r=jonas@sicking.cc, sr=bryner@brianryner.com. 2003-11-19 01:20:56 +00:00
nsIContentIterator.h Fix for bug #176251 (Problems with nsContentIterator PRE traversal) 2002-11-21 15:07:49 +00:00
nsIContentList.h Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
nsIContentPolicy.idl bug #147741 (r=jst, sr=darin) Call nsIContentPolicy for toplevel and subdocuments. 2002-06-21 22:47:42 +00:00
nsIContentSerializer.h fix for bug 206379: 2003-06-11 18:16:03 +00:00
nsIDocument.h Additional cleanup related to bug 64116. r=bzbarsky. 2004-01-08 19:23:12 +00:00
nsIDocumentEncoder.h fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs 2003-06-17 16:40:34 +00:00
nsIDocumentObserver.h Make presshell batch processing of style changes (using BeginUpdate/EndUpdate 2003-10-02 21:29:40 +00:00
nsIDocumentViewer.h Bug 209087 2003-06-13 20:10:01 +00:00
nsIDragDropHandler.idl remove deprecated interfaces (bug 197121) 2003-04-17 19:42:27 +00:00
nsIElementFactory.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
nsIFrameLoader.h Fixing bug 173938 with a hack for full-page plugins to be destroyed before the frame. r=av sr=jst 2002-11-18 07:48:10 +00:00
nsIHTMLToTextSink.h 108153, 30888, 69529, 126082: 2002-04-16 18:24:14 +00:00
nsIImageLoadingContent.idl Make sure not to call LoadImage before LoadImageWithChannel for standalone 2003-04-02 03:27:20 +00:00
nsINameSpace.h Bug 209087 2003-06-13 20:10:01 +00:00
nsINameSpaceManager.h Bug 209087 2003-06-13 20:10:01 +00:00
nsINodeInfo.h deCOMtaminate nsINodeInfo and nsINodeInfoManager. See bug 225060 for details. r=sicking, sr=jst. 2003-11-15 05:27:37 +00:00
nsIPrintProgress.idl making a few adjustments to the APIs before the freeze 2002-05-09 22:02:44 +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 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
nsIRangeUtils.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
nsIScriptEventHandler.idl bug #174404 (r=adam, sr=jst) Support the optional FOR and EVENT attributes on the SCRIPT tag 2002-11-07 05:17:21 +00:00
nsIScriptEventManager.idl bug #174404 (r=adam, sr=jst) Support the optional FOR and EVENT attributes on the SCRIPT tag 2002-11-07 05:17:21 +00:00
nsIScriptLoader.idl Bug 172372, when loading XML as data, we need to disable scripts and styles. r=sicking, sr=bzbarsky, a=asa. 2002-10-11 00:38:29 +00:00
nsIScriptLoaderObserver.idl
nsISelection.idl License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsISelectionController.idl Helper patch for bug 15364. Expose an API to allow scripts to show the caret even in selections (a la Emacs). Users can also set the pref ui.caretVisibleWithSelection to 1, which gives a nice combination with caret browsing (hit F7). r=sfraser, sr=bzbarsky 2003-06-25 01:14:25 +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 Bug 199412: optimize nsTypedSelection::ScrollIntoView r/sr=sfraser 2003-04-20 01:03:40 +00:00
nsIStyledContent.h Implement element.style for XUL elements. Fully fault XUL attributes when style attribute is modified, and ensure that string and style rule versions of style attribute stay in sync. (HTML elements only store the latter.) b=7639 r+sr=bzbarsky 2003-10-30 01:40:33 +00:00
nsIStyleRule.h Make CSSStyleRuleImpl immutable by changing mutation code (including some merging of code between nsDOMCSSAttributeDeclaration and DOMCSSDeclarationImpl) so that it creates a new rule for the modified declaration. Change StyleRuleChanged notification signatures, and change pres shell's handling of style rule change, addition, and removal to just do reresolution. Remove fine-grained ways of clearing style data. Change PeekStyleData so it doesn't do more work than it needs to, and can be relied on not to access rules that no longer match any content. b=188803 r+sr=bzbarsky 2003-06-18 01:59:57 +00:00
nsIStyleRuleProcessor.h Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron. 2004-01-07 22:30:53 +00:00
nsIStyleRuleSupplier.h Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron. 2004-01-07 22:30:53 +00:00
nsIStyleSheet.h Don't bother reresolving style when empty stylesheets get added (eg from empty 2003-07-04 01:44:24 +00:00
nsIStyleSheetLinkingElement.h Bug 186835: Hold off notifying that the transformation is finished until all stylesheets are loaded. 2003-01-06 14:55:13 +00:00
nsISyncLoadDOMService.idl Part of fix for bug 203192 (Improvements to XSLT loading). r=sicking, sr=jst, a=asa. 2003-05-05 09:17:36 +00:00
nsITextContent.h bugs 151002, 212892, CDATA should be eTEXT, add nsIContent::ePROCESSING_INSTRUCTION and nsITextContent::AppendTextTo for XSLT perf 2003-08-01 11:44:17 +00:00
nsIXPathEvaluatorInternal.h Bug 174713: Make XPath on HTML documents behave consistently and HTML-ish. This makes the XPath-functions name() and local-name() return upper-case names and makes nametests case-insensitive. 2003-02-14 00:59:40 +00:00