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
Mozilla
/
mozilla
/
layout
/
html
History
dbaron%fas.harvard.edu
b71cd6c86c
Fix leak of nsImageGTK (or equivalent on other platforms). r=waterson@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@72273 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-15 02:15:36 +00:00
..
base
Bug 32770: Save scroll position in session history r=nisheeth
2000-06-15 00:35:46 +00:00
content
Bug 39723: Send only one request to the server when clicking on an image map. r=joki
2000-06-14 15:02:18 +00:00
document
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
forms
Bug 32770: Save scroll position in session history r=nisheeth
2000-06-15 00:35:46 +00:00
style
Fix leak of nsImageGTK (or equivalent on other platforms). r=waterson@netscape.com
2000-06-15 02:15:36 +00:00
table
warning fix for Linux, shadowed local variable
2000-06-08 02:51:58 +00:00
tests
Update printing regression tests. r=McCluskey
2000-06-08 13:45:15 +00:00
Makefile.in
Finally following warren's lead from "last year", the libs phase has been removed from the build. Directories had to be ordered and in some cases, traversed after a subsequent module was built.
2000-03-02 13:29:03 +00:00
makefile.win
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00