gecko-dev/parser
Boris Zbarsky eb529dfa42 Bug 1520812. Remove bogus assertion in nsExpatDriver::HandleError. r=hsivonen
Any time we stop a load of an XML document before we've gotten all the data,
we'll end up in this code with mSink null, because nsParser::Terminate ends up
calling nsExpatDriver::DidBuildModel which nulls out mSink, and not getting all
the data means the XML won't be well-formed.

Differential Revision: https://phabricator.services.mozilla.com/D16856

--HG--
extra : moz-landing-system : lando
2019-01-17 15:34:15 +00:00
..
expat Bug 1374012 - Update to Expat 2.2.1. Part 18: various miscellaneous changes. r=erahm 2018-12-27 15:13:26 +00:00
html Bug 256180 parser part - Insert elements as siblings instead of children at the Blink-defined magic depth for compatibility. r=smaug. 2019-01-11 09:44:09 +02:00
htmlparser Bug 1520812. Remove bogus assertion in nsExpatDriver::HandleError. r=hsivonen 2019-01-17 15:34:15 +00:00
xml Bug 1447707 - Remove the XPIDL SAX interface to the XML parser. r=peterv 2018-12-19 16:49:31 +00:00
moz.build Bug 1345542 - add BUG_COMPONENT to parser/* files. r=hsivonen 2017-03-10 12:31:45 -05:00
nsCharsetSource.h Bug 1071816 - Support loading unlabeled/BOMless UTF-8 text/html and text/plain files from file: URLs. r=emk. 2018-12-11 10:36:46 +02:00