mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-20 18:08:19 +00:00
mscott%netscape.com
26a3b9cd3b
necko only:
Added the "hack" which can be turned off by undefining STREAM_CONVERTER_HACK. Basically, if we are reading in an rfc822 file we insert a stream converter between the file channel and the consumer of the file channel. the file channel then talks to the converter which talks to the end consumer. Made the file channel honor the number of bytes read parameter which gets passed in on AsyncRead. We now cancel the read after we've read in the desired # of bytes. fixed two file parsing bugs: one in Init and one in GetContenttype
…
…
…
…
…
…
…
…
Fix warnings flagged by the auto-warnings page http://tinderbox.mozilla.org/SeaMonkey/warnings.html . Thanks slamm.
…
…
…
Fix bug #3537. Replaced call of Delay() with WaitNextEvent() so that we'll yield to other processes if we're in some long wait for i/o.
…
…
…
…
…
…
…
…
…
…
…
…
Description
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Languages
JavaScript
32.7%
C++
25.4%
HTML
20.9%
C
10.8%
Python
2.8%
Other
6.9%