[webkit-dev] build.webkit.org is moving to a new home this weekend

2009-03-27 Thread Mark Rowe
Hi all, Over the next day or two build.webkit.org will be moving to join the rest of the webkit.org services in being hosted by Mac OS Forge. There will be some down time for the build bots as I intend to take advantage of the move to rework the configuration in order to simplify adding

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

2009-03-27 Thread Brent Fulgham
Xiong, I'm sorry you are encountering the problem, but I must admit I am glad someone else is seeing this issue as now we can pool our efforts to resolve it. Since you are using directfb stuff, and I am on top of Windows, it seems the culprit is somewhere in the Cairo logic. Perhaps the

Re: [webkit-dev] How does webkit handle mime-type

2009-03-27 Thread Adam Barth
Do you mean the mime sniffer that decides which mime type to use for a given response or the code that decides what kind of document to create for a given mime type? On Fri, Mar 27, 2009 at 12:10 AM, Meryl Silverburgh wrote: > Hi, > > Can you please tell me where in the webkit code which look at

Re: [webkit-dev] make webkit-1.1.3 - error

2009-03-27 Thread Gustavo Noronha Silva
On Fri, 2009-03-27 at 13:24 +0800, yenchengwang wrote: > hi all, > I also get error messages like bellow when I make webkit-1.1.3 I would suggest doing a make distclean and starting the build from scratch. This looks like a build mixing versions of libraries. See you, -- Gustavo Noronha Sil

Re: [webkit-dev] make webkit-1.1.3

2009-03-27 Thread Gustavo Noronha
On Fri, 2009-03-27 at 14:25 +0300, Alexey Proskuryakov wrote: > On 27.03.2009, at 12:57, Zoltan Horvath wrote: > > > you have to update your system's ICU to 4.0. > > (http://site.icu-project.org/download) > > > Is this a requirement only for the Gtk port? On other platforms, ICU > as old as 3.

Re: [webkit-dev] Tree Redness

2009-03-27 Thread Eric Seidel
I filed the hanging tests on the PPC bot under this bug: https://bugs.webkit.org/show_bug.cgi?id=24888 I think they all may be caused by one AX crasher? But I'm not sure. run-webkit-tests doesn't seem to be properly reporting the crasher. -eric 2009/3/26 Eric Seidel : > Oh, and there are a bunc

Re: [webkit-dev] make webkit-1.1.3

2009-03-27 Thread Alexey Proskuryakov
On 27.03.2009, at 12:57, Zoltan Horvath wrote: you have to update your system's ICU to 4.0. (http://site.icu-project.org/download) Is this a requirement only for the Gtk port? On other platforms, ICU as old as 3.2 is still used, although with some differences in behavior. - WBR, Alexey P

Re: [webkit-dev] opcode for Webkit JavaScript Engine opcode

2009-03-27 Thread Ariya Hidayat
> Can you please tell where i can find definition of JavaScript opcode? > I mean, Webkit will parse the source js file into some internal > JavaScript opcode for it s JavaScript VM to execute. > Can you please tell me where I can find that? Could not be more obvious: JavaScriptCore/bytecode/ Jav

Re: [webkit-dev] make webkit-1.1.3

2009-03-27 Thread Zoltan Horvath
yenchengwang wrote at: 2009. 03. 27. 04.54.: > Hi all, > I downloaded the gtk webkit, webkit-1.1.3 and try to make it, but > always get these error messages like bellow: > ... > Could someone give me a hand or some hints ?? > any information would be appreciate~ :D Hi, you have to update you

Re: [webkit-dev] Workers and Database

2009-03-27 Thread Ian Hickson
On Thu, 26 Mar 2009, Husam Senussi wrote: > > Does workers have access to thing like localstorage and database Per spec, localstorage:no, databases:yes. (Not sure about the implementation, though.) -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/

[webkit-dev] opcode for Webkit JavaScript Engine opcode

2009-03-27 Thread Lucius Fox
Hi, Can you please tell where i can find definition of JavaScript opcode? I mean, Webkit will parse the source js file into some internal JavaScript opcode for it s JavaScript VM to execute. Can you please tell me where I can find that? Thank you. ___ w

[webkit-dev] How does webkit handle mime-type

2009-03-27 Thread Meryl Silverburgh
Hi, Can you please tell me where in the webkit code which look at the mime-type of http response and decides how to process it? Thank you. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev