Re: [webkit-qt] QtWebkit 5.212 issue

2020-08-05 Thread Ramakanth Kesireddy
Hello Konstantin, Below test failures of QtWebkit are reproduced only on target but not on Ubuntu. Am I missing something with respect to configuration which makes tests fail? Best Regards, Ramakanth On Sun, 2 Aug, 2020, 15:14 Ramakanth Kesireddy, wrote: > Hello Konstantin, > > Could you

Re: [webkit-qt] QtWebkit 5.212 issue

2020-08-02 Thread Ramakanth Kesireddy
Hello Konstantin, Could you please let me know if the attached patches in Qt webkit alpha4 sources are the reason for the qwebview and qwebpage test failures on target? Qt being used is Qt 5.6.3. Best Regards, Ramakanth On Fri, Jul 31, 2020 at 12:43 PM Ramakanth Kesireddy wrote: > Hello

Re: [webkit-qt] QtWebkit 5.212 issue

2020-07-31 Thread Ramakanth Kesireddy
Hello Konstantin, Thanks a lot for the quick response. As we need to show the generated html content with css stylesheet or printer with generated pdf from QWebview, it is fine not to use https support. However, there are issues with Qtwebkit test failures which fails to load the css file and

Re: [webkit-qt] QtWebkit 5.212 issue

2020-07-30 Thread Konstantin Tokarev
31.07.2020, 07:42, "Ramakanth Kesireddy" : > Hello Konstantin, > > Sorry responding late on the old thread. > > As we need to upgrade openssl version to 1.1 which is not compatible with Qt > 5.6.3., > Could you please provide the compilation patch that you created before so > that Qt WebKit

Re: [webkit-qt] QtWebkit 5.212 issue

2020-07-30 Thread Ramakanth Kesireddy
Hello Konstantin, Sorry responding late on the old thread. As we need to upgrade openssl version to 1.1 which is not compatible with Qt 5.6.3., Could you please provide the compilation patch that you created before so that Qt WebKit could be built without https support. As you mentioned that it

Re: [webkit-qt] QtWebkit 5.212 issue

2020-06-02 Thread Ramakanth Kesireddy
Hello Konstantin, Could you please let me know if there is next release available QtWebkit alpha5 which includes all the patches? Appreciate your help in this regard. Thanks and Regards, Ramakanth On Mon, 4 May, 2020, 11:57 Konstantin Tokarev, wrote: > > > 04.05.2020, 07:13, "Ramakanth

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-27 Thread Ramakanth Kesireddy
Hello Konstantin, Since we need to pull the latest Qt 5.212 alpha sources with patches fixed using qt.io, Could you please share the sources to pick from? As CVE fixes are mentioned in https://wiki.qt.io/Qt_5.12.8_Change_Files, Can you share the change files of QtWebkit 5.212 containing the CVE

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-17 Thread Ramakanth Kesireddy
Hello Konstantin, Could you please let me know incase there are any known CVEs or security bugs in QtWebkit 5.212 Alpha branch or all found are fixed? Best Regards, Ramakanth On Thu, 14 May, 2020, 10:58 Ramakanth Kesireddy, wrote: > Could you please share the 5.212 branch incase it is synced

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-13 Thread Ramakanth Kesireddy
Could you please share the 5.212 branch incase it is synced with qt.io? Best Regards, Ramakanth On Sun, 10 May, 2020, 11:23 Konstantin Tokarev, wrote: > > > 10.05.2020, 08:50, "Ramakanth Kesireddy" : > > Instead of Alpha sources, can you let me know if there are any final > sources from 5.212

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-11 Thread Konstantin Tokarev
11.05.2020, 13:41, "Konstantin Tokarev" : > 11.05.2020, 07:17, "Ramakanth Kesireddy" : >>  Hi Konstantin, >> >>  Yes I donot need multimedia support. So disabled video and web audio as >> mentioned. However, got the below error: >> >>  CMake Error at >>

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-11 Thread Konstantin Tokarev
11.05.2020, 07:17, "Ramakanth Kesireddy" : > Hi Konstantin, > > Yes I donot need multimedia support. So disabled video and web audio as > mentioned. However, got the below error: > > CMake Error at > /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 > (message): >   Could

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-10 Thread Ramakanth Kesireddy
Hi Konstantin, Yes I donot need multimedia support. So disabled video and web audio as mentioned. However, got the below error: CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find Hyphen (missing: HYPHEN_INCLUDE_DIR HYPHEN_LIBRARIES)

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-10 Thread Konstantin Tokarev
10.05.2020, 19:42, "Ramakanth Kesireddy" : > Hello Konstantin, > > I could use cmake to configure for 32 bit and install QtWebkit 32 bit lib on > Ubuntu. > > However, cmake cross-compilation failed and throws below errors while > configuring Qt Webkit. > > Could NOT find Ruby (missing:  

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-10 Thread Ramakanth Kesireddy
Hello Konstantin, I could use cmake to configure for 32 bit and install QtWebkit 32 bit lib on Ubuntu. However, cmake cross-compilation failed and throws below errors while configuring Qt Webkit. Could NOT find Ruby (missing: RUBY_INCLUDE_DIR RUBY_LIBRARY RUBY_CONFIG_INCLUDE_DIR) (found

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-09 Thread Konstantin Tokarev
10.05.2020, 08:50, "Ramakanth Kesireddy" : > Instead of Alpha sources, can you let me know if there are any final sources > from 5.212 branch? You can use tip of qtwebkit-5.212 branch on github, it includes fixes for issues you've reported. It wasn't synced with 5.212 branch at qt.io yet, but

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-09 Thread Ramakanth Kesireddy
Instead of Alpha sources, can you let me know if there are any final sources from 5.212 branch? Best Regards, Ramakanth On Sun, 10 May, 2020, 10:37 Konstantin Tokarev, wrote: > > > 10.05.2020, 05:57, "Ramakanth Kesireddy" : > > Hi Konstantin, > > > > Can you let me know if the sources >

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-09 Thread Konstantin Tokarev
10.05.2020, 05:57, "Ramakanth Kesireddy" : > Hi Konstantin, > > Can you let me know if the sources  > https://github.com/qtwebkit/qtwebkit/releases/tag/qtwebkit-5.212.0-alpha4  > would be compatible for both Qt 5.12.8 LTS and Qt 5.15 LTS sources Yes, they are compatible with Qt >= 5.4 (though

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-09 Thread Ramakanth Kesireddy
> > > > -- Forwarded message ----- > > From: Konstantin Tokarev > > Date: Thu, 7 May, 2020, 03:45 > > Subject: Re: [webkit-qt] QtWebkit 5.212 issue > > To: Ramakanth Kesireddy > > Cc: Silvio Frischknecht , > webkit-qt@lists.webkit.org &g

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-09 Thread Konstantin Tokarev
Forwarded message - > From: Konstantin Tokarev > Date: Thu, 7 May, 2020, 03:45 > Subject: Re: [webkit-qt] QtWebkit 5.212 issue > To: Ramakanth Kesireddy > Cc: Silvio Frischknecht , webkit-qt@lists.webkit.org > > > 06.05.2020, 20:13, "Ramakanth Kesireddy&qu

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-08 Thread Ramakanth Kesireddy
official sources from master or stable branch? Best Regards, Ramakanth -- Forwarded message - From: Konstantin Tokarev Date: Thu, 7 May, 2020, 03:45 Subject: Re: [webkit-qt] QtWebkit 5.212 issue To: Ramakanth Kesireddy Cc: Silvio Frischknecht , webkit-qt@lists.webkit.org

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-06 Thread Konstantin Tokarev
06.05.2020, 20:13, "Ramakanth Kesireddy" : > Hi Konstantin, > > Thanks a lot for your email. The patch works. > > A quick Couple of questions: > > 1) As I installed 32 bit Qt binaries on Ubuntu 16.04 using multi-lib package, > do we need to pass any cmake options so that it installs 32 bit

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-06 Thread Ramakanth Kesireddy
Hi Konstantin, Thanks a lot for your email. The patch works. A quick Couple of questions: 1) As I installed 32 bit Qt binaries on Ubuntu 16.04 using multi-lib package, do we need to pass any cmake options so that it installs 32 bit QtWebkit libs? If so, could you please let me know? 2) What

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-06 Thread Konstantin Tokarev
Please try https://0x0.st/i2UU.txt 06.05.2020, 06:36, "Ramakanth Kesireddy" :Can anyone let me know if the error is due to QtOpenGL module not installed in the Qt binary installations as opengl is disabled in configure lineand disabled in cmake? Let me know if there is any patch to be applied

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-05 Thread Ramakanth Kesireddy
Can anyone let me know if the error is due to QtOpenGL module not installed in the Qt binary installations as opengl is disabled in configure line and disabled in cmake? Let me know if there is any patch to be applied further to resolve the error. Best Regards, Ramakanth On Mon, May 4, 2020 at

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-04 Thread Ramakanth Kesireddy
Hi Konstantin, After applying the patch using patch command, it throws the below error: [100%] Built target tst_qwebsecurityorigin [100%] Building CXX object Tools/QtTestBrowser/CMakeFiles/QtTestBrowser.dir/qttestbrowser.cpp.o [100%] Building CXX object

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-04 Thread Ramakanth Kesireddy
Hi Konstantin, Could you please let me know if the below patch applied is correct or not? #ifndef QT_NO_OPENGL if (!m_windowOptions.useQOpenGLWidgetViewport) toggleQGLWidgetViewport(m_windowOptions.useQGLWidgetViewport); //#ifdef QT_OPENGL_LIB if

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-04 Thread Konstantin Tokarev
04.05.2020, 07:13, "Ramakanth Kesireddy" : > Thanks Konstantin for the quick response and fix. > > I shall apply the patch in the Qt webkit sources. Can you let me know if > these patches shall be part of  > https://github.com/qtwebkit/qtwebkit/releases/tag/qtwebkit-5.212.0-alpha4? They will

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-03 Thread Ramakanth Kesireddy
Thanks Konstantin for the quick response and fix. I shall apply the patch in the Qt webkit sources. Can you let me know if these patches shall be part of https://github.com/qtwebkit/qtwebkit/releases/tag/qtwebkit-5.212.0-alpha4? Also if I need to install the QtWebkit includes and libs in the

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-03 Thread Ramakanth Kesireddy
Hi Konstantin, Thanks for your mail. I enabled -ssl in the configure line and rebuild Qtwebkit sources with cmake. It passed the https support error. But it throws below error: Scanning dependencies of target QtTestBrowser_automoc [ 98%] Automatic moc for target QtTestBrowser Generating

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-03 Thread Konstantin Tokarev
This error means that your Qt is configured without https support. I've made a patch that fixes compilation error, however it probably doesn't make much sense to use such configuration with QtWebKit. 01.05.2020, 16:52, "Ramakanth Kesireddy" : > Hi , > > Thanks for your email.Finally I got cmake

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-01 Thread Konstantin Tokarev
01.05.2020, 06:59, "Ramakanth Kesireddy" : > Hi Konstantin, > > Thanks for your mail. > > As per  https://github.com/qtwebkit/qtwebkit/wiki/Building-QtWebKit-on-Linux, > it has dependency on Qt positioning and sensor modules. > Since in the configure line, I skipped the modules  using -skip

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-01 Thread Ramakanth Kesireddy
Hi , Thanks for your email.Finally I got cmake successful after building Qt sensors and Qt positioning. However, make failed as below: /home/ubuntu/qt-everywhere-src-5.12.8/qtwebkit/Source/WebCore/platform/network/qt/CookieJarQt.cpp:129:49: warning: unused parameter ‘session’

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Ramakanth Kesireddy
Looks like QtPositioning need to be installed as it throws below errors while running cmake with opengl and webkit2 disabled. -- Could NOT find Dwz (missing: DWZ_EXECUTABLE) (Required is at least version "0.13") -- Found WebP: /usr/include CMake Error at

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Ramakanth Kesireddy
Hi Konstantin, Thanks for your mail. As per https://github.com/qtwebkit/qtwebkit/wiki/Building-QtWebKit-on-Linux, it has dependency on Qt positioning and sensor modules. Since in the configure line, I skipped the modules using -skip qtlocation -skip qtsensors, Could you please let me know if

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Konstantin Tokarev
30.04.2020, 19:29, "Ramakanth Kesireddy" : > I need to pass below options in the cmake configure options,right? Yes > > So QtWebkit cannot be build along with Qt 5.12.8 sources unlike with Qt 5.6.3 > earlier as the build is being supported only with cmake and needs to be built > with cmake

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Ramakanth Kesireddy
I need to pass below options in the cmake configure options,right? So QtWebkit cannot be build along with Qt 5.12.8 sources unlike with Qt 5.6.3 earlier as the build is being supported only with cmake and needs to be built with cmake on Qt installed binaries? On Thu, 30 Apr, 2020, 19:54

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Konstantin Tokarev
30.04.2020, 16:56, "Ramakanth Kesireddy" : > Hi Konstantin, > > Is there any dependency of Qt WebKit on Qtwebeockets or any other modules as > few modules like Qtwebeockets are skipped in installation of Qt libraries > along with no opengl in the configure line since there is no GPU on

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Konstantin Tokarev
29.04.2020, 14:12, "Ramakanth Kesireddy" : > Thanks a lot..It resolves the issue. But it throws below error further. Do we > required to configure qt with opengl inorder to build qtwebkit? > >   CMake Error at Source/cmake/OptionsQt.cmake:592 (message): >   Qt with OpenGL support is required

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Ramakanth Kesireddy
Hi Konstantin, Is there any dependency of Qt WebKit on Qtwebeockets or any other modules as few modules like Qtwebeockets are skipped in installation of Qt libraries along with no opengl in the configure line since there is no GPU on embedded device. But do I need to enable opengl on Ubuntu 16.04

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-29 Thread Ramakanth Kesireddy
Thanks a lot..It resolves the issue. But it throws below error further. Do we required to configure qt with opengl inorder to build qtwebkit? CMake Error at Source/cmake/OptionsQt.cmake:592 (message): Qt with OpenGL support is required for ENABLE_OPENGL Call Stack (most recent call first):

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-29 Thread Silvio Frischknecht
buildtools like cmake always look for pkg-config (.pc) files or header files. In debian, you need to install dev packages (libsqlite3-dev in this case). Make sure you have the following files: /usr/lib/x86_64-linux-gnu/pkgconfig/sqlite3.pc /usr/include/sqlite3.h On 29.04.20 07:55, Ramakanth

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-28 Thread Ramakanth Kesireddy
Hi, I used the https://github.com/qtwebkit/qtwebkit /releases/tag/qtwebkit-5.212.0-alpha4 along with Qt 5.12.8 sources but Qt webkit is not built and installed. It looks like Qtwebkit 5.212 needs to be build as a separate module using cmake but is no longer possible to build along with Qt 5.12.8

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-27 Thread Konstantin Tokarev
27.04.2020, 21:44, "Konstantin Tokarev" : > 27.04.2020, 12:24, "Ramakanth Kesireddy" : >>  Hi, >> >>  Am unable to build Qt WebKit 5.212 sources extracted from  >> http://download.qt.io/snapshots/ci/qtwebkit/5.212/latest/src/submodules/ >>  as part of Qt 5.12.8 sources. > > Hi, > Please use

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-27 Thread Konstantin Tokarev
27.04.2020, 12:24, "Ramakanth Kesireddy" : > Hi, > > Am unable to build Qt WebKit 5.212 sources extracted from  > http://download.qt.io/snapshots/ci/qtwebkit/5.212/latest/src/submodules/ > as part of Qt 5.12.8 sources. Hi, Please use latest release:

[webkit-qt] QtWebkit 5.212 issue

2020-04-27 Thread Ramakanth Kesireddy
Hi, Am unable to build Qt WebKit 5.212 sources extracted from http://download.qt.io/snapshots/ci/qtwebkit/5.212/latest/src/submodules/ as part of Qt 5.12.8 sources. Earlier, Qt WebKit 5.6.3 had been built successfully along with Qt 5.6.3 sources. Could you please let me know compatible QtWebkit