gecko/content/base/src
2011-02-08 13:35:25 +00:00
..
contentAreaDropListener.js
contentAreaDropListener.manifest
contentSecurityPolicy.js Backed out changeset 9ce4d80efab6 2011-02-01 16:07:09 -08:00
contentSecurityPolicy.manifest
CSPUtils.jsm Backed out changeset 9ce4d80efab6 2011-02-01 16:07:09 -08:00
Link.cpp Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz 2010-10-20 13:26:32 +02:00
Link.h Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz 2010-10-20 13:26:32 +02:00
Makefile.in Bug 595305 - Factor cookie third-party URI code into separate API. r=bent, a=betaN+ 2010-10-19 09:37:03 -07:00
messageWakeupService.js Bug 594845 - Double prompts due to wakeupservice. r=mfinkle a=blocking-fennec 2010-09-30 13:06:41 -04: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
nsAtomListUtils.cpp
nsAtomListUtils.h
nsAttrAndChildArray.cpp Bug 614583: Bail earlier when attempting to SetAttr when we don't have room for more attributes to avoid caching flags and attributes to get out of sync. r=jst a=blocker 2010-12-14 09:16:24 -08:00
nsAttrAndChildArray.h Bug 614583: Bail earlier when attempting to SetAttr when we don't have room for more attributes to avoid caching flags and attributes to get out of sync. r=jst a=blocker 2010-12-14 09:16:24 -08:00
nsAttrName.h
nsAttrValue.cpp Bug 623589 - Remove aCanBePercent parameter from nsAttrValue::ParseSpecialIntValue; r=peterv a=jst 2011-02-04 14:46:16 -05:00
nsAttrValue.h Bug 623589 - Remove aCanBePercent parameter from nsAttrValue::ParseSpecialIntValue; r=peterv a=jst 2011-02-04 14:46:16 -05:00
nsBadCertHandler.js
nsBadCertHandler.manifest
nsCCUncollectableMarker.cpp
nsCCUncollectableMarker.h
nsChannelPolicy.cpp
nsChannelPolicy.h
nsCommentNode.cpp
nsContentAreaDragDrop.cpp
nsContentAreaDragDrop.h
nsContentIterator.cpp
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 587928 - Disable support for <meta http-equiv="Link">; r,a=jst 2011-02-04 14:44:32 -05:00
nsContentSink.h Bug 604056 - nsIDocumentObserver methods should be declared with a macro. r+a=bz 2010-10-20 09:41:05 +02:00
nsContentUtils.cpp Bug 631412 - Bug 629401 breaks non-libxul builds due to unresolved reference to nsContentUtils::DispatchTrustedEvent(nsIDocument*, nsISupports*, nsAString_internal const&, int, int, int*); r=khuey a=NPOTB 2011-02-04 12:00:21 -05:00
nsCopySupport.cpp Flush frames after the event handler so that new nodes inserted into the Selection are visible. b=602231 r=bzbarsky a=blocking2.0:final 2010-10-11 00:07:00 +02:00
nsCrossSiteListenerProxy.cpp Bug 597301: Update CORS to latest spec. r=jst a=blocker 2010-10-04 17:41:07 -07:00
nsCrossSiteListenerProxy.h Bug 597301: Update CORS to latest spec. r=jst a=blocker 2010-10-04 17:41:07 -07: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 Bug 628747: (patch v2) Disallow SVG-as-an-image from loading external resources, unless we're sure they won't hit the network. r=bz r=roc a=roc 2011-01-28 07:59:15 -08:00
nsDataDocumentContentPolicy.h
nsDocument.cpp Bug 618590 Part 2: Don't put a document in bfcache if there are running transactions in it. r=bent a=blocker 2011-01-27 13:47:36 -08:00
nsDocument.h Bug 589615 part 1. Get rid of the non-HTML preshint level. r=dbaron 2011-01-14 21:14:41 -05:00
nsDocumentEncoder.cpp Bug 599955 - Optimize DocumentEncoder, r=bz, a=jst 2010-10-15 20:59:00 +03:00
nsDocumentFragment.cpp
nsDOMAttribute.cpp Bug 616076, no need for userdata in print documents, r=jst, a=blocking 2010-12-08 20:52:39 +02:00
nsDOMAttribute.h Bug 599590 - Attrib.value can return empty for case-sensitive attributes after calling removeAttribute, r=sicking, a=jst 2010-10-14 17:07:20 +03:00
nsDOMAttributeMap.cpp Bug 599590 - Attrib.value can return empty for case-sensitive attributes after calling removeAttribute, r=sicking, a=jst 2010-10-14 17:07:20 +03:00
nsDOMAttributeMap.h Bug 599590 - Attrib.value can return empty for case-sensitive attributes after calling removeAttribute, r=sicking, a=jst 2010-10-14 17:07:20 +03:00
nsDOMDocumentType.cpp Fix for bug 605672 (Fix reason for invalid scope assertion). r=jst, a=blocker. 2010-12-03 17:43:25 +01:00
nsDOMDocumentType.h
nsDOMEventTargetWrapperCache.cpp
nsDOMFile.cpp Bug 604561. Don't silently swallow OOM in getAsBinary/getAsText/getAsDataURL. r=sicking a=blocker 2010-10-22 21:17:02 -04:00
nsDOMFileReader.cpp Bug 617699 nsDOMFileReader::DispatchProgressEvent compares PRUint64 mReadTotal >= 0, r+a=sicking 2010-12-08 17:23:00 -08:00
nsDOMFileReader.h Bug 575946: Implement File.slice. r=khuey sr=biesi a=beltzner 2010-10-13 16:25:33 -07:00
nsDOMLists.cpp
nsDOMLists.h
nsDOMParser.cpp Bug 592829: Make parsing code able to deal with element creation failing. r=jst/peterv a=blocker 2010-10-04 18:25:44 -07:00
nsDOMParser.h
nsDOMSerializer.cpp
nsDOMSerializer.h
nsDOMSettableTokenList.cpp
nsDOMSettableTokenList.h
nsDOMTokenList.cpp
nsDOMTokenList.h
nsFileDataProtocolHandler.cpp Bug 609030: Update createBlobURL/revokeBlobURL to it's final name. r=jst a=blocker 2010-11-23 00:50:55 -08:00
nsFileDataProtocolHandler.h Bug 609030: Update createBlobURL/revokeBlobURL to it's final name. r=jst a=blocker 2010-11-23 00:50:55 -08:00
nsFormData.cpp Bug 575946: Implement File.slice. r=khuey sr=biesi a=beltzner 2010-10-13 16:25:33 -07:00
nsFormData.h Bug 575946: Implement File.slice. r=khuey sr=biesi a=beltzner 2010-10-13 16:25:33 -07:00
nsFrameLoader.cpp Bug 581881. Return value of some cross-process testing methods is broken. r+a=bsmedberg 2011-01-19 19:21:50 -08:00
nsFrameLoader.h Bug 605618 Part 7: Include viewport and content size in API r=cjones sr=roc 2011-01-13 09:45:14 -08:00
nsFrameMessageManager.cpp Bug 628599. Fix traversal of nsInProcessTabChildGlobal. r=Olli.Pettay@gmail.com, a=blocker 2011-02-02 14:08:13 -08:00
nsFrameMessageManager.h Bug 628599. Fix traversal of nsInProcessTabChildGlobal. r=Olli.Pettay@gmail.com, a=blocker 2011-02-02 14:08:13 -08:00
nsGenConImageContent.cpp Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz 2010-10-20 13:26:32 +02:00
nsGenericDOMDataNode.cpp Bug 604386 - Prune placeholder from text children, r=davidb, sr=bz, a=blocking 2010-10-16 00:34:35 +09:00
nsGenericDOMDataNode.h Bug 616076, no need for userdata in print documents, r=jst, a=blocking 2010-12-08 20:52:39 +02:00
nsGenericElement.cpp Bug 610990 - Regression: SVGPathSegList should allow manipulation of invalid paths. r=roc,sicking, a=blocking. 2011-02-02 08:41:50 +13:00
nsGenericElement.h Bug 610990 - Regression: SVGPathSegList should allow manipulation of invalid paths. r=roc,sicking, a=blocking. 2011-02-02 08:41:50 +13:00
nsGkAtomList.h Bug 489303, show resizer when statusbar is hidden, r=roc,gavin a=blocking 2011-01-17 09:35:32 -05:00
nsGkAtoms.cpp
nsGkAtoms.h
nsHTMLContentSerializer.cpp Bug 551704 - Part 5: Move breakIsVisible to nsIHTMLEditor_MOZILLA_2_0_BRANCH to make sure that nsIHTMLEditor does not change for Gecko 2.0; r=bzbarsky a=blocking-betaN+ 2010-11-09 21:00:26 -05:00
nsHTMLContentSerializer.h
nsImageLoadingContent.cpp Backout all of the bugs in the 7e12e3e16e6c pushlog because of the orange. 2011-02-04 16:34:02 -05:00
nsImageLoadingContent.h Bug 594771 - Reset animations when .src changes. r=joe,bz a=blocking-final 2011-01-26 10:52:48 -08:00
nsInProcessTabChildGlobal.cpp Bug 628599. Fix traversal of nsInProcessTabChildGlobal. r=Olli.Pettay@gmail.com, a=blocker 2011-02-02 14:08:13 -08:00
nsInProcessTabChildGlobal.h Bug 581335 - Hook up crash reporting for content process by attaching a property bag to the global observer-service notification for them. r=mfinkle 2010-11-24 08:58:21 -05:00
nsLineBreaker.cpp
nsLoadListenerProxy.cpp
nsLoadListenerProxy.h
nsMappedAttributeElement.cpp
nsMappedAttributeElement.h
nsMappedAttributes.cpp
nsMappedAttributes.h
nsNameSpaceManager.cpp Bug 617448 - remove svg.enabled as the browser now uses SVG and fails to start if it's disabled r+a=roc 2010-12-08 21:25:06 +00:00
nsNoDataProtocolContentPolicy.cpp
nsNoDataProtocolContentPolicy.h
nsNodeInfo.cpp Bustage fix 2010-09-14 21:46:40 -07:00
nsNodeInfo.h
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
nsNodeIterator.cpp Bug 590771 - r=sicking a=blocking 2010-10-12 15:09:46 +02:00
nsNodeIterator.h Bug 590771 - r=sicking a=blocking 2010-10-12 15:09:46 +02:00
nsNodeUtils.cpp Fix for bug 605672 (Fix reason for invalid scope assertion). r=jst, a=blocker. 2010-12-03 17:43:32 +01:00
nsNodeUtils.h Fix for bug 605672 (Fix reason for invalid scope assertion). r=jst, a=blocker. 2010-12-03 17:43:32 +01:00
nsObjectLoadingContent.cpp Bug 631937 - Use case insensitive string comparison in TypeForClassID for clsid test r=bzbarsky a=jst 2011-02-08 13:35:25 +00:00
nsObjectLoadingContent.h Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz 2010-10-20 13:26:32 +02:00
nsParserUtils.cpp
nsParserUtils.h
nsPlainTextSerializer.cpp Bug 593758 - List are not formated anymore during html to text conversion; r=bzbarsky a=blocking-betaN+ 2010-09-28 18:37:30 -04:00
nsPlainTextSerializer.h Bug 593758 - List are not formated anymore during html to text conversion; r=bzbarsky a=blocking-betaN+ 2010-09-28 18:37:30 -04:00
nsPropertyTable.cpp
nsPropertyTable.h
nsRange.cpp
nsRange.h
nsReferencedElement.cpp Bug 611241: Allow SVG filters from external documents to be used in about: pages. r=bzbarsky a=blocking-betaN+ 2010-12-21 15:02:46 -08:00
nsScriptElement.cpp Bug 592366 - Do not execute scripts whose owner doc is not the doc of the inserter parser or not the owner doc at the time of starting the script load. r=jonas, a=blocking2.0-betaN. 2010-12-08 14:37:19 +02:00
nsScriptElement.h Bug 594339 - Create a FromParser enum. r=hsivonen, sr=bzbarsky, a=jonas. 2010-10-25 15:17:38 +03:00
nsScriptEventManager.cpp
nsScriptEventManager.h
nsScriptLoader.cpp Bug 600584 - add more detail to CSP violation report logging, r=jst, a=LegNeato 2011-01-31 10:09:44 -08:00
nsScriptLoader.h Bug 602838 part 1 - Execute in insertion order script-inserted external scripts that have the async DOM attribute reporting false. r=jonas, a=blocking2.0-beta8. 2010-10-13 10:12:55 +03: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 Bug 590771 - r=sicking a=blocking 2010-10-12 15:09:46 +02:00
nsStubMutationObserver.h Bug 590771 - r=sicking a=blocking 2010-10-12 15:09:46 +02:00
nsStyledElement.cpp Bug 620184 remove null checks from GetDOMSlots() and rename it to DOMSlots() because it is infallible in m-c, r+a=sicking 2010-12-21 17:04:00 -08: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
nsStyleLinkElement.h
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 615485 warning: format '%11x' expects type 'unsigned int', but argument 3 has type 'PRUint64' in nsTextNode::List 2010-12-05 11:12:08 +00:00
nsTextNode.h
nsTraversal.cpp
nsTraversal.h
nsTreeWalker.cpp Bug 625722 - Firefox freezes in Mozilla TreeWalker demo. r=sicking a=blocking2.0 2011-01-15 11:00:50 -08:00
nsTreeWalker.h
nsWebSocket.cpp Merge mozilla-central to tracemonkey. 2010-12-29 19:25:04 -05:00
nsWebSocket.h Bug 603750 - nsWebSocket connection failure messages do not show in the Web Console; r=bzbarsky approval2.0=jst 2010-12-21 13:05:34 -04:00
nsXHTMLContentSerializer.cpp
nsXHTMLContentSerializer.h
nsXMLContentSerializer.cpp Bug 601130 - Faster attribute serialization for innerHTML, r=laurent, a=jst 2010-10-15 21:03:44 +03:00
nsXMLContentSerializer.h
nsXMLHttpRequest.cpp Bug 484396 - XMLHttpRequest.open throws exception on empty string url parameter, r=smaug, a=bz 2011-01-14 18:11:25 +02: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
ThirdPartyUtil.cpp Fix bug 616264. r=ehsan,sdwilsh, a=beta9+ 2010-12-22 13:50:56 -08:00
ThirdPartyUtil.h Bug 595305 - Factor cookie third-party URI code into separate API. r=bent, a=betaN+ 2010-10-19 09:37:03 -07:00