Re: [webkit-dev] Unforking Chromium: The Upstreaminess Dashboard

2008-11-19 Thread Eric Seidel
All of our chromium platform/ files are off in a separate part of our repository, but will be moved into our WebKit vendor branch, and thus will appear on that page soon. http://src.chromium.org/viewvc/chrome/trunk/src/webkit/port/ (note in particular the platform/ subdirectory) -eric On Wed, No

Re: [webkit-dev] Unforking Chromium: The Upstreaminess Dashboard

2008-11-19 Thread Geoffrey Garen
Thank you, Dimitri. I found http://build.chromium.org/merge/ very informative. Cheers, Geoff___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] loadRequest

2008-11-19 Thread Mital Vora
hi Drew, I am also trying to work on Cairo build since last couple of days. Unfortunately the trunk version of Cairo build is not compiling. Brent Fulgham has worked on cairo build.you should contact him for any query. Regards, Mital On Thu, Nov 20, 2008 at 1:21 AM, Christian Dywan <[EMAIL PROTE

[webkit-dev] Unforking Chromium: The Upstreaminess Dashboard

2008-11-19 Thread Dimitri Glazkov
As you may know, we at the Chromium project have been working toward being on the ToT WebKit, so that we could become productive members of the WebKit community. You can see the progress of our effort here: http://build.chromium.org/merge/ The page lists all WebKit files to which we made changes,

Re: [webkit-dev] Webkit compatibility in India - Transcoding Indic fonts

2008-11-19 Thread Christian Dywan
Am Wed, 19 Nov 2008 17:26:23 -0800 schrieb Maciej Stachowiak <[EMAIL PROTECTED]>: > > On Nov 19, 2008, at 10:42 AM, Jungshik Shin (신정식, 申政湜) > wrote: > > > > > > > 2008/11/6 Prunthaban Kanthakumar <[EMAIL PROTECTED]> > > > > Now we can do the following, > > 1. Add an additional condition in st

Re: [webkit-dev] Webkit compatibility in India - Transcoding Indic fonts

2008-11-19 Thread Maciej Stachowiak
On Nov 19, 2008, at 10:42 AM, Jungshik Shin (신정식, 申政湜) wrote: 2008/11/6 Prunthaban Kanthakumar <[EMAIL PROTECTED]> Now we can do the following, 1. Add an additional condition in styleDidChange method to check if the font-family is supported by our transcoder (At present a fast look-up

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 mo

Re: [webkit-dev] calcPrefWidths, SimpleFontData, and text fields (oh my!)

2008-11-19 Thread Mike Pinkerton
Sorry everyone, I was looking at our current Chromium source, which has patches applied over ToT Webkit. It all makes sense now. Clue vended, thanks! On Wed, Nov 19, 2008 at 4:26 PM, Dan Bernstein <[EMAIL PROTECTED]> wrote: > > On Nov 19, 2008, at 1:17 PM, Mike Pinkerton wrote: > >> In tracking d

Re: [webkit-dev] calcPrefWidths, SimpleFontData, and text fields (oh my!)

2008-11-19 Thread Dan Bernstein
On Nov 19, 2008, at 1:17 PM, Mike Pinkerton wrote: In tracking down something for Mac Chromium, I came across something in WebCore that I can't explain, and hopefully someone on this list can vend me a clue. RenderTextControl::calcPrefWidths() checks the average character width of the primary

[webkit-dev] calcPrefWidths, SimpleFontData, and text fields (oh my!)

2008-11-19 Thread Mike Pinkerton
In tracking down something for Mac Chromium, I came across something in WebCore that I can't explain, and hopefully someone on this list can vend me a clue. RenderTextControl::calcPrefWidths() checks the average character width of the primary font if the width isn't explicitly set. This calls into

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

2008-11-19 Thread Zalan Bujtas
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). For us, it is important to make sure that our port takes advantage of all the improvements coming to WebKit trunk, so for this reason, we'd li

Re: [webkit-dev] loadRequest

2008-11-19 Thread Christian Dywan
Am Wed, 19 Nov 2008 10:32:23 -0800 (PST) schrieb "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > Thank you Darin. > > Is there a way to remove the Apple binary dependencies from WebKit? > I'll be ok using the Windows networking stack. What's most important > for me is that I'm able to use the renderin

Re: [webkit-dev] Webkit compatibility in India - Transcoding Indic fonts

2008-11-19 Thread 신정식, 申政湜
2008/11/6 Prunthaban Kanthakumar <[EMAIL PROTECTED]> > Hi All, > > This is a continuation of the mail thread > https://lists.webkit.org/pipermail/webkit-dev/2008-October/005495.html > > I am interested in discussing about some of the ways to implement mjs' > ideas. > > As mjs says in the above mai

Re: [webkit-dev] loadRequest

2008-11-19 Thread [EMAIL PROTECTED]
Thank you Darin. Is there a way to remove the Apple binary dependencies from WebKit? I'll be ok using the Windows networking stack. What's most important for me is that I'm able to use the rendering engine. Thanks, Drew --- On Wed, 11/19/08, Darin Adler <[EMAIL PROTECTED]> wrote: > From: Dar

Re: [webkit-dev] Fwd: Using WebKit's markup as facility of Chrome's DOM serializer

2008-11-19 Thread Darin Adler
On Nov 18, 2008, at 12:45 AM, Johnny Ding wrote: For adding above features to markup. I think we can define a abstract class called MarkupClient I think it's fine to add a client interface to make the markup machinery extensible. But the five features you're talking about above seem to al

Re: [webkit-dev] loadRequest

2008-11-19 Thread Darin Adler
On Nov 19, 2008, at 8:34 AM, [EMAIL PROTECTED] wrote: Namely, CFNetwork, CoreFoundation, etc. Obviously I got these from my Safari installation. Are these DLL's freely redistributable? They're not. The license at and

[webkit-dev] loadRequest

2008-11-19 Thread [EMAIL PROTECTED]
I finally got WebKit to build properly. I'm building a test application and I'm using WinLauncher as my example. WinLauncher doesn't appear to work for me when I type a URL in e.g. http://yahoo.com so it doesn't surprise me that my code doesn't work. I'm essentially taking the loadURL function

[webkit-dev] crash in the webkit rev. 38550

2008-11-19 Thread haithem rahmani
Hi all, after updating webkit to the rev. 38550, the Gtklauncher crashes with segmentation fault error, and here the output of GDB. #0 0x299eb0a2 in WebCore::StringImpl::computeHash (data=0x497000, length=749940800) at ./WebCore/platform/text/StringImpl.h:183 #1 0x2a038fa0 in WebCore::UCh

[webkit-dev] Need some information----by HCL

2008-11-19 Thread haithem rahmani
Hi Laxmi, you can try this webKit based browser: http://www.sand-labs.org/owb it is open source. regards. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] need some information......

2008-11-19 Thread Christian Dywan
Am Wed, 19 Nov 2008 16:49:40 +0530 schrieb "Laxmi Kumar Sahu " <[EMAIL PROTECTED]>: > Hi, > As per my client requirements, To analysis better I need some > information as bellow, You make it sound like you are asking a contractor. I advise you might want to ask in a slightly less demanding way i

[webkit-dev] need some information......

2008-11-19 Thread Laxmi Kumar Sahu
Hi, As per my client requirements, To analysis better I need some information as bellow, 1. What is market share value of this webkit layout engine ? 2. What are security standards using in this engine like SSL 2.0, SSL 3.0, TLS 1.0 ? 3. Did any client certific

Re: [webkit-dev] Need some information----by HCL technologies, INDIA

2008-11-19 Thread Nilesh Patil
Hi I think u pasted here your client requirements directly ? u want it all for free :) Anyway, > 1. Is it work in VxWorks environment ? It runs. Just want a clarification about host and target u wish to use. There is a link which webkit trac gives, which lists answers (probably to all) f

Re: [webkit-dev] Need some information----by HCL technologies, INDIA

2008-11-19 Thread Sriram Neelakandan
Interestingly, the problem is seen in Firefox / Thunderbird & Outlook Express as well. But GNOME/Evolution seems to render it correctly On Wed, Nov 19, 2008 at 1:03 PM, Darren VanBuren <[EMAIL PROTECTED]>wrote: > Fine in Mail on Leopard and iPod touch. > > Darren VanBuren > -