icecat: add release icecat-140.9.0-1gnu1 for ecne
This commit is contained in:
parent
8eb1f1732f
commit
a5f93cb214
1197 changed files with 30593 additions and 15344 deletions
17
icecat/parser/expat/09_internalsubset.patch
Normal file
17
icecat/parser/expat/09_internalsubset.patch
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
|
||||
--- a/expat/lib/xmlparse.c
|
||||
+++ b/expat/lib/xmlparse.c
|
||||
@@ -6227,7 +6227,13 @@ doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end,
|
||||
entity->open = XML_TRUE;
|
||||
entityTrackingOnOpen(parser, entity, __LINE__);
|
||||
if (! parser->m_externalEntityRefHandler(
|
||||
+/* BEGIN MOZILLA CHANGE (Bug 191482 - Add external entity inclusions to internalSubset) */
|
||||
+#if 0
|
||||
parser->m_externalEntityRefHandlerArg, 0, entity->base,
|
||||
+#else
|
||||
+ parser->m_externalEntityRefHandlerArg, entity->name, entity->base,
|
||||
+#endif
|
||||
+/* END MOZILLA CHANGE */
|
||||
entity->systemId, entity->publicId)) {
|
||||
entityTrackingOnClose(parser, entity, __LINE__);
|
||||
entity->open = XML_FALSE;
|
||||
Loading…
Add table
Add a link
Reference in a new issue