Commit Graph

5 Commits

Author SHA1 Message Date
Pale Moon 23e0d93d3e Crash fix: add a null check in nsExpatDriver.
This resolves #1605
2018-07-25 09:55:13 +08:00
Pale Moon bc0f3e14bc Suppress spurious console errors for XHR response codes 201, 202, 204, 205 and 304.
Parse errors for XML data are already handled in 4d8f9a9add1805a5cb3b7fd1cc1ff8dd4b020fe4  -- this is a follow-up to suppress unnecessary console errors.
2018-07-25 07:12:26 +08:00
janekptacijarabaci 1aff4b51b1 XMLHttpRequest: Loaded-as-data XML documents should not generate <parsererror> 2018-07-25 07:02:41 +08:00
wolfbeast b8a7674123 Crash fix: prevent crash from excessive tag depths in data files.
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!

Signed-off-by: wolfbeast <mcwerewolf@gmail.com>
2018-07-24 23:11:18 +08:00
Moonchild baf46a6bf1 Merge pull request #1 from mozilla/esr38: Esr38 upstream pull 2018-07-24 23:04:07 +08:00