.. |
Makefile.in
|
Bug 453858. Get rid of some XPCOM-ness in nsArraySH::GetItemAt. r+sr=jst
|
2008-09-10 23:15:29 -04: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
|
Ignore the keypress event if DOMEventToNativeKeyEvent() fails. b=456273 r=Olli.Pettay sr=jonas
|
2008-10-15 12:50:42 +02: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
|
Bug 454317. Improve GetClasses to not do virtual calls when not needed. r=smaug, sr=jst
|
2008-09-10 23:22:20 -04:00 |
nsIContentIterator.h
|
bug 302775 - extractContents doesn't work if start and end node of a Range object is an attribute node, r=peterv, sr=sicking
|
2008-10-15 12:40:28 +03:00 |
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
|
Relanding bug 459424 (backing out backout changeset 530f1077cae4). Don't pass null documents to the enumerator. r+sr=roc.
|
2008-10-14 10:24:55 -04:00 |
nsIDocumentEncoder.idl
|
Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer. Now with even better passing tests. Third time is the charm! r=smaug, sr=bzbarsky
|
2008-10-21 16:30:09 -04:00 |
nsIDocumentObserver.h
|
|
|
nsIDOMFile.idl
|
|
|
nsIDOMFileException.idl
|
|
|
nsIDOMFileList.idl
|
|
|
nsIDOMGCParticipant.h
|
|
|
nsIDOMParser.idl
|
Fixing second part of bug 453571. Use more [optional] idl arguments, and less nsAXPCNativeCallContext. r+sr=bzbarsky@mit.edu
|
2008-09-05 14:54:53 -07:00 |
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
|
|
|
nsIImageLoadingContent.idl
|
|
|
nsIMutationObserver.h
|
Bug 458944 - In nsIMutationObserver.h, document how the user should attach observers; r+sr=jonas
|
2008-10-11 03:38:16 +02:00 |
nsINameSpaceManager.h
|
Backed out changeset 92e24ee719b8
|
2008-10-09 22:13:30 -07:00 |
nsINode.h
|
Bug 454317. Improve GetClasses to not do virtual calls when not needed. r=smaug, sr=jst
|
2008-09-10 23:22:20 -04:00 |
nsINodeInfo.h
|
|
|
nsINodeList.h
|
Bug 453858. Get rid of some XPCOM-ness in nsArraySH::GetItemAt. r+sr=jst
|
2008-09-10 23:15:29 -04:00 |
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 157546. The 'delete' key should delete an entire cluster. r=peterv,r+sr=roc
|
2008-10-16 20:44:32 +13: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
|
Implement cookieless requests for Access-Control. b=389508 r=biesi sr=jst
|
2008-09-30 17:52:52 -07:00 |
nsIXPathEvaluatorInternal.h
|
|
|
nsLineBreaker.h
|
|
|
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
|
Backing out changesets 2ea77fa990af, 7d2d8869e73c, 93441e4f521e, 43d2ee100f3b, a2d84821ea71 to see whether they're causing the Windows Txul or Mac Tp regressions
|
2008-09-29 08:51:29 -04:00 |
nsXMLNameSpaceMap.h
|
|
|