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
149184962001a0ccbeceedfefb2e224e12a97621
Mozilla
/
mozilla
/
content
/
html
/
document
/
src
History
scc%mozilla.org
85ba05cab0
Fix for an assert that has been bugging rods, particularly when testing with the top 100. The assert is the string |CharAt| out-of-range assert. The problem is the code was iterating off the end of the string to stop at the implicit |'\0'|. But there need not be null termination and accessing outside the strings defined range is bad. Fixed the loop in question to not step outside of the token string, and to iterate more efficiently. r=waterson
...
git-svn-id: svn://10.0.0.236/trunk@72259 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-15 00:39:21 +00:00
..
nsHTMLContentSink.cpp
Fix for an assert that has been bugging rods, particularly when testing with the top 100. The assert is the string |CharAt| out-of-range assert. The problem is the code was iterating off the end of the string to stop at the implicit |'\0'|. But there need not be null termination and accessing outside the strings defined range is bad. Fixed the loop in question to not step outside of the token string, and to iterate more efficiently. r=waterson
2000-06-15 00:39:21 +00:00
nsHTMLDocument.cpp
fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms
2000-06-12 23:52:31 +00:00
nsHTMLDocument.h
18022, bookmark doc charset caching
2000-06-01 01:13:45 +00:00
nsHTMLFragmentContentSink.cpp
40408 (nsbeta2+) - Check for nsresult in nsFragmentContentSink::AddLeaf().
2000-06-08 21:32:09 +00:00
nsIHTMLContentContainer.h
…
nsIHTMLDocument.h
fixed DTDMode regression
2000-05-04 05:54:04 +00:00
nsImageDocument.cpp
fix for making skins script-safe. r=scc
2000-05-19 04:48:43 +00:00
nsMarkupDocument.cpp
changing nsXifconverter to nsIXifConverter
2000-05-13 08:11:29 +00:00
nsMarkupDocument.h
changing nsXifconverter to nsIXifConverter
2000-05-13 08:11:29 +00:00