All safe list related changes are ifdef'd MOZ_ENDER_MIME.
Files modified this round:
cmd/xfe/forms.c
include/edt.h
lib/layout/Makefile.in
lib/layout/Makefile
lib/layout/editor.cpp
lib/layout/layfree.c
lib/layout/layform.c
lib/layout/edtbuf.cpp
lib/layout/editor.h
lib/layout/edtlist.h
lib/layout/edtlist.cpp
We redo the way tables get freed.
Earlier when the LO_TABLE element got freed, it would free stuff that hangs
of the subsequent LO_CELL elements. Now, only table related stuff gets freed
and the LO_CELL peer data structures get freed when the LO_CELL is freed.
Lots of code that was if-defed or commented out since Mariner hit the tip
has been removed to improve code readability.