View gist:8755858
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 3764.845723] sd 2:0:0:0: [sda] | |
[ 3764.845727] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK | |
[ 3764.845734] sd 2:0:0:0: [sda] CDB: | |
[ 3764.845737] Read(10): 28 00 00 44 35 c8 00 00 08 00 | |
[ 3764.845758] end_request: I/O error, dev sda, sector 4470216 | |
[ 3839.500455] INFO: rcu_sched detected stalls on CPUs/tasks: { 0} (detected by 1, t=240989 jiffies, g=33145, c=33144, q=44444) | |
[ 3839.500476] sending NMI to all CPUs: | |
[ 3822.325510] NMI backtrace for cpu 0 | |
[ 3822.325510] CPU 0 | |
[ 3822.325510] Pid: 0, comm: swapper/0 Tainted: GF W O 3.8.0-35-generic #52~precise1-Ubuntu LENOVO 7661CH8/7661CH8 |
View gist:8804574
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /DLL /VERSION:5.20 /MANIFEST /MANIFESTFILE:..\..\lib\Qt5WebEngine.dll.embed.mani | |
fest /OUT:..\..\lib\Qt5WebEngine.dll @C:\Users\ADMINI~1\AppData\Local\Temp\2\nm43BA.tmp | |
Creating library ..\..\lib\Qt5WebEngine.lib and object ..\..\lib\Qt5WebEngine.exp | |
qquickwebengineview.obj : error LNK2019: unresolved external symbol "public: static struct QMetaObject const JavaScriptDialogController::sta | |
ticMetaObject" (?staticMetaObject@JavaScriptDialogController@@2UQMetaObject@@B) referenced in function "public: static class QString __cdecl | |
JavaScriptDialogController::tr(char const *,char const *,int)" (?tr@JavaScriptDialogController@@SA?AVQString@@PBD0H@Z) | |
ui_delegates_manager.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const JavaScriptDialogController::st | |
aticMetaObject" (?staticMetaObject@JavaScriptDialogController@@2UQMetaObject@@B) | |
qquickwebengineview.obj : error LNK2019: unresolved external symbol "public: static in |
View gist:8850185
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/webengine/api/qquickwebengineview.cpp b/src/webengine/api/qquickwebengineview.cpp | |
index 049e353..f5168f0 100644 | |
--- a/src/webengine/api/qquickwebengineview.cpp | |
+++ b/src/webengine/api/qquickwebengineview.cpp | |
@@ -444,11 +444,12 @@ void QQuickWebEngineView::geometryChanged(const QRectF &newGeometry, const QRect | |
QQuickItem::geometryChanged(newGeometry, oldGeometry); | |
Q_FOREACH(QQuickItem *child, childItems()) { | |
- Q_ASSERT( | |
#if (QT_VERSION >= QT_VERSION_CHECK(5, 2, 0)) |
View gist:8848723
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/core/core_gyp_generator.pro b/src/core/core_gyp_generator.pro | |
index b6fb854..10f8710 100644 | |
--- a/src/core/core_gyp_generator.pro | |
+++ b/src/core/core_gyp_generator.pro | |
@@ -21,7 +21,8 @@ qtHaveModule(v8): QT_PRIVATE += v8-private | |
# Defining keywords such as 'signal' clashes with the chromium code base. | |
DEFINES += QT_NO_KEYWORDS \ | |
Q_FORWARD_DECLARE_OBJC_CLASS=QT_FORWARD_DECLARE_CLASS \ | |
- QTWEBENGINEPROCESS_NAME=\\\"$$QTWEBENGINEPROCESS_NAME\\\" | |
+ QTWEBENGINEPROCESS_NAME=\\\"$$QTWEBENGINEPROCESS_NAME\\\" \ |
View gist:8845408
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ORIGINAL: | |
void QQuickWebEngineView::geometryChanged(const QRectF &newGeometry, const QRectF &oldGeometry) | |
{ | |
QQuickItem::geometryChanged(newGeometry, oldGeometry); | |
Q_FOREACH(QQuickItem *child, childItems()) { | |
Q_ASSERT( | |
#if (QT_VERSION >= QT_VERSION_CHECK(5, 2, 0)) | |
qobject_cast<RenderWidgetHostViewQtDelegateQuick *>(child) || |
View gist:8848765
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/process/process.pro b/src/process/process.pro | |
index 8e9c37f..795cc1a 100644 | |
--- a/src/process/process.pro | |
+++ b/src/process/process.pro | |
@@ -1,11 +1,13 @@ | |
TARGET = $$QTWEBENGINEPROCESS_NAME | |
TEMPLATE = app | |
-macx { |
View gist:8917089
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QtWebEngine: WARNING: C:/cygwin/home/Administrator/febr4/qtwebengine/src/webengine/render_widget_host_view_qt_delegate_quick.h does not incl | |
ude QT_BEGIN_NAMESPACE |
View gist:8916086
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#if defined(Q_OS_WIN) | |
#if !defined(__func__) | |
#define __func__ __FUNCTION__ | |
#endif | |
#endif |
View gist:8934305
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /DLL /VERSION:5.20 /MANIFEST /MANIFESTFILE:C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\lib\Qt5W | |
ebEngineWidgetsd.dll.embed.manifest /OUT:C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\lib\Qt5WebEngineWidgetsd.dll @C:\Users\ADMINI~1\AppData\Local | |
\Temp\2\nmB3B.tmp | |
Creating library C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\lib\Qt5WebEngineWidgetsd.lib and object C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\lib\ | |
Qt5WebEngineWidgetsd.exp | |
qwebenginepage.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QNetworkRequest::QNetworkRequest(cl | |
ass QUrl const &)" (__imp_??0QNetworkRequest@@QAE@ABVQUrl@@@Z) referenced in function "public: static void * __cdecl QtMetaTypePrivate::QMet | |
aTypeFunctionHelper<class QNetworkRequest,1>::Create(void const *)" (?Create@?$QMetaTypeFunctionHelper@VQNetworkRequest@@$00@QtMetaTypePriva | |
te@@SAPAXPBX@Z) | |
qwebenginepage.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QNetworkReques |
View gist:8933085
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_BUILD_WEBENGINEWIDGETS_LIB -DQT_BUILD_WEBEN | |
GINEWIDGETS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARN | |
INGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -D_USE_MATH_DEFINES -DQT_NO_EXCEPTIONS -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE | |
_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -I"." -I"api" -I"..\core" -I"C:\Qt5.2.0-qtwe-dev-so | |
urce\qt5\qtbase\include" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtWebEngineWidgets" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\inclu | |
de\QtWebEngineWidgets\5.2.0" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtWebEngineWidgets\5.2.0\QtWebEngineWidgets" -I"tmp" -I"C:\Qt5 | |
.2.0-qtwe-dev-source\qt5\qtbase\include\QtWidgets" -I"C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\include\QtNetwork" -I"C:\Qt5.2.0-qtwe-dev-source | |
\qt5\qtbase\include\QtGui" -I"C:\Qt5. |
OlderNewer