gecko/content/base/public
Olli Pettay 09290d1c85 Bug 575374 - Optimize ::GetInnerHTML (part 2), r=jst
--HG--
extra : rebase_source : 6e1574ed157561540b74d9f19b61f6292a42367e
2010-07-19 13:35:02 +03:00
..
Element.h Bug 479655 part 2. Add element restyle flags. r=dbaron, sr=jst 2010-06-18 12:23:04 -04:00
Makefile.in Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly. 2010-06-21 11:41:42 -04:00
mozFlushType.h Bug 560647 - add startup timeline instrumentation; r=vlad 2010-05-19 19:22:19 -04:00
mozISanitizingSerializer.h
nsCaseTreatment.h
nsContentCID.h Bug 520189 - Correct the component IDs 2010-06-23 16:03:20 -04:00
nsContentCreatorFunctions.h Bug 569538 - Make aFromParser distinguish network, document.write and fragments in the HTML case. r=Olli.Pettay. 2010-06-09 09:44:25 +03:00
nsContentErrors.h Bug 515458 - "(CSP) Implement frame ancestor check" [r=jst ui-r=johnath] 2010-02-05 14:08:27 -06:00
nsContentPolicyUtils.h
nsContentUtils.h Bug 392188 - Add a XUL attribute called "clickthrough" that determines whether an element accepts mouse events when it's in a background window. r=smaug 2010-07-16 14:50:28 +02:00
nsCopySupport.h Make it possible to drag a non-selectable node again. b=574596 r=dbaron 2010-07-12 22:24:25 +02:00
nsDOMEventTargetWrapperCache.h Bug 575701 - build warning in nsDOMEventTargetWrapperCache.cpp 2010-07-01 19:34:51 +03:00
nsDOMFile.h Bug 543870: Implement File.url. r=bz sr=jst 2010-03-02 23:51:09 -08:00
nsIAttribute.h Part 9 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - use nsNode3Tearoff for all nodes. r=jst. 2010-04-19 17:41:37 +02:00
nsIContent.h Bug 577309 part 1. Fix the assertion in IsRootOfAnonymousSubtree to not fire on default insertion point content. r=sicking 2010-07-15 00:38:19 -04:00
nsIContentIterator.h
nsIContentPolicy.idl Fix bug 490790. r=dveditz 2010-03-02 11:40:14 -08:00
nsIContentSecurityPolicy.idl Backed out changeset f0d3b958d38d (bug 552523) for causing 137-140 mochitest failures on the two mochitest runs (both Windows) that have completed so far. 2010-07-02 18:15:13 -07:00
nsIContentSerializer.h Bug 562321 - De-nsIDOM* nsIContentSerializer methods, r=sicking 2010-05-04 16:19:54 +03:00
nsIContentUtils.h Bug 513162 - Add 'top, right, bottom, left' margin support in nsAttrValue. r=smaug. 2010-06-24 21:01:07 -05:00
nsIDocument.h Bug 575374 - Optimize ::GetInnerHTML (part 2), r=jst 2010-07-19 13:35:02 +03:00
nsIDocumentEncoder.idl Bug 574089 - Optimize ::GetInnerHTML, r=jst 2010-06-26 23:39:56 +03:00
nsIDocumentObserver.h Bug 508482 - Window activation status should be a pseudoclass (:-moz-window-inactive) instead of an attribute. r=dbaron, r+sr=jst 2010-03-17 18:10:57 +01:00
nsIDOMFile.idl Bug 543870: Implement File.url. r=bz sr=jst 2010-03-02 23:51:09 -08:00
nsIDOMFileError.idl Bug 530901. Fix a warning and align an error code with the spec. r=jst a=jst 2009-11-24 17:53:17 -08:00
nsIDOMFileException.idl
nsIDOMFileInternal.idl Fixing bug 491201. Adding ability for XMLHttpRequest.send() to accept a File object. r+sr=jonas@sicking.cc, r=cbiesinger@gmail.com 2009-09-08 16:29:41 -07:00
nsIDOMFileList.idl
nsIDOMFileReader.idl Bug 527370: Rename some things in order to match the latest File API spec. Specifically FileRequest -> FileReader and .response -> .result. r=smaug sr=jst 2009-11-09 12:05:16 -08:00
nsIDOMFormData.idl Fix license in new files added for bug 546528 2010-02-25 01:25:53 -08:00
nsIDOMGCParticipant.h
nsIDOMParser.idl
nsIDOMSerializer.idl
nsIDroppedLinkHandler.idl Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking 2010-04-18 14:27:18 -04:00
nsIFrameLoader.idl Bug 564382 - Remove CPOWs from PContentProcess tree. r=olli 2010-06-17 14:10:14 -07:00
nsIFrameMessageManager.idl Bug 564382 - Remove CPOWs from PContentProcess tree. r=olli 2010-06-17 14:10:14 -07:00
nsIHTMLToTextSink.h
nsIImageLoadingContent.idl Bug 449156 - Implement HTMLVideoElement.poster, with correct reftests. r+=doublec,jst, sr+=roc 2009-06-26 19:25:17 +12:00
nsIMutationObserver.h Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking 2010-05-10 21:12:34 -04:00
nsINameSpaceManager.h Bug 506041 Part 2: Correct misspellings in source code 2010-05-13 14:19:51 +02:00
nsINode.h Bug 479655 part 1.5. Free up two more element bits. r=jst 2010-06-18 12:23:04 -04:00
nsINodeInfo.h Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz 2010-03-08 07:45:00 -08:00
nsINodeList.h
nsIObjectLoadingContent.idl Bug 544936, part 6: Submit a browser minidump along with the plugin's, if we got one. r=dolske,gavin,josh 2010-03-24 16:22:04 -05:00
nsIPrivateDOMImplementation.h
nsIRange.h
nsIRangeUtils.h
nsIScriptElement.h Bug 531259 - The SVG script element should respect the aFromParser flag on NS_NewElement. r=hsivonen, r+sr=jst 2010-01-15 11:44:12 +00:00
nsIScriptEventHandler.idl
nsIScriptEventManager.idl
nsIScriptLoader.idl
nsIScriptLoaderObserver.idl
nsISelection2.idl
nsISelection.idl Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg 2010-07-02 10:27:06 -04:00
nsISelectionController.idl Bug 332636 - Handle backspace for Unicode plane 1 characters correctly; r=roc 2010-06-04 13:28:19 -04:00
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISelectionPrivate.idl
nsIStyleSheetLinkingElement.h
nsISyncLoadDOMService.idl
nsIWebSocket.idl Bug 573422 - WebSocket .URL should be .url, r=sicking 2010-06-21 22:56:03 +03:00
nsIXFormsUtilityService.h
nsIXMLHttpRequest.idl Bug 546528 part 3: Implement FormData. r=benjamn 2010-02-24 21:58:18 -08:00
nsIXPathEvaluatorInternal.h
nsLineBreaker.h
nsReferencedElement.h Bug 565820. Use Element as the return value for ReferencedElement. r=roc 2010-05-14 13:04:51 -04:00
nsXMLNameSpaceMap.h Bug 520563. Shouldn't predefine xml and xmlns prefixes for CSS selectors. r=dbaron,sicking 2009-10-29 21:47:48 -04:00