mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-22 03:43:58 +00:00
8b7f210e05
don't need it in js/src/makefile.win). - Added DOM support. - Break up really long lines in mozilla.mak using backslashes. - Added /I../../lib/libdom to several places (ugh). - factor some mime.lib stuff better, but still not consistent in how SMART_MAIL and MOZ_MAIL_NEWS select it. - Include spans and transclusion stuff, shaver and toshok to clean up later. - Use ?: instead of if/else in layout.c to minimize source and generated code. - Use strong typing for struct DOM_foo * types without including domstyle.h, by using mighty struct tags. - Fix doc_id signedness in lm_dom.h (also eliminate tabs, but use 8 for tab-width).