summaryrefslogtreecommitdiff
path: root/parser
Commit message (Collapse)AuthorAge
* Deal with XML parser interruptions caused by nested entities.Peter van der Beken2016-09-20
| | | | This resolves #370.
* Base import of Tycho code (warning: huge commit)Pale Moon2016-09-01
|
* Check int for overflow.Pale Moon2016-08-09
|
* Crash fix in HTML parser.Pale Moon2016-03-31
|
* Revert "Reinstate static initializers for CC-able objects."Pale Moon2016-03-31
| | | | This reverts commit 0914637e0eb33101b4d8ca481e945ac92777b19d.
* Reinstate static initializers for CC-able objects.Pale Moon2016-03-14
|
* Make parser tree notifications spec-compliant.Pale Moon2015-12-19
|
* Add support for BASE tag parsing in source viewPale Moon2015-08-11
|
* Wholesale switch remaining code to GoannaPale Moon2015-05-27
|
* Add some sanity checks in XML parserPale Moon2015-05-21
|
* Crash fix: prevent crash from excessive tag depths in data files.Pale Moon2014-11-18
| | | | | Limit is taken from layout reflow depth (200 at this time) although never allowed to be > UInt8 (255). 200 levels of nesting should certainly suffice.
* Fix iframe with inline content "view source" parsing.Pale Moon2014-11-10
|
* Bug 802895 - Parser changes to support srcdoc attributes for iframes (Part 8)Matt A. Tobin2014-11-09
|
* Fix a number of issues in the HTML parserPale Moon2014-11-08
|
* Recommit working copy to repo with proper line endings.wolfbeast2014-05-21