Re: [webkit-dev] Compiling webkit on windows

2007-01-17 Thread Mike Emmel
Looks like your missing the realpath program also. On 1/17/07, Krzysztof Kowalczyk [EMAIL PROTECTED] wrote: Currently it probably won't compile anyway due to recent changes, but... First, make sure that you do svn co under cygwin shell in order to get files with unix-style line-ending - last

Re: [webkit-dev] Definitive build system

2007-02-12 Thread Mike Emmel
On 2/12/07, Krzysztof Kowalczyk [EMAIL PROTECTED] wrote: I'm trying to do some contributions in the Gdk port. First all, I'm trying to fix the build system for gdk. It uses BakeFiles, but it seems that this option has been abandoned. That's not entirely true. The svn trunk now builds with

Re: [webkit-dev] Need Help for GTK Port

2007-02-13 Thread Mike Emmel
On 2/13/07, Krzysztof Kowalczyk [EMAIL PROTECTED] wrote: On 2/13/07, atul [EMAIL PROTECTED] wrote: We (me shri) both have a worked on GTK+Webcore (http://gtk-webcore.sourceforge.net/ ) for sometime as we are new to the current WEBKIT ToT we need someone to guide/help us for

Re: [webkit-dev] Gdklauncher Craches

2007-02-23 Thread Mike Emmel
to last as long as curl request which could have caused problems. Yep thats the one. And generally it crashed on the second request similar to the traces I saw. -- kjk On 2/22/07, Mike Emmel [EMAIL PROTECTED] wrote: On 2/22/07, Krzysztof Kowalczyk [EMAIL PROTECTED] wrote: This should work

[webkit-dev] Re: Moving away from qmake

2007-11-12 Thread Mike Emmel
and you have to poll for them then you will see why I really want to fix this in curl. Also I seemed to be crashing inside curl sometimes with this turned on. On Nov 12, 2007 12:11 AM, Alp Toker [EMAIL PROTECTED] wrote: Mike Emmel wrote: Here is my autoconf build files They are for my current

Re: [webkit-dev] Moving away from qmake (aka. modularising JavaScriptCore)

2007-11-12 Thread Mike Emmel
I refactored all the Unicode handling to run behind a abstract interface. So no direct ICU calls. Its a lot of little patches all over the place and a thankless job. Its a lot of work so email me if your interested. I was also looking at repacling icu with glib/pango. Its not clear you get

Re: Collaboration (was Re: [webkit-dev] Pulling together on WebKit Mobile)

2008-01-11 Thread Mike Emmel
On Jan 11, 2008 12:14 PM, Mark Rowe [EMAIL PROTECTED] wrote: [This is drifting far from Alp's original email. I hope the points he raised are not overlooked due to discussion on this very tangential topic.] On 12/01/2008, at 06:55, Mike Emmel wrote: And its a good way to allow developers

Re: [webkit-dev] Pulling together on WebKit Mobile

2008-01-11 Thread Mike Emmel
On Jan 11, 2008 11:29 AM, Oliver Hunt [EMAIL PROTECTED] wrote: On 11/01/2008, at 10:54 AM, Mike Emmel wrote: I think this approach will allow us to keep the main repository and tree clean and foster the churn that makes open source development fun and exciting. Contributing to webkit

Re: [webkit-dev] Pulling together on WebKit Mobile

2008-01-11 Thread Mike Emmel
I think one of the biggest stumbling blocks is the lack of a shared workspace for development. The patch approach is good for bugs but falls apart when multiple people from different organizations are working on new code. However I like the review process in place before code is included in the

Re: Collaboration (was Re: [webkit-dev] Pulling together on WebKit Mobile)

2008-01-11 Thread Mike Emmel
On Jan 11, 2008 1:26 PM, Mark Rowe [EMAIL PROTECTED] wrote: On 12/01/2008, at 07:55, Mike Emmel wrote: I'd like for it to be very easy to contribute a git tree with commit rights that was acceptable to the WebKit community would make it very easy to create branches for bug fixes

Re: Collaboration (was Re: [webkit-dev] Pulling together on WebKit Mobile)

2008-01-12 Thread Mike Emmel
anything is better than nothing. Right now we have nothing. On Jan 11, 2008 11:51 PM, Mark Rowe [EMAIL PROTECTED] wrote: On 12/01/2008, at 18:13, Mike Emmel wrote: Webkit is a fairly sophisticated piece of code using git for daily development is trivial. I'd expect any developer who

Re: [webkit-dev] Issues with font rendering on DirectFB build

2008-02-09 Thread Mike Emmel
Generally this means you did not build pango with the pangocairo backend or possible cairo without the directfb backend. The next cause is incorrect set up or missing fonts for fontconfig. You should try some test cairo programs. I've built it and it runs just fine I have a few patchs I need to

Re: [webkit-dev] Issues with font rendering on DirectFB build

2008-02-12 Thread Mike Emmel
, Mike Emmel [EMAIL PROTECTED] wrote: Hi Rachel just got my directfb build working on the latest head. What I'm seeing is that fonts are scaled down to thin lines. And other scaling issues. I'm assuming this is what you may be seeing. This is only under the directfb/gtk build

Re: [webkit-dev] Issues with font rendering on DirectFB build

2008-02-12 Thread Mike Emmel
Hi Rachel just got my directfb build working on the latest head. What I'm seeing is that fonts are scaled down to thin lines. And other scaling issues. I'm assuming this is what you may be seeing. This is only under the directfb/gtk build not the webkit one. Also I looked over my changes and

Re: [webkit-dev] Re: Issues with font rendering on DirectFB build

2008-02-13 Thread Mike Emmel
the DIRECTFB one later for my movie backend using directfb video providers. Which I need to submit. I don't think the GStreamer backend has to be gtk specific. We should be able to do a variety of bindings that are generic. On Feb 13, 2008 7:29 AM, Mike Emmel [EMAIL PROTECTED] wrote: So should

Re: [webkit-dev] Issues with font rendering on DirectFB build

2008-02-15 Thread Mike Emmel
Also Dennis just fixed a missing call to set the screen resolution in the gdk/directfb backend. So now we should not error :) On Fri, Feb 15, 2008 at 3:50 AM, Rachel Bassett [EMAIL PROTECTED] wrote: Big thanks for this fix - works a treat. Left webkit rendering over night, still working this

Re: [webkit-dev] Regarding WebKit Support Libraries

2008-02-17 Thread Mike Emmel
I'd like to see a pretty much pure open source solution available for all platforms. By pure I mean down to the core windowing and libc level. As far as porting curl to WinCE. Found this. http://curl.haxx.se/mail/lib-2002-07/0085.html A obvious reason to have this available is it makes it easier

Re: [webkit-dev] https pages crashes WebKit(GTK+DFB) on ARM

2008-03-06 Thread Mike Emmel
, 2008 at 1:11 PM, Mike Emmel [EMAIL PROTECTED] wrote: Can you attach a debugger and get a trace ? I just checked a X11 build and it worked fine. Try directfb under X86 see if you can repeat it. On Wed, Mar 5, 2008 at 11:06 PM, Srinivas Rao M Hamse [EMAIL PROTECTED] wrote: Hi

Re: [webkit-dev] https pages crashes WebKit(GTK+DFB) on ARM

2008-03-06 Thread Mike Emmel
Ohh and make sure curl is compiled with ssl support sorry forgot that part. I was seeing crashes in the old curl driver is ssl was disabled. On Thu, Mar 6, 2008 at 8:31 AM, Mike Emmel [EMAIL PROTECTED] wrote: What is the gcc version ? Can you try with the lastest. On Thu, Mar 6, 2008 at 6

Re: [webkit-dev] Mimetype for files loaded from disk?

2008-03-16 Thread Mike Emmel
In the curl backed some code uses file extensions to set the mime type for local files. I'm not sure css files are handled. On Sun, Mar 16, 2008 at 9:22 PM, Kevin Ollivier [EMAIL PROTECTED] wrote: Hi all, I've hit an issue with the wx port where HTML files that use @import url(file.css)

Re: [webkit-dev] Timer bug ?

2008-03-17 Thread Mike Emmel
Well one build give isActive as true and another does not so its something in the build weird. On Mon, Mar 17, 2008 at 6:39 PM, Mike Emmel [EMAIL PROTECTED] wrote: I just found something that seems wrong. When a timer callback is fired for a oneshot timer isActive is true in the handler

Re: [webkit-dev] wx/Gtk+ and Network backends

2008-03-21 Thread Mike Emmel
Well ncurl and curl should merge into one backend once ncurl been tested. As far as libsoup goes I'd assume that it would eventually grow to be the Gtk/Gnome integrated backend over time with vfs integration lots of custom URL support etc in fact probably merging into vfs. So I think they solve

Re: [webkit-dev] wx/Gtk+ and Network backends

2008-03-21 Thread Mike Emmel
Hi I'm assuming that windows has a way to add file handles to the event loop ? I've never done it. As far as curl itself goes just to let you know what I'm doing. Once ncurl is in say in a month or two I want to dig into curl and add a call back for messages this should remove a lot of the

[webkit-dev] Timer Bug

2008-03-24 Thread Mike Emmel
Can someone please look at http://bugs.webkit.org/show_bug.cgi?id=18044 This looks like a bad bug and its causing major problems in both the ncurl and curl backends. I'd like to see it resolved in a timely manner. ___ webkit-dev mailing list

Re: [webkit-dev] Blank page when using SSL

2008-03-30 Thread Mike Emmel
I think you mean the gtk based browser. You need to make sure curl is compiled with ssl support. On Sun, Mar 30, 2008 at 4:56 PM, Bill Patterson [EMAIL PROTECTED] wrote: I have a webkit based browser, based on MiniBrowser example code, that when displaying a page with SSL comes up empty, just

Re: [webkit-dev] Webkit with directfb on linux

2008-04-03 Thread Mike Emmel
Yes if you need help with your setup i.e no X11 I have some patches. Also I have some pure memory driver patches for DirectFB itself that I need to push. Finally if your using this for thumbnails I also have so zooming patches. On Thu, Apr 3, 2008 at 10:06 AM, Giri Rao [EMAIL PROTECTED] wrote:

Re: [webkit-dev] Webkit with directfb on linux

2008-04-09 Thread Mike Emmel
, Srinivas On Thu, Apr 3, 2008 at 11:34 PM, Mike Emmel [EMAIL PROTECTED] wrote: Yes if you need help with your setup i.e no X11 I have some patches. Also I have some pure memory driver patches for DirectFB itself that I need to push. Finally if your using this for thumbnails I also have so

Re: [webkit-dev] native widgets

2008-04-29 Thread Mike Emmel
Not quite correct. It uses native widgets to implement any widget derived from the platform/Widget.h class. These are found in platform/port dirs. Scrolling, Scrollbars, menus are native. Drawing of buttons checkboxes and most form controls is also linked into the native platform in vi a

Re: [webkit-dev] crash when loading certain pages

2008-05-09 Thread Mike Emmel
Would you be willing to try the ncurl patch ? https://bugs.webkit.org/show_bug.cgi?id=17972 I believe I fixed this. On Fri, May 9, 2008 at 5:37 AM, zaheer ahmad [EMAIL PROTECTED] wrote: hi, thanks for the response. unfortunately i dont have a x86 environment to run the valgrind. here is

Re: [webkit-dev] help with porting

2008-05-22 Thread Mike Emmel
Use the GTK DirectFB backend. I have a memory only system that I really need to get into the trunk. But if you have a graphics card in the system the fb0 will work. Its on my TODO to get the mem only system checked in and I can give you a patch in the mean time if its a issue. Also you can use

Re: [webkit-dev] help with porting

2008-05-22 Thread Mike Emmel
. And since cairo is a great graphics library I think It's a good start. Greets, Luka Dne 22.05.2008 (čet) ob 06:49 -0700 je Mike Emmel zapisal(a): Use the GTK DirectFB backend. I have a memory only system that I really need to get into the trunk. But if you have a graphics card in the system

Re: [webkit-dev] help with porting

2008-05-22 Thread Mike Emmel
looking for such a port to save the cairo painting to a PNG image. Greets, Luka Dne 22.05.2008 (čet) ob 07:41 -0700 je Mike Emmel zapisal(a): I actually have a WebKit port with no dependencies but Cairo. On Thu, May 22, 2008 at 7:02 AM, Luka Napotnik [EMAIL PROTECTED] wrote: Hello Mike

Re: [webkit-dev] help with porting

2008-05-23 Thread Mike Emmel
into a cairo surface. It works from the command line but it still depends from X (and GTK) and I don't know where to begin to get rid of these dependencies. Julien Le jeudi 22 mai 2008 à 09:30 -0700, Mike Emmel a écrit : Luka I don't think it makes a difference if your running

Re: [webkit-dev] WebKit-GTK in embedded system

2008-07-23 Thread Mike Emmel
A number of small simple html renderer's exist that should meet your needs given the description you gave. I'm surprised you would want to use webkit. This one for example. http://www.fifi.org/doc/libgtkhtml-dev/html/gtkhtml.html On Wed, Jul 23, 2008 at 8:17 AM, John Boncek [EMAIL PROTECTED]

Re: [webkit-dev] WebKit-GTK in embedded system

2008-07-23 Thread Mike Emmel
. If this documents some other version, where might I find it? -Original Message- From: Mike Emmel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 10:35 AM To: Boncek, John Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] WebKit-GTK in embedded system A number

Re: [webkit-dev] webkit on MIPS

2008-08-22 Thread Mike Emmel
I think all he is asking is where did the built executables end up. Once built the binary for the test executable for Gtk is in Programs/.libs/GtkLauncher a wrapper shell script is in Programs/GtkLauncher The shared liber is in .libs/ In general if your using automake your libs and executables

Re: [webkit-dev] Curl resourcehandle leaks in Linux/Gtk port

2008-09-10 Thread Mike Emmel
you should, so they are more functional leaks. Does valgrind help in that too? thanks, Zaheer On Wed, Sep 10, 2008 at 8:02 PM, Marco Barisione [EMAIL PROTECTED] wrote: Il giorno mer, 10/09/2008 alle 07.22 -0700, Mike Emmel ha scritto: This leak is fixed in the ncurl port

Re: [webkit-dev] Curl resourcehandle leaks in Linux/Gtk port

2008-09-10 Thread Mike Emmel
on the platform. thanks, Zaheer On Wed, Sep 10, 2008 at 8:40 PM, Mike Emmel [EMAIL PROTECTED] wrote: Look I had to change to one multi handle per handle basically just and asynchronous handle to get everything to clean up. Its a significant refactoring and better design. What it points

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

2009-12-11 Thread Mike Emmel
Hi all. Its been a while. I just pushed a large patch that will need some serious work. https://bugs.webkit.org/show_bug.cgi?id=32452 It allows the v8 js engine and debugger to work with the gtk webkit port. Including remote debugging for arm or embedded platforms using chromedevtools. I'm

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

2009-12-11 Thread Mike Emmel
on the list of things to do above things like passing the layout tests: http://trac.webkit.org/browser/trunk/LayoutTests/platform/gtk/Skipped :/ -eric On Fri, Dec 11, 2009 at 2:51 PM, Mike Emmel mike.em...@gmail.com wrote: Hi all. Its been a while. I just pushed a large patch that will need some

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

2009-12-12 Thread Mike Emmel
The work was done for my employer for their own reasons. I both understand why they chose V8 and agree with the decision. I'm not comfortable giving a detailed reason for the decision and I think thats understandable. A clearer explanation would require a more formal response and its tied to our

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

2009-12-12 Thread Mike Emmel
On Sat, Dec 12, 2009 at 6:19 PM, Holger Freyther ze...@selfish.org wrote: 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.

[webkit-dev] Invitation to connect on LinkedIn

2011-11-03 Thread Mike Emmel
I'd like to add you to my professional network on LinkedIn. - Mike Mike Emmel Engineer at Motorola Orange County, California Area Confirm that you know Mike Emmel: https://www.linkedin.com/e/-yz6z9j-gujhq9vr-5h/isd/4785841364/BphXX1Nl/?hs=falsetok=3WgVy0g3apNkY1 -- You are receiving

[webkit-dev] Invitation to connect on LinkedIn

2011-11-03 Thread Mike Emmel via LinkedIn
LinkedIn Mike Emmel requested to add you as a connection on LinkedIn: -- stevin, I'd like to add you to my professional network on LinkedIn. - Mike Accept invitation from Mike Emmel http://www.linkedin.com/e/-jnbvix-gujhogt6-12

[webkit-dev] Invitation to connect on LinkedIn

2011-11-03 Thread Mike Emmel via LinkedIn
LinkedIn Mike Emmel requested to add you as a connection on LinkedIn: -- stevin, I'd like to add you to my professional network on LinkedIn. - Mike Accept invitation from Mike Emmel http://www.linkedin.com/e/-jnbvix-gujhov8h-5g