Re: [webkit-dev] Some thoughts about platform flags

2008-09-25 Thread Eric Seidel
Sam and I talked about this at length over coffee this evening. He and I agreed, this conversation should be less about #ifdefs and more about abstractions. I'm sure I'm clear on which abstractions we need for Chromium (beyond ScriptController, and GraphicsContext), certainly not as clear as

[webkit-dev] JavascriptCore

2008-09-25 Thread Sherif
Hello guys, i need to determine the JavascriptCore version of my webkit? How can i do it? Also if i wan to edit to the Webcore, could somebody lead me? thanks, ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] JavascriptCore

2008-09-25 Thread Ariya Hidayat
i need to determine the JavascriptCore version of my webkit? How can i do it? Should be the same as your WebKit version. Also if i wan to edit to the Webcore, could somebody lead me? The wiki contains some useful information. Also you need to ask more specific questions. -- Ariya

Re: [webkit-dev] JavascriptCore

2008-09-25 Thread Sherif
How can i start editing the javascriptcore to implement letter shaping? Could any body please help thanks, Ariya Hidayat wrote: i need to determine the JavascriptCore version of my webkit? How can i do it? Should be the same as your WebKit version. Also if i wan to edit to the

Re: [webkit-dev] JavascriptCore

2008-09-25 Thread David Kilzer
On Thu, 9/25/08, Sherif [EMAIL PROTECTED] wrote: How can i start editing the javascriptcore to implement letter shaping? Font rendering is done in WebCore, not JavaScriptCore. Arabic is rendered using the complex text code path. Look for files with Font in their name, search for complex,

Re: [webkit-dev] JavascriptCore

2008-09-25 Thread Sherif
where can i download the webcore files? In my iphone, i have my webkit version is 418.1 and version number is 525.18.1 It is not a nightly build I thought that the webcore can support unicode, thanks, David Kilzer wrote: On Thu, 9/25/08, Sherif [EMAIL PROTECTED] wrote: How can i start

[webkit-dev] Building program Webkit

2008-09-25 Thread Nacho Abejaro
Hi I'm trying to build latest QtWebKit trunk over Linux Ubuntu 8, but I've got this error: ./../../WebCore/page/FrameView.cpp: In member function 'void WebCore::FrameView::layoutIfNeededRecursive()': ../../../WebCore/page/FrameView.cpp:1164: error: conversión inválida de 'const

Re: [webkit-dev] JavascriptCore

2008-09-25 Thread David Kilzer
where can i download the webcore files? From the same place you downloaded the JavaScriptCore source. Dave On Thu, 9/25/08, Sherif [EMAIL PROTECTED] wrote: where can i download the webcore files? In my iphone, i have my webkit version is 418.1 and version number is 525.18.1 It is not a

Re: [webkit-dev] Building program Webkit

2008-09-25 Thread Ariya Hidayat
I'm trying to build latest QtWebKit trunk over Linux Ubuntu 8, but I've got this error: ./../../WebCore/page/FrameView.cpp: In member function 'void WebCore::FrameView::layoutIfNeededRecursive()': ../../../WebCore/page/FrameView.cpp:1164: error: conversión inválida de 'const

Re: [webkit-dev] build problems ( win32 cygwin webkit )

2008-09-25 Thread Albert Law
Hi Mark, Yup, that was the problem. I fixed it. Thanks. - Albert Law Snowbound Software Corp. Software Engineer telephone: 1.617.607.2010 x 2141 toll-free: 1.866.630.9495 x 2141 -Original Message- From: Mark Rowe [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 12:14

[webkit-dev] Feature flags and ports

2008-09-25 Thread Avi Drissman
In WebKit, PLATFORM(MAC) means a lot of things, and one thing in particular it means is to use NSURLResponse. I filed https://bugs.webkit.org/show_bug.cgi?id=20890 with a patch, and it kicked up a storm. It seemed like there was fundamental disagreement about what the meaning of PLATFORM(MAC)

Re: [webkit-dev] Feature flags and ports

2008-09-25 Thread Avi Drissman
... and Amanda points me to the existing thread on this topic. I'll follow up there. Avi (who just joined the list today) On Thu, Sep 25, 2008 at 2:29 PM, Avi Drissman [EMAIL PROTECTED] wrote: In WebKit, PLATFORM(MAC) means a lot of things, and one thing in particular it means is to use

Re: [webkit-dev] Feature flags and ports

2008-09-25 Thread Amanda Walker
(points avi at the some thoughts on platform flags thread from yesterday ... :-) ) On Thu, Sep 25, 2008 at 2:29 PM, Avi Drissman [EMAIL PROTECTED] wrote: In WebKit, PLATFORM(MAC) means a lot of things, and one thing in particular it means is to use NSURLResponse. I filed

[webkit-dev] #16401 - last available patch for webkit glib bindings

2008-09-25 Thread Luke Kenneth Casson Leighton
folks - further work from me, at this time, on the glib bindings, is at an end. any offers of payment or contracting offers if they've been made _may_ have gone into my spam folder: if that's the case and i've overlooked them please do contact me via the Email me button on my web site,

Re: [webkit-dev] Feature flags and ports

2008-09-25 Thread Maciej Stachowiak
On Sep 25, 2008, at 11:29 AM, Avi Drissman wrote: In WebKit, PLATFORM(MAC) means a lot of things, and one thing in particular it means is to use NSURLResponse. I filed https://bugs.webkit.org/show_bug.cgi?id=20890 with a patch, and it kicked up a storm. It seemed like there was

[webkit-dev] WebKit Dev Builds

2008-09-25 Thread Jason Hullinger
Would it be possible to include a Dev build (libs and headers) for each nightly build? Thanks much, ~/Jason Hullinger ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev