gecko/content/base/public
2012-11-27 00:41:02 -08:00
..
CORSMode.h
DirectionalityUtils.h Implementation of HTML5 dir=auto. Bug 548206, r=ehsan, peterv. 2012-11-21 02:13:57 -08:00
Element.h Implementation of HTML5 dir=auto. Bug 548206, r=ehsan, peterv. 2012-11-21 02:13:57 -08:00
FragmentOrElement.h Fix for bug 804950 (New DOM binding APIs for Element). r=bz. 2012-10-16 13:51:00 +02:00
FromParser.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Makefile.in Bug 811729 - remove XForms a11y support, r=tbsaunde 2012-11-16 01:43:41 +09:00
mozFlushType.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCaseTreatment.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsContentCID.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsContentCreatorFunctions.h Bug 656311 - Remove XML Events, r=bz 2012-11-15 14:29:58 +02:00
nsContentPolicyUtils.h Bug 802905 - Create custom Content Type for CSP Reports. r=sstamm, sr=bz 2012-11-20 20:28:34 -05:00
nsContentUtils.h Bug 794957. Use imgLoader instead of imgILoader. r=joe 2012-11-16 10:24:58 -08:00
nsCopySupport.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsDeprecatedOperationList.h Bug 812086 part 4. Warn when consumers use the moz-prefixed versions of visibility API. r=smaug 2012-11-16 17:39:59 -08:00
nsDOMFile.h Bug 809727 - Wait for the write transaction to finish so that the blobs are expired. r=janv 2012-11-09 20:32:10 -05:00
nsHostObjectProtocolHandler.h Bug 812563 - Give nsHostObjectProtocolHandler a virtual destructor; r=bzbarsky 2012-11-16 11:13:35 -08:00
nsIAttribute.h Fix for bug 773780 (Add API for new DOM bindings for Node). r=bz. 2012-10-09 14:31:24 +02:00
nsIContent.h Fix for bug 804991 (Make FromContent expect a non-null pointer and add FromContentOrNull). r=bz. 2012-09-26 16:17:51 +02:00
nsIContentIterator.h Bug 757771 part 1 - Make NS_NewContentIterator and friends infallible; r=bz 2012-06-04 20:42:00 +03:00
nsIContentPolicy.idl Bug 802905 - Create custom Content Type for CSP Reports. r=sstamm, sr=bz 2012-11-20 20:28:34 -05:00
nsIContentSecurityPolicy.idl Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsIContentSerializer.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsIDocument.h Bug 812744 part 1. Set XSLT result documents to be data documents when we plan to return them to script. r=sicking 2012-11-21 11:18:57 -05:00
nsIDocumentEncoder.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIDocumentObserver.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsIDOMDataChannel.idl Bug 811152 - Decxify various DOM methods. r=me 2012-11-15 11:54:34 -08:00
nsIDOMFile.idl Bug 793955, 802867 - DeviceStorage files returned by DeviceStorage.get() don't always have lastModifiedDate. r=bent. a=blocking-basecamp 2012-10-18 11:29:32 -07:00
nsIDOMFileList.idl Fix for bug 801083 (Remove old proxy-based list bindings). r=bz. 2012-10-13 14:50:24 +02:00
nsIDOMFileReader.idl Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz 2012-08-30 20:45:16 -07:00
nsIDOMFormData.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIDOMParser.idl Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsIDOMSerializer.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIDroppedLinkHandler.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIEventSource.idl Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz 2012-08-30 20:45:16 -07:00
nsIFrameLoader.idl Bug 776825 - Separate message managers into senders and broadcasters. r=smaug 2012-08-27 11:13:02 -03:00
nsIImageLoadingContent.idl Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
nsIMessageManager.idl Bug 776832 - Add a scriptable API to assert app permissions through messagemanager. r=smaug 2012-09-27 22:43:12 -07:00
nsIMutationObserver.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsINameSpaceManager.h Bug 656311 - Remove XML Events, r=bz 2012-11-15 14:29:58 +02:00
nsINode.h Bug 815058: Move callers of mozilla-internal-API-only "SetDOMStringToNull()" from nsINode.h to .cpp, to fix "inline function used but never defined" build warnings. r=Ms2ger 2012-11-27 00:41:02 -08:00
nsINodeInfo.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsINodeList.h Fix for bug 801083 (Remove old proxy-based list bindings). r=bz. 2012-10-13 14:50:24 +02:00
nsIObjectLoadingContent.idl Bug 797043 - Better handling of plugin activated state for click-to-play. r=josh 2012-10-16 12:52:30 -07:00
nsIScriptElement.h Bug 789856. Fire error events on <script> elements which completely fail to start the load. r=sicking 2012-09-18 23:24:27 -04:00
nsIScriptLoaderObserver.idl Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISelection.idl Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
nsISelectionController.idl Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
nsISelectionDisplay.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISelectionListener.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISelectionPrivate.idl Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsIStyleSheetLinkingElement.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsIXMLHttpRequest.idl Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
nsIXPathEvaluatorInternal.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsLineBreaker.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsReferencedElement.h Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
nsTreeSanitizer.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsXMLNameSpaceMap.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00