summaryrefslogtreecommitdiff
path: root/waterfox/mozilla-256180.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-13 11:55:21 +0000
committerB Stack <bgstack15@gmail.com>2020-08-13 11:55:21 +0000
commitb8f50fcfdd0dbdef2a156d6051430b0f5bf045a4 (patch)
treee10552b593e24824315bdc53544be0dc572e2211 /waterfox/mozilla-256180.patch
parentMerge branch 'veracrypt-bump' into 'master' (diff)
parentfix python-minimal in dsc too (diff)
downloadstackrpms-b8f50fcfdd0dbdef2a156d6051430b0f5bf045a4.tar.gz
stackrpms-b8f50fcfdd0dbdef2a156d6051430b0f5bf045a4.tar.bz2
stackrpms-b8f50fcfdd0dbdef2a156d6051430b0f5bf045a4.zip
Merge branch 'waterfox-bump' into 'master'
Waterfox 2020.07.2 See merge request bgstack15/stackrpms!180
Diffstat (limited to 'waterfox/mozilla-256180.patch')
-rw-r--r--waterfox/mozilla-256180.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/waterfox/mozilla-256180.patch b/waterfox/mozilla-256180.patch
deleted file mode 100644
index 13a1c97..0000000
--- a/waterfox/mozilla-256180.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
bgstack15