Re: [webkit-dev] SH4, MIPS, and legacy-ARM assemblers in JavaScriptCore

2012-08-30 Thread Holger Freyther
On 08/30/2012 12:10 AM, Gergely Kis wrote: Would this be acceptable for you? sure, an actively and publicly maintained MIPS build would be great. We have some documentation on how to setup a build slave in the wiki[1] and the slave configuration files are maintained in SVN[2]. The

Re: [webkit-dev] Fwd: mipsel-uclibc-linux

2011-07-01 Thread Holger Freyther
On 07/01/2011 11:10 AM, kanhaiya yadav wrote: Hi All, I am porting webkit on MIPS for different devices, when I an using MIPS-LINUX it is working fine. But when I am using MIPSEL-UCLIBC-LINUX tool chain I am getting crash on signal 11 (SIG_SEGV) and launcher stopped at please use the

Re: [webkit-dev] Adding ENABLE_BATTERY_STATUS to WebCore

2011-06-15 Thread Holger Freyther
On 06/15/2011 10:21 AM, 권기홍 wrote: Hi webkit-dev! I wanted to let you know that I plan to add battery status event support to WebCore. The Battery Status Event is a new feature that is defined by W3C (http://www.w3.org/TR/battery-status http://www.w3.org/TR/battery-status/) I am

Re: [webkit-dev] Adding ENABLE_BATTERY_STATUS to WebCore

2011-06-15 Thread Holger Freyther
On 06/15/2011 06:11 PM, laszlo.1.gom...@nokia.com wrote: Hi, The use-case for us is to enable content developers to implement rudimentary power management (e.g. to stop expensive operations on the page, perhaps save state). I'm not sure if this API is really meant for accurately

Re: [webkit-dev] Adding ENABLE_BATTERY_STATUS to WebCore

2011-06-15 Thread Holger Freyther
On 06/15/2011 06:58 PM, Brett Wilson wrote: Why would a web page care about whether the battery is being charged when the device is plugged in? Hi, aeh, first of all my mind is playing tricks and I could swear that its battery is being charged was not in the isPlugged description so my

Re: [webkit-dev] Progressing on the Android port

2011-05-13 Thread Holger Freyther
On 05/12/2011 05:16 PM, Lucas De Marchi wrote: Hi Holger Freyther, I'm glad to hear you will use CMake as the build system. Take a look on the email I sent yesterday porting GTK to CMake, maybe it will help you. Since Android and Chromium/Linux have overlaps, do you think it'd be easy

Re: [webkit-dev] Progressing on the Android port

2011-05-13 Thread Holger Freyther
On 05/13/2011 10:48 PM, Lucas De Marchi wrote: This is exactly the reason why I committed r86370 when doing the GTK port. Now you can do as I did for GTK: WEBKIT_FEATURE(ENABLE_GLIB_SUPPORT Enable Glib support ALWAYS ON) or ALWAYS OFF if you meant to unconditionally disable it. Is it a

[webkit-dev] Progressing on the Android port

2011-05-12 Thread Holger Freyther
Hi WebKit-dev folks, in the spirit of the mails describing new features I would like to talk about my intention regarding the Android port. == Aim == I want to build WebKit trunk for Android and use it on a phone. This means I want to have build-webkit integration, will host a buildbot, will

Re: [webkit-dev] WebKit blog post proposal: Remote debugging with Web Inspector.

2011-04-30 Thread Holger Freyther
On 04/30/2011 10:55 AM, Pavel Feldman wrote: An update. Did you consider applying for a port number at IANA? Besides that really nice work and a nice article. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Plans to fully merge the Android port

2011-04-28 Thread Holger Freyther
On 04/27/2011 11:53 AM, Steve Block wrote: Is there any plan to fully merge the code, have updated LayoutTests and build-webkit integration? The Android browser still uses the Android port, but as you point out, it's not fully upstreamed. We're continuing to work on this. Since then,

[webkit-dev] Plans to fully merge the Android port

2011-04-21 Thread Holger Freyther
Hi all, I started to look into the state of the Android port/platform and the state in WebKit. It appears to me that the Android team at Google has decided to use the chromium tree as upstream (it might have changed with Android 3.0), it appears to me that there are still things not merged to the

Re: [webkit-dev] Query regarding handling of NPObjects in webkit

2011-03-03 Thread Holger Freyther
On 03/03/2011 09:25 AM, Chandan Apsangi wrote: Hi, I'm working on an issue related to NPAPI plugin on QT port of webkit on Symbian platform. Hi, I would assume this issue is not specific to Qt and Symbian so you could try to debug it on a desktop build. In general we encourage you to

Re: [webkit-dev] XPath Issues?

2010-11-10 Thread Holger Freyther
On 11/09/2010 09:00 PM, Eric Seidel wrote: This conversation is heading in a dangerous direction... :) Allowing QXML parser support to be added to WebKit was probably a mistake. Adding custom QXPath or QXSLT support would be another. I agree with the first statement but disagree with the

Re: [webkit-dev] WebKitGtk app memory leaks , please help

2010-11-03 Thread Holger Freyther
On 11/03/2010 03:52 PM, Fedor Kryukov wrote: After calling webkit_web_view_get_dom_document() and similar functions ( webkit_dom... * ) memory is not freed, what am I doing wrong? Can you provide us with a simple test application, open a bug, attach the test case to that? thanks

Re: [webkit-dev] Regarding cache memory leaks

2010-10-17 Thread Holger Freyther
On 10/13/2010 05:30 PM, sumanrap...@aim.com wrote: Hi Holger, When we use the default cache model i.e 8MB cache size in this case it is storing the images beyond the 8MB that is untill complete RAM memory. So we disabled the cache by using WEBKIT_CACHE_MODEL_DOCUMENT_VIEWER even though

Re: [webkit-dev] Odd Build Issue on Gtk Port

2010-10-16 Thread Holger Freyther
On 10/16/2010 12:13 AM, Alex Milowski wrote: I kept getting GDK_DISPLAY related errors on my Ubuntu-based development machine. It turns on in Gtk 2.22.0 that GDK_DISPLAY just isn't defined (at least via Ubuntu 10.10). In debug build we build with the various *_DISABLE_DEPRECATED flags. Due

Re: [webkit-dev] Regarding cache memory leaks

2010-10-10 Thread Holger Freyther
On 10/10/2010 06:37 PM, sumanrap...@aim.com wrote: Dear All, When I am printing the dumpStats I could able to see the Image count and live decoded image sizes. Even I disabled the cache it is storing on to cache. could you please suggest me is there any patch to avoid image related memory

Re: [webkit-dev] PSA: Don't try to hold onto temporaries with references

2010-10-03 Thread Holger Freyther
On 10/04/2010 01:31 AM, Darin Adler wrote: What you say here about object lifetime is not correct. I thought the same thing a year or so back. But the C++ language keeps these objects alive until the end of the block. Some other programmers on the project challenged me when I made this

Re: [webkit-dev] Use of Frame by ResourceHandle

2010-09-11 Thread Holger Freyther
On 09/11/2010 05:57 PM, Adam Barth wrote: Do we still believe this FIXME is accurate? If so, I have some time next week to look at removing the dependency. There's a patch that either recently landed or is about to land that furthers the use of Frame by ResourceHandle, so I wanted to check

[webkit-dev] Number of pending commits

2010-09-07 Thread Holger Freyther
Hi, I was just seeing that we have about 84 bugs which are in the pending-commit state, on the Gtk+ bugs I clicked the patches need to be landed manually. It would be nice to get a hand landing these patches, or asking the commit queue to take care of them. thanks holger

Re: [webkit-dev] WebKitTools/Script/generate-coverage-data

2010-08-29 Thread Holger Freyther
On 08/26/2010 11:56 PM, Holger Freyther wrote: Hi, the only change is to exclude the coverage option for ANGLE as libtool does not like these parameters. I have tested the scripts and they work, I will need to test the whole generate-coverage script tomorrow and will open a bug report

Re: [webkit-dev] WebKitTools/Script/generate-coverage-data

2010-08-26 Thread Holger Freyther
On 08/24/2010 12:46 PM, Holger Freyther wrote: On 08/24/2010 01:38 AM, Eric Seidel wrote: Has anyone looked at our coverage-generating scripts in a while? Sorry, I didn't. You are trying to use them on OSX? I think I can find some time at the end of the week to make them work again. Can you

Re: [webkit-dev] Git meeting notes

2010-04-12 Thread Holger Freyther
On Tuesday 13 April 2010 06:32:24 Alexey Proskuryakov wrote: I can't tell from documentation if git-bisect requires rebuilding each revision. This is something we don't currently have to do, given that there are nightlies to test with. But my question was somewhat different (Dave Kilzer told

Re: [webkit-dev] parallel painting

2010-04-06 Thread Holger Freyther
On Tuesday 06 April 2010 13:42:30 Zoltan Herczeg wrote: Of course, I did a lot of profiling before (using oprofile), and painting was slow on my platform. Can you use oparchive to make the profile available? Also when you say painting? Do you mean function (inclusive) spend below

[webkit-dev] gdb archer and tracking live objects

2010-03-15 Thread Holger Freyther
Hi all, one of the archer branches of gdb allows to turn gdb into a python interpreter and allow scripting. My idea was to use this to track all refcounted objects in WebCore and answer questions like. How many objects are alive? How many objects changed from point a to b? What are the

Re: [webkit-dev] gdb archer and tracking live objects

2010-03-15 Thread Holger Freyther
On Monday 15 March 2010 15:47:43 you wrote: On Mon, Mar 15, 2010 at 12:38 AM, Holger Freyther ze...@selfish.org wrote: I wonder if I could develop this tool inside a subdirectory WebKitTools/Scripts without the usual review process? See my recent mail to webkit-dev about gdb 7 -- there's

Re: [webkit-dev] gdb archer and tracking live objects

2010-03-15 Thread Holger Freyther
On Monday 15 March 2010 22:11:44 Stephan Assmus wrote: It doesn't have to be about convincing, you may just get useful feedback. Yep, that is why the code was attached to both emails. :) ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Questions regarding memory debugging

2010-03-10 Thread Holger Freyther
On Wednesday 10 March 2010 05:56:27 Holger Freyther wrote: HI All, I'm currently running the iexploder tests on GtkLauncher and I'm observing a growth in memory usage of that process. I have used the GNOME memprof utilitiy to look at it and the best candidate for the leak is SharedBuffer

[webkit-dev] Questions regarding memory debugging

2010-03-09 Thread Holger Freyther
HI All, I'm currently running the iexploder tests on GtkLauncher and I'm observing a growth in memory usage of that process. I have used the GNOME memprof utilitiy to look at it and the best candidate for the leak is SharedBuffer::append which will allocate memory. Now SharedBuffer is

Re: [webkit-dev] parallel rendering in WebKit

2010-02-20 Thread Holger Freyther
On Friday 19 February 2010 23:36:26 Zoltan Herczeg wrote: Hi, as all of you probably know, smp based systems are getting widespread even in the embedded domain, and we hope we can speed up webkit on these systems. We did some profiling, and seemed the platform dependent rendering took 50%

Re: [webkit-dev] midori + webkit crash

2010-02-04 Thread Holger Freyther
On Thursday 04 February 2010 15:57:11 thouraya andolsi wrote: Hi, I'm using Midori with webkit1.1.19 and I have the following error when running a test : GLib-GObject-CRITICAL **: g_type_set_qdata: assertion `node != NULL' failed Can any one help me? Sadly I think one can not. Besides

Re: [webkit-dev] Lots of “BREW” patches up for r eview

2010-01-13 Thread Holger Freyther
On Wednesday 13 January 2010 18:23:21 Darin Adler wrote: Someone is porting WebKit to Qualcomm’s BREW. And there are many patches for that port; now a significant fraction of the unreviewed WebKit patches. Who’s going to review these? Is this a one-time code drop or is there an intent to

Re: [webkit-dev] performance improvement techniques for JSCORE

2010-01-05 Thread Holger Freyther
On Tuesday 05 January 2010 07:41:37 nagarjuna atluri wrote: Hi guys, Can anyone suggest performance improvement techniques for JSCORE . SFX is already implemeted... What is your bottleneck? regards holger ___ webkit-dev mailing list

Re: [webkit-dev] Qt Early Warning System intermittently online

2009-12-26 Thread Holger Freyther
On Saturday 26 December 2009 19:07:19 Adam Barth wrote: Some folks in the Qt community expressed interest in getting an early warning system up and running for Qt. I brought up an instance of the Qt EWS on Amazon's EC2 yesterday, and everything worked great. The machine time costs about

Re: [webkit-dev] Style for Gtk/Qt code

2009-12-26 Thread Holger Freyther
On Monday 21 December 2009 08:46:59 Holger Freyther wrote: On Monday 21 December 2009 08:25:31 Eric Seidel wrote: The style-bot warns for style errors in all code in the webkit tree, but I'm not sure if that's correct. Are there sections of gtk/qt/whatever code which should

Re: [webkit-dev] Question about Heap::markConservatively.

2009-12-20 Thread Holger Freyther
On Monday 21 December 2009 07:31:12 pattin.shieh wrote: b. Cound somebody tell me the crash reason about? I think maybe program access non-align(4bytes) memory address? Hi, this is this interesting. Normally we are interested in a reduction. This means the smallest possible test case that

Re: [webkit-dev] Style for Gtk/Qt code

2009-12-20 Thread Holger Freyther
On Monday 21 December 2009 08:25:31 Eric Seidel wrote: The style-bot warns for style errors in all code in the webkit tree, but I'm not sure if that's correct. Are there sections of gtk/qt/whatever code which should be in a different style? For all of Qt (WebCore/platform/*/qt,

Re: [webkit-dev] Patch to use V8 engine with Gtk port

2009-12-12 Thread Holger Freyther
On Saturday 12 December 2009 22:42:34 Maciej Stachowiak wrote: I think questioning someone's priorities in an open source project is generally not polite, unless there is some direct relationship between different tasks. For example, if someone introduce a new feature (let's say support for

Re: [webkit-dev] Patch to use V8 engine with Gtk port

2009-12-11 Thread Holger Freyther
On Friday 11 December 2009 23:55:06 Eric Seidel wrote: I don't see a patch on the bug, but I look forward to seeing it when it's posted. I'm surprised that having switch-able JS engines would bubble up on the list of things to do above things like passing the layout tests:

Re: [webkit-dev] ruby annotation layout tests

2009-11-11 Thread Holger Freyther
On Thursday 12 November 2009 01:33:55 Roland Steiner wrote: Yes, that was the reasoning why I used Japanese for those tests. Which font do you propose to use for japanese? holger ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] Questions to the Android and WebOS team...

2009-10-18 Thread Holger Freyther
Hello Android Team, WebOS Team, I hope you are lurking or can be poked by your friends that read this. I spent some of my Friday and Sunday going through the git repository/patch. I would like to encourage you to put some of your patches up to review as I think anyone can benefit from the

Re: [webkit-dev] webkit apocrypha + benchmarking

2009-10-07 Thread Holger Freyther
On Wednesday 07 October 2009 12:36:24 Akos Kiss wrote: Hi All, I hope that a lot of you are regularly visiting our benchmarking site at http://www.sed.hu/webkit :) . As you might know, the performance and memory consumption of JavaScriptCore is measured on x86 Linux and Mac platforms, on

Re: [webkit-dev] Building Webkit on Linux

2009-08-11 Thread Holger Freyther
On Tuesday 11 August 2009 12:30:25 Jilu Oommen wrote: Hi, sending the same mail twice to the wrong mailinglist is not very helpful. You can see here[1] to pick the right mailinglist. If you search for support you will need to provide enough information to allow people to actually help you..

Re: [webkit-dev] Memory leak or should I clear content of QWebPage?

2009-07-29 Thread Holger Freyther
On Wednesday 29 July 2009 17:40:59 Zongheng Zhou wrote: After I load www.cnn.com for 800 times consecutively, the virtual memory size of my little program has reached 1600M; while the resident memory is 1500M This is horribleIs this kind of memory leak expected? It would be a great

Re: [webkit-dev] Memory leak or should I clear content of QWebPage?

2009-07-29 Thread Holger Freyther
On Thursday 30 July 2009 02:52:11 Holger Freyther wrote: On Wednesday 29 July 2009 17:40:59 Zongheng Zhou wrote: After I load www.cnn.com for 800 times consecutively, the virtual memory size of my little program has reached 1600M; while the resident memory is 1500M This is horrible

Re: [webkit-dev] incompatibility between DOM spec (IDL) and c-based (gobject) language bindings

2009-07-23 Thread Holger Freyther
On Thursday 23 July 2009 18:31:32 Luke Kenneth Casson Leighton wrote: i trust that this comprehensive answer illustrates to you that it was, although extremely quick, not without sound reasons that i chose to raise this matter on the lists, and i trust that you will in future do myself and

Re: [webkit-dev] onfocus signal

2009-07-18 Thread Holger Freyther
On Saturday 18 July 2009 13:02:43 Dan Antebi wrote: Lo, Can anyone direct me to an onfocus signal? Basically, I would like to pop up a virtual keyboard when in input field (very much like iphone) for a touch screen kiosk deployment (linux, GTK). Please use webkit-h...@lists.webkit.org to ask

Re: [webkit-dev] slowing down flash games, how?

2009-07-18 Thread Holger Freyther
On Saturday 18 July 2009 23:55:52 Shi Yan wrote: hi guys, i posted this on qtcenter, but i thought maybe i can get some help here. This is for WebCore/JavaScriptCore development, you might get help here: https://lists.webkit.org/pipermail/webkit-help. z.

Re: [webkit-dev] Patch process - let's make it better

2009-07-13 Thread Holger Freyther
On Monday 13 July 2009 13:47:13 Luke Kenneth Casson Leighton wrote: On 7/13/09, Luke Kenneth Casson Leighton luke.leigh...@googlemail.com wrote: I concur with Maciej. Luke, in some other culture your posts are already considered derogatory and insulting. also - (i apologise

Re: [webkit-dev] Porting WebKit On OMAP 3530 evm

2009-06-18 Thread Holger Freyther
On Thursday 18 June 2009 15:35:23 jagadeesh k wrote: Hi, Thanks Holger,Zoltan for your solutions. Actually task has changed,i need to port webkit on OMAP 3530 running with open-embedded Linux(Angstrom). Still the same task, there is no porting necessary... bitbake webkit-gtk wait,

Re: [webkit-dev] Building WebKit on ARM

2009-06-17 Thread Holger Freyther
On Wednesday 17 June 2009 15:50:32 jagadeesh k wrote: Hi, I want to built WebKit on OMAP 3530(ARM cortex A8)with Open embedded Linux distribution. 1.Want to know the build instructions for building WebKit on OMAP 3530? 2.Does the WebKit source need to be changed(makefile) so that it

Re: [webkit-dev] NPAPI Plugin on openembedded

2009-06-11 Thread Holger Freyther
On Thursday 11 June 2009 12:09:37 Graffine wrote: Hi all: I port webkit/Gtk+ to openembedded and try to test flash plugin on GtkLauncher. I take qemu to simulate the embedded environment, incluing arm linux and x86 linux platform. I found that webkit cannot load any plugins on x86 linux, but

Re: [webkit-dev] webkit #16401

2009-06-09 Thread Holger Freyther
On Tuesday 09 June 2009 10:39:41 Luke Kenneth Casson Leighton wrote: [hiya sean, moving this to webkit-dev as other people may benefit from it, hope you don't mind] sorry, I don't understand at all... copying stuff over in the middle of thread is not helping anyone. Subject and content just

Re: [webkit-dev] arm jit

2009-06-09 Thread Holger Freyther
On Tuesday 09 June 2009 23:38:43 Akos Kiss wrote: Dear Community, Today, we realized that there is a new ARM JIT port for WebKit. (http://trac.webkit.org/changeset/44514) Congratulations on getting this working!, great job. I cannot conceal how disappointed I am, as is the whole team at

Re: [webkit-dev] #16401 webkit glib / gobject bindings

2009-06-08 Thread Holger Freyther
On Monday 08 June 2009 01:44:18 Peter Kasting wrote: This was a long message. I couldn't figure out what it was saying (the length discouraged me from trying too hard). Perhaps you could summarize in a sentence or two? It seemed like something about DOM bindings for other languages and

Re: [webkit-dev] How to disable webkit image loading

2009-06-08 Thread Holger Freyther
On Monday 08 June 2009 18:46:07 Zongheng Zhou wrote: I have the same issue, and I am using Solaris. Do you know how to disable the image loading? Thanks. Qt or Gtk+. But in both cases there is a *Settings class... and you can consult the API documentation... for Qt[1] for Gtk+[2]. z. [1]

Re: [webkit-dev] Fwd: [GTK]Scroll deficiency

2009-06-02 Thread Holger Freyther
On Tuesday 02 June 2009 09:41:38 Srinivas Rao M Hamse wrote: I wish to know if this fix is working, why is it not landed yet. What is the plan for this bug. What is the bug number for Gtk+Directfb platform. Please see http://webkit.org/coding/contributing.html and

[webkit-dev] RFC: Creating header include policy for Gtk+

2009-05-31 Thread Holger Freyther
Hey fellow reviewers, I would like to establish a new policy for the Gtk+ port and use mail to get comments and agreement on it. The problem: Our header files (*.h) have a lot of include statements. This is a problem (specially without using precompiled headers, we don't on Gtk+) because we

Re: [webkit-dev] Does anyone encounter this problem on NY times while using QWebKit?

2009-05-25 Thread Holger Freyther
On Monday 25 May 2009 05:29:37 TianShijun wrote: The website is shown correctly in IE8(with JavaScript error), Safari 4 beta, Firefox 3.0.10 too. I have tried other ports, but encountered many building problems. I think it may be a problem of Qt because the official safari works well. The

Re: [webkit-dev] How to let webkit to be able to load local image file in html content?

2009-05-14 Thread Holger Freyther
On Thursday 14 May 2009 07:14:18 Jan Alonzo wrote: Hi james, can you please file a bug against the WebKitGtk component at http://bugs.webkit.org. I don't think that's correct. It is correct. You define the SecurityOrigin (we have a class with that name) and you want to load something from a

Re: [webkit-dev] Hi, how can I know the whole architecture of webkit?

2009-05-14 Thread Holger Freyther
On Thursday 14 May 2009 12:05:29 JIN Wei wrote: Hi, guys: As a newbie to open source software , I wonder where can I find the docs of the architecture of webkit. And how can I get start? As hard it might sound. There is no architecture documentation available at this moment, the code is

Re: [webkit-dev] Error building Webkit Gtk on MacOSX

2009-05-09 Thread Holger Freyther
On Saturday 09 May 2009 13:58:34 Zhe Su wrote: './'`WebCore/plugins/gtk/PluginViewGtk.cpp /opt/local/include/X11/Intrinsic.h:158: error: conflicting declaration ‘typedef char Boolean’ /System/Library/Frameworks/CoreServices.framework/Headers/../Frameworks/Car

Re: [webkit-dev] Problem with building WebKit

2009-05-09 Thread Holger Freyther
On Saturday 09 May 2009 14:57:05 David wrote: I'm planning to port webkit to Windows, and just make a little change, such as change its graphics backend. At the present, I pick Skia. How could I achieve this, any clue? this is rather rude. You have asked this question in [webkit-dev] About

Re: [webkit-dev] About graphics backend changing

2009-05-08 Thread Holger Freyther
On Friday 08 May 2009 10:18:09 David wrote: hi. Now I'm working on testing webkit's portability. For example, I am planning to change webkit's graphics backend to Skia, just like chrome does. But I'm new to webkit, is there any docs about how to do that in detail? No, there is not. which

Re: [webkit-dev] Is it possible to block webkit_web_view_load_html_string() until the content is actually loaded?

2009-05-04 Thread Holger Freyther
On Monday 04 May 2009 06:36:46 Zhe Su wrote: Hi, I'm writing an application which uses webkit to display some html content. webkit_web_view_load_html_string() is used to set content into webkit. I found this function will return before the content is actually loaded, then webkit will load

Re: [webkit-dev] How to make the size of QtWebKit4.dll or libQtWetKit.so smaller?

2009-04-23 Thread Holger Freyther
On Thursday 23 April 2009 04:00:24 alex wrote: Anyone know how to get smaller WebKit library? We want to use it in a Embedded environment. 情用 您的本名如果您需要我們的幫忙,謝謝、 kind regards z. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] how to instead of ..... in the password editor

2009-04-06 Thread Holger Freyther
On Tuesday 07 April 2009 02:45:50 zhenghe zhang wrote: Hi all I have a problem, and I don't understand it ,could you tell me ? input type=password id=text name=text1 value=Hello In the input-element, . takes the place of Hello, but I don't know how to do it through C++ functions. Thank

Re: [webkit-dev] How to compile WebKit GTK+ port from ARM processor?

2009-03-11 Thread Holger Freyther
On Wednesday 11 March 2009 10:16:07 arati wrote: Hi, Can anyone give me any pointer to compile WebKit GTK+ port for ARM processor? Which operating system? z. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Quick Look at Gtk+ test failures

2009-02-17 Thread Holger Freyther
On Tuesday 17 February 2009 15:08:15 Gustavo Noronha wrote: Yo! On Tue, 2009-02-17 at 01:05 +0100, Holger Freyther wrote: I just had a quick look at the dom/svg test failures (actually one result) and my first idea is that we transmit the wrong mimetype for the GIO based local file

[webkit-dev] Quick Look at Gtk+ test failures

2009-02-16 Thread Holger Freyther
Hey, I just had a quick look at the dom/svg test failures (actually one result) and my first idea is that we transmit the wrong mimetype for the GIO based local file handling. I plan to find some time to tomorrow... z. ___ webkit-dev mailing list

Re: [webkit-dev] Create widgets with WebKit/Gtk

2009-02-06 Thread Holger Freyther
On Thursday 05 February 2009 17:35:11 Massimo wrote: Does WebKit implement some custom architecture to build widgets and/or support some feature from W3C Widgets working draft? ./configure --help | grep dash and then google for whatever comes out. z.

Re: [webkit-dev] Getting more buildbots green

2009-01-27 Thread Holger Freyther
On Sunday 04 January 2009 03:31:43 you wrote: On Jan 3, 2009, at 3:42 PM, Holger Freyther wrote: I'm not sure if we would win anything by making the buildbot green. Here’s my opinion on this: It’s a huge win to make a buildbot green. Once it's green, someone who breaks something and makes

Re: [webkit-dev] Segmentation fault when exit GtkLauncher

2009-01-13 Thread Holger Freyther
On Tuesday 13 January 2009 23:07:23 ying lcs wrote: Hi, I always get a Segmentation fault when I exit GtkLauncher (click the close bottom of the application window). Attached is the stack trace. Has anyone see the same issue? Seen and spend fixing (Company and Company) z.

Re: [webkit-dev] Fail to build WebKit r37132 with GTK on Fedora core 10

2009-01-09 Thread Holger Freyther
On Friday 09 January 2009 10:11:43 ferrety ferrety wrote: HTTPHeaderMap::const_iterator end = req.httpHeaderFields().end(); for (HTTPHeaderMap::const_iterator it = req.httpHeaderFields().begin(); it != end; ++it) { fprintf( pf , %s:%s\r\n , it-first.latin1().data()

Re: [webkit-dev] Fail to build WebKit r37132 with GTK on Fedora core 10

2009-01-08 Thread Holger Freyther
On Thursday 08 January 2009 15:25:56 ferrety ferrety wrote: WebCore/warc/recordout.cpp: In function 'void WebCore::recordoutrequest(WebCore::String, WebCore::String, WebCore::ResourceRequest)': WebCore/warc/recordout.cpp:79: erreur: 'const class WebCore::AtomicString' has no member named

Re: [webkit-dev] Getting more buildbots green

2009-01-03 Thread Holger Freyther
I'd love to set up the skipped lists properly and fix enough bugs so that all our bots are green. Can you help? Maybe there are already bug reports about some of these. Regarding the skipped list on Gtk+. There are some tests that work on my machine that are failing on the buildbot. I would

Re: [webkit-dev] add new functions to WebCore

2008-12-28 Thread Holger Freyther
On Sunday 28 December 2008 12:04:13 houda hocine wrote: hi, I added new functions to WebCore , i add a folder that contains two files . cpp and two headers .h But in compilation it show me this errors: Showing the patch would make things more easy for us. z.

Re: [webkit-dev] WebKitGtk network backend

2008-12-28 Thread Holger Freyther
On Monday 29 December 2008 08:14:02 Paul Pedriana wrote: FWIW, I rewrote our version of the networking back-end support to use a generic pure-virtual interface. That way all those #ifdefs in the code went away and the back-end requirements became clearer and easier to provide. We are using

Re: [webkit-dev] Moving methods from Frame to various other classes

2008-12-26 Thread Holger Freyther
On Friday 26 December 2008 00:25:35 Maciej Stachowiak wrote: Meanwhile I would like to start some discussion on how this patch should be put into the bugtracker and comments on the moving. I wonder if I should put each move up for separate review and then land it in one go? Should I

Re: [webkit-dev] Moving methods from Frame to various other classes

2008-12-26 Thread Holger Freyther
On Friday 26 December 2008 21:34:49 you wrote: On Dec 26, 2008, at 10:34 AM, Darin Adler wrote: On Dec 26, 2008, at 8:41 AM, Holger Freyther wrote: Okay, I have moved a lot of out Frame, Gtk+ and Qt are compiling, next thing is reviewing what I did, regression testing on Mac and then I

[webkit-dev] Moving methods from Frame to various other classes

2008-12-25 Thread Holger Freyther
Hey, there are some comments in Frame.h regarding moving functionality to different classes and on IRC it was confirmed that the comments are old but current. I have decided to do something about it. I have created a git branch[1] on George's server that will contain the work in progress of

Re: [webkit-dev] SquirrelFish Extreme for non x-86 platforms

2008-12-24 Thread Holger Freyther
On Wednesday 24 December 2008 14:00:19 Javed Rabbani wrote: I want to know whether WebKit JavaScript Engine SquirrelFish Extreme (SFX) has been reported to work on any embedded, non-x86 platform? No, the extreme variant is only working on x86 and work on progress on the amd64... z.

Re: [webkit-dev] I have problem in display jpeg in webkit

2008-12-24 Thread Holger Freyther
On Wednesday 24 December 2008 02:34:34 RyanYee/叶晔 wrote: I build webkit base on gtk-dfb (intel Olo platform), webkit-r35289, gtk+-2.10.14,cairo-1.4.2, jpeg-6b run Gtklauncher ok,but when jpeg was in html file,jpeg only display left part (maybe 1/4 size) I tried many jpeg file,same result,so I

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

2008-12-18 Thread Holger Freyther
On Thursday 18 December 2008 07:50:00 ying lcs wrote: 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

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-14 Thread Holger Freyther
On Sunday 14 December 2008 12:29:13 ying lcs wrote: Zoltan, Thank you for your help. Yes, GtkLauncher does start (loads www.google.com) Welcome to libtool. The executable is within the .libs/ directory... ./libtool --mode=execute gdb ./Programs/GtkLauncher from within the build directory

Re: [webkit-dev] Caught signal 11 (at 0x83d2250, invalid permissions) --

2008-12-02 Thread Holger Freyther
On Tuesday 02 December 2008 10:56:24 Bn, Sharath wrote: Dear All, I further traced the problem , this problem is happening from release WebKit-r38064 onwards. I suspect that this problem happens whenever Webkit tries to run JavaScript. Pls see the callstack backtrace attached. how do you

Re: [webkit-dev] is WebKit leaking or caching memory?

2008-12-01 Thread Holger Freyther
On Monday 01 December 2008 13:22:08 Luka Napotnik wrote: Now I'm asking if the memory increment is a result of WebKit caching subsystem or could that be a leak? Keep in mind that I click/refresh the same page over and over again. Leak, Cache, Memory fragmentation are all possible. I think by

Re: [webkit-dev] How to enable Inspector in Webkit/GTK

2008-11-30 Thread Holger Freyther
On Sunday 30 November 2008 06:58:27 ying lcs wrote: Ni-Hao Ying, why do you want to apply the patch? If you go to the related bug report [1] you see that the bug is closed and if you look at the last comment you also see the revision it was applied at. You need a patch to GtkLauncher[2]

Re: [webkit-dev] Full Page Zoom Issue

2008-11-27 Thread Holger Freyther
On Thursday 27 November 2008 11:36:51 mwas wrote: Hi Alp, I have used the comments mentioned in https://bugs.webkit.org/show_bug.cgi?id=14998, Comment #37 you provided for Zooming Using CSS in the following way I am new to WebKit, Kindly Guide! Hey, the bug you mention is marked as

Re: [webkit-dev] Cairo Port

2008-11-22 Thread Holger Freyther
On Sunday 23 November 2008 00:32:04 Arvid Ephraim Picciani wrote: Hi, When googling I found references to a cairo port of webkit. I checked svn but only could find a gtk port. Am i missing something? Cairo is fairly portable, while GTK is not. Oh well, Gtk+ is working everywhere where

Re: [webkit-dev] Unable to load www.ovam.com on GtkLauncher

2008-11-20 Thread Holger Freyther
On Thursday 20 November 2008 21:24:51 bournwebkit wrote: * HTTP 1.0, assume close after body HTTP/1.0 302 Moved Temporarily I get that on the console: Curl ERROR for url='http://zutex.com', error: 'Number of redirects hit maximum amount' z.

Re: [webkit-dev] We are porting WebKit to UIQ (Symbian based platform)

2008-11-19 Thread Holger Freyther
On Wednesday 19 November 2008 22:16:21 Zalan Bujtas wrote: Hi, Ozone team has been porting WebKit to UIQ platform and the first, alpha version is available at http://www.o3mobi.com It is based on r34485 (06/10/08). wasn't the development of the UIQ platform stopped recently? Or at least most

Re: [webkit-dev] Handling upload progresses

2008-11-11 Thread Holger Freyther
On Tuesday 11 November 2008 14:46:12 André Pedralho wrote: Hi all, I'm just wondering if there is a way to get upload progresses the same way we can do with download ones. Not out of the box. Are you talking about PUSH/PUT. You might want to look at this[1]. So basicly we know how big this

Re: [webkit-dev] Handling upload progresses

2008-11-11 Thread Holger Freyther
On Wednesday 12 November 2008 02:16:03 André Pedralho wrote: A network reply handler might be good, but if could not get a network reply when one upload starts I guess I will not be able to get a handler for it... Did I miss something? Well, you can set the QNetworkAccessManager or such.

Re: [webkit-dev] [Fwd: Fwd: Re: Moving forward with WebKit/GTK+]

2008-11-07 Thread Holger Freyther
On Tuesday 04 November 2008 10:08:27 Pierre-Luc Beaudoin wrote: On Mon, 2008-11-03 at 10:35 -0800, Maciej Stachowiak wrote: I would suggest setting up a mailing list, post proposed API changes there, and let them be official after a week if there was no objection. If bugs are tagged as

[webkit-dev] GeolocationService::startUpdating question

2008-11-01 Thread Holger Freyther
Hey, I have another GeolocationService question and wonder if someone could shed some light into the situation. Geolocation.cpp is invoking GeolocationService::startUpdating, if the GeolocationService implementation is returning false it is treated as Permission denied. The questions I have

[webkit-dev] Geolocation questions

2008-10-31 Thread Holger Freyther
Hey, I have started implementing a GeoLocation service for Gtk+ using the Gypsy interface. I have some comments and questions: 1.) Could we remove GeolocationService::create from GeolocationService.cpp? Any platform that intends to implement this can have this factory in their

Re: [webkit-dev] Geolocation questions

2008-10-31 Thread Holger Freyther
On Friday 31 October 2008 23:41:46 you wrote: In regard to geolocalisation, Geoclue seems to be a better choice: it can try many methods to determine your position like Host IP, GSM networks and not only GPS like Gypsy. Have a look! http://www.freedesktop.org/wiki/Software/GeoClue Good

Re: [webkit-dev] Moving forward with WebKit/GTK+

2008-10-29 Thread Holger Freyther
On Tuesday 28 October 2008 20:04:06 Gustavo Noronha Silva wrote: Hello there, For some time now I've been worried by the lack of progress of WebKit/GTK+ where API is concerned. I am aware that loads of work have been going into improving the engine backends and frontends, including many bug

Re: [webkit-dev] ScrollbarPart and the way it is used

2008-09-20 Thread Holger Freyther
On Saturday 20 September 2008 18:16:27 David Hyatt wrote: I looked at your patch and it was fine. Your theme APIs on Qt are so good that your theme is actually much simpler than the other platforms. :) thanks darin and dave. ___ webkit-dev mailing

  1   2   >