Re: [webkit-qt] Qtwebkit 5.212 dependency on glib vulnerability

2021-01-24 Thread Konstantin Tokarev
05.01.2021, 19:56, "Ramakanth Kesireddy" : > Hi, > > Our usecase is HTML rendering in non-browser applications with HTML data > readily available and not running any javascript programs but only webkit > scrollbar css to scroll the html content. > > In this context as mentioned in  >

Re: [webkit-qt] Qtwebkit 5.212 setuserstylesheet() is taking 7seconds time first time on startup

2020-12-04 Thread Konstantin Tokarev
ou are trying to load? > > Best Regards, > Ramakanth > > On Thu, Dec 3, 2020 at 10:26 PM Konstantin Tokarev wrote: >> 03.12.2020, 19:40, "Ramakanth Kesireddy" : >>> Ok Thanks for your mail.Shall check and update further. >>> Is it by design QWebSettin

Re: [webkit-qt] Qtwebkit 5.212 setuserstylesheet() is taking 7seconds time first time on startup

2020-12-03 Thread Konstantin Tokarev
03.12.2020, 19:40, "Ramakanth Kesireddy" : > Ok Thanks for your mail.Shall check and update further. > Is it by design QWebSettings is not thread safe or any means to make thread > safe? WebCore by design is not thread safe. QWebView and all other classes from QtWebKitWidgets module use

Re: [webkit-qt] Qtwebkit 5.212 setuserstylesheet() is taking 7seconds time first time on startup

2020-12-02 Thread Konstantin Tokarev
03.12.2020, 08:44, "Ramakanth Kesireddy" : > Question: Is there any API to reference the CSS file from page as the html is > set dynamically using webview->setHtml() instead of setuserstylesheet? You can use standard way of loading external CSS in HTML, i.e. > Does it helps if we use

Re: [webkit-qt] Qtwebkit 5.212 setuserstylesheet() is taking 7seconds time first time on startup

2020-12-02 Thread Konstantin Tokarev
02.12.2020, 13:11, "Ramakanth Kesireddy" : > Hi, > > Do we need to initialize QWebcore to load the stylesheet fast for the first > time? No. However, stylesheet may work faster if it's referenced as CSS file from page itself instead of being user stylesheet (e.g. using file:/ or qrc:/ url).

Re: [webkit-qt] Qtwebkit 5.212 Alpha 4 stylesheet issue

2020-09-08 Thread Konstantin Tokarev
08.09.2020, 12:30, "Ramakanth Kesireddy" : > HI Konstantin, > > Thanks for your mail. > Not sure if the other issue reported #908 is similar to the one I raised in > github https://github.com/qtwebkit/qtwebkit/issues/1021 No it is not, as it talks about qtwebkit-dev branch. > > Here is the

Re: [webkit-qt] Qtwebkit 5.212 Alpha 4 stylesheet issue

2020-09-07 Thread Konstantin Tokarev
tylesheet unit tests fail only on target with simple > user.css, could you please suggest in this regard? > > On Mon, 7 Sep, 2020, 18:38 Konstantin Tokarev, wrote: >> 07.09.2020, 16:07, "Konstantin Tokarev" : >>> You have to debug that issue on target yourself.

Re: [webkit-qt] Qtwebkit 5.212 Alpha 4 stylesheet issue

2020-09-07 Thread Konstantin Tokarev
07.09.2020, 16:07, "Konstantin Tokarev" : > You have to debug that issue on target yourself. If it doesn't reproduce on > desktop, it may be caused by a bug in your compiler or whatever else. BTW, make sure that QtWebKit is built with -DCMAKE_BUILD_TYPE=Release --  Reg

Re: [webkit-qt] Qtwebkit 5.212 Alpha 4 stylesheet issue

2020-09-07 Thread Konstantin Tokarev
You have to debug that issue on target yourself. If it doesn't reproduce on desktop, it may be caused by a bug in your compiler or whatever else. 31.08.2020, 19:06, "Ramakanth Kesireddy" : > Hi, > > Is the issue https://github.com/qtwebkit/qtwebkit/issues/1021 same as that of  > #908? > If so,

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] Qt 4.8.7 QtWebkit

2020-07-02 Thread Konstantin Tokarev
24.06.2020, 08:15, "Ramakanth Kesireddy" : > The below issue is resolved.. > Could you please let me know if there is any latest Qt WebKit 5.212 > documentation and sources containing the patches? You can find documentation at https://qtwebkit.github.io/, though it doesn't differ much from

Re: [webkit-qt] QtWebkit 5.212 configure

2020-07-02 Thread Konstantin Tokarev
02.07.2020, 07:55, "Ramakanth Kesireddy" : > Incase there is any example application on QtWebkit 5.212 git branch, it > would be great as I couldn't find as part of installing QtWebkit 5.212 to > ensure as we ported on to new kernel 4.14. Yeah, there is QtTestBrowser, it's built by default

Re: [webkit-qt] QtWebkit 5.212 configure

2020-07-02 Thread Konstantin Tokarev
01.07.2020, 08:09, "Ramakanth Kesireddy" : > Thanks for your mail. > > Could you please let me know if there is any example application available to > test QWebview on QtWebkit 5.212 using QtWebkit widgets? There is a bunch of "official" examples in

Re: [webkit-qt] QtWebkit 5.212 configure

2020-06-29 Thread Konstantin Tokarev
29.06.2020, 10:51, "Ramakanth Kesireddy" : > Thanks for your mail. > Do we need to pull the latest QtWebkit 5.212 sources to avoid dependency? It was removed long ago, all 5.212 releases don't depend on QtSql. > If so, could you please share the path? Does it depends only on QtNetwork as >

Re: [webkit-qt] QtWebkit 5.212 configure

2020-06-28 Thread Konstantin Tokarev
29.06.2020, 07:19, "Ramakanth Kesireddy" : > Hi,. > > Is it possible to configure using cmake to disable QtSQL on top of installed > Qt 5.6.3 binaries or it has mandatory dependency of QtWebkit 5.212 on QtSQL > to be installed? In QtWebkit 5.212 dependency on QtSql was eleminated. -- 

Re: [webkit-qt] Qt 4.8.7 QtWebkit

2020-06-08 Thread Konstantin Tokarev
04.06.2020, 16:49, "Coda Highland" : > I mean, that all depends on what you want to do with it. That version is > REALLY out of date, but if you aren't running untrusted Javascript in it (so > the security updates aren't relevant) and if you don't need the performance > or features added

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: >>

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 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-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 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 Konstantin Tokarev
https://webkit.org/licensing-webkit/ > If so, do you recommend to use QtWebkit sources from  > https://github.com/qtwebkit/qtwebkit/releases/tag/qtwebkit-5.212.0-alpha4 or > any other official sources > from master or stable branch? > > Best Regards, > Ramakanth > > --

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 Konstantin Tokarev
//#ifdef QT_OPENGL_LIB        if (!m_windowOptions.useQGLWidgetViewport)            toggleQOpenGLWidgetViewport(m_windowOptions.useQOpenGLWidgetViewport);#endif Best Regards,Ramakanth On Mon, May 4, 2020 at 9:25 AM Konstantin Tokarev <annu...@yandex.ru> wrote:Patch https://0x0.st/i2Ls.txt should fix it 04.05.2020, 05:11, &

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-04 Thread Konstantin Tokarev
FIX in CMakeCache.txt (or with visual tool like ccmake or cmake-gui) > > Best Regards, > Ramakanth > > On Mon, May 4, 2020 at 9:25 AM Konstantin Tokarev wrote: >> Patch https://0x0.st/i2Ls.txt should fix it >> >> 04.05.2020, 05:11, "Ramakanth Kes

Re: [webkit-qt] QtWebkit 5.212 issue

2020-05-03 Thread Konstantin Tokarev
e) >>   Source/cmake/WebKitCommon.cmake:51 (include) >>   CMakeLists.txt:137 (include) >> >> Best Regards, >> Ramakanth >> >> On Fri, May 1, 2020 at 9:29 AM Ramakanth Kesireddy >> wrote: >>> Hi Konstantin, >>> >>>

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-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 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-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/ >>

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.0 Alpha 4

2020-03-16 Thread Konstantin Tokarev
New release is now available! Source tarballs and binaries are available at https://github.com/qtwebkit/qtwebkit/releases/tag/qtwebkit-5.212.0-alpha4 ### New APIs * `QWebSetting::ErrorPageEnabled` - `true` by default, allows to disable built-in error pages if they are not desirable ###

Re: [webkit-qt] CSSDefaultStyleSheets::defaultStyle

2017-11-24 Thread Konstantin Tokarev
24.11.2017, 15:41, "Konstantin Tokarev" <annu...@yandex.ru>: > 24.11.2017, 15:18, "Andrew Webster" <awebs...@arcx.com>: >>>   24.11.2017, 05:41, "Andrew Webster" <awebs...@arcx.com>: >>>>>>    I ran into an ASSERT in E

Re: [webkit-qt] CSSDefaultStyleSheets::defaultStyle

2017-11-24 Thread Konstantin Tokarev
24.11.2017, 15:18, "Andrew Webster" : >>  24.11.2017, 05:41, "Andrew Webster" : >   I ran into an ASSERT in ElementRuleCollector::collectMatchingRules > (ASSERT(matchRequest.ruleSet)). When ignored, it seg faults. > >   The root cause is

Re: [webkit-qt] CSSDefaultStyleSheets::defaultStyle

2017-11-24 Thread Konstantin Tokarev
24.11.2017, 05:41, "Andrew Webster" : >>>  I ran into an ASSERT in ElementRuleCollector::collectMatchingRules >>> (ASSERT(matchRequest.ruleSet)). When ignored, it seg faults. >>> >>>  The root cause is that ElementRuleCollector::matchUARules and >>>

Re: [webkit-qt] CSSDefaultStyleSheets::defaultStyle

2017-11-23 Thread Konstantin Tokarev
> I ran into an ASSERT in ElementRuleCollector::collectMatchingRules > (ASSERT(matchRequest.ruleSet)). When ignored, it seg faults. > > The root cause is that ElementRuleCollector::matchUARules and > CSSDefaultStyleSheets::initDefaultStyle disagree about the location of >

Re: [webkit-qt] QtWebKit Question

2017-11-11 Thread Konstantin Tokarev
e other > stuff, look at public > cmake options with tool like ccmake or cmake-gui) > > [1] https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-OS-X > >> On Sat, Nov 11, 2017 at 9:09 AM, Konstantin Tokarev <annu...@yandex.ru> >> wrote: >> >

Re: [webkit-qt] QtWebKit Question

2017-11-11 Thread Konstantin Tokarev
ou may want to cut down some other stuff, look at public cmake options with tool like ccmake or cmake-gui) [1] https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-OS-X > > On Sat, Nov 11, 2017 at 9:09 AM, Konstantin Tokarev <annu...@yandex.ru> wrote: > >>>> H

Re: [webkit-qt] QtWebKit Question

2017-11-11 Thread Konstantin Tokarev
>> Hi, > > Hi, > > Please use webkit-qt@ lists.webkit.org mailing list for QtWebKit questions > which don't involve confidential information > >> I have an app that I publish on the Mac App Store that used QtWebKit. I >> remember that in order to get it published I had to follow these >>

Re: [webkit-qt] Heads up: WebKit 2 (QML API) is merged to qtwebkit-stable

2017-05-27 Thread Konstantin Tokarev
29.04.2017, 16:52, "Konstantin Tokarev" <annu...@yandex.ru>: > 26.04.2017, 11:45, "Konstantin Tokarev" <annu...@yandex.ru>: >>  Hi all, >> >>  I've just merged WebKit 2 changes into qtwebkit-stable. From this moment >> it's enabled by

Re: [webkit-qt] Crash with pdf.js (Technology preview 5)

2017-04-30 Thread Konstantin Tokarev
e files into Qt's > install path. If I manage to build qtwebkit-stable, does it produce the same > kind of files which I only need to copy then? Then you may want to wait for binary builds of the next release, it should happen next week. > > Thanks! > Greetings > Thomas > > 201

Re: [webkit-qt] Heads up: WebKit 2 (QML API) is merged to qtwebkit-stable

2017-04-29 Thread Konstantin Tokarev
26.04.2017, 11:45, "Konstantin Tokarev" <annu...@yandex.ru>: > Hi all, > > I've just merged WebKit 2 changes into qtwebkit-stable. From this moment it's > enabled by default on all systems except macOS and Windows. This means that > you can use QML API on the

[webkit-qt] Heads up: WebKit 2 (QML API) is merged to qtwebkit-stable

2017-04-26 Thread Konstantin Tokarev
Hi all, I've just merged WebKit 2 changes into qtwebkit-stable. From this moment it's enabled by default on all systems except macOS and Windows. This means that you can use QML API on these systems, but there are a few known problems: * WebView is not flickable by default, until this bug is

Re: [webkit-qt] Mingw build debug binaries

2017-04-23 Thread Konstantin Tokarev
23.04.2017, 10:49, "Thomas Rusche" : > Hello and first of thanks for this great project, bringing back WebKit to Qt! > It is so much better than the new blink-stuff. > > I downloaded the technical preview 5 that does now support MinGW >

Re: [webkit-qt] Build and Install QtWebKit

2017-02-10 Thread Konstantin Tokarev
ConfigFile.cmakeBest regards,Charlie m...@jiyuusoft.nethttp://blog.jiyuusoft.net Le 10 févr. 2017 à 18:44, Konstantin Tokarev <annu...@yandex.ru> a écrit :   10.02.2017, 10:33, "Charles-Elie Gentil" <m...@jiyuusoft.net>:Hi,  Yes … I do it.I have just rebuild from qtwebki

Re: [webkit-qt] Build and Install QtWebKit

2017-02-10 Thread Konstantin Tokarev
try patch https://github.com/annulen/webkit/pull/388  Best regards,Charlie m...@jiyuusoft.nethttp://blog.jiyuusoft.net Le 9 févr. 2017 à 18:23, Konstantin Tokarev <annu...@yandex.ru> a écrit : 09.02.2017, 20:00, "Charles-Élie G" <m...@jiyuusoft.net>:Hi,Unfortunately, I have the s

Re: [webkit-qt] Build and Install QtWebKit

2017-02-10 Thread Konstantin Tokarev
Kit  ? Could you send me your mkspecs/modules/qt_lib_core.pri? Thanks!  Best regards,Charlie m...@jiyuusoft.nethttp://blog.jiyuusoft.net Le 9 févr. 2017 à 18:23, Konstantin Tokarev <annu...@yandex.ru> a écrit : 09.02.2017, 20:00, "Charles-Élie G" <m...@jiyuusoft.net>:Hi,Unfortun

Re: [webkit-qt] Build and Install QtWebKit

2017-02-09 Thread Konstantin Tokarev
ere are paths on your system that I don't know) I guess I should write detailed installation instruction :) > > Envoyé de mon Galaxy S6 Orange > > Message d'origine > De : Konstantin Tokarev <annu...@yandex.ru> > Date : 09/02/2017 08:43 (GMT+01:00) > À

Re: [webkit-qt] Build and Install QtWebKit

2017-02-08 Thread Konstantin Tokarev
is relatively slow with my computer ;-) > ) > > Thank > > Best regards, > > Charlie > > m...@jiyuusoft.net > http://blog.jiyuusoft.net > >> Le 9 févr. 2017 à 08:25, Konstantin Tokarev <annu...@yandex.ru> a écrit : >> >> 09.02.2017, 10:13, &qu

Re: [webkit-qt] Build and Install QtWebKit

2017-02-08 Thread Konstantin Tokarev
work out of the box > > Best regards, > > Charlie > > m...@jiyuusoft.net > http://blog.jiyuusoft.net > >> Le 8 févr. 2017 à 08:41, Konstantin Tokarev <annu...@yandex.ru> a écrit : >> >> 08.02.2017, 08:31, "Charles-Elie Gentil" <m...@jiyuusof

Re: [webkit-qt] Build and Install QtWebKit

2017-02-07 Thread Konstantin Tokarev
08.02.2017, 08:31, "Charles-Elie Gentil" : > Hello, > > I want use QtWebKit and so, I build it following these instructions :  > https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-OS-X > I add a CMAKE_INSTALL_PREFIX to have this command : > >

[webkit-qt] [Announcement] QtWebKit Technology Preview 5

2017-02-06 Thread Konstantin Tokarev
Hi all, QtWebKit Technology Preview 5 is out. Highlights of these release are: * WebGL, accelerated compositing and accelerated 2D canvas are supported now. Accelerated compositing is disabled by default for now, it is known to cause minor artifacts on some sites. * MinGW compiler is now

[webkit-qt] QtWebKit + MinGW

2016-09-19 Thread Konstantin Tokarev
Hi all, There was some interest in getting MinGW support in QtWebKit. I've added preliminary instruction at [1]. It uses MSYS2 package repository to set up build environment without much hassle. If anyone has interest to fix remaining build issues you can checkout mingw_build branch from git

Re: [webkit-qt] Release assert in JIT on ARM

2016-09-01 Thread Konstantin Tokarev
blem. I have not yet run the JSC test suite. > > Thanks a lot Yusuke and Konstantin! > > Andrew > ________ > From: Konstantin Tokarev <annu...@yandex.ru> > Sent: Tuesday, August 23, 2016 2:00 PM > To: Yusuke SUZUKI > Cc: Andrew Webster; we

Re: [webkit-qt] Release assert in JIT on ARM

2016-08-23 Thread Konstantin Tokarev
t;> I've just filed it in https://bugs.webkit.org/show_bug.cgi?id=161029. >> AnyInt includes int52 representation, that is only allowed in 64bit DFG. >> (See enableInt52()) >> >> On Sat, Aug 20, 2016 at 2:49 AM, Konstantin Tokarev <annu...@yandex.ru> >> wr

Re: [webkit-qt] Project ERROR: Unknown module(s) in QT: webkitwidgets

2016-08-23 Thread Konstantin Tokarev
23.08.2016, 17:16, "Florian Bruhin" : > Hi, > > * Gokul kumar [2016-08-23 18:54:36 +0530]: >>  I'm trying to build a project which uses QT5.6. >> >>  When I try to build it I'm getting following error. >> >>  *Project ERROR: Unknown module(s) in QT:

Re: [webkit-qt] [Interest] [Announcement] QtWebKit Technology Preview 3

2016-08-19 Thread Konstantin Tokarev
19.08.2016, 22:08, "Jason H" : >>  Hello everyone, >> >>  We are pleased to announce QtWebKit Technology Preview 3! >> >>  Highlights of this release are: >> >>  * NPAPI and Qt plugins are finally supported on X11 and Windows (not on >> macOS >>  yet, sorry) >> >>  * Bulk of the

[webkit-qt] [Announcement] QtWebKit Technology Preview 3

2016-08-19 Thread Konstantin Tokarev
Hello everyone, We are pleased to announce QtWebKit Technology Preview 3! Highlights of this release are: * NPAPI and Qt plugins are finally supported on X11 and Windows (not on macOS yet, sorry) * Bulk of the patches which have never been in the trunk of webkit.org was merged from Qt

Re: [webkit-qt] Release assert in JIT on ARM

2016-08-19 Thread Konstantin Tokarev
19.08.2016, 20:43, "Konstantin Tokarev" <annu...@yandex.ru>: > 19.08.2016, 18:34, "Andrew Webster" <awebs...@arcx.com>: >>  This may be a question for webkit-dev, but I thought I'd check here first >> since I'm using qtwebkit-tp3. >> >>

Re: [webkit-qt] Release assert in JIT on ARM

2016-08-19 Thread Konstantin Tokarev
19.08.2016, 18:34, "Andrew Webster" : > This may be a question for webkit-dev, but I thought I'd check here first > since I'm using qtwebkit-tp3. > > On an arm 32-bit platform in SpeculativeJIT::speculate, I occasionally hit > the default handler which contains a release

[webkit-qt] Snapshots repository

2016-08-14 Thread Konstantin Tokarev
Hello, In case anyone here were willing to build bleeding edge of QtWebKit from sources, but were stopped by immense size of git repository [1], now we have lean and mean repository [2] which contains only files which are *required* to build QtWebKit instead of complete WebKit tree. Please

[webkit-qt] [Announcement] QtWebKit Technology Preview 2

2016-06-18 Thread Konstantin Tokarev
Hi all, We are pleased to announce QtWebKit Technology Preview 2. You can find download links below [1]. This release includes bug fixes and improvements as compared to Technology Preview 1 [2]. Restored Web APIs to improve feature parity with QtWebKit 5.7:

[webkit-qt] [Announcement] QtWebKit Technology Preview 1

2016-05-30 Thread Konstantin Tokarev
. -- This release was brought to you by Konstantin Tokarev (annulen) and Vitaly Slobodin (vitallium), with invaluable help of WebKit and Qt communitites' members. Happy hacking, and stay tuned! -- [1] Source code: https://github.com/annulen/webkit/archive/qtwebkit-tp1.zip Or use qtwebkit

Re: [webkit-qt] New QtWebKit progress

2016-03-19 Thread Konstantin Tokarev
19.02.2016, 11:50, "Cheng, Bobber" <bch...@intercalleurope.com>: > Thanks. > > Bobber Please retry now. > > -Original Message- > From: Konstantin Tokarev [mailto:annu...@yandex.ru] > Sent: Thursday, February 18, 2016 11:47 PM > To: Cheng, Bobb

Re: [webkit-qt] New QtWebKit progress

2016-02-18 Thread Konstantin Tokarev
> >> D:\working\webkit\WebKitLibraries\win\include\CoreFoundation/CFMessagePort.h(11): >> fatal error C1083: Cannot open include file: 'dispatch/dispatch.h': No such >> file or directory (compiling source file >> D:\working\webkit\Source\WTF\wtf\text\cf\StringImplCF.cpp) &

Re: [webkit-qt] New QtWebKit progress

2016-02-15 Thread Konstantin Tokarev
15.02.2016, 21:35, "Konstantin Tokarev" <annu...@yandex.ru>: > 15.02.2016, 21:20, "mepard" <mep...@me.com>: >>  On Feb 12, 2016, at 9:32 AM, Konstantin Tokarev <annu...@yandex.ru> wrote: >>>    It would be great if someone tried to c

Re: [webkit-qt] New QtWebKit progress

2016-02-15 Thread Konstantin Tokarev
15.02.2016, 21:20, "mepard" <mep...@me.com>: > On Feb 12, 2016, at 9:32 AM, Konstantin Tokarev <annu...@yandex.ru> wrote: >>   It would be great if someone tried to compile the code on OS X (10.10 or >> 10.11 is required) and report encountered issues. >

[webkit-qt] New QtWebKit progress

2016-02-12 Thread Konstantin Tokarev
Hi all, I'm pleased to announce that qtwebkit-1 branch in repository [1] now contains everything needed for successful linking of libQt5WebKit.so on Linux using gcc 4.8.4 or clang 3.7. Branch is based on today's trunk and uses B3 compiler as a default FTL backend. Note that QtTestBrowser is

[webkit-qt] Anyone here interested in QtWebKit on OS X?

2016-01-20 Thread Konstantin Tokarev
Hi all, Is anybody here interested in QtWebKit on OS X? Aside from ongoing project of QtWebKit reviving (which you are welcome to join in), there are several possible improvements in QtWebKit 5.6 which could be made if you help with testing. -- Regards, Konstantin

Re: [webkit-qt] Anyone here interested in QtWebKit on OS X?

2016-01-20 Thread Konstantin Tokarev
20.01.2016, 18:33, "Coda Highland" <chighl...@gmail.com>: > On Wed, Jan 20, 2016 at 7:19 AM, Konstantin Tokarev <annu...@yandex.ru> wrote: >>  Hi all, >> >>  Is anybody here interested in QtWebKit on OS X? >> >>  Aside from ongoing project

Re: [webkit-qt] Anyone here interested in QtWebKit on OS X?

2016-01-20 Thread Konstantin Tokarev
20.01.2016, 19:43, "Konstantin Tokarev" <annu...@yandex.ru>: > 20.01.2016, 18:33, "Coda Highland" <chighl...@gmail.com>: >>  On Wed, Jan 20, 2016 at 7:19 AM, Konstantin Tokarev <annu...@yandex.ru> >> wrote: >>>   Hi all, >>>

Re: [webkit-qt] QtWebKit reviving progress

2016-01-11 Thread Konstantin Tokarev
11.01.2016, 14:15, "Konstantin Tokarev" <annu...@yandex.ru>: > Hello again, > > I've created repository at https://github.com/annulen/webkit. Branch > qtwebkit-1 contains Qt port of JavaScriptCore, it can be built with > build-webkit script. Resulting jsc execu

Re: [webkit-qt] QtWebKit reviving progress

2016-01-11 Thread Konstantin Tokarev
11.01.2016, 14:53, "Vitaly Slobodin" : >>  Thta's sad to see work being duplicated. You should have been notified >> others on the list. Nevertheless, I hope we will be able to join our work. > > Well, I did it really quickly, so I know that there're some problems. I

Re: [webkit-qt] QtWebKit reviving progress

2016-01-11 Thread Konstantin Tokarev
11.01.2016, 14:53, "Vitaly Slobodin" : > > I'll definitely help you as much as I can! > Please take a look at https://github.com/annulen/webkit/wiki/Open-Projects Also, there are some missing bits in WTF that need to have Qt implementation:

Re: [webkit-qt] QtWebKit reviving progress

2016-01-11 Thread Konstantin Tokarev
tul. > > On Mon, Jan 11, 2016 at 5:41 PM, Konstantin Tokarev <annu...@yandex.ru> wrote: >>  11.01.2016, 14:15, "Konstantin Tokarev" <annu...@yandex.ru>: >>>  Hello again, >>> >>>  I've created repository at https://github.com/annulen/webkit. Bra

[webkit-qt] QtWebKit + libsoup experiment

2016-01-08 Thread Konstantin Tokarev
Hi all, (reposting here from webkitnix group in case anyone from INdT team is still reading this list) I just re-read announcement of Nix from 2013 [1], and it mentions QtWebKit + libsoup experiment. Were its details (goals, results, source code) published somewhere? I'm also interested why

Re: [webkit-qt] Reviving QtWebKit

2015-12-30 Thread Konstantin Tokarev
30.12.2015, 20:01, "Coda Highland" : > I'm interested but contractually prohibited from contributing. :( I > wish you the best of luck. Thank you! Let's hope there will be something for you to test eventually :) -- Regards, Konstantin

[webkit-qt] Reviving QtWebKit

2015-12-30 Thread Konstantin Tokarev
Hello everyone, I'd like to upgrade QtWebKit to modern WebKit code base. One particular goal is to obtain modern browser engine capable of running in low memory conditions on MIPS device, which would have relatively small binary size. I'd like to support the next configurations: * OS: Linux

Re: [webkit-qt] Reviving QtWebKit

2015-12-30 Thread Konstantin Tokarev
30.12.2015, 15:00, "Konstantin Tokarev" <annu...@yandex.ru>: > In case anyone does not follow WebKit development, here are several > highlights of what has changed since last QtWebKit branch-off: > > * Partial ES6 support in JavaScriptCore > (https://web

[webkit-qt] Questions about Qt input method support in WebKit 2

2015-09-21 Thread Konstantin Tokarev
Hi Kenneth, I'm aware that you are not working on WebKit for a long time, however I'd like to ask you some questions about your code. 1. In patch [1] what was the motivation for not sending surroundingText in case of result.isInPasswordField? In this case code from patch [2] sets hints

Re: [webkit-qt] Unable to install Qt5.0

2014-03-07 Thread Konstantin Tokarev
06.03.2014, 20:52, Manish Gurnaney manishgurna...@gmail.com: Hi Arijit,          I have set following paths in the .bashrc file export QTDIR=/usr/share/qt4 export PATH=$QTDIR/bin:$PATH export QMAKEPATH=/home/OpenSource/webkit/Tools/qmake          Apart from that when check the qmake

Re: [webkit-qt] sqlite database as local storage

2014-02-26 Thread Konstantin Tokarev
26.02.2014, 00:38, Richard Gerd Kuesters rich...@humantech.com.br: hello all! :) i was reading some of webkit resources, and one of them is to provide local database storage, including sqlite3. ok, i'm developing a custom application with webkit, and i would like to expose my apps

Re: [webkit-qt] sqlite database as local storage

2014-02-26 Thread Konstantin Tokarev
26.02.2014, 13:26, Allan Sandfeld Jensen k...@carewolf.com: On Wednesday 26 February 2014, Konstantin Tokarev wrote:  26.02.2014, 00:38, Richard Gerd Kuesters rich...@humantech.com.br:  hello all! :)  i was reading some of webkit resources, and one of them is to provide  local database

Re: [webkit-qt] sqlite database as local storage

2014-02-26 Thread Konstantin Tokarev
26.02.2014, 13:29, Konstantin Tokarev annu...@yandex.ru: 26.02.2014, 13:26, Allan Sandfeld Jensen k...@carewolf.com:  On Wednesday 26 February 2014, Konstantin Tokarev wrote:   26.02.2014, 00:38, Richard Gerd Kuesters rich...@humantech.com.br:   hello all! :)   i was reading some

Re: [webkit-qt] what's the webkit version in Qt5.1 and Qt5.2Beta

2013-11-06 Thread Konstantin Tokarev
06.11.2013, 17:42, Rethmeier, Eike eike.rethme...@wincor-nixdorf.com: Hi, by moving from Qt5.1 to Qt5.2 we encountered some CSS rendering changes with FlexBoxes. Because we want to track down the source of the changes (most likely these changes are actually bugfixes in WebKit) we need the

Re: [webkit-qt] running a network video stream in webkit

2013-10-31 Thread Konstantin Tokarev
31.10.2013, 13:05, Thomas Scheuermann scheuerm...@barco.com: Hello, I would like to run a network video stream in webkit. I first tried it with a file: video autoplay source  src=BigBuckBunny.ogv /video This works and the video starts playing. If I use: video autoplay  

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-29 Thread Konstantin Tokarev
28.10.2013, 22:49, Richard Gerd Kuesters rich...@humantech.com.br: Well ... Is it just with me or gitorious is completely unable to work with? Works fine here. You can try ssh or https url - it might be you are behind a firewall that blocks git protocol. -- Regards, Konstantin

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-29 Thread Konstantin Tokarev
29.10.2013, 17:42, Richard Gerd Kuesters rich...@humantech.com.br: Ok, QtWebkit 2.3.3 downloaded! :) But, I feel that it'll not work as a simple dropin on top of Qt 5.x, specially if I try to compile it on Windows. I noticed a huge difference in the Makefiles (and .pro?) files from the

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-29 Thread Konstantin Tokarev
29.10.2013, 19:13, Konstantin Tokarev annu...@yandex.ru: I'm afraid QtWebKit 2.3.3 was not tested on Windows at all (though I may be wrong). Looks like QupZilla uses QtWebKit 2.3 on Windows [1], so my guess was wrong :) [1] https://github.com/QupZilla/qupzilla -- Regards, Konstantin

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-28 Thread Konstantin Tokarev
28.10.2013, 15:36, Richard Gerd Kuesters rich...@humantech.com.br: Well, it might appear as a very dumb question, but ... where do I find this version of QtWebkit that doesnt depends on lib ICU? I was digging around with version 2.3 (including ones already included in Qt 5.2 b1) and they

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-28 Thread Konstantin Tokarev
28.10.2013, 15:50, Richard Gerd Kuesters rich...@humantech.com.br: Yes, I just did that :) My only doubt was that I saw some ICU unicode header files in the .pro files. So, I can just drop this on top of the Qt version I use and bye bye ICU? You don't need to change .pro file to drop ICU (I

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-27 Thread Konstantin Tokarev
27.10.2013, 02:17, Richard Gerd Kuesters rich...@humantech.com.br: Thanks again Konstantin! I think my best hope is based on what you glimpsed while pondering about SVG support on Webkit: compiling Qt submodules one by one, using the switches I might need and other that don't - doing so in

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-27 Thread Konstantin Tokarev
27.10.2013, 02:17, Richard Gerd Kuesters rich...@humantech.com.br: Thanks again Konstantin! I think my best hope is based on what you glimpsed while pondering about SVG support on Webkit: compiling Qt submodules one by one, using the switches I might need and other that don't - doing so in

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Konstantin Tokarev
25.10.2013, 16:58, Richard Gerd Kuesters rich...@humantech.com.br: Hello all! I am currently tweaking one of my webkit applications to shrink its size (bandwidth costs are sometimes high). You can shrink QtWebKit by using custom options of build-webkit script. For example, disabling SVG

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Konstantin Tokarev
25.10.2013, 22:21, Richard Gerd Kuesters rich...@humantech.com.br: Thanks Andras! I'm sorry for my DLL list. We already rips *d.dll from the distrib :) I was wondering if print or qml or quick or sensors are really necessary for webkit to work ... That depends only on what your

Re: [webkit-qt] [WEBKIT 2.3] Compile on windows with --media-stream with qt 4.8.2 msvc

2013-10-05 Thread Konstantin Tokarev
04.10.2013, 21:54, arnaud le roy sdnetw...@gmail.com: thanks, now it compiles fine but i have some unresolved symbol in the final linkage ! for exemple : WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external symbol public: void __thiscall WebC

Re: [webkit-qt] [WEBKIT 2.3] Compile on windows with --media-stream with qt 4.8.2 msvc

2013-10-05 Thread Konstantin Tokarev
05.10.2013, 15:40, arnaud le roy sdnetw...@gmail.com: thanks, i have found my problems this morning and i post it but the message awaits approval. this is the message : hello, after some modifications, i have successfully compile the webkit with this options : --qt --media-stream

Re: [webkit-qt] [WEBKIT 2.3] Compile on windows with --media-stream with qt 4.8.2 msvc

2013-10-05 Thread Konstantin Tokarev
05.10.2013, 16:11, arnaud le roy sdnetw...@gmail.com: Le 05/10/2013 14:00, Konstantin Tokarev a écrit :  05.10.2013, 15:40, arnaud le roy sdnetw...@gmail.com:  thanks,  i have found my problems this morning and i post it but the message  awaits approval.  this is the message :  hello

Re: [webkit-qt] [WEBKIT 2.3] Compile on windows with --media-stream with qt 4.8.2 msvc

2013-10-04 Thread Konstantin Tokarev
04.10.2013, 12:05, arnaud le roy sdnetw...@gmail.com: hello, i try to compile the webkit 2.3 but i get some compilation error with the media_stream options : In file included from WebCore/bindings/js/JSEventTargetCustom.cpp:29:0: generated/EventTargetHeaders.h:130:30: fatal error:

  1   2   >