mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	
				This patch changes a debug assert, to allow `nsIDocumentEncoder::OutputFormatFlowed` to be used together with `::OutputWrap` instead of `::OutputFormatted`. This change is needed, because `::OutputFormatted` has undesired side effects, namely converting html tags to plain text tags (for example `<b>text</b>` to `*text*`). Differential Revision: https://phabricator.services.mozilla.com/D211674  | 
			||
|---|---|---|
| .. | ||
| crashtests | ||
| moz.build | ||
| nsDocumentEncoder.cpp | ||
| nsDOMSerializer.cpp | ||
| nsDOMSerializer.h | ||
| nsHTMLContentSerializer.cpp | ||
| nsHTMLContentSerializer.h | ||
| nsIContentSerializer.h | ||
| nsIDocumentEncoder.idl | ||
| nsPlainTextSerializer.cpp | ||
| nsPlainTextSerializer.h | ||
| nsXHTMLContentSerializer.cpp | ||
| nsXHTMLContentSerializer.h | ||
| nsXMLContentSerializer.cpp | ||
| nsXMLContentSerializer.h | ||