summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebkit/files/qtwebkit-fixes.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-13 15:41:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-13 15:41:31 +0100
commitd7af13346946a4667686842e79e7a82736a3085b (patch)
treed35a265e60c410a1a16e6bd504d5aab114370675 /dev-qt/qtwebkit/files/qtwebkit-fixes.patch
parentd56ea061cf430b778ee1846b0cd96fde159aecac (diff)
dev-qt/qtwebkit : version bump
Diffstat (limited to 'dev-qt/qtwebkit/files/qtwebkit-fixes.patch')
-rw-r--r--dev-qt/qtwebkit/files/qtwebkit-fixes.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-qt/qtwebkit/files/qtwebkit-fixes.patch b/dev-qt/qtwebkit/files/qtwebkit-fixes.patch
deleted file mode 100644
index a34c4810..00000000
--- a/dev-qt/qtwebkit/files/qtwebkit-fixes.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -Nur a/Source/WebKit/PlatformQt.cmake b/Source/WebKit/PlatformQt.cmake
---- a/Source/WebKit/PlatformQt.cmake 2017-06-09 15:11:36.000000000 +0100
-+++ b/Source/WebKit/PlatformQt.cmake 2018-04-26 20:40:30.062720394 +0100
-@@ -786,6 +786,7 @@
- set_source_files_properties(
- qt/Api/qwebdatabase.cpp
- qt/Api/qwebelement.cpp
-+ qt/Api/qwebfullscreenrequest.cpp
- qt/Api/qwebhistory.cpp
- qt/Api/qwebhistoryinterface.cpp
- qt/Api/qwebpluginfactory.cpp
-@@ -795,7 +796,6 @@
-
- qt/WidgetApi/qgraphicswebview.cpp
- qt/WidgetApi/qwebframe.cpp
-- qt/WidgetApi/qwebfullscreenrequest.cpp
- qt/WidgetApi/qwebinspector.cpp
- qt/WidgetApi/qwebpage.cpp
- qt/WidgetApi/qwebview.cpp
-diff -Nur a/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp b/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp
---- a/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp 2017-06-04 21:16:07.000000000 +0100
-+++ b/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp 2018-04-26 20:41:32.399699229 +0100
-@@ -961,6 +961,8 @@
- FrameView* view = frame->view();
- ASSERT(view);
- view->resize(size);
-+ if (view->needsLayout())
-+ view->layout();
- view->adjustViewSize();
- }
-