gecko-dev/content/base/public
bryner%brianryner.com d37af99b29 Add a beginAddingChildren notification to XTF (bug 268691). r+sr=jst 2004-11-09 23:59:24 +00:00
..
.cvsignore
Makefile.in Bug 235826 - <svg:script> implementation. 2004-07-06 22:52:03 +00:00
mozFlushType.h When scrolling to form controls on focus, make sure to flush out pending 2004-05-31 20:56:55 +00:00
mozISanitizingSerializer.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsContentCID.h Make createContextualFragment work for XML. Bug 133827, patch by 2004-09-30 22:27:45 +00:00
nsContentCreatorFunctions.h Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). r/sr=jst. 2004-08-10 10:22:36 +00:00
nsContentErrors.h Trying again to land support for content node properties (bug 253888). r=jst, sr=dbaron. 2004-08-24 18:50:29 +00:00
nsContentPolicyUtils.h Switch more callers who were begging for it over to GetOwnerDoc(). Bug 255337, 2004-10-11 16:29:42 +00:00
nsContentUtils.h Landing of the XTF branch, bug#253225. XTF is the eXtensible Tag 2004-10-07 20:59:53 +00:00
nsCopySupport.h Remove some knowledge about drag-drop innards from nsFrame.cpp by refactoring 2004-07-30 06:04:57 +00:00
nsIAttribute.h Bug 232989: Fix crash due to bad refcounting in nsDOMAttribute 2004-02-11 02:02:39 +00:00
nsIChromeRegistry.idl Merge bug 246014 from the aviary branch, splitting nsIXULChromeRegistry into a separate piece for seamonkey-only methods. Original Firefox patch r=bryner sr=ben seamonkey merge r+sr=jst 2004-09-21 20:19:48 +00:00
nsIContent.h Add a beginAddingChildren notification to XTF (bug 268691). r+sr=jst 2004-11-09 23:59:24 +00:00
nsIContentIterator.h Remove unneeded nsIFocusTracker interface, changing all users to nsIPresShell (bug 257596, r+sr=roc). 2004-09-01 05:16:00 +00:00
nsIContentList.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsIContentPolicy.idl Switch context back to being nsISupports, but make it clear that it's expected 2004-07-27 17:15:53 +00:00
nsIContentSerializer.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsIDocument.h Support properties on documents (bug 253888). r+sr=jst. 2004-09-14 04:21:29 +00:00
nsIDocumentEncoder.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsIDocumentObserver.h Remove unneeded nsChangeHint include. Bug 254790, r+sr=dbaron 2004-08-08 20:29:12 +00:00
nsIDocumentViewer.h Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
nsIDragDropHandler.idl
nsIFrameLoader.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsIHTMLToTextSink.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsIImageLoadingContent.idl bug 196380 2004-06-05 17:57:00 +00:00
nsINameSpace.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsINameSpaceManager.h Landing of the XTF branch, bug#253225. XTF is the eXtensible Tag 2004-10-07 20:59:53 +00:00
nsINodeInfo.h Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst. 2004-06-25 12:26:02 +00:00
nsIPrintProgress.idl Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsIPrintProgressParams.idl Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsIPrintStatusFeedback.idl Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsIPrivateDOMImplementation.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsIRangeUtils.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsIScriptElement.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 18:48:35 +00:00
nsIScriptEventHandler.idl
nsIScriptEventManager.idl
nsIScriptLoader.idl Bug 235826 - <svg:script> implementation. 2004-07-06 22:52:03 +00:00
nsIScriptLoaderObserver.idl Bug 235826 - <svg:script> implementation. 2004-07-06 22:52:03 +00:00
nsISelection.idl Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsISelectionController.idl Bug 261054. Make caret consistently the same width throughout Gecko/Mozilla. Configurable through ui.caretWidth. r=glazou, sr=rbs 2004-10-13 01:12:14 +00:00
nsISelectionDisplay.idl Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsISelectionListener.idl Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsISelectionPrivate.idl Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsIStyleRule.h Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky 2004-10-31 17:33:50 +00:00
nsIStyleRuleProcessor.h Implement @-moz-document at-rule for site-specific rules, particularly in user stylesheets. b=238099 r+sr=bzbarsky 2004-08-05 18:26:14 +00:00
nsIStyleRuleSupplier.h Combine WalkRules and UseDocumentRules into one function. Bug 244252, 2004-09-10 04:57:30 +00:00
nsIStyleSheet.h Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky 2004-09-10 06:45:59 +00:00
nsIStyleSheetLinkingElement.h Pass line number information for style elements through to the CSS parser so we can give correct line numbers in error reports. b=240420 r+sr=bzbarsky 2004-09-09 17:32:35 +00:00
nsIStyledContent.h DeCOMTaminate some methods on nsIStyledContent. Bug 244258, patch by jpl24 2004-10-24 17:10:32 +00:00
nsISyncLoadDOMService.idl Fixing bug 259206. Force local documents to always be loaded as XML to fix problem with XML prettyprinting not working if the system incorrectly sets bogus mimetypes for .xsl files (as Fedora Core 2 happens to do). r+sr=peterv@propagandism.org 2004-09-16 19:18:51 +00:00
nsITextContent.h Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). r/sr=jst. 2004-08-10 10:22:36 +00:00
nsIXPathEvaluatorInternal.h
nsLayoutStylesheetCache.h Re-landing bug 237407 with crash-fix. r/sr=dbaron+brendan a=asa+mkaply 2004-03-23 18:26:43 +00:00