This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8283a800fa3c24cc3cdfdabcce473e759fc599f2
Mozilla
/
mozilla
/
content
/
html
/
document
/
src
History
timeless%mozdev.org
b7e5034597
Bug 224901 oom crash in MakeContentObject for form controls
...
r=dbaron sr=dbaron git-svn-id: svn://10.0.0.236/trunk@148932 18797224-902f-48f8-a5cc-f745e15eee43
2003-11-06 23:10:45 +00:00
..
jar.mn
bug 198598 Update the window title bar and doc. charset for nsMediaDocument
2003-04-13 00:40:26 +00:00
Makefile.in
bug 218837 : Refactor some code duplicated in the xml and html
2003-10-05 07:29:50 +00:00
MediaDocument.properties
Fix for bug 195481. Automatic image resize: Image status should be reflected in document title bar and Tab marker.
2003-04-21 22:45:28 +00:00
nsHTMLContentSink.cpp
Bug 224901 oom crash in MakeContentObject for form controls
2003-11-06 23:10:45 +00:00
nsHTMLDocument.cpp
Speed up mapping HTML tag enums to atoms by using an array of static atoms, indexed by enum value. This avoids a UTF16 to UTF8 conversion and atom table lookup for each tag. Add a CString version of nsINodeInfoManager::GetNodeInfo(), convert literal string callers to use that version, and remove some unused variants of GetNodeInfo(). Bug 223595, r=axel@pike.org, sr=jst.
2003-11-05 05:17:07 +00:00
nsHTMLDocument.h
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
nsHTMLFragmentContentSink.cpp
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
nsIHTMLContentContainer.h
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
nsIHTMLDocument.h
Move document.lastModified up onto nsIDOMNSDocument; refactor the
2003-04-19 16:53:44 +00:00
nsImageDocument.cpp
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
nsMediaDocument.cpp
Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org.
2003-09-27 04:18:26 +00:00
nsMediaDocument.h
removing some unused default ctors now that nsDerivedSafe can handle it.
2003-06-20 02:20:34 +00:00
nsPluginDocument.cpp
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
nsWyciwygChannel.cpp
Make content grab the cached security manager off of nsContentUtils rather than ask the service manager to find one.
2003-10-30 03:01:25 +00:00
nsWyciwygChannel.h
modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
2003-01-18 02:15:14 +00:00
nsWyciwygProtocolHandler.cpp
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 21:50:21 +00:00
nsWyciwygProtocolHandler.h
Initial checkin for wyciwyg protocol implementation. bug=35340 r/sr by nisheeth, darin, jst
2002-01-31 19:35:33 +00:00