forked from pool/MozillaFirefox
dd53ed18ec
MFSA 2018-05 * Arbitrary code execution through unsanitized browser UI (bmo#1432966) - fixed language packs (boo#1077590) - readd mozilla-enable-csd.patch as it only lands for FF59 upstream - allow larger number of nested elements (mozilla-bmo256180.patch) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=630
12 lines
506 B
Diff
12 lines
506 B
Diff
--- a/layout/generic/nsIFrame.h.old 2016-07-11 13:41:39.688276559 +0200
|
|
+++ b/layout/generic/nsIFrame.h 2016-07-11 13:42:12.791406976 +0200
|
|
@@ -13,7 +13,7 @@
|
|
#error This header/class should only be used within Mozilla code. It should not be used by extensions.
|
|
#endif
|
|
|
|
-#define MAX_REFLOW_DEPTH 200
|
|
+#define MAX_REFLOW_DEPTH 1000
|
|
|
|
/* nsIFrame is in the process of being deCOMtaminated, i.e., this file is eventually
|
|
going to be eliminated, and all callers will use nsFrame instead. At the moment
|