The weekly report for week 23.
Made the C++ implementation work.
The build–debug–fix cycle is really slow. I need to learn to need gdb less.
After debugging, finally got rid of nsValueArray
,
researched alternatives and used C-style PR_Malloc
instead.
Uploaded a new patch.
Reread the Mozilla C++ portability guide after my friends talked about using exceptions and the standard library.
Corresponded in the newsgroups.
Moved from PR_Malloc
to nsTArray
.
Checked for more error situations.
Corresponded in the newsgroups.
Moved onto the next bug on my plate while waiting for guidance on what kind of polishing/relocation is needed.
Printed the code of the XML and HTML content sinks as well their common superclass for offline reading.
Read code.
Planned.