gecko-dev/content/xul/templates/src
2003-08-05 11:40:44 +00:00
..
.cvsignore
Makefile.in Define WIN32_LEAN_AND_MEAN globally for win32 builds. 2002-10-17 06:47:01 +00:00
nsClusterKey.cpp License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsClusterKey.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsClusterKeySet.cpp License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsClusterKeySet.h Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
nsConflictSet.cpp License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsConflictSet.h Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
nsContentSupportMap.cpp Bug 209087 2003-06-13 20:10:01 +00:00
nsContentSupportMap.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsContentTagTestNode.cpp Bug 209087 2003-06-13 20:10:01 +00:00
nsContentTagTestNode.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsContentTestNode.cpp Bug 209087 2003-06-13 20:10:01 +00:00
nsContentTestNode.h Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
nsInstantiationNode.cpp Bug 108736. Lurn tuh speel. r=tingley@sundell.net, sr=shaver@mozilla.org 2001-11-07 04:25:41 +00:00
nsInstantiationNode.h Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting 2001-12-23 23:23:41 +00:00
nsRDFConInstanceTestNode.cpp Bug 108736. Lurn tuh speel. r=tingley@sundell.net, sr=shaver@mozilla.org 2001-11-07 04:25:41 +00:00
nsRDFConInstanceTestNode.h Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
nsRDFConMemberTestNode.cpp Bug 108736. Lurn tuh speel. r=tingley@sundell.net, sr=shaver@mozilla.org 2001-11-07 04:25:41 +00:00
nsRDFConMemberTestNode.h Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
nsRDFPropertyTestNode.cpp Bug 108736. Lurn tuh speel. r=tingley@sundell.net, sr=shaver@mozilla.org 2001-11-07 04:25:41 +00:00
nsRDFPropertyTestNode.h Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
nsRDFSort.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsRDFTestNode.h Bug 108736. Lurn tuh speel. r=tingley@sundell.net, sr=shaver@mozilla.org 2001-11-07 04:25:41 +00:00
nsResourceSet.cpp Bug 103959. Maintain nsTemplateMatch::mBindingDependencies so that we don't leave dangling references in the nsConflictSet::mBindingDependencies table. r=tingley@sundell.net, sr=shaver@mozilla.org 2001-11-07 04:24:51 +00:00
nsResourceSet.h Bug 103959. Maintain nsTemplateMatch::mBindingDependencies so that we don't leave dangling references in the nsConflictSet::mBindingDependencies table. r=tingley@sundell.net, sr=shaver@mozilla.org 2001-11-07 04:24:51 +00:00
nsRuleNetwork.cpp Bug 211285 void nsRuleNetwork::Init doesn't check the return value of PL_DHashTableInit 2003-08-05 11:40:44 +00:00
nsRuleNetwork.h Bug 211285 void nsRuleNetwork::Init doesn't check the return value of PL_DHashTableInit 2003-08-05 11:40:44 +00:00
nsTemplateMap.h Bug 209087 2003-06-13 20:10:01 +00:00
nsTemplateMatch.cpp License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsTemplateMatch.h Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls. 2002-08-19 03:50:27 +00:00
nsTemplateMatchSet.cpp Bug 96108. Clean up some debug-only fallout. 2002-01-10 23:08:54 +00:00
nsTemplateMatchSet.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsTemplateRule.cpp Bug 103959. Maintain nsTemplateMatch::mBindingDependencies so that we don't leave dangling references in the nsConflictSet::mBindingDependencies table. r=tingley@sundell.net, sr=shaver@mozilla.org 2001-11-07 04:24:51 +00:00
nsTemplateRule.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsTreeRows.cpp Fix for bug 139290. Interaction between windows leads to doubled bookmarks. 2003-03-16 11:29:02 +00:00
nsTreeRows.h Fix for bug 139290. Interaction between windows leads to doubled bookmarks. 2003-03-16 11:29:02 +00:00
nsTreeRowTestNode.cpp bugs 110156, 110155 2002-03-29 02:46:01 +00:00
nsTreeRowTestNode.h Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
nsXULContentBuilder.cpp DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823, 2003-07-28 21:17:26 +00:00
nsXULContentUtils.cpp DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823, 2003-07-28 21:17:26 +00:00
nsXULContentUtils.h Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst. 2002-11-29 23:44:07 +00:00
nsXULResourceList.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsXULSortService.cpp DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823, 2003-07-28 21:17:26 +00:00
nsXULTemplateBuilder.cpp DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823, 2003-07-28 21:17:26 +00:00
nsXULTemplateBuilder.h Landing bookmarks changes. 2003-05-23 12:03:40 +00:00
nsXULTreeBuilder.cpp DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823, 2003-07-28 21:17:26 +00:00