[webkit-help] WebKit extreme hight CPU usage

2022-05-13 Thread ReK2
Hello, just subscribed because I have an issue with one of my PC's I compiled nyxt that used webkit and only on my PC the CPU gets up to 450% use, very estreme and I am worried is going to burn it. I spoke with some nyxt dev in IRC and show me a list off webkit ENV variables I could try. I try most

[webkit-help] Webkit 601.2.7

2018-01-31 Thread syed khalid
Hello Webkit-Team, I just need to run Webkit 601.2.7 nightly build in Mac OSX High Sierra(10.12.6). But lot of webkit functions in that build are depreciated in the new Mac OSX SDK. Its is feasible to run the WebKit 601 in 10.12.6. Please provide your inputs. -- *Thanks & Regards* *Syed Khalid

Re: [webkit-help] WebKit Update

2016-12-08 Thread Ryosuke Niwa
On Thu, Dec 8, 2016 at 12:11 AM, Plamen Dimitrov wrote: >> Could you explain whether > > 1) the Safari Technology Preview 18 branch will be merged back to the > development branch and any potential bug fixes of the preview will be > committed to the development branch. If you’re referring to tr

[webkit-help] WebKit Update

2016-12-08 Thread Plamen Dimitrov
Hello, I am using an old, modified version of WebKit which I’d like to update a new stable version. I am thinking about Safari Technology Preview but I'm not sure how it integrates in the WebKit release. I noticed it's released every two weeks but I don’t understand how Safari Technology Preview [

Re: [webkit-help] [webkit-dev] DumpRenderTree objects not getting inserted in window object

2016-04-05 Thread Antonio Gomes
It would be helpful if you could detail a bit more about what specific port of WebKit you are using, and what kind of modification you have done. PS: Usually crosspost'ing to different mailing lists is not recommended. I have BCC'ed webkit-dev. On Tue, Apr 5, 2016 at 8:11 AM, ankit srivastav wro

[webkit-help] [webkit]ask for help on how to build webkit using XCode

2016-02-03 Thread xiaoxu
Hi all, I confronted many problems when I was building webkit using Xcode, and I don't the exact method about how to build webkit in Xcode. So could someone tell me the exact method about this, to make sure I can build webkit using Xcode successfully! I want to build webkit successfully becau

Re: [webkit-help] [webkit-gtk] Fwd: cross compile webkitgtk+

2016-01-05 Thread narcisse doudieu siewe
is the question more generally like:how to cross compile for arm?please visit this site for a first view of your workCross-Compile for ARM? |   | |   | |   |   |   |   |   | | Cross-Compile for ARM?How do I set up GCC for cross compiling for the ARM processor? The host would be on x68 ( AMD64 -

Re: [webkit-help] Webkit Content Blockers -- Whitelist a website

2015-09-18 Thread Benjamin Poulain
".*", "if-domain" : [ "whitelisted\\.com" ], "load-type" : [ "third-party" ] } } But with no success. Thanks, Rui Carneiro ___ webkit-help mailing list webki

[webkit-help] Webkit Content Blockers -- Whitelist a website

2015-09-18 Thread Rui Nelson Carneiro
I tried various methods to block all rules when visiting a specific website, I’ve tried to append to the end of the array: { "action" : { "type" : "ignore-previous-rules" }, "trigger" : { "url-filter" : ".*", "if-domain" : [ "whitelisted\\.com" ],

Re: [webkit-help] [webkit-dev] Event firing and repainting of saved Images in webkit

2015-03-04 Thread ankit srivastav
Hi Max Thanks for your reply. But may be you took the question into a different direction. We are trying to make changes into Webkit code, so that the functionality works for each and every application/Webpage. We have to achieve two things: 1) An event {from within the webkit} when the whole We

Re: [webkit-help] webkit-help Digest, Vol 64, Issue 1

2014-10-07 Thread SHIVAKUMAR JAGALUR MATT
Dear Jackson, Thanks for the information. Any reason behind not to add push-api suppourt in webkit ?. It seems W3C and IETF are now publishing latest push-api spec https://w3c.github.io/push-api/, so can we consider to add these push-api suppourt in webkit also? Thanks Shiva -

Re: [webkit-help] webkit changes after 10.7.5 regarding fixed font default action in filemaker pro versus Safari and default commands to remedy the discrepancy

2014-09-22 Thread Alex Shore
is put off a few more years. Thank you again, Alex -Original Message- >From: Alexey Proskuryakov >Sent: Sep 22, 2014 12:32 PM >To: Alex Shore >Cc: webkit-help@lists.webkit.org >Subject: Re: [webkit-help] webkit changes after 10.7.5 regarding fixed font >default ac

Re: [webkit-help] webkit changes after 10.7.5 regarding fixed font default action in filemaker pro versus Safari and default commands to remedy the discrepancy

2014-09-22 Thread Alexey Proskuryakov
Hi Alex, The equivalent preference keys for legacy WebKit are WebKitFixedFont and WebKitDefaultFixedFontSize. You can change them in FileMaker's preferences domain with a defaults write. Is it possible to change the web pages, so that they specify the font correctly? That seems like a more rob

[webkit-help] webkit changes after 10.7.5 regarding fixed font default action in filemaker pro versus Safari and default commands to remedy the discrepancy

2014-09-21 Thread Alex Shore
Hi, I run a custom database in Filemaker Pro (and Advanced) 11 and 13 that works fine under 10.7.5 and on Windows 7, but once I upgraded to 10.9.4 - the formatting of the webpages filemaker pro (FMP) was displaying was all distorted. Apparently this is well known behavior since the webkit chan

Re: [webkit-help] WebKit Remote Web Inspector

2014-06-20 Thread Benjamin Poulain
On 6/20/14, 4:11 PM, Vienneau, Christopher wrote: I’m investigating the possibility of getting access to the “Web Inspector” UI http://trac.webkit.org/wiki/WebInspector#no1 remotely via another browser/process. This is useful when attempting to debug a page on a device that doesn’t have the same

[webkit-help] WebKit Remote Web Inspector

2014-06-20 Thread Vienneau, Christopher
Hi, I'm investigating the possibility of getting access to the "Web Inspector" UI http://trac.webkit.org/wiki/WebInspector#no1 remotely via another browser/process. This is useful when attempting to debug a page on a device that doesn't have the same screen real estate as your PC, such as a mo

[webkit-help] webkit keep request resource for same url when it's blocked manually by design

2014-06-03 Thread 孙玉婷
Hi Benjamin or other expert Do you happen to know why webkit keep request resource for same url 1000+ or even 1+ when it's blocked manually by design? Like when rendering http://sg.88db.com/q-Fibre+Optic+Cable/1/, in my case, it requests http://sg.88db.com/sg/images/img_noImg.jpg 1000+ times.

Re: [webkit-help] WebKit build fails with Bytecodes.h no such file or directory

2014-05-06 Thread Osztrogonác Csaba
Hi, you can't disable LLINT, but you can use LLINT C loop instead of the offlineasm. Just set ENABLE_LLINT_C_LOOP define to 1 at the beginning of Source/WTF/wtf/Platform.h file. br, Ossy On 05/06/2014 12:49 PM, Christian Schwarzgruber wrote: Hey all, I'm currently implementing a interface bet

[webkit-help] WebKit build fails with Bytecodes.h no such file or directory

2014-05-06 Thread Christian Schwarzgruber
Hey all, I'm currently implementing a interface between WebKit and the API for the company I work for. However, after setting up the build system for the port, I tried to compile WebKit but it is stuck at 2%. Error message: "fatal error: Bytecodes.h: No such file or directory". As I can see in

Re: [webkit-help] Webkit Launcher Segmentation Fault

2014-05-05 Thread Simon Fraser
On May 5, 2014, at 2:33 AM, Tanay Chowdhury wrote: > Hi all, > In continuation to this I am getting the following stack trace from valgrind > for the segmentation fault > Also want to check with the members if a proxy or firewall could cause this > issue? > > Valgrind output: > ==28988== Proc

[webkit-help] Webkit Launcher Segmentation Fault

2014-04-22 Thread Tanay Chowdhury
Hi all, I am unable to launch the WebKit Browser after the build is complete. The code is updated to rev 167220 and it is built without any modifications. I get the message: WebKit is now built To run EWebLauncher/MiniBrowser with this newly-built code user the "Tools/Scripts/run-laun

[webkit-help] webkit on windows 7.

2014-04-09 Thread Martin S Aguila
Hello Everyone I have a question related to build webkit on windows 7. I followed the instructions and I was able to complete a successful build on my machine (and it works pretty well). The problem appears when I want to use these binaries in a different machine, I get several errors related to m

Re: [webkit-help] WebKit Nightly Builds

2014-03-06 Thread Benjamin Poulain
Hi, On 3/6/14, 9:57 AM, Steven Davies wrote: I don't see a version for Windows over at WebKit.org and I was just wondering, do they still have one? No, there is no longer any nightly build of the Windows port. Benjamin ___ webkit-help mailing list we

[webkit-help] WebKit Nightly Builds

2014-03-06 Thread Steven Davies
I don't see a version for Windows over at WebKit.org and I was just wondering, do they still have one? Thanks! Steve ___ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help

Re: [webkit-help] webkit-help Digest, Vol 54, Issue 9

2013-12-18 Thread ksingh.sunil
dd play/pause buttons & skin change   functionality in html5 video (Arunprasad Rajkumar) -- Message: 1 Date: Fri, 13 Dec 2013 10:02:04 +0530 From: "ksingh.sunil" To: "webkit-help@lists.webkit.org" Subject: Re: [

Re: [webkit-help] webkit-help Digest, Vol 54, Issue 8

2013-12-12 Thread ksingh.sunil
It's gtk port. Sunil Sent from Samsung Mobile Original message From: webkit-help-requ...@lists.webkit.org Date: 13/12/2013 1:30 AM (GMT+05:30) To: webkit-help@lists.webkit.org Subject: webkit-help Digest, Vol 54, Issue 8 Send webkit-help mailing list submissions to web

Re: [webkit-help] WebKit Nightly Build for python 2.7 on windows 32 bit

2013-11-19 Thread Benjamin Poulain
On 11/19/13, 5:56 AM, s_...@inter.net.il wrote: > Can anyone please give me a link to WebKit Nightly Build for python 2.7 > on windows 32 bit > I just can't find it on the net and did not succeed to build it myself Do you mean the Python bindings for WebKit on Windows? Those are not maintained by

[webkit-help] WebKit Nightly Build for python 2.7 on windows 32 bit

2013-11-19 Thread s_s_c
Hi,  Can anyone please give me a link to WebKit Nightly Build for python 2.7 on windows 32 bit I just can't find it on the net and did not succeed to build it myself Thanks Shmuel ‭‮ ___ webkit-help mailing list webkit-help@lists.webkit.org https:

Re: [webkit-help] WEBKIT GTK 1.10.2 build error (resent)

2013-08-20 Thread Benjamin Poulain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, On 8/20/13, 11:20 AM, Brian Tran wrote: > I want to cross compile WEBKITGTK 1.10.2 for MIPS with directfb. > Here is my configuration: [...] For WebKitGTK issues, it is easier to ask directly on the webkit-gtk mailing list: https://lists.webki

[webkit-help] WEBKIT GTK 1.10.2 build error (resent)

2013-08-20 Thread Brian Tran
Hi: I want to cross compile WEBKITGTK 1.10.2 for MIPS with directfb. Here is my configuration: ./configure --host=mips-linux-gnu --prefix=/home/btran8/install_brian CC="mips-linux-gnu-gcc -EL -I/home/btran8/test_TAC_patch/cs_rootfs_1.2.31/cross_rootfs/include  " CFLAGS="-EL -O2  -Wa,-mips32r2

Re: [webkit-help] WebKit build failed

2013-07-11 Thread Benjamin Poulain
On Thu, Jul 11, 2013 at 2:08 AM, Abhishek Bichhawat < abhishek_bichha...@yahoo.co.in> wrote: > I was trying to build the latest nightly build of webkit on my PC (Mac OS > X 10.8 Mountain Lion), but it fails with a linker error in WebKit module > saying, "Framework not found WebInspectorUI." > I co

[webkit-help] WebKit build failed

2013-07-11 Thread Abhishek Bichhawat
Hi, I was trying to build the latest nightly build of webkit on my PC (Mac OS X 10.8 Mountain Lion), but it fails with a linker error in WebKit module saying, "Framework not found WebInspectorUI." I could not find anything related to that anywhere. Has anyone seen such an issue or does anyone k

Re: [webkit-help] webkit-help Digest, Vol 48, Issue 3

2013-06-11 Thread Brian Barnes
On 6/10/2013 3:00 PM, webkit-help-requ...@lists.webkit.org wrote: Send webkit-help mailing list submissions to webkit-help@lists.webkit.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.webkit.org/mailman/listinfo/webkit-help or, via email, send a me

[webkit-help] Webkit-clutter error

2013-05-14 Thread Srinivasan A
hi, I am building webkit for clfs(cross linux from scratch) x86 architecture.While configuring i faced no problem.But when i run make command i am getting the error .In file included from /usr/include/cogl/cogl-gles2.h:49:0, from ../Source/WebCore/platform/graphics/clutter/Graphi

Re: [webkit-help] [webkit-dev] Regarding IDL

2013-05-07 Thread Ryosuke Niwa
This is not an appropriate topic for webkit-dev. webkit-dev is for the development of WebKit itself. Any question regarding how to use WebKit should be asked on webkit-help instead. Finally, V8 is no longer supported by WebKit. We don't have a code generator for it. If you wanted to use V8, use B

Re: [webkit-help] WebKit GtkLauncher and a custom version of freetype...

2013-04-15 Thread Benjamin Poulain
On Mon, Apr 15, 2013 at 4:59 PM, Rob Anderson wrote: > I am running on Ubuntu 12.10 and I want to customize the FreeType library > and make sure the GtkLauncher, or MiniBrowser pick up my changes. I have > modified the FreeType library in: > > ~/src/WebKitBuild/Dependencies/Source/freetype-2.4.2

[webkit-help] WebKit GtkLauncher and a custom version of freetype...

2013-04-15 Thread Rob Anderson
I am running on Ubuntu 12.10 and I want to customize the FreeType library and make sure the GtkLauncher, or MiniBrowser pick up my changes.  I have modified the FreeType library in: ~/src/WebKitBuild/Dependencies/Source/freetype-2.4.2 and ran make without any errors.  Now, I want WebKit's tools

Re: [webkit-help] Webkit Eventing

2013-04-09 Thread Benjamin Poulain
Hi, On Tue, Apr 9, 2013 at 2:36 AM, 85.mukesh <85.muk...@gmail.com> wrote: > class EventListener : public RefCounted { > public: > enum Type { > JSEventListenerType, > ImageEventListenerType, > ObjCEventListenerType, > CPPEventListenerType, > ConditionEventListenerType, > GObjectEventListenerTyp

[webkit-help] Webkit Eventing

2013-04-09 Thread 85.mukesh
Hi All, class EventListener : public RefCounted { public: enum Type { JSEventListenerType, ImageEventListenerType, ObjCEventListenerType, CPPEventListenerType, ConditionEventListenerType, GObjectEventListenerType, NativeEventListenerType, SVGTRefTargetEventListenerType }; under which conditions t

Re: [webkit-help] [webkit-dev] Disable the automated markup fixes

2013-04-02 Thread Aaron Lewis
Hi Ryosuke, On 20:08 Tue 02 Apr , Ryosuke Niwa wrote: > Let us first move to webkit-help since your question is not related to the > development of WebKit. Already posted there ;-P > > On Tue, Apr 2, 2013 at 6:53 PM, Aaron Lewis > wrote: > > I'm running a test app with QtWebkit, look

Re: [webkit-help] [webkit-dev] [squirrelfish-dev] How to debug the JIT when it crash

2013-03-05 Thread Arunprasad Rajkumar
I think SH4 JIT(in MSVC) for JSC is not supported for r65000. Are you developing yourself or using any other patches yet to land? Current truck supports SH4 JIT only if it is compiled using GCC I guess. On 5 March 2013 11:35, wrote: > Hi Arunprasad, > > ** ** > > Thanks for your tips. >

Re: [webkit-help] [webkit-dev] [squirrelfish-dev] How to debug the JIT when it crash

2013-03-04 Thread Arunprasad Rajkumar
It will be good to mention CPU, WebKit SVN revision, OS, Tool Chain, JS test case name(Sun Spider,..?)..etc so that people can give more suggestions. On 4 March 2013 16:11, wrote: > Hi All, apologies for the spam. > > right now I am trying to fix the jit crash bug, but I don't know how to > star

[webkit-help] WebKit Build fails on Win 7

2013-02-12 Thread Jeremy Ralegh
Hello together, I've problems building WebKit on my Window 7 (32bit) machine. An old post in this list (http://article.gmane.org/gmane.os.opendarwin.webkit.user/2926) discussed the matter, but wasn't completed. Here's what I've tried so far: I followed the instructions under http://www.webkit.or

Re: [webkit-help] webkit-gem & gtk2 installation error

2013-02-09 Thread Ebru Akagunduz
I installed necessary all packages i think. I installed them sudo yum install ruby-devel sudo yum install rubygem-gtk2-devel sudo yum install webkitgtk-devel sudo yum install ruby-gnome2-devel 2013/2/10 Ebru Akagunduz > Hi, i am using Fedora. I want to install webkit-gtk-ruby gem but it gives >

[webkit-help] webkit-gem & gtk2 installation error

2013-02-09 Thread Ebru Akagunduz
Hi, i am using Fedora. I want to install webkit-gtk-ruby gem but it gives me error. Also i tried to install gem gtk2 and i couldn't install them. But i could install rubyzip gem. I added as attach webkit-gtk-ruby error. Can you help me? Also i had tried without -v option but i couldn't install. [eb

[webkit-help] Webkit chops the URL with character "#" ?

2013-02-07 Thread y w
Hi All, I found issue of processing URL: I create a simple webview and load page from a url string, it works fine for most given urls but not good for   http://money.cnn.com/m/#!/2013/02/06/news/economy/postal-service-cuts.json?category=Latest%20News.if I encode the url as  http://money.cnn.com/m

[webkit-help] Webkit System Interface Library

2013-01-13 Thread Shanfeng Cheng
Hello, Friends, I've building a qtwebkit-based application for Mac. I submit it to Mac App Store but got rejected due to use of a long list of private apis. After some digging, I found the private api calls are maded from inside the webkit system interface libraries. More specifically, they are

Re: [webkit-help] [Webkit-help] ShadowDom implementation for the input controls

2013-01-09 Thread Ryosuke Niwa
On Wed, Jan 9, 2013 at 1:34 AM, WebkitAspirant Aspirant < webkitaspir...@gmail.com> wrote: > Thanks !! > > I would like to implement some of my widgets which are implemented in qt > to shadow DOM based widgets.Kindly provide me with your comment and > suggestion. > You can take a look at how HTML

Re: [webkit-help] [Webkit-help] ShadowDom implementation for the input controls

2013-01-09 Thread WebkitAspirant Aspirant
Thanks !! I would like to implement some of my widgets which are implemented in qt to shadow DOM based widgets.Kindly provide me with your comment and suggestion. Best Regards On Wed, Jan 9, 2013 at 2:36 PM, Ryosuke Niwa wrote: > On Wed, Jan 9, 2013 at 12:56 AM, WebkitAspirant Aspirant < > we

Re: [webkit-help] [Webkit-help] ShadowDom implementation for the input controls

2013-01-09 Thread Ryosuke Niwa
On Wed, Jan 9, 2013 at 12:56 AM, WebkitAspirant Aspirant < webkitaspir...@gmail.com> wrote: > Hello All , > > Can u all please let me know What is your view (like implemetation cost , > impact , pros and cons.)on implementing the input controls with shadow dom > . Why in the open source webkit thi

[webkit-help] [Webkit-help] ShadowDom implementation for the input controls

2013-01-09 Thread WebkitAspirant Aspirant
Hello All , Can u all please let me know What is your view (like implemetation cost , impact , pros and cons.)on implementing the input controls with shadow dom . Why in the open source webkit this is not found though shadow dom is pretty established . Thanks :) __

Re: [webkit-help] Webkit crashes

2012-12-13 Thread Brent Fulgham
t; [--] 3 tests from RetainPtrHashing (0 ms total) >> >> [--] 2 tests from WebViewDestruction >> [ RUN ] WebViewDestruction.NoInitWithFrame >> >> and here it breaks. The same call stack as above. >> >> >> Does anyone have idea, point

Re: [webkit-help] Webkit crashes

2012-12-13 Thread Brent Fulgham
and here it breaks. The same call stack as above. > > > Does anyone have idea, pointers to what the problem might be ? > Where can I find a new CFLite library and how can I change it (in > WebKitLibrary directory ?) > > _______ > webkit-help

[webkit-help] Webkit crashes

2012-12-13 Thread Antoni Ivanov
I compiled webkit using Visual Studio 2008, and when I tried to run any of the tests (include 'WinLauncher.exe') it crashes Only 'jsc.exe' and 'testapi.exe' do not crash (Most likely because they use only java script core and no webkit nor CFLite). crash log (call stack):   * CFLite.dll

Re: [webkit-help] WebKit version?

2012-12-04 Thread Vivek Galatage
side building the chrome. But this is just for the reference revision number. It will have a lot of other missing pieces added as mentioned above. - R. Niwa > > > ___ > webkit-help mailing list > webkit-help@lists.webkit.org > http://l

Re: [webkit-help] WebKit version?

2012-12-04 Thread Ryosuke Niwa
On Tue, Dec 4, 2012 at 1:32 AM, Arunprasad Rajkumar wrote: > Thanks for your good explanation. But none of the ports providing SVN > version information in either UA (or) navigator object. Anyhow it is upto > them. > That's because it's not meaningful to do. When a vendor decides to release a Web

Re: [webkit-help] WebKit version?

2012-12-04 Thread Arunprasad Rajkumar
Hi Julien, Thanks for your good explanation. But none of the ports providing SVN version information in either UA (or) navigator object. Anyhow it is upto them. Thanks & Kind Regards, Arun On 4 December 2012 10:53, Julien Chaffraix wrote: > > Why WebKit doesn't have version other than safari ve

Re: [webkit-help] WebKit version?

2012-12-03 Thread Julien Chaffraix
> Why WebKit doesn't have version other than safari version? There is a couple of misconception in this question: * "WebKit doesn't have a version" It does: we are using SVN revision numbers and this is the authoritative version WebKit developers are using. * "The only versioning is done by Saf

[webkit-help] WebKit version?

2012-11-30 Thread Arunprasad Rajkumar
Why WebKit doesn't have version other than safari version? -- *Arunprasad Rajkumar* http://in.linkedin.com/in/ararunprasad ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-help

[webkit-help] webkit for Windows

2012-11-21 Thread Ramchandran, Ashok
Hi, I had a question regarding webkit for windows. We are developing a html5/JS based application that interacts with native Java code. We have successfully done this on Android devices using the addJavascriptInterface method. We want to implement a similar concept for the Windows platform us

Re: [webkit-help] Webkit Camp

2012-10-30 Thread Dron Rathore
Hi there, i would like to establish a webkit community in Jaipur, Rajasthan, India(the emerging IT place of India). Can you please help me out with this.? Regards - Dron Rathore ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webki

Re: [webkit-help] Webkit Camp

2012-10-30 Thread Dron Rathore
Hi there, i would like to establish a webkit community in Jaipur, Rajasthan, India(the emerging IT place of India). Can you please help me out with this.? Regards - Dron Rathore On 10/29/12, webkit-help-requ...@lists.webkit.org wrote: > Send webkit-help mailing list submissions to > webkit

[webkit-help] webkit build error - Assertion.h

2012-09-26 Thread 柳正来
10>C:\Cygwin\home\Moon\WebKit-r128959\WebKitBuild\Release\include\private\wtf/Assertions.h(139): error C2144: syntax error : 'void' should be preceded by ';' 10>C:\Cygwin\home\Moon\WebKit-r128959\WebKitBuild\Release\include\private\wtf/Assertions.h(139): error C4430: missing type specifier - int

Re: [webkit-help] [webkit-dev] Build failed for Qt port revision - r124698

2012-08-07 Thread Nilesh Patil
ference to >> `WebCore::GlyphPageTreeNode::_* >> *_getChild(WebCore::**FontData >> >> >> >> const*, >> unsigned int)' >> coll

Re: [webkit-help] [webkit-dev] Build failed for Qt port revision - r124698

2012-08-07 Thread Osztrogonac Csaba
elp@lists.webkit.org>>> http://lists.webkit.org/__mailman/listinfo/webkit-help <http://lists.webkit.org/mailman/listinfo/webkit-help> <http://lists.webkit.org/mailman/listinfo/webkit-help <h

Re: [webkit-help] [webkit-dev] Build failed for Qt port revision - r124698

2012-08-07 Thread Nilesh Patil
>> /home/nilesh.patil/Project/___** >> _WebKit-r124698/WebKitBuild/__**__Debug/lib/libQtWebKit.so: >> undefined reference to >> `WebCore::GlyphPageTreeNode::_** >> ___getChild(WebCore::Font

Re: [webkit-help] [webkit-dev] Build failed for Qt port revision - r124698

2012-08-07 Thread Osztrogonac Csaba
bkit.org>> http://lists.webkit.org/mailman/listinfo/webkit-help <http://lists.webkit.org/__mailman/listinfo/webkit-help> <http://lists.webkit.org/__mailman/listinfo/webkit-help <http://lists.webkit.org/mailman/listinfo/webkit-help>>

Re: [webkit-help] [webkit-dev] Build failed for Qt port revision - r124698

2012-08-07 Thread Nilesh Patil
ug/lib/libQtWebKit.so: >> undefined reference to >> `WebCore::GlyphPageTreeNode::_**_getChild(WebCore::FontData >> >> const*, >> unsigned int)' >> collect2: ld returned 1 exit status >>

Re: [webkit-help] [webkit-dev] Build failed for Qt port revision - r124698

2012-08-07 Thread Osztrogonac Csaba
_ webkit-help mailing list webkit-help@lists.webkit.org <mailto:webkit-help@lists.webkit.org> http://lists.webkit.org/__mailman/listinfo/webkit-help <http://lists.webkit.org/mailman/listinfo/webkit-help> ___

Re: [webkit-help] [webkit-dev] Build failed for Qt port revision - r124698

2012-08-07 Thread Nilesh Patil
bKit.so: >> undefined reference to >> `WebCore::GlyphPageTreeNode::**getChild(WebCore::FontData const*, >> unsigned int)' >> collect2: ld returned 1 exit status >> make[4]: *** [tst_qobjectbridge] Error 1 >> . >> . &

Re: [webkit-help] [webkit-dev] Build failed for Qt port revision - r124698

2012-08-07 Thread Osztrogonac Csaba
Hi, You can find a Linux debug builder here: http://build.webkit.sed.hu/builders/x86-64%20Linux%20Qt%20Debug?numbuilds=200 But it seems r124698 works fine ... WebCore::GlyphPageTreeNode::getRoot() is defined in WebCore/platform/graphics/GlyphPageTreeNode.cpp, and this file is build if HAVE(QRA

Re: [webkit-help] [webkit-dev] Build failed for Qt port revision - r124698

2012-08-07 Thread Pravin D
There seems to be some problem with the revision. It has been fixed on the latest revisions... Please refer http://build.webkit.org/builders/Qt%20Windows%2032-bit%20Debug?numbuilds=200 I'm not able to find Linux debug builder :( the above link should help though --Pravin On Tue, Aug 7, 2012 a

[webkit-help] Webkit GTK on DirectFB

2012-06-08 Thread ZhuJiang Tao
Hello, Maybe this is a old question, but I had searched on mail-list archives, still has no answers even there are some similar questions. My target is build WebApp by webkit run under embedded system with ARM CPU. Basically I want to use Webkit + GTK + DFB. But currently version of WebkitGT

[webkit-help] WebKit with LLVM/Clang 3.1

2012-06-05 Thread Keaton Mowery
Hi all, We're trying to compile WebKit with LLVM 3.1, and running into some issues. Our plan is to modify LLVM to do some analysis and instrumentation of WebKit, so we can't use the LLVM as shipped on OSX. Unfortunately, this doesn't work with WebKit r119519 (or any rev we've tested from the past

[webkit-help] webkit-gtk crashing on NetBSD/macppc

2012-03-27 Thread Malte Wedel
Hello, I am trying to get the Midori browser running on NetBSD/macppc, which is using webkit-gtk. Unfortunately, the browser keeps crashing shortly after it has been opened, with the following segmentation fault. I already tried to compile with disabled webkit-jit, but it keeps crashing. Any i

[webkit-help] Webkit trace - Getting only SQL Trace

2012-03-24 Thread sm webkit
After setting log level as below: defaults write com.apple.Safari WebCoreLogLevel 0x and then running safari as below: run-safari --debug The only trace that I see is from SQL, any idea what could be wrong? thanks SM ___ webkit-help mailing

[webkit-help] webkit r111148 build fails - command line: perl tools\scripts\build-webkit --qt --release --minimal

2012-03-19 Thread Andre
Trying to build webkit with Qt 4.8.0 mingw. Command line: perl tools\scripts\build-webkit --qt --release --minimal error: g++ -Wl,-s -Wl,-subsystem,console -mthreads -o ..\bin\jsc.exe obj/release/jsc.o  -L"c:\dev\WebKit-r48\WebKitBuild\Release\Source\JavaScriptCore\release" -L" c:\dev\WebKit-

[webkit-help] webkit build error

2012-03-19 Thread Victor LI
My host is MAC LION ,and I compile webkit (rev 110389)with the following command: ./build-webkit --gtk --prefix=/soft/my_shared/ ARCH=x86-64 and get the errors : GENDerivedSources/WebCore/idl_supplemental_dependencies GENDerivedSources/webkit/WebKitDOMCustom.h GENDerivedSour

Re: [webkit-help] Webkit does not support CURL library?

2012-03-16 Thread Julien Chaffraix
> There is curl network backend in the tree but AFAIK it's used only in > Safari/Windows port. No, the Safari / Windows port uses CoreFoundation as its network backend. It's the WinCairo port [1] who is using cURL. Thanks, Julien [1] http://trac.webkit.org/wiki/BuildingCairoOnWindows __

Re: [webkit-help] [webkit-dev] NPAPI plugin crashes while calling npnfuncs->invoke in GtkLauncher

2012-03-15 Thread souvik . datta
Yes I am aware of that. That is why I am using npnfuncs->pluginthreadasynccall(). Kindly note that this same plugin working fine on Firefox. Can you please tell me whether one should do anything specific for developing a NPAPI plugin for Webkit? My understanding is that the plugin that I deve

Re: [webkit-help] Webkit does not support CURL library?

2012-03-15 Thread Thiago Marcos P. Santos
as > the network port, > if it is ,how to use it ,thanks. > > Victor LI > rtj...@hotmail.com > > > > ___ > webkit-help mailing list > webkit-help@lists.webkit.org > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help &

Re: [webkit-help] Webkit does not support CURL library?

2012-03-15 Thread Konstantin Tokarev
15.03.2012, 13:46, "Victor LI" : > when I compile the trunck code with the following command: > ./build-webkit --gtk > > I get the error: > checking for LIBSOUP... no > configure: error: Package requirements (libsoup-2.4 >= 2.37.2.1) were not met: > > No package 'libsoup-2.4' found > > It use the

[webkit-help] Webkit does not support CURL library?

2012-03-15 Thread Victor LI
when I compile the trunck code with the following command: ./build-webkit --gtk I get the error: checking for LIBSOUP... no configure: error: Package requirements (libsoup-2.4 >= 2.37.2.1) were not met: No package 'libsoup-2.4' found It use the lisoup as the network port. is it support using th

[webkit-help] WebKit Build Error

2012-03-07 Thread Aman Gupta
Hi, I am trying to build WebKit on a 64 bit Windows 7 machine. I am using Visual Studio 2005 professional edition. While building WebKit, Visual Studio gives real time updates about the compilation status of each project and file. While compiling the project "WebKit", I got the following error: >

Re: [webkit-help] Webkit Build Error

2012-03-01 Thread Aman Gupta
see three problems here: >>> >>> 1) Your build failed for some reason >>> 2) The script that's supposed to show you the build logs, >>> print-vse-failure-logs, is broken >>> 3) The path to the BuildLog.htm files at the end of the error message is >>> wrong. It should be /home/amang/webkit/WebKitBuild//obj/. >>> >>> Fixing (2) would make it easier to diagnose (1), but it's not required. >>> You can look at the build logs yourself >>> in /home/amang/webkit/WebKitBuild//obj/ to figure out what >>> went wrong. >>> >>> It would be great if you could file bugs at http://webkit.org/new-bugfor >>> (2) and (3). >>> >>> -Adam >>> >>> >> >> ___ >> webkit-help mailing list >> webkit-help@lists.webkit.org >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help >> >> > ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Webkit Build Error

2012-03-01 Thread Mustafizur Rahaman
iles at the end of the error message is >> wrong. It should be /home/amang/webkit/WebKitBuild//obj/. >> >> Fixing (2) would make it easier to diagnose (1), but it's not required. >> You can look at the build logs yourself >> in /home/amang/webkit/WebKitBuild//obj/ to figure out what >> went wrong. >> >> It would be great if you could file bugs at http://webkit.org/new-bugfor (2) >> and (3). >> >> -Adam >> >> > > ___ > webkit-help mailing list > webkit-help@lists.webkit.org > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > > ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Re: [webkit-help] Webkit Build Error

2012-03-01 Thread Aman Gupta
Thanks Adam, I filed the necessary bugs on your advice. I tried using Visual Studio 2005 instead of Visual C++ 2005 Express Edition. The Visual Studio compilation process allowed me to see most files being compiled real time. Out of 35 projects, 21 compiled. Most projects didn't compile because of

[webkit-help] webkit release notes, or feature support by "version"

2012-02-28 Thread Richard Lee
Hi there- I'm just starting out looking at webkit, and am somewhat lost when trying to: a) determine how to interpret all the various different versioning schemes that seem to be used to describe the core and all the ports, 2) find some sort of feature list by version matrix, and iii) release not

Re: [webkit-help] [Webkit help] - need help running the tests on Windows

2012-02-22 Thread Sravan
now that new-run-webkit-tests isn't yet supported on > Windows. That is covered by <http://wkb.ug/38756>. You should use the > run-webkit-tests script (which will call through to old-run-webkit-tests) > instead. > > -Adam > > > > ___

Re: [webkit-help] [Webkit help] - need help running the tests on Windows

2012-02-22 Thread Adam Roben
On Feb 22, 2012, at 10:32 AM, Rajashankara Narayana wrote: > Hi, > > I successfully built the WebKit on Windows and run-safari test launches > safari. But when I try to run the "new-run-webkit-tests" I am getting > following error: > C:\cygwin\home\tester\WebKit\.svn>python \cygwin\home\tester

[webkit-help] [Webkit help] - need help running the tests on Windows

2012-02-22 Thread Rajashankara Narayana
Hi, I successfully built the WebKit on Windows and run-safari test launches safari. But when I try to run the "new-run-webkit-tests" I am getting following error: C:\cygwin\home\tester\WebKit\.svn>python \cygwin\home\tester\WebKit\Tools\Sc ripts\new-run-webkit-tests Traceback (most recent call la

Re: [webkit-help] Webkit Build Error

2012-02-22 Thread Adam Roben
On Feb 22, 2012, at 3:16 AM, Aman Gupta wrote: > Thanks Adam. I switched to the version of Windows SDK mentioned on the WebKit > website. I am using Visual C++ Express Edition, not Visual Studio. > > After the change, the "build-webkit" script started running. After running > for about an hour

Re: [webkit-help] Webkit Build Error

2012-02-22 Thread Aman Gupta
Thanks Adam. I switched to the version of Windows SDK mentioned on the WebKit website. I am using Visual C++ Express Edition, not Visual Studio. After the change, the "build-webkit" script started running. After running for about an hour, it failed with the following error message: *WebKitSupport

Re: [webkit-help] Webkit Build Error

2012-02-21 Thread Adam Roben
On Feb 21, 2012, at 8:11 AM, Aman Gupta wrote: > Thanks again Adam. I have successfully updated WebKit. While building WebKit > (running "build-webkit" script), I encountered the following error: > > > $ perl build-webkit > > Installing WebKitSupportLibrary... > The WebKitSupportLibrary has be

Re: [webkit-help] Webkit Build Error

2012-02-21 Thread Aman Gupta
Thanks again Adam. I have successfully updated WebKit. While building WebKit (running "build-webkit" script), I encountered the following error: *$ perl build-webkit* * * *Installing WebKitSupportLibrary...* *The WebKitSupportLibrary has been sucessfully installed in* * /home/amang/webkit/WebKitL

Re: [webkit-help] Webkit Build Error

2012-02-20 Thread Adam Roben
On Feb 20, 2012, at 2:11 PM, Aman Gupta wrote: > Thanks a ton Adam, the update script is working now. Great! > Can you guide me with the building process now? I understand that I have to > run the "build-webkit" script to do that. I am actually interested in the > Minibrowser example, and am

Re: [webkit-help] Webkit Build Error

2012-02-20 Thread Aman Gupta
Thanks a ton Adam, the update script is working now. Can you guide me with the building process now? I understand that I have to run the "build-webkit" script to do that. I am actually interested in the Minibrowser example, and am trying to play around with the code. Once I build webkit (which I gu

Re: [webkit-help] Webkit Build Error

2012-02-20 Thread Adam Roben
On Feb 20, 2012, at 2:37 AM, Aman Gupta wrote: > I am a student, trying to learn about WebKit. I downloaded the WebKit source > code from the tree, and did all necessary steps for building WebKit on > Windows. > > Before building WebKit, I am supposed to update the source for additional > lib

[webkit-help] Webkit Build Error

2012-02-19 Thread Aman Gupta
Hi all, I am a student, trying to learn about WebKit. I downloaded the WebKit source code from the tree, and did all necessary steps for building WebKit on Windows. Before building WebKit, I am supposed to update the source for additional libraries to be downloaded. But when I run "update-webkit"

[webkit-help] [Webkit-help] Webkit not compiled with WebGL Enabled

2012-02-09 Thread ketan goyal
Hi, I am building webkit with *WebGL Enabled *in windows for *WIN32* port but i am getting errors . One of them is *'validateAttributes' : is not a member of 'WebCore::GraphicsContext3D'* which should be defined in *GraphicsContext3D.h* but in this file the declaration is this way *#if* *PL

  1   2   3   4   5   6   >