gecko/content/base/src
2010-07-04 21:39:17 +02: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 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
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 555068 - make CSP frame-ancestors be explictly opt-in, r=dveditz 2010-06-09 09:48:42 -07:00
Link.cpp Bug 550661 - Adding href attribute doesn't add link styling 2010-03-09 10:21:25 -08:00
Link.h Bug 551838 - Adding empty href attribute doesn't add link styling 2010-06-16 09:59:26 -07:00
Makefile.in Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691. 2010-07-01 11:55:57 -04:00
mozAutoDocUpdate.h
mozSanitizingSerializer.cpp Bug 562321 - De-nsIDOM* nsIContentSerializer methods, r=sicking 2010-05-04 16:19:54 +03: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 513162 - Add 'top, right, bottom, left' margin support in nsAttrValue. r=smaug. 2010-06-24 21:01:07 -05:00
nsAttrValue.h Bug 513162 - Add 'top, right, bottom, left' margin support in nsAttrValue. r=smaug. 2010-06-24 21:01:07 -05: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 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
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 Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst. 2010-03-17 16:09:05 +01:00
nsContentAreaDragDrop.cpp Bug 565611 - ""ASSERTION: How did that happen?: 'form == aThisForm'" with <legend>" [r=bz, sr=smaug] 2010-05-19 16:33:00 -04: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 564569. Speed up the cache-hit case of getElementsBy(Class)Name. r=jst 2010-06-08 15:58:26 -04:00
nsContentList.h Bug 564569. Speed up the cache-hit case of getElementsBy(Class)Name. r=jst 2010-06-08 15:58:26 -04:00
nsContentPolicy.cpp
nsContentPolicy.h
nsContentSink.cpp Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug 2010-06-25 15:59:57 +02:00
nsContentSink.h Backed out changeset a6138098775f (bug 559996) for causing orange. 2010-05-11 21:24:02 -05:00
nsContentUtils.cpp Bug 576540 - nsContentUtils::Init is getting the image loader module, which is initializing the graphics module before they expect to be initialized. This breaks the chain by lazily initializing the image loader and image cache from contentutils, r=joe sr=bz 2010-07-02 17:15:52 -04:00
nsCopySupport.cpp Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug 2010-06-25 15:59:57 +02:00
nsCrossSiteListenerProxy.cpp Bug 562310 Part 6: Convert C-string version (nsCCommaSeparatedTokenizer) into generic nsCCharSeparatedTokenizer class, too. r=roc 2010-05-04 07:43:48 -07:00
nsCrossSiteListenerProxy.h Bug 526323. Add to nsCrossSiteListenerProxy support for treating certain HTTP result codes as non-errors. r=sicking 2009-12-16 09:08:58 +13:00
nsCSPService.cpp 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
nsCSPService.h Bug 555692 - mEnabled is never used in CSPService, r=bsterne 2010-03-29 05:33:00 -07:00
nsDataDocumentContentPolicy.cpp
nsDataDocumentContentPolicy.h
nsDocument.cpp 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
nsDocument.h Bug 569319 typedef caused mangled name mismatch for AddIDTargetObserver r=bz 2010-06-23 17:31:35 +08:00
nsDocumentEncoder.cpp Bug 574089 - Optimize ::GetInnerHTML 2010-06-27 00:59:32 +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 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
nsDOMAttribute.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
nsDOMAttributeMap.cpp Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst. 2010-03-17 16:09:05 +01:00
nsDOMAttributeMap.h
nsDOMDocumentType.cpp Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst. 2010-03-17 16:09:05 +01:00
nsDOMDocumentType.h
nsDOMEventTargetWrapperCache.cpp Bug 575701 - build warning in nsDOMEventTargetWrapperCache.cpp 2010-07-01 19:34:51 +03:00
nsDOMFile.cpp Bug 543870: Implement File.url. r=bz sr=jst 2010-03-02 23:51:09 -08:00
nsDOMFileReader.cpp Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst. 2010-03-17 16:09:05 +01:00
nsDOMFileReader.h 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
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 Bug 474369 - get rid of nsVoidArray, content part; r=jwatt, sr=sicking 2009-03-20 09:15:35 +01:00
nsDOMParser.cpp Part 1 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsINode::GetBaseURI. r=sicking. 2010-04-19 17:40:15 +02: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 550386: content/base/src/nsFileDataProtocolHandler.cpp failed to compile with SS12 r=bzbarsky 2010-03-08 17:33:14 +08:00
nsFileDataProtocolHandler.h Bug 543870: Implement File.url. r=bz sr=jst 2010-03-02 23:51:09 -08:00
nsFormData.cpp Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst. 2010-03-17 16:09:05 +01:00
nsFormData.h Bug 567723 - Move nsIFormSubmission.h to nsFormSubmission.h. r=sicking 2010-05-26 14:49:38 +02:00
nsFrameLoader.cpp Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug 2010-06-25 15:59:57 +02:00
nsFrameLoader.h Bug 564382 - Remove CPOWs from PContentProcess tree. r=olli 2010-06-17 14:10:14 -07:00
nsFrameMessageManager.cpp Backed out changeset d1c910f2ec4d on suspicion of causing test crashes - Bug 568818 - sendSyncMessage fails with 'SyntaxError: JSON.parse' if one of the listeners does not return a value 2010-06-11 13:52:31 -04:00
nsFrameMessageManager.h Bug 566024 - Add a 'global' messageManager, r=jst 2010-06-10 12:26:19 +03:00
nsGenConImageContent.cpp
nsGenericDOMDataNode.cpp Bug 564591: Speed up BindToTree/UnbindFromTree by only doing XBL related work when needed. r=smaug 2010-06-03 18:09:08 -07:00
nsGenericDOMDataNode.h Bug 479655 part 1. Add some assertions to catch it if we add too many flags. r=jst 2010-06-18 12:23:04 -04:00
nsGenericElement.cpp Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug 2010-06-25 15:59:57 +02:00
nsGenericElement.h Bug 571390, add a comment 2010-06-14 10:32:41 +03:00
nsGkAtomList.h Bug 555081 - Add support for titlebar mouse interaction and address missing aero features. r=jmathies, smaug, vlad. 2010-06-28 01:04:05 -05: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 563711 - Optimize nsHTMLContentSerializer::AppendAndTranslateEntities, p=laurent@xulfr.org+smaug, r=sicking 2010-05-14 13:18:27 +03:00
nsHTMLContentSerializer.h Bug 562321 - De-nsIDOM* nsIContentSerializer methods, r=sicking 2010-05-04 16:19:54 +03:00
nsImageLoadingContent.cpp Bug 575377 - Loading forever on pages with multipart image/motion jpeg streams.r=bzbarsky 2010-07-01 10:42:58 -07:00
nsImageLoadingContent.h Bug 544642: Make frames report an error event if the frame src is pointed at a local file url. And don't make setAttribute thrown an exception in that scenario. r=smaug 2010-02-24 18:45:43 -08:00
nsInProcessTabChildGlobal.cpp Bug 574049: Remove unused variable 'tabChildC'. r=smaug 2010-06-23 17:30:57 -07:00
nsInProcessTabChildGlobal.h Bug 571225 - Crash in [@ SendSyncMessageToParent] , r=mfinkle 2010-06-11 14:14:01 +03:00
nsLineBreaker.cpp
nsLoadListenerProxy.cpp
nsLoadListenerProxy.h
nsMappedAttributeElement.cpp
nsMappedAttributeElement.h
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 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
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 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
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 559526 - Moving a NodeIterator from its NodeFilter causes a crash, r=sicking 2010-04-16 21:45:13 +03:00
nsNodeIterator.h Bug 544372: Fix more harmless UMRs to avoid valgrind complaining. r=sicking 2010-03-01 21:06:29 -08:00
nsNodeUtils.cpp Bug 564591: Speed up BindToTree/UnbindFromTree by only doing XBL related work when needed. r=smaug 2010-06-03 18:09:08 -07:00
nsNodeUtils.h Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking 2010-05-10 21:12:34 -04:00
nsObjectLoadingContent.cpp Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug 2010-06-25 15:59:57 +02:00
nsObjectLoadingContent.h # User Michal Novotny <michal.novotny@gmail.com> 2010-05-21 14:03:02 -07: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 562688 part 6. Eliminate eELEMENT users in content/base. r=jst 2010-04-30 09:12:05 -04:00
nsRange.h Bug 486547 part 4. Switch some more code off nsIDOMNode/nsIDOMRange r+sr=smaug 2009-04-06 13:17:38 -04:00
nsReferencedElement.cpp Fixing bug 572609. Use faster version of GetElementById() from our C++ code. r=jonas@sicking.cc 2010-06-23 14:35:57 -07:00
nsScriptElement.cpp Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking 2010-05-10 21:12:34 -04:00
nsScriptElement.h
nsScriptEventManager.cpp
nsScriptEventManager.h Bug 474369 - get rid of nsVoidArray, content part; r=jwatt, sr=sicking 2009-03-20 09:15:35 +01:00
nsScriptLoader.cpp # User Michal Novotny <michal.novotny@gmail.com> 2010-05-21 14:03:02 -07:00
nsScriptLoader.h Bug 503481: Implement async attribute 2009-11-09 17:04:24 -08:00
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubImageDecoderObserver.cpp Bug 435296 - Decode-On-Draw. r=joe,roc,bz,dolske,peterw sr=vlad 2009-09-12 16:44:18 -06:00
nsStubImageDecoderObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyledElement.cpp Bug 564863: Speed up id/name handling by letting elements register/unregister themselves. r=smaug 2010-06-03 18:09:20 -07:00
nsStyledElement.h Bug 564863: Speed up id/name handling by letting elements register/unregister themselves. r=smaug 2010-06-03 18:09:20 -07:00
nsStyleLinkElement.cpp DeCOMtaminate nsIStyleSheet method signatures. (Bug 239008) r=dbaron 2010-05-12 13:18:47 -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 Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking 2010-04-30 09:12:05 -04:00
nsSyncLoadService.h
nsTextFragment.cpp Bug 562511 - comparison between signed and unsigned integer expressions in nsTextFragment::CopyTo, r=smaug 2010-04-28 16:56:00 -07:00
nsTextFragment.h Bug 534071 - Treat carriage returns as tab-like whitespace in layout. r=roc. 2010-05-12 10:57:12 +03:00
nsTextNode.cpp Bug 563407. Cast to unsigned int to fix warning. r=sicking 2010-05-11 19:30:42 -05:00
nsTextNode.h Part 4 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsGenericTextNode base class for nsIDOM3Text implementations. r=jst. 2010-04-19 17:40:16 +02: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 Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst. 2010-03-17 16:09:05 +01:00
nsTreeWalker.h Bug 474369 - get rid of nsVoidArray, content followup; r+sr=sicking 2009-03-20 11:41:27 +01:00
nsWebSocket.cpp Bug 575293 - Fire the close event on WS when establishing the connection fails, r=smaug 2010-07-01 19:35:57 +03:00
nsWebSocket.h Bug 572975, bug 573227, websocket fixes, r=smaug 2010-06-28 00:09:29 +03:00
nsXHTMLContentSerializer.cpp Bug 574089 - Optimize ::GetInnerHTML, r=jst 2010-06-26 23:39:56 +03:00
nsXHTMLContentSerializer.h Bug 562321 - De-nsIDOM* nsIContentSerializer methods, r=sicking 2010-05-04 16:19:54 +03:00
nsXMLContentSerializer.cpp Bug 574089 - Optimize ::GetInnerHTML, r=jst 2010-06-26 23:39:56 +03:00
nsXMLContentSerializer.h Bug 562321 - De-nsIDOM* nsIContentSerializer methods, r=sicking 2010-05-04 16:19:54 +03:00
nsXMLHttpRequest.cpp Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg 2010-07-04 21:39:17 +02:00
nsXMLHttpRequest.h Bug 472529, websockets (content patch) 2010-06-17 14:27:52 +03: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