gecko-dev/content/base/public
2005-10-27 02:25:23 +00:00
..
.cvsignore
Makefile.in bug 1156 2005-09-21 19:14:30 +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
nsCaseTreatment.h Implement an AttrValueIs method on nsIContent which can be used to quickly 2005-09-11 19:20:08 +00:00
nsContentCID.h Guarantee that a document's binding manager is non-null. Bug 282792, r+sr=bzbarsky. 2005-02-19 10:31:27 +00:00
nsContentCreatorFunctions.h Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +00:00
nsContentErrors.h Fix crash after restoring default toolbar set by making sure that 2005-08-25 04:11:35 +00:00
nsContentPolicyUtils.h bug 309642 make NS_CP_GetDocShellFromContext(nsISupports*) inline rather than 2005-09-22 20:24:31 +00:00
nsContentUtils.h Optimize MatchElementId some. Bug 313082, r=sicking, sr=peterv 2005-10-21 15:17:15 +00:00
nsCopySupport.h Add HTML to the list of support flavours for Copy Image and provide an embedding interface to choose the flavours to copy b=135300 r=bz sr=smfr 2005-03-11 11:12:15 +00:00
nsIAttribute.h Remove obselete include (bad merge). 2005-09-11 18:28:14 +00:00
nsIChromeRegistry.idl Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben 2005-02-22 21:49:45 +00:00
nsIContent.h Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +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
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 Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI 2005-10-27 02:25:23 +00:00
nsIDocumentEncoder.h Fix the HTML serializer to not do fancy linebreaking when "raw" output is 2005-02-07 17:24:05 +00:00
nsIDocumentObserver.h Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI 2005-10-27 02:25:23 +00:00
nsIDragDropHandler.idl remove deprecated interfaces (bug 197121) 2003-04-17 19:42:27 +00:00
nsIFrameLoader.idl bug 1156 2005-09-21 19:14:30 +00:00
nsIHTMLToTextSink.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsIImageLoadingContent.idl bug 1156 2005-09-21 19:14:30 +00:00
nsINameSpaceManager.h Fix for bug 106796 (Improve GetNameSpaceID() performance). r/sr=jst. 2005-09-11 11:24:16 +00:00
nsINodeInfo.h Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +00:00
nsIObjectLoadingContent.idl bug 1156 2005-09-21 19:14:30 +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 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 271184: The output of nested document.write()s can get reversed (where later document.write()s are seen before previous document.write()s). This makes nsHTMLDocument use good parser keys. r=sicking sr=jst a=asa 2005-06-07 19:21:05 +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 303399: Bidi: Problems with caret positioning on blank lines. Patch by Uri Bernstein <uriber@gmail.com>. r=mrbkap sr=roc 2005-08-24 17:44:28 +00:00
nsIStyledContent.h Speed up matching class rules by caching the class attribute, rather than looking it up for each rule. Remove HasClass now that it's no longer needed. Bug 310236, r+sr=dbaron. 2005-10-08 23:06:27 +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
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). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +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
nsXMLNameSpaceMap.h Rename nsNameSpaceMap to nsXMLNameSpaceMap to avoid symbol collision in static builds (bug 281728). r=dbaron. 2005-02-19 00:10:38 +00:00