summaryrefslogtreecommitdiff
path: root/parser/htmlparser
Commit message (Collapse)AuthorAge
* Revert "HTML - picture - does not react to resize/viewport changes"Pale Moon2018-03-26
| | | | This reverts commit 60da986bb3828ae8941b2e040cc56a7b35861400.
* Crash fix: add a null check in nsExpatDriver.Pale Moon2018-01-28
| | | | This resolves #1605
* Add text/json and text/vtt as text MIME typesJustOff2017-11-17
|
* HTML - picture - does not react to resize/viewport changesjanekptacijarabaci2017-06-22
|
* Suppress spurious console errors for XHR response codes 201, 202, 204, 205 ↵Pale Moon2017-04-29
| | | | | | and 304. Parse errors for XML data are already handled in 4d8f9a9add1805a5cb3b7fd1cc1ff8dd4b020fe4 -- this is a follow-up to suppress unnecessary console errors.
* HTML - support for elements: <details> and <summary> (style clean up)janekptacijarabaci2017-04-19
|
* HTML - support for elements: <details> and <summary> (follow up)janekptacijarabaci2017-04-19
|
* HTML - support for elements: <details> and <summary> (basic)janekptacijarabaci2017-04-13
|
* XMLHttpRequest: Loaded-as-data XML documents should not generate <parsererror>janekptacijarabaci2017-04-03
|
* Base import of Tycho code (warning: huge commit)Pale Moon2016-09-01
|
* 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
|
* Wholesale switch remaining code to GoannaPale Moon2015-05-27
|
* 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.
* Recommit working copy to repo with proper line endings.wolfbeast2014-05-21