[webkit-dev] Build Failed Help

2008-12-17 Thread Andrew Adcock
Hello, I have tried several times now to build-webkit and I keep getting a = BUILD FAILED == Then it asks me to ensure that I have run update-webkit (which I have) and then says I can view build errors by checking the BuildLog.htm files lacated at: WebKitBuild/obj//. I cannot find an

[webkit-dev] about frame and page

2008-12-17 Thread zhenghe zhang
Hi all: I am a new programmer,I am learning webkit. I don't understand the relationship of "frame" and "page",could you help me? thanks zh ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] about frame and page

2008-12-17 Thread Ariya Hidayat
> I am a new programmer,I am learning webkit. I don't understand the > relationship of "frame" and "page",could you help me? http://doc.trolltech.com/4.4/qtwebkit.html#architecture http://trac.webkit.org/wiki/QtWebKitHacking -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices R&D _

Re: [webkit-dev] Build Failed Help

2008-12-17 Thread Andrew Adcock
OK, I did find the BuildLog.htm files and it looks like a common error in almost all the logs is : Project : error PRJ0002 : Error result 1 returned from 'c:\Windows\system32\cmd.exe'. and on the findSafari BuildLog I get 2 errors: FindSafari : error PRJ0007 : Could not create output director

[webkit-dev] Possible crash in FrameView::endDeferredRepaints()

2008-12-17 Thread Kenneth Christiansen
Hi there, I had a crash the other day and found some code that looks wrong to me. The affected method is FrameView::endDeferredRepaints() found in WebCore/page/FrameView.cpp unsigned size = d->m_repaintRects.size(); for (unsigned i = 0; i < size; i++) repaintContentRectangle(d->m_repaintRe

Re: [webkit-dev] Possible crash in FrameView::endDeferredRepaints()

2008-12-17 Thread Darin Adler
On Dec 17, 2008, at 1:35 PM, Kenneth Christiansen wrote: I had a crash the other day and found some code that looks wrong to me. The affected method is FrameView::endDeferredRepaints() found in WebCore/page/FrameView.cpp unsigned size = d->m_repaintRects.size(); for (unsigned i = 0; i < s

Re: [webkit-dev] Possible crash in FrameView::endDeferredRepaints()

2008-12-17 Thread Darin Adler
On Dec 17, 2008, at 1:35 PM, Kenneth Christiansen wrote: The problem here is that repaintContentRectangle auments (d- >m_repaintRects.append(r)) the items in m_repaintRects or clears it (d->m_repaintRects.clear()), thus the size of m_repaintRects[] changes while iterating it, which can resul

[webkit-dev] hello everybody

2008-12-17 Thread alf holm
my name is alf holm i am from portugal. i only know how to code in adobe director,and so far only navigation. i am here to learn,i look to alot of different places to learn. please could the original makers of this web kit message me, i have a concept i would like to share with them. it i

[webkit-dev] Urgent help!

2008-12-17 Thread b3l1nda
Hi, Currently I'm trying to compile Webkit+Gtk with DFB as a backend using gcc-3.2.3 with some modification on the source code. However, I encounter error as following: (*) DirectFB/Core: Single Application Core. (2008-11-21 04:22) [ DEBUG ] (*) Direct/Thread: Started 'VT Switcher' (1565) [CRITI

[webkit-dev] Unable to open HTTPS pages with libsoup

2008-12-17 Thread Dhananjoy Chutia
Hi, I compiled webkit *--with-http-backend=soup. *But, I am unable to open https pages. Do I need to change any other configuration? Can any one help me? Version information of various packages are as follows: WebKit-r39293 libsoup-2.24.2 libgcrypt-1.4.3 libgpg-error-1.6 Regards Dhananjoy __

Re: [webkit-dev] Unable to open HTTPS pages with libsoup

2008-12-17 Thread Arthur Webkid
Hello Check if you have libgnutls installed as well. It is for SSL connections of libsoup. If not, install libgnutls and then recompile libsoup you will able to access https address. If this can't solve your problem, providing more logs and information about your configuration is highly apprecia

[webkit-dev] Huge Memory Leak: How to restrict?

2008-12-17 Thread Dhananjoy Chutia
Hi, I had carried out one experiment with GtkLauncher, by loading and unloading a page at interval of 2 seconds. I observed VmSize of GtkLauncher at interval of one minute. Memory is increased gradually. Here is my observation result. *NOTE: **WebKit-r39293 is configure with the options: --wit

[webkit-dev] How webkit on android implements magnifying glass?

2008-12-17 Thread ying lcs
Hi, In webkit on android, it has a 'magnifying glass' feature: in the zoom out view, it has a viewing rectangle which shows the content in 100%. Can you please point to me where is the code how webkit on android implements magnifying glass? or what possible function it needs to call in order to

Re: [webkit-dev] Unable to open HTTPS pages with libsoup

2008-12-17 Thread Dhananjoy Chutia
Hi, Thank you for your quick reply. I installed gnutls-2.6.2. The following are the configuration parameters for various packages: libgcrypt-1.4.3 : --build=i386-linux --prefix=/usr/local/webkit --with-gpg-error-prefix=/usr/local/webkit libgpg-error-1.6: --build=i386-linux --prefix=/usr/local/

Re: [webkit-dev] How webkit on android implements magnifying glass?

2008-12-17 Thread David Carson
Sam, That function is not implemented in WebKit, it is implemented java code of Android. I would recommend taking a look at the implementation of java android package, android.webkit.* and the chrome of the application, apps.browser.* Android sources are available here: Welcome ‎(Android Ope

Re: [webkit-dev] Unable to open HTTPS pages with libsoup

2008-12-17 Thread Arthur Webkid
How it is going on? Have you solve the problem now? 於 四,2008-12-18 於 12:30 +0530,Dhananjoy Chutia 提到: > Hi, >Thank you for your quick reply. I installed gnutls-2.6.2. The > following are the configuration parameters for various packages: > > libgcrypt-1.4.3 : --build=i386-linux --prefix=/usr