.. |
.cvsignore
|
…
|
|
Makefile.in
|
Bug 391846. Fire correct text change events when a node is shown or hidden. r=surkov, sr=sicking, a=sicking
|
2007-08-28 21:57:53 +00:00 |
mozSanitizingSerializer.cpp
|
Don't play games with the <meta> tag when not serializing an entire document.
|
2007-08-11 00:38:54 +00:00 |
mozSanitizingSerializer.h
|
Don't play games with the <meta> tag when not serializing an entire document.
|
2007-08-11 00:38:54 +00:00 |
nsAtomListUtils.cpp
|
Change my old email address to my new one (files missed when I did a mass-change in January 2003).
|
2007-02-14 07:18:26 +00:00 |
nsAtomListUtils.h
|
Change my old email address to my new one (files missed when I did a mass-change in January 2003).
|
2007-02-14 07:18:26 +00:00 |
nsAttrAndChildArray.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsAttrAndChildArray.h
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsAttrName.h
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsAttrValue.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsAttrValue.h
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsCCUncollectableMarker.cpp
|
Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst
|
2007-05-10 20:21:13 +00:00 |
nsCCUncollectableMarker.h
|
Bug 381329 - Build fails with GCC-4.3 due to extra semi-colons and '-pedantic' flag. Patch by Art Haas <ahaas@airmail.net>. r+sr=roc.
|
2007-06-16 19:54:02 +00:00 |
nsCommentNode.cpp
|
Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128
|
2007-01-30 00:06:41 +00:00 |
nsContentAreaDragDrop.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsContentAreaDragDrop.h
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 09:13:09 +00:00 |
nsContentIterator.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsContentList.cpp
|
Make attribute changes that also cause a state change properly reresolve style
|
2007-07-12 20:05:49 +00:00 |
nsContentList.h
|
Bug 259332: Improve support for document.all such that we can deal with multiple elements with the same id and/or name. r/sr=jst
|
2007-07-26 00:36:20 +00:00 |
nsContentPolicy.cpp
|
Add some comments explaining what these files do. rs=jst
|
2006-03-30 08:03:04 +00:00 |
nsContentPolicy.h
|
Add some comments explaining what these files do. rs=jst
|
2006-03-30 08:03:04 +00:00 |
nsContentSink.cpp
|
move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst
|
2007-07-25 05:35:40 +00:00 |
nsContentSink.h
|
move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst
|
2007-07-25 05:35:40 +00:00 |
nsContentUtils.cpp
|
Bug 391568, Mutation events not fired if listeners are only in anonymous content. r+sr=bz, a=sicking
|
2007-08-22 06:48:48 +00:00 |
nsCopySupport.cpp
|
Bug 280959: Adding support for cut, copy, paste events. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com, sr=jst@mozilla.org,jonas@sicking.cc
|
2007-07-26 04:14:35 +00:00 |
nsCrossSiteListenerProxy.cpp
|
Bug 389508: Fix regressions and bugs in the new Cross Site XMLHttpRequest support. r/sr=jst a=roc
|
2007-07-31 00:42:16 +00:00 |
nsCrossSiteListenerProxy.h
|
Bug 389508: Cross site XMLHttpRequest. r=jst/biesi sr/dveditz/biesi
|
2007-07-27 02:49:19 +00:00 |
nsDOMAttribute.cpp
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 14:16:21 +00:00 |
nsDOMAttribute.h
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 09:13:09 +00:00 |
nsDOMAttributeMap.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsDOMAttributeMap.h
|
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
|
2007-03-27 15:35:02 +00:00 |
nsDOMBuilder.cpp
|
Fix for bug 337704 (Clean up files moved from xmlextras). r/sr=bz.
|
2006-06-15 20:30:44 +00:00 |
nsDOMBuilder.h
|
Add some comments explaining what these files do. rs=jst
|
2006-03-30 08:03:04 +00:00 |
nsDOMDocumentType.cpp
|
Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128
|
2007-01-30 00:06:41 +00:00 |
nsDOMDocumentType.h
|
Fix for bug 47903 (WRONG_DOCUMENT_ERR not being thrown). r=sicking, sr=bz.
|
2006-11-22 18:35:05 +00:00 |
nsDOMFile.cpp
|
Add an API to access <input type="file"> data. b=371432, r=smontagu (for charset stuff), r+sr=jonas
|
2007-07-25 04:29:49 +00:00 |
nsDOMLists.cpp
|
Spec says to return null, not throw. Bug 334884, r+sr=sicking
|
2006-04-21 17:55:52 +00:00 |
nsDOMLists.h
|
More comment tweaks; should be it for this directory.
|
2006-03-31 08:41:49 +00:00 |
nsDOMParser.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsDOMParser.h
|
Make it possible to give DOMParsers the right principals from C++. Bug 332840,
|
2006-09-09 04:54:03 +00:00 |
nsDOMSerializer.cpp
|
Make XML serializer output an encoding="..." which matches the actual encoding
|
2006-11-28 04:01:46 +00:00 |
nsDOMSerializer.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-04-20 03:38:57 +00:00 |
nsDataDocumentContentPolicy.cpp
|
Add some comments explaining what these files do. rs=jst
|
2006-03-30 08:03:04 +00:00 |
nsDataDocumentContentPolicy.h
|
Add some comments explaining what these files do. rs=jst
|
2006-03-30 08:03:04 +00:00 |
nsDocument.cpp
|
Bug 394740, Inline MayDispatchMutationEvent, r+sr=peterv, a=jst
|
2007-09-05 09:01:49 +00:00 |
nsDocument.h
|
Bug 394740, Inline MayDispatchMutationEvent, r+sr=peterv, a=jst
|
2007-09-05 09:01:49 +00:00 |
nsDocumentEncoder.cpp
|
Don't play games with the <meta> tag when not serializing an entire document.
|
2007-08-11 00:38:54 +00:00 |
nsDocumentFragment.cpp
|
Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128
|
2007-01-30 00:06:41 +00:00 |
nsFrameLoader.cpp
|
More consistent handling of principals for loads across docshell type
|
2007-07-18 01:47:07 +00:00 |
nsFrameLoader.h
|
Bug 386599, Recursive <object> with border hangs Firefox, r=biesi, sr=bz
|
2007-07-17 07:43:36 +00:00 |
nsGenConImageContent.cpp
|
Fix GC hazards associated with event handlers on images only reachable from their current network loads, some of which are regressions from 241518. b=321054 r=darin sr=bzbarsky
|
2006-06-01 18:35:21 +00:00 |
nsGenericDOMDataNode.cpp
|
390414 - text-changed:delete event details no longer correct effective, r=aaronlev, sr=bz, a=dsicore
|
2007-09-05 08:22:19 +00:00 |
nsGenericDOMDataNode.h
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 14:16:21 +00:00 |
nsGenericDOMNodeList.cpp
|
Add comments describing some more files.
|
2006-03-31 08:00:42 +00:00 |
nsGenericDOMNodeList.h
|
Add comments describing some more files.
|
2006-03-31 08:00:42 +00:00 |
nsGenericElement.cpp
|
Fix for bug 393035 (nsNSElementTearoff should participate in cycle collection). r/sr=jst, a=sicking.
|
2007-09-02 10:45:36 +00:00 |
nsGenericElement.h
|
Fix for bug 393035 (nsNSElementTearoff should participate in cycle collection). r/sr=jst, a=sicking.
|
2007-09-02 10:45:36 +00:00 |
nsGkAtomList.h
|
Bug 195031, support sticky bookmarks menus, r=mano,sr=bz, blocking bug
|
2007-08-30 15:43:11 +00:00 |
nsGkAtoms.cpp
|
Trying to fix gaius bustage by forcing nsGkAtoms to rebuild.
|
2006-06-06 23:51:13 +00:00 |
nsGkAtoms.h
|
Add comments describing some more files.
|
2006-03-31 08:00:42 +00:00 |
nsHTMLContentSerializer.cpp
|
Don't play games with the <meta> tag when not serializing an entire document.
|
2007-08-11 00:38:54 +00:00 |
nsHTMLContentSerializer.h
|
Don't play games with the <meta> tag when not serializing an entire document.
|
2007-08-11 00:38:54 +00:00 |
nsImageLoadingContent.cpp
|
Propagate the principal responsible an image load all the way to
|
2007-07-03 18:45:40 +00:00 |
nsImageLoadingContent.h
|
Bug 333078: XPCOM cycle collector
|
2007-01-04 22:31:26 +00:00 |
nsLineBreaker.cpp
|
Bug 388602 ###!!! ASSERTION: invalid array index: 'i < Length()' when loading some webpages r+sr=roc
|
2007-07-24 11:47:22 +00:00 |
nsLoadListenerProxy.cpp
|
Fix for bug 324865 (Move XMLHttpRequest to gklayout). r/sr=jst.
|
2006-04-26 09:19:48 +00:00 |
nsLoadListenerProxy.h
|
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
|
2006-04-20 03:39:35 +00:00 |
nsMappedAttributes.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsMappedAttributes.h
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsNameSpaceManager.cpp
|
Bug 383901 having two different gNameSpaceManagers is confusing (at least to debuggers)
|
2007-06-20 05:23:50 +00:00 |
nsNoDataProtocolContentPolicy.cpp
|
Add a flag that allows protocol handlers to indicate that they don't return any
|
2007-07-25 17:21:42 +00:00 |
nsNoDataProtocolContentPolicy.h
|
Bug 181860: Don't the external protocol handler when loading images, stylesheets, etc. r/sr=darin
|
2006-06-26 17:57:44 +00:00 |
nsNodeInfo.cpp
|
Bug 278443, Use an Arena for NodeInfos, r+sr=sicking
|
2006-07-11 09:26:13 +00:00 |
nsNodeInfo.h
|
Bug 278443, Use an Arena for NodeInfos, r+sr=sicking
|
2006-07-11 09:26:13 +00:00 |
nsNodeInfoManager.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsNodeInfoManager.h
|
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
|
2006-04-27 18:21:11 +00:00 |
nsNodeUtils.cpp
|
390414 - text-changed:delete event details no longer correct effective, r=aaronlev, sr=bz, a=dsicore
|
2007-09-05 08:22:19 +00:00 |
nsNodeUtils.h
|
390414 - text-changed:delete event details no longer correct effective, r=aaronlev, sr=bz, a=dsicore
|
2007-09-05 08:22:19 +00:00 |
nsObjectLoadingContent.cpp
|
Make <object> do the same text/plain sniffing that <iframe> does, and use the
|
2007-08-21 03:26:13 +00:00 |
nsObjectLoadingContent.h
|
Make HTML content objects use QI tables. Bug 389797, r+sr=jst, a=sicking.
|
2007-08-20 22:55:08 +00:00 |
nsParserUtils.cpp
|
Bug 389508: Cross site XMLHttpRequest. r=jst/biesi sr/dveditz/biesi
|
2007-07-27 02:49:19 +00:00 |
nsParserUtils.h
|
Bug 389508: Cross site XMLHttpRequest. r=jst/biesi sr/dveditz/biesi
|
2007-07-27 02:49:19 +00:00 |
nsPlainTextSerializer.cpp
|
Don't play games with the <meta> tag when not serializing an entire document.
|
2007-08-11 00:38:54 +00:00 |
nsPlainTextSerializer.h
|
Don't play games with the <meta> tag when not serializing an entire document.
|
2007-08-11 00:38:54 +00:00 |
nsPropertyTable.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsPropertyTable.h
|
Fix for bug 324871 (UserData can cause reference cycles). r/sr=sicking.
|
2007-05-12 15:36:28 +00:00 |
nsRange.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsRange.h
|
Make the ranges used by find code able to span anonymous content. Bug 384706,
|
2007-06-19 03:01:04 +00:00 |
nsScriptElement.cpp
|
Bug 384409 - Create a common GetContextForContent method in nsContentUtils and use it in nsScriptElement and svg. r=tor,r+sr=jonas
|
2007-07-13 08:49:10 +00:00 |
nsScriptElement.h
|
Make attribute changes that also cause a state change properly reresolve style
|
2007-07-12 20:05:49 +00:00 |
nsScriptEventManager.cpp
|
Add comments describing some more files.
|
2006-03-31 08:00:42 +00:00 |
nsScriptEventManager.h
|
Add comments describing some more files.
|
2006-03-31 08:00:42 +00:00 |
nsScriptLoader.cpp
|
Make NS_CheckContent(Load|Process)Policy only take a principal, not a principal
|
2007-08-10 05:35:09 +00:00 |
nsScriptLoader.h
|
Tests for bug 371576. r/sr=bz
|
2007-03-01 23:40:25 +00:00 |
nsStubDocumentObserver.cpp
|
Bug 333795, kill unused BeginReflow/EndReflow functions. r/sr=dbaron
|
2006-04-13 04:07:12 +00:00 |
nsStubDocumentObserver.h
|
Add comments describing some more files.
|
2006-03-31 08:00:42 +00:00 |
nsStubImageDecoderObserver.cpp
|
Implement a stub imgIDecoderObserver to save code size in content and layout. b=339612 r+sr=sicking
|
2006-06-16 21:07:47 +00:00 |
nsStubImageDecoderObserver.h
|
Implement a stub imgIDecoderObserver to save code size in content and layout. b=339612 r+sr=sicking
|
2006-06-16 21:07:47 +00:00 |
nsStubMutationObserver.cpp
|
Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz
|
2006-07-02 07:23:10 +00:00 |
nsStubMutationObserver.h
|
Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz
|
2006-07-02 07:23:10 +00:00 |
nsStyleLinkElement.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsStyleLinkElement.h
|
Stop blocking the parser on CSS stylesheet loads. We still block script
|
2007-04-20 22:59:18 +00:00 |
nsStyledElement.cpp
|
Backout bug 394442
|
2007-09-01 16:14:53 +00:00 |
nsStyledElement.h
|
Hoist the code for handling class and id up from nsGenericHTMLElement to the
|
2007-08-06 15:27:21 +00:00 |
nsSyncLoadService.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsSyncLoadService.h
|
Fix for bug 337704 (Clean up files moved from xmlextras). r/sr=bz.
|
2006-06-15 20:30:44 +00:00 |
nsTextFragment.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsTextFragment.h
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsTextNode.cpp
|
Make attribute changes that also cause a state change properly reresolve style
|
2007-07-12 20:05:49 +00:00 |
nsTreeWalker.cpp
|
Bug 393974 - Tree walkers leak with a non-null filter. r=smaug, sr=sicking, a=blocking1.9
|
2007-08-28 23:42:42 +00:00 |
nsTreeWalker.h
|
Bug 393974 - Tree walkers leak with a non-null filter. r=smaug, sr=sicking, a=blocking1.9
|
2007-08-28 23:42:42 +00:00 |
nsXMLContentSerializer.cpp
|
Don't play games with the <meta> tag when not serializing an entire document.
|
2007-08-11 00:38:54 +00:00 |
nsXMLContentSerializer.h
|
Don't play games with the <meta> tag when not serializing an entire document.
|
2007-08-11 00:38:54 +00:00 |
nsXMLHttpRequest.cpp
|
bug 392117 pass lowercase strings to LowerCaseEqualsLiteral
|
2007-08-20 17:27:47 +00:00 |
nsXMLHttpRequest.h
|
Bug 389508: Fix regressions and bugs in the new Cross Site XMLHttpRequest support. r/sr=jst a=roc
|
2007-07-31 00:42:16 +00:00 |
nsXMLNameSpaceMap.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |