Re: [webkit-dev] How to set breakpoints in JavaScript Engine of WebKit on MacOS

2009-05-29 Thread Meryl Silverburgh
On Fri, May 15, 2009 at 11:07 PM, Darin Adler da...@apple.com wrote: On May 15, 2009, at 10:50 PM, Meryl Silverburgh wrote: I am able to download and compile both WebCore project and JavaScriptCore project using XCode on Macos. I have created a custom executable (pointing to

Re: [webkit-dev] bug? // FIXME: rdar://problem/4949018

2009-05-29 Thread Jack Wootton
Ahh, I remember reading that in the documentation. How frustrating. Thank you for you help. On Thu, May 28, 2009 at 5:53 PM, Darin Adler da...@apple.com wrote: On May 28, 2009, at 9:49 AM, Jack Wootton wrote: JSStaticFunction JS_staticFuncs[1] =      {              {funcName,

[webkit-dev] Asynchronous JavaScript method support

2009-05-29 Thread Jack Wootton
Does WebKit allow for asynchronous methods / functions to be added to the JavaScript environment? -- Regards Jack ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] How to set breakpoints in JavaScript Engine of WebKit on MacOS

2009-05-29 Thread David Levin
On Thu, May 28, 2009 at 11:28 PM, Meryl Silverburgh silverburgh.me...@gmail.com wrote: On Fri, May 15, 2009 at 11:07 PM, Darin Adler da...@apple.com wrote: On May 15, 2009, at 10:50 PM, Meryl Silverburgh wrote: I have created a custom executable (pointing to /Application/Safari.app) in

[webkit-dev] One suggestion to handle: GLib-GIO-CRITICAL **: g_file_read_async: assertion `G_IS_FILE (file)' failed

2009-05-29 Thread Dhananjoy Chutia
Hi, I compiled WebKit-44111 with the following packages: glib-2.15.3 libsoup-2.26.2 libgpg-error-1.6 libgcrypt-1.4.3 GnuTLS-2.6.2 gtk+-2.12.1 When I tried to open file://data/test.html the following error is shown in the console and page is not loaded. * (GtkLauncher:1378): GLib-GIO-CRITICAL

[webkit-dev] WebKit-Build

2009-05-29 Thread F S
Hello all,   I am new in Webkit development and I need your help.   I am trying to build webkit with no success, I have spent quite some time reading google for possible hints and have seen many posts with many people having the same problem (some were posted a year or two ago) but have not seen

[webkit-dev] Safari 4: all apps which use Webkit freezing at same time

2009-05-29 Thread Benjamin Jackson
It's happened a couple of times now: all of the open apps which use Webkit (e.g. Adium, Mail, Safari etc) will hang at the same time and will not allow the user to force quit. A restart is required to get the Mac functional again. Is this a known issue? Any idea what might be up? Thanks, Ben

[webkit-dev] Undefined symbol: '_JSObjectMakeFunction'

2009-05-29 Thread Jack Wootton
Hello, I'm attempting to use the function JSObjectMakeFunction. However during compilation, I receive the error Undefined symbol: '_JSObjectMakeFunction' This seems odd since I have successfully used other functions that are part of the same library. No specific line number or file is

Re: [webkit-dev] Asynchronous JavaScript method support

2009-05-29 Thread Darin Adler
On May 29, 2009, at 1:46 AM, Jack Wootton wrote: Does WebKit allow for asynchronous methods / functions to be added to the JavaScript environment? There’s no clear definition for “asynchronous functions” so I can’t really answer that question. There are many JavaScript functions that do

[webkit-dev] AppCache class naming (WAS Re: SharedWorkers alternate design)

2009-05-29 Thread Jeremy Orlow
On Thu, May 28, 2009 at 4:32 PM, Michael Nordman micha...@google.comwrote: Can you think of a more specific way to describe the reationship than front and back or client and service? Does one of the Gang of Four Design Patterns apply? That can be a good resource for clear ways to

Re: [webkit-dev] AppCache class naming (WAS Re: SharedWorkers alternate design)

2009-05-29 Thread Michael Nordman
I really have no strong opinions one way or the other (or the other), so long as its somewhat intelligible I'm good. Having said that Kitchen and Counter don't pass muster for me :) Bindings mean script bindings... not gonna overload that for this Intelligible options any of which work for

Re: [webkit-dev] AppCache class naming (WAS Re: SharedWorkers alternate design)

2009-05-29 Thread Jeremy Orlow
HaKitchen/Counter were an attempt to push thinking in the right direction, not a real suggestion. Agree that this is a rat hole and it we need to move on. Still think Frontend/Backend is the clearest thing despite being used in a different manner in some other places and despite

Re: [webkit-dev] WebKit-Build

2009-05-29 Thread F S
Hello,   I have made some improvements that I like to share the findings, however it still does not build.   Things I did: - --- On Fri, 5/29/09, F S kaboota...@yahoo.com wrote: From: F S kaboota...@yahoo.com Subject: WebKit-Build To: webkit-dev@lists.webkit.org Date: Friday, May 29, 2009,

Re: [webkit-dev] WebKit-Build

2009-05-29 Thread F S
Hello,   I have made some improvements that I like to share the findings, however it still does not build.   Things I did: -  --- On Fri, 5/29/09, F S kaboota...@yahoo.com wrote: From: F S kaboota...@yahoo.com Subject: WebKit-Build To: webkit-dev@lists.webkit.org Date: Friday, May 29, 2009,

Re: [webkit-dev] WebKit-Build

2009-05-29 Thread F S
Hello,   I have made some improvements that I like to share the findings, however it still does not build.   Things I did: -  Noticed I --- On Fri, 5/29/09, F S kaboota...@yahoo.com wrote: From: F S kaboota...@yahoo.com Subject: WebKit-Build To: webkit-dev@lists.webkit.org Date: Friday, May

Re: [webkit-dev] WebKit-Build

2009-05-29 Thread F S
Hello,   Sorry, my previous email was sent at the middle, do not know why.   I have made some improvements that I like to share the findings, however it still does not build.   Things I did: -  Added Environment Variables for INCLUDE, PATH and LIB to Windows environment to match VC++ setting - 

Re: [webkit-dev] WebKit-Build

2009-05-29 Thread Roland Steiner
Hi Fred, Could it be that you did the checkout from under the Windows command line rather than from within CygWin? This messes it up, at least that was the cause for a similar issue I encountered. Everything worked fine when I re-did the checkout under CygWin. It's also the first time I see the

Re: [webkit-dev] AppCache class naming (WAS Re: SharedWorkers alternate design)

2009-05-29 Thread Michael Nordman
one might reasonably assume that in Chrome, the renderer process is the back end Not really. We do use the terms front and back, but they usually refer to something a bit orthognal to this child/main process distinction... closer to network stack vs closer to browserui is generally what these

Re: [webkit-dev] WebKit-Build

2009-05-29 Thread F S
Hi Roland,   I did the checkout from cygwin, I do not think you can do it from DOS command.   I tried one thing else and that seems to have done the trick.  Reading the documents over and over I noticed they say copy the webkit to cygn\home\username\Webkit. In my build I did not have such

[webkit-dev] Webkit GTKLauncher

2009-05-29 Thread swaroop k.s
Can anyone help me with this problem? I am trying to build the GTK build of webkit. When I try to run the GTKLauncher (WebKit/Programs/GtkLauncher), it fails with a segfault. The following is the message I get: ASSERTION FAILED: differenceBetween(coldPathBegin, call) ==

Re: [webkit-dev] does jit uses self-modifying code?

2009-05-29 Thread x yz
Hi, Appreciate for help. If the answer is yes may I know here are they. MIPS webkit-1.1.1, cmd using: jsc shell.js In JavaScriptCore/runtime/JSObject.h:527 asCell()-put(exec, propertyName, value, slot); this one will call a function, yet the function entry address got is invalid.

Re: [webkit-dev] Safari 4: all apps which use Webkit freezing at same time

2009-05-29 Thread David Kilzer
Hi Ben, The best thing to do in this case is to file a bug report with Apple on https://bugreport.apple.com/. I'll send you a list of steps on how to do this off the list. Dave From: Benjamin Jackson bhjack...@gmail.com To: webkit-dev@lists.webkit.org

[webkit-dev] Rendering Video using video overlay rather than on a Cairo surface (Graphics overlay)

2009-05-29 Thread Ajit Singh
WebKit's Gstreamer Plugin ( MediaPlayerPrivateGstremaer ) creates a WebKit video sink plugin (VideoSinkGstreamer) which uses a Cairo surface to render video on. We are porting WebKit on a custom MIPS processor which has a dedicated video scalar on it. I want to render video using a video scalar

Re: [webkit-dev] Rendering Video using video overlay rather than on a Cairo surface (Graphics overlay)

2009-05-29 Thread Sriram Neelakandan
On Sat, May 30, 2009 at 9:44 AM, Ajit Singh ajit.si...@2wire.com wrote: a custom MIPS processor which has a dedicated video scalar on it. I guess the BCM7xxx chip must have an attribute window to control the Video and Graphics Plane blending. I want to render video using a video scalar instead