summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2016-07-11 21:15:09 +0200
committerMartin Stransky <stransky@anakreon.cz>2016-07-11 21:15:09 +0200
commitd656d1e4c370a282f8ec9d5feefb7095ba9ab059 (patch)
treeece8eb563b883b02ba7c0e040562e9a0979e34a7
parentMerge branch 'master' into f24 (diff)
parentAdded missing patch (diff)
downloadlibrewolf-fedora-ff-d656d1e4c370a282f8ec9d5feefb7095ba9ab059.tar.gz
librewolf-fedora-ff-d656d1e4c370a282f8ec9d5feefb7095ba9ab059.tar.bz2
librewolf-fedora-ff-d656d1e4c370a282f8ec9d5feefb7095ba9ab059.zip
Merge branch 'master' into f24
-rw-r--r--mozilla-256180.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mozilla-256180.patch b/mozilla-256180.patch
new file mode 100644
index 0000000..13a1c97
--- /dev/null
+++ b/mozilla-256180.patch
@@ -0,0 +1,11 @@
+--- 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