gecko-dev/content/base/src
2001-03-30 10:39:06 +00:00
..
.cvsignore Adding and updating necessary .cvsignore files. Bug #61550 2001-02-24 06:22:49 +00:00
Makefile.in Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
makefile.win Bug 69830, cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=jst, sr=waterson. 2001-03-08 02:41:16 +00:00
MANIFEST Content/layout split-up. Not part of the build. r=jst@netscape.com, sr=waterson@netscape.com. 2001-02-19 17:51:42 +00:00
nsCommentNode.cpp Checking in changes needed for splitting layout into two separate libraries. r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 12:55:42 +00:00
nsContentIterator.cpp Checking in changes needed for splitting layout into two separate libraries. r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 12:55:42 +00:00
nsContentList.cpp Fixing bugs 64523, 50018, 57626, 59024, 61413 and probably others, making the document and form JS engine resolve hooks find what they're supposed to find, and nothing more, making the element-by-name and element-by-id lookup in the document be hashtable based to avoid walking the whole DOM tree over and over again when resolving names on the document object and also on form objects. This is an order of magnitude speedup for pages that contain a large number of form controls, such as hotmail and aol mail. Also did a bunch of cleanup here n' there. r=pollmann@netscape.com, sr=vidur@netscape.comI. 2001-03-22 08:51:52 +00:00
nsContentList.h Fixing bugs 64523, 50018, 57626, 59024, 61413 and probably others, making the document and form JS engine resolve hooks find what they're supposed to find, and nothing more, making the element-by-name and element-by-id lookup in the document be hashtable based to avoid walking the whole DOM tree over and over again when resolving names on the document object and also on form objects. This is an order of magnitude speedup for pages that contain a large number of form controls, such as hotmail and aol mail. Also did a bunch of cleanup here n' there. r=pollmann@netscape.com, sr=vidur@netscape.comI. 2001-03-22 08:51:52 +00:00
nsContentPolicy.cpp Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
nsContentPolicy.h first part of ContentPolicy stuff (#37983, r=brendan) 2000-05-05 05:28:49 +00:00
nsContentUtils.cpp Checking in new files needed for layout split. Not part of the build yet. 2001-02-17 09:53:29 +00:00
nsCopySupport.cpp bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes 2001-03-21 01:16:22 +00:00
nsDocument.cpp Checkin for 36665. r=pink, sr=waterson 2001-03-30 02:30:17 +00:00
nsDocument.h Fixing bugs 64523, 50018, 57626, 59024, 61413 and probably others, making the document and form JS engine resolve hooks find what they're supposed to find, and nothing more, making the element-by-name and element-by-id lookup in the document be hashtable based to avoid walking the whole DOM tree over and over again when resolving names on the document object and also on form objects. This is an order of magnitude speedup for pages that contain a large number of form controls, such as hotmail and aol mail. Also did a bunch of cleanup here n' there. r=pollmann@netscape.com, sr=vidur@netscape.comI. 2001-03-22 08:51:52 +00:00
nsDocumentEncoder.cpp Changed to output '?' for unmapped characters if text/plain, bug 72155, r=ftang, sr=jst. 2001-03-23 23:39:04 +00:00
nsDocumentFragment.cpp Bug 72522, implemented DOM Level 3 baseURI property (node interface). r=harishd, sr=jst. 2001-03-30 02:15:21 +00:00
nsDocumentViewer.cpp removing "inline" on method to fix SunOS bustage. 2001-03-27 22:57:14 +00:00
nsDOMAttribute.cpp Bug 72522, implemented DOM Level 3 baseURI property (node interface). r=harishd, sr=jst. 2001-03-30 02:15:21 +00:00
nsDOMAttribute.h Removing static IID's (NS_DEFINE_IID()) and replace the static IID's with NS_GET_IID(), this cleans things up and simplifies my fix for nsbeta3+ bug 7515. r=pollmann@netscape.com 2000-09-09 05:46:14 +00:00
nsDOMAttributeMap.cpp fix Bug 70989 Clean up lots of "shadows" and other common warnings 2001-03-21 05:32:22 +00:00
nsDOMAttributeMap.h DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
nsDOMClassInfo.cpp Initial checkin of DOM class info files needed when the DOM starts using XPConnect, this is still very much WIP, and not part of the build yet. 2001-02-24 10:26:14 +00:00
nsDOMClassInfo.h Initial checkin of DOM class info files needed when the DOM starts using XPConnect, this is still very much WIP, and not part of the build yet. 2001-02-24 10:26:14 +00:00
nsDOMDocumentType.cpp Removing static IID's (NS_DEFINE_IID()) and replace the static IID's with NS_GET_IID(), this cleans things up and simplifies my fix for nsbeta3+ bug 7515. r=pollmann@netscape.com 2000-09-09 05:46:14 +00:00
nsDOMDocumentType.h DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
nsDOMScriptableHelper.cpp WIP, adding scriptable helpers for the DOM, will be used by XPConnect eventually. Not part of the build. 2001-03-07 07:55:21 +00:00
nsDOMScriptableHelper.h WIP, adding scriptable helpers for the DOM, will be used by XPConnect eventually. Not part of the build. 2001-03-07 07:55:21 +00:00
nsGeneratedIterator.cpp Checking in changes needed for splitting layout into two separate libraries. r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 12:55:42 +00:00
nsGenericCaretProperties.cpp Left over from mozilla/base/src. 1999-06-03 21:50:54 +00:00
nsGenericDOMDataNode.cpp Bug 72522, implemented DOM Level 3 baseURI property (node interface). r=harishd, sr=jst. 2001-03-30 02:15:21 +00:00
nsGenericDOMDataNode.h Bug 72522, implemented DOM Level 3 baseURI property (node interface). r=harishd, sr=jst. 2001-03-30 02:15:21 +00:00
nsGenericDOMNodeList.cpp Removing static IID's (NS_DEFINE_IID()) and replace the static IID's with NS_GET_IID(), this cleans things up and simplifies my fix for nsbeta3+ bug 7515. r=pollmann@netscape.com 2000-09-09 05:46:14 +00:00
nsGenericDOMNodeList.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsGenericElement.cpp Checkin for 36665. r=pink, sr=waterson 2001-03-30 02:30:17 +00:00
nsGenericElement.h Bug 72522, implemented DOM Level 3 baseURI property (node interface). r=harishd, sr=jst. 2001-03-30 02:15:21 +00:00
nsHTMLContentSerializer.cpp Change implicit conversion from 2001-03-08 08:05:05 +00:00
nsHTMLContentSerializer.h Changed to control entity (CER) generation by a document charset, bug 65324, r=jst, sr=vidur. 2001-02-13 01:00:14 +00:00
nsHTMLValue.cpp Bug 69830, cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=jst, sr=waterson. 2001-03-08 02:41:16 +00:00
nsHTMLValue.h Bug 69830, cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=jst, sr=waterson. 2001-03-08 02:41:16 +00:00
nsNameSpaceManager.cpp bug 73339: Remove NS_ConvertToString (just another name for NS_ConvertASCIItoUCS2) from the tree. r=jst, sr=scc 2001-03-27 11:17:17 +00:00
nsNodeInfo.cpp if you want a pointer to the characters, your going to have to |.get()| it 2000-09-13 04:47:36 +00:00
nsNodeInfo.h Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com 2000-08-31 00:36:31 +00:00
nsNodeInfoManager.cpp Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
nsNodeInfoManager.h DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
nsParserUtils.cpp Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
nsParserUtils.h Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
nsPlainTextSerializer.cpp Change implicit conversion from 2001-03-08 08:05:05 +00:00
nsPlainTextSerializer.h Changed to control entity (CER) generation by a document charset, bug 65324, r=jst, sr=vidur. 2001-02-13 01:00:14 +00:00
nsRange.cpp bug fix for 59785 Impossible to select document root element 2001-03-23 09:29:51 +00:00
nsRange.h bug fix for 62796 2001-01-09 21:44:35 +00:00
nsSelection.cpp bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes 2001-03-21 01:16:22 +00:00
nsStyleContext.cpp bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi 2001-03-09 03:13:03 +00:00
nsStyleContextDebug.cpp Debug files for bug 43457. Not part of the build yet. 2001-03-24 01:07:31 +00:00
nsStyleContextDebug.h Debug files for bug 43457. Not part of the build yet. 2001-03-24 01:07:31 +00:00
nsStyleSet.cpp Fix for 73695. r=danm, sr=waterson 2001-03-29 01:30:03 +00:00
nsSyncLoadService.cpp Removing IsModal,ShowModal,ExitModalLoop methods from nsIDocShellTreeOwner. General API cleanup. bug 70481 r=ccarlen,hyatt,vidur 2001-03-12 23:08:55 +00:00
nsTextContentChangeData.cpp Fix for leak/bloat stats going negative. a=jar 1999-12-10 04:27:52 +00:00
nsTextContentChangeData.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsTextFragment.h bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi 2001-03-09 03:13:03 +00:00
nsTextNode.cpp Clean up easily fixed unnecessary includes and exports of implementation header files in layout. b=63766 r=jst@netscape.com sr=buster@netscape.com 2000-12-30 19:22:22 +00:00
nsXMLContentSerializer.cpp Changed to control entity (CER) generation by a document charset, bug 65324, r=jst, sr=vidur. 2001-02-13 01:00:14 +00:00
nsXMLContentSerializer.h Changed to control entity (CER) generation by a document charset, bug 65324, r=jst, sr=vidur. 2001-02-13 01:00:14 +00:00