.. |
Makefile.in
|
Bug 344258. Create nsReferencedElement to track which element is associated with a given ID. r+sr=jst
|
2008-06-25 13:55:01 +12:00 |
mozFlushType.h
|
|
|
mozISanitizingSerializer.h
|
|
|
nsCaseTreatment.h
|
|
|
nsContentCID.h
|
|
|
nsContentCreatorFunctions.h
|
Landing fix for bug 419716. Make us consistently deal how we're pass param tags to object tags when parsing XHTML. Patch by mrbkap@gmail.com and bent.mozilla@gmail.com, r+sr=jonas@sicking.cc, a=beltzner
|
2008-04-17 15:30:51 -07:00 |
nsContentErrors.h
|
|
|
nsContentPolicyUtils.h
|
Bug 420609 - "XMLHttpRequest no longer able to parse XHTML documents with entity references" [p=trev.moz@adblockplus.org (Wladimir Palant) r+sr=bzbarsky a1.9=sicking a=blocking1.9+]
|
2008-03-05 02:29:32 -08:00 |
nsContentUtils.h
|
Bug 435656, Make nsCxPusher::Push to handle all kinds of nsPIDOMEventTargets, r+sr=jst
|
2008-07-19 18:11:37 +03:00 |
nsCopySupport.h
|
|
|
nsDOMFile.h
|
|
|
nsIAttribute.h
|
|
|
nsIChromeRegistry.idl
|
Bug 292789 (the chrome registry part), add a contentaccessible flag for packages and expose it on nsIXULChromeRegistry, r=dtownsend sr=jst a=beltzner
|
2008-04-11 06:39:43 -07:00 |
nsIContent.h
|
Change the binding parent for native anonymous content to work like the binding parent for XBL anonymous content, and be the parent of the anonymous content subtree rather than the root of the anonymous content subtree. (Bug 436453) r=bzbarsky,smaug,surkov sr=bzbarsky
|
2008-07-22 21:50:20 -07:00 |
nsIContentIterator.h
|
|
|
nsIContentPolicy.idl
|
Bug 420609 - "XMLHttpRequest no longer able to parse XHTML documents with entity references" [p=trev.moz@adblockplus.org (Wladimir Palant) r+sr=bzbarsky a1.9=sicking a=blocking1.9+]
|
2008-03-05 02:29:32 -08:00 |
nsIContentSerializer.h
|
|
|
nsIDocument.h
|
Backing out bug 118704 to try to fix Windows leak orange
|
2008-08-16 23:27:40 +12:00 |
nsIDocumentEncoder.idl
|
Bug 293834. Save As, Complete should save form input state. r=bzbarsky, sr=sicking
|
2008-07-28 22:59:25 -07:00 |
nsIDocumentObserver.h
|
|
|
nsIDOMFile.idl
|
|
|
nsIDOMFileException.idl
|
|
|
nsIDOMFileList.idl
|
|
|
nsIDOMGCParticipant.h
|
|
|
nsIDOMParser.idl
|
|
|
nsIDOMSerializer.idl
|
|
|
nsIDragDropHandler.idl
|
|
|
nsIFrameLoader.idl
|
Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst
|
2008-08-11 09:38:43 +01:00 |
nsIHTMLToTextSink.h
|
Bug 407297 - "nsIHTMLToTextSink should use nsStringGlue.h instead of nsString.h" [p=prasad@medhas.org (Prasad Sunkari) r=bsmedberg sr=bzbarsky a1.9=schrep]
|
2007-12-11 01:52:49 -08:00 |
nsIImageLoadingContent.idl
|
|
|
nsIMutationObserver.h
|
But 444823. Improve comments. r+sr=sicking
|
2008-07-21 11:11:06 -07:00 |
nsINameSpaceManager.h
|
Bug 398910. Remove support for namespaced ARIA properties since they are no longer official (we are pre-1.0). r=surkov, r=ginn, r=bienvenu, r=mano, r=mconnor, r+sr=neil
|
2007-12-11 18:10:26 -08:00 |
nsINode.h
|
Add a faster method for iterating the nsIContent children of an
|
2008-07-11 16:42:19 -04:00 |
nsINodeInfo.h
|
|
|
nsIObjectLoadingContent.idl
|
Bug 401155: Make it safe to create a wrapper for an object at any time by making sure wrapping doesn't write script. Also set up a service that tries to keep track of when it's safe to execute script. r=bz sr=jst
|
2008-03-14 16:08:57 -07:00 |
nsIPrivateDOMImplementation.h
|
|
|
nsIRange.h
|
|
|
nsIRangeUtils.h
|
|
|
nsIScriptElement.h
|
Bug 28293: Implement defer attribute. r/sr=jst
|
2008-07-25 19:42:12 -07:00 |
nsIScriptEventHandler.idl
|
|
|
nsIScriptEventManager.idl
|
|
|
nsIScriptLoader.idl
|
|
|
nsIScriptLoaderObserver.idl
|
|
|
nsISelection2.idl
|
bug 345759 - Spell as you type not accessible, r=aaronlev, r=Olli.Pettay, sr=neil
|
2008-07-17 14:06:24 +02:00 |
nsISelection.idl
|
|
|
nsISelectionController.idl
|
Bug 263683 - Findbar's Highlight feature should not manipulate the DOM. Patch by Graeme McCutcheon <graememcc_firefox@graeme-online.co.uk>, r=me,roc. sr=roc.
|
2008-07-30 23:48:56 +03:00 |
nsISelectionDisplay.idl
|
|
|
nsISelectionListener.idl
|
|
|
nsISelectionPrivate.idl
|
|
|
nsIStyleSheetLinkingElement.h
|
|
|
nsISyncLoadDOMService.idl
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv
|
2008-02-26 19:45:29 -08:00 |
nsIXFormsUtilityService.h
|
|
|
nsIXMLHttpRequest.idl
|
Bug 435425 – Progress events for XHR, r=sicking, sr=jst
|
2008-08-14 14:07:46 +03:00 |
nsIXPathEvaluatorInternal.h
|
|
|
nsLineBreaker.h
|
Bug 403426. We should clear whitespace status when we reset the linebreaker. If a final break opportunity exists we should save it and forward it to the line layout. Relanding with a fix so hopefully we won't crash Tp this time. r=smontagu
|
2007-12-03 00:22:07 -08:00 |
nsPresShellIterator.h
|
Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst
|
2008-08-11 09:38:43 +01:00 |
nsReferencedElement.h
|
Adding comments.
|
2008-07-02 14:57:43 +12:00 |
nsXMLNameSpaceMap.h
|
|
|