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
ee57d4145307c123fb73e9aed7e8a0abb5545863
Mozilla
/
mozilla
/
layout
/
html
History
jst%netscape.com
ee57d41453
Fixing bug 49597. Setting the 'checked' state on a dynamically created radio button that wasn't yet part of the document in JS was throwing an exception since our internal pres state code was generating a failure code when the input element didn't have a document. sr=vidur, r=pollmann
...
git-svn-id: svn://10.0.0.236/trunk@82959 18797224-902f-48f8-a5cc-f745e15eee43
2000-11-28 03:41:50 +00:00
..
base
Bug 59675, fixing uninitialized variables. r=jst, a=waterson.
2000-11-27 23:23:28 +00:00
content
Fixing bug 49597. Setting the 'checked' state on a dynamically created radio button that wasn't yet part of the document in JS was throwing an exception since our internal pres state code was generating a failure code when the input element didn't have a document. sr=vidur, r=pollmann
2000-11-28 03:41:50 +00:00
document
Changed to convert anchor name as UTF-8 instead of Latin1 if that fails then convert it as document charset, bug 58819, r=erik, sr=jst.
2000-11-27 21:43:28 +00:00
forms
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug
#59454
r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
style
bug 56563 - frame constructor creates anonymous frames when a table has a child which is not table related.
2000-11-27 22:47:33 +00:00
table
bug 56563 - frame constructor creates anonymous frames when a table has a child which is not table related.
2000-11-27 22:47:33 +00:00
tests
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug
#59454
r=blizzard@mozilla.org
2000-11-20 07:16:06 +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
…