gecko/content/base/src
2010-09-15 15:02:29 -07:00
..
contentAreaDropListener.js Fix a bunch of test failures caused by typos or other issues from bug 568691. 2010-06-27 14:03:05 -04:00
contentAreaDropListener.manifest Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes. 2010-06-22 12:59:15 -04:00
contentSecurityPolicy.js Bug 542302 - turn down CSP debugging information, r=dveditz, a=jst 2010-08-25 08:36:26 -07:00
contentSecurityPolicy.manifest Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes. 2010-06-22 12:59:15 -04:00
CSPUtils.jsm Bug 581980 - allow trailing semi-colon in CSP, r=bsterne, a=jst 2010-08-25 08:36:44 -07:00
Link.cpp Backed out changeset e6e0200b6e03 (bug 568969) because it appears to have caused orange on a CLOSED TREE. 2010-08-06 11:53:39 -07:00
Link.h Bug 551838 - Adding empty href attribute doesn't add link styling 2010-06-16 09:59:26 -07:00
Makefile.in Bug 591052 - MessageManager wakeup service. r=mfinkle,smaug a=blocking-fennec2.0b1 2010-09-03 19:04:05 -07:00
messageWakeupService.js Bug 591052 - MessageManager wakeup service. r=mfinkle,smaug a=blocking-fennec2.0b1 2010-09-03 19:04:05 -07:00
messageWakeupService.manifest Bug 591052 - MessageManager wakeup service. r=mfinkle,smaug a=blocking-fennec2.0b1 2010-09-03 19:04:05 -07:00
mozAutoDocUpdate.h
mozSanitizingSerializer.cpp Bug 560838. Spell 'Content-Type' correctly. r=bzbarsky, a=jst 2010-09-09 01:38:10 -04:00
mozSanitizingSerializer.h Bug 562321 - De-nsIDOM* nsIContentSerializer methods, r=sicking 2010-05-04 16:19:54 +03:00
nsAtomListUtils.cpp
nsAtomListUtils.h
nsAttrAndChildArray.cpp Bug 565125 and bug 564974. Make sure to null out our sibling pointers even if our parent goes away due to gc. r=jst 2010-05-11 23:34:49 -04:00
nsAttrAndChildArray.h Bug 564432 part 1. Give nsINode next/previous sibling pointers. r=jst, sr=sicking 2010-05-10 21:12:33 -04:00
nsAttrName.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
nsAttrValue.cpp Bug 588640 - comparison between signed and unsigned integer expressions in nsAttrValue::AtomAt; r=Olli.Pettay approval2.0=jst 2010-08-25 15:15:12 +02:00
nsAttrValue.h Bug 582228. Speed up getting style attributes. r=bzbarsky@mit.edu, a=dbaron@mozilla.com 2010-08-12 23:03:23 -07:00
nsBadCertHandler.js Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes. 2010-06-22 12:59:15 -04:00
nsBadCertHandler.manifest Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes. 2010-06-22 12:59:15 -04:00
nsCCUncollectableMarker.cpp Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov 2010-04-29 18:59:13 +02:00
nsCCUncollectableMarker.h Make some of the DEBUG_CC code accessible to code in non-debug builds so it can be used by memory tools for Web developers. (Bug 500233) r+sr=peterv 2009-07-08 18:10:29 -07:00
nsChannelPolicy.cpp Bug 565617 nsChannelPolicy::nsChannelPolicy() should initialize mLoadType 2010-07-07 17:22:25 +03:00
nsChannelPolicy.h Bug 515797: Allow necko to create channels that are aware of Content Security Policy. r=jduell, sr=biesi 2010-04-10 16:08:21 -04:00
nsCommentNode.cpp Bug 566466 - speed up createElement(), r=jst, peterv 2010-07-23 12:49:57 +03:00
nsContentAreaDragDrop.cpp Make it possible to drag a non-selectable node again. b=574596 r=dbaron 2010-07-12 22:24:25 +02:00
nsContentAreaDragDrop.h Bug 506041 Part 2: Correct misspellings in source code 2010-05-13 14:19:50 +02:00
nsContentIterator.cpp Bug 545775 part.7 remove an assertion from nsContentIterator r=roc 2010-06-19 19:40:27 +09:00
nsContentList.cpp Bug 499656. Make nsContentList have dual atoms (original case and lowercase) so that we can match non-HTML elements in HTML documents correctly. r=sicking 2010-08-31 19:47:00 -07:00
nsContentList.h Bug 499656. Make nsContentList have dual atoms (original case and lowercase) so that we can match non-HTML elements in HTML documents correctly. r=sicking 2010-08-31 19:47:00 -07:00
nsContentPolicy.cpp
nsContentPolicy.h
nsContentSink.cpp Bug 592601 - Add "face" to the list of white-listed attributes; r=bz a=jst 2010-09-06 16:31:04 -04:00
nsContentSink.h Bug 579764: Send out notification when the document-element for a document has been created and inserted into the DOM. r=jst a=blocker 2010-08-27 22:54:57 -07:00
nsContentUtils.cpp Backout c130135dcf02 (Fix for bug 590612 (Speed up js-wrapping in classinfo when we already have a wrapper)). 2010-09-14 22:27:02 -07:00
nsCopySupport.cpp Make it possible to drag a non-selectable node again. b=574596 r=dbaron 2010-07-12 22:24:25 +02:00
nsCrossSiteListenerProxy.cpp Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst 2010-08-04 22:15:55 -04:00
nsCrossSiteListenerProxy.h Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst 2010-08-04 22:15:55 -04:00
nsCSPService.cpp Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst 2010-08-04 22:15:55 -04:00
nsCSPService.h Bug 578182. CSP causing leaks due to repeated AddBoolPrefVarCache call from nsDocument constructor. r=dveditz 2010-07-12 20:12:32 -07:00
nsDataDocumentContentPolicy.cpp
nsDataDocumentContentPolicy.h
nsDocument.cpp Bug 595708 - "nsDocument.cpp(4377) : error C2248: 'nsAString_internal::nsAString_internal' : cannot access protected member declared in class 'nsAString_internal'"; (Av1) Add a |static_cast<const nsAString&>|, 1 s/PRInt32/PRUint32/. 2010-09-15 18:33:48 +02:00
nsDocument.h Bug 359608 - Animated GIFs are animated even when user navigates to another page.r=bholley,bz;sr=bz;a=blocker 2010-09-07 17:33:02 -07:00
nsDocumentEncoder.cpp Bug 575374 - Optimize ::GetInnerHTML (part 2), r=jst 2010-07-19 13:35:02 +03:00
nsDocumentFragment.cpp Bug 564863: Speed up id/name handling by letting elements register/unregister themselves. r=smaug 2010-06-03 18:09:20 -07:00
nsDOMAttribute.cpp Bug 562698 - Part a: Pass Elements to nsIMutationObserver::AttributeChanged and nsCSSFrameConstructor::AttributeChanged; r=bzbarsky, a=dbaron 2010-08-24 09:05:56 +02:00
nsDOMAttribute.h Fix for bug 582601 (Make GetContentInternal return Element*). r=bz. 2010-07-30 15:42:11 +02:00
nsDOMAttributeMap.cpp Fix for bug 582601 (Make GetContentInternal return Element*). r=bz. 2010-07-30 15:42:11 +02:00
nsDOMAttributeMap.h Fix for bug 582601 (Make GetContentInternal return Element*). r=bz. 2010-07-30 15:42:11 +02:00
nsDOMDocumentType.cpp Bug 566466 - speed up createElement(), r=jst, peterv 2010-07-23 12:49:57 +03:00
nsDOMDocumentType.h Bug 566466 - speed up createElement(), r=jst, peterv 2010-07-23 12:49:57 +03:00
nsDOMEventTargetWrapperCache.cpp Bug 575701 - build warning in nsDOMEventTargetWrapperCache.cpp 2010-07-01 19:34:51 +03:00
nsDOMFile.cpp Bug 583863: Refactor <input> implementation to deal with files that aren't on the disk. r=sicking a=blocking-fennec 2010-09-05 14:00:05 -04:00
nsDOMFileReader.cpp Bug 583863: Refactor <input> implementation to deal with files that aren't on the disk. r=sicking a=blocking-fennec 2010-09-05 14:00:05 -04:00
nsDOMFileReader.h Bug 583863: Refactor <input> implementation to deal with files that aren't on the disk. r=sicking a=blocking-fennec 2010-09-05 14:00:05 -04:00
nsDOMLists.cpp Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst. 2010-03-17 16:09:05 +01:00
nsDOMLists.h
nsDOMParser.cpp Back out bug 546857 Part 6 due to talos failures. a=backout 2010-08-19 18:41:58 -07:00
nsDOMParser.h
nsDOMSerializer.cpp Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst. 2010-03-17 16:09:05 +01:00
nsDOMSerializer.h
nsDOMSettableTokenList.cpp Bug 346485 - "Implement output element" [r=smaug,hsivonen,mrbkap,timeless,roc sr=jst] 2010-04-26 03:42:00 -04:00
nsDOMSettableTokenList.h Bug 346485 - "Implement output element" [r=smaug,hsivonen,mrbkap,timeless,roc sr=jst] 2010-04-26 03:42:00 -04:00
nsDOMTokenList.cpp Bug 557892 - Crash [@ nsGenericElement::SetAttr], r=sicking 2010-04-15 14:07:30 +03:00
nsDOMTokenList.h Bug 571390 - classList is always empty on xul elements, r=bz 2010-06-14 10:29:54 +03:00
nsFileDataProtocolHandler.cpp Bug 583863: Refactor <input> implementation to deal with files that aren't on the disk. r=sicking a=blocking-fennec 2010-09-05 14:00:05 -04:00
nsFileDataProtocolHandler.h Bug 583863: Refactor <input> implementation to deal with files that aren't on the disk. r=sicking a=blocking-fennec 2010-09-05 14:00:05 -04:00
nsFormData.cpp Bug 583863: Refactor <input> implementation to deal with files that aren't on the disk. r=sicking a=blocking-fennec 2010-09-05 14:00:05 -04:00
nsFormData.h Bug 583863: Refactor <input> implementation to deal with files that aren't on the disk. r=sicking a=blocking-fennec 2010-09-05 14:00:05 -04:00
nsFrameLoader.cpp Backout changeset 7eb93fe05d3a. bug 582840 due to oranges 2010-09-15 15:02:29 -07:00
nsFrameLoader.h Bug 579323. Part 1.4: Switch nsIFrameFrame users to use nsSubDocumentFrame.h. r=tnikkel 2010-08-31 12:49:07 +12:00
nsFrameMessageManager.cpp Follow-up to bug 585173 - correctly handle when the XUL runtime doesn't exist. r=smaug. a=bustage fix for not the same config as default Firefox builds. 2010-09-01 11:19:52 +01:00
nsFrameMessageManager.h Bug 585173 - Process message manager. r=dougt a=blocking-fennec 2010-08-31 11:58:35 -07:00
nsGenConImageContent.cpp Bug 566466 - speed up createElement(), r=jst, peterv 2010-07-23 12:49:57 +03:00
nsGenericDOMDataNode.cpp Back out bug 240933 and bug 590554 because of reftest failure on Win7 and also bug 593211 2010-09-02 19:54:23 -04:00
nsGenericDOMDataNode.h Back out bug 240933 and bug 590554 because of reftest failure on Win7 and also bug 593211 2010-09-02 19:54:23 -04:00
nsGenericElement.cpp Bustage fix 2010-09-14 21:46:40 -07:00
nsGenericElement.h Bug 568188: Reduce refcounting by making the id-table hold weak referenes. r=smaug a=jst 2010-09-01 15:48:24 -07:00
nsGkAtomList.h Bug 589696 - Implement formnovalidate attribute for submit controls. r=smaug a2.0=blocking 2010-09-15 01:38:07 +02:00
nsGkAtoms.cpp Bug 534136 Part 1: Make atoms keep a pointer to an nsStringBuffer rather than storing the data inline. r=bsmedberg 2010-03-08 07:44:59 -08:00
nsGkAtoms.h
nsHTMLContentSerializer.cpp Bug 575374 - Optimize ::GetInnerHTML (part 2), r=jst 2010-07-19 13:35:02 +03:00
nsHTMLContentSerializer.h Bug 562321 - De-nsIDOM* nsIContentSerializer methods, r=sicking 2010-05-04 16:19:54 +03:00
nsImageLoadingContent.cpp Bug 591560: Fix annoying abort in animated gifs. r=bz a=blocker 2010-08-31 21:26:41 -04:00
nsImageLoadingContent.h Bug 591560: Fix annoying abort in animated gifs. r=bz a=blocker 2010-08-31 21:26:41 -04:00
nsInProcessTabChildGlobal.cpp Bug 585173 - Process message manager. r=dougt a=blocking-fennec 2010-08-31 11:58:35 -07:00
nsInProcessTabChildGlobal.h Backed out changeset 937a11c1fc07 from bug 582569 due to new browser-chrome test 2010-08-12 10:28:50 -07:00
nsLineBreaker.cpp
nsLoadListenerProxy.cpp
nsLoadListenerProxy.h
nsMappedAttributeElement.cpp
nsMappedAttributeElement.h Bug 566466 - speed up createElement(), r=jst, peterv 2010-07-23 12:49:57 +03:00
nsMappedAttributes.cpp Bug 566808 - "DeCOMtaminate nsIStyleRule method signatures" [r=dbaron] 2010-05-19 22:28:00 -04:00
nsMappedAttributes.h Bug 566808 - "DeCOMtaminate nsIStyleRule method signatures" [r=dbaron] 2010-05-19 22:28:00 -04:00
nsNameSpaceManager.cpp Bug 571736 - warning: comparison between signed and unsigned integer expressions in NameSpaceManagerImpl::AddNameSpace(const nsAString_internal&, PRInt32). r=roc 2010-06-16 18:54:27 +02:00
nsNoDataProtocolContentPolicy.cpp Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv. 2009-12-21 21:50:30 +00:00
nsNoDataProtocolContentPolicy.h Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv. 2009-12-21 21:50:30 +00:00
nsNodeInfo.cpp Bustage fix 2010-09-14 21:46:40 -07:00
nsNodeInfo.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
nsNodeInfoManager.cpp Bug 592964: Use nsDependentAtomString instead of nsAtomString for temporary variables. r=jst a=jst 2010-09-04 23:41:17 -04:00
nsNodeInfoManager.h fixing bug 558944. Don't do atomic incr/decr in nsNodeInfoManager, which isn't thread-safe anyways. r=jonas@sicking.cc 2010-04-15 15:18:22 -07:00
nsNodeIterator.cpp Bug 577438 Part 2: Make NodeIterator use new tree walking functions. r=sicking 2010-07-21 15:05:20 -07:00
nsNodeIterator.h Bug 577438 Part 2: Make NodeIterator use new tree walking functions. r=sicking 2010-07-21 15:05:20 -07:00
nsNodeUtils.cpp Bug 568188: Reduce refcounting by making the id-table hold weak referenes. r=smaug a=jst 2010-09-01 15:48:24 -07:00
nsNodeUtils.h Bug 562698 - Part c: Pass Elements to AttributeWillChange; r=bzbarsky, a=dbaron 2010-08-24 09:06:20 +02:00
nsObjectLoadingContent.cpp Bug 462076 - Dynamically inserted iframes on refresh sometimes trade places, r=bz 2010-08-17 17:13:55 +03:00
nsObjectLoadingContent.h Bug 462076 - Dynamically inserted iframes on refresh sometimes trade places, r=bz 2010-08-17 17:13:55 +03:00
nsParserUtils.cpp
nsParserUtils.h
nsPlainTextSerializer.cpp Bug 365805 - Copy/paste lists should not add #; r=jst 2010-06-21 15:56:18 -04:00
nsPlainTextSerializer.h Bug 365805 - Copy/paste lists should not add #; r=jst 2010-06-21 15:56:18 -04:00
nsPropertyTable.cpp Bug 534566. Use separate nsPropertyTables for different categories so we don't pollute the property name list with unrelated names. r=sicking 2010-04-23 14:41:38 +12:00
nsPropertyTable.h Bug 534566. Use separate nsPropertyTables for different categories so we don't pollute the property name list with unrelated names. r=sicking 2010-04-23 14:41:38 +12:00
nsRange.cpp Bug 578905 - Let nsRange methods from DOM interfaces use NS_IMETHODIMP on their implementations. r=bz 2010-07-17 18:24:50 +02:00
nsRange.h Bug 577438 Part 1: Add previous sibling to nsIMutationObserver::ContentRemoved. r=sicking 2010-07-21 15:05:17 -07:00
nsReferencedElement.cpp Bug 572688 - Add a DOM API called document.mozSetImageElement for overriding -moz-element ID target elements. r=jonas, r=roc 2010-08-13 15:35:36 +02:00
nsScriptElement.cpp Bug 562698 - Part a: Pass Elements to nsIMutationObserver::AttributeChanged and nsCSSFrameConstructor::AttributeChanged; r=bzbarsky, a=dbaron 2010-08-24 09:05:56 +02:00
nsScriptElement.h
nsScriptEventManager.cpp
nsScriptEventManager.h
nsScriptLoader.cpp Bug 540675: eviscerate JSStackFrame::callerVersion. (r=lw) 2010-09-13 09:38:22 -07:00
nsScriptLoader.h Bug 503481: Implement async attribute 2009-11-09 17:04:24 -08:00
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubImageDecoderObserver.cpp Bug 582004 part 2: Make imgIContainerObserver::FrameChanged take a const aDirtyRect argument. r=joe a=blocking 2010-08-13 21:09:48 -07:00
nsStubImageDecoderObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyledElement.cpp Bug 575462 - Crash [@ nsDocument::AddToIdTable] with mutation events. r=sicking a2.0=blocking 2010-09-04 00:39:29 +02:00
nsStyledElement.h Bug 575462 - Crash [@ nsDocument::AddToIdTable] with mutation events. r=sicking a2.0=blocking 2010-09-04 00:39:29 +02:00
nsStyleLinkElement.cpp Bug 569719 part 2: Move headers for the former nsCSSLoader and nsCSSDeclaration into mozilla/css/. r=dbaron 2010-06-28 15:49:35 -07:00
nsStyleLinkElement.h Bug 484200. src attribute on <style> makes styles not apply. r=bzbarsky 2009-07-28 12:07:31 -04:00
nsSyncLoadService.cpp Back out Bug 536324 part 3. 2010-08-30 13:20:39 -07:00
nsSyncLoadService.h
nsTextFragment.cpp Back out bug 240933 and bug 590554 because of reftest failure on Win7 and also bug 593211 2010-09-02 19:54:23 -04:00
nsTextFragment.h Back out bug 240933 and bug 590554 because of reftest failure on Win7 and also bug 593211 2010-09-02 19:54:23 -04:00
nsTextNode.cpp Bug 562698 - Part a: Pass Elements to nsIMutationObserver::AttributeChanged and nsCSSFrameConstructor::AttributeChanged; r=bzbarsky, a=dbaron 2010-08-24 09:05:56 +02:00
nsTextNode.h Bug 566466 - speed up createElement(), r=jst, peterv 2010-07-23 12:49:57 +03:00
nsTraversal.cpp Bug 562688 part 6. Eliminate eELEMENT users in content/base. r=jst 2010-04-30 09:12:05 -04:00
nsTraversal.h Bug 559526 - Moving a NodeIterator from its NodeFilter causes a crash, r=sicking 2010-04-16 21:45:13 +03:00
nsTreeWalker.cpp Bug 577438 Part 3: Make TreeWalker use new tree walking functions. r=sicking 2010-07-21 15:05:23 -07:00
nsTreeWalker.h Bug 577438 Part 3: Make TreeWalker use new tree walking functions. r=sicking 2010-07-21 15:05:23 -07:00
nsWebSocket.cpp Back out Bug 536324 part 2. 2010-08-30 13:20:39 -07:00
nsWebSocket.h Bug 572975, bug 573227, websocket fixes, r=smaug 2010-06-28 00:09:29 +03:00
nsXHTMLContentSerializer.cpp Bug 575374 - Optimize ::GetInnerHTML (part 2), r=jst 2010-07-19 13:35:02 +03:00
nsXHTMLContentSerializer.h Bug 575374 - Optimize ::GetInnerHTML (part 2), r=jst 2010-07-19 13:35:02 +03:00
nsXMLContentSerializer.cpp Bug 575374 - Optimize ::GetInnerHTML (part 2), r=jst 2010-07-19 13:35:02 +03:00
nsXMLContentSerializer.h Bug 575374 - Optimize ::GetInnerHTML (part 2), r=jst 2010-07-19 13:35:02 +03:00
nsXMLHttpRequest.cpp Bug 311425 - allow setting OnProgress after XMLHttpRequest::open(), r=sicking, a=sicking 2010-09-08 20:42:08 +03:00
nsXMLHttpRequest.h Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst 2010-08-04 22:15:55 -04:00
nsXMLNameSpaceMap.cpp Bug 520563. Shouldn't predefine xml and xmlns prefixes for CSS selectors. r=dbaron,sicking 2009-10-29 21:47:48 -04:00