[webkit-dev] Fwd: Unable to load www.ovam.com on GtkLauncher

2008-11-20 Thread bournwebkit
Hi Folks, I am unable to load http://www.ovam.com on GtkLauncher. even I could not get the curl output. Here is the curl verbose [EMAIL PROTECTED]:~# curl -v http://www.ovam.com * About to connect() to www.ovam.com port 80 (#0) * Trying 61.80.91.112... connected * Connected to www.ovam.com (61

Re: [webkit-dev] Problem with transparency and webpages without bgcolor definition -> Bug?

2008-11-20 Thread David Kilzer
Hi Bernd, Please file a bug on and attach a patch for review. Thanks! Dave From: "Weber, Bernd" <[EMAIL PROTECTED]> To: webkit-dev@lists.webkit.org Sent: Thursday, November 20, 2008 7:43:26 PM Subject: [

[webkit-dev] Problem with transparency and webpages without bgcolor definition -> Bug?

2008-11-20 Thread Weber, Bernd
Hi, I run a GTK webkit here with transparency activated. Now we found when we load an HTML page that has no bgcolor information, neither as attribute in the body tag, nor as stylesheet property, then the page background is set to transparent and not to the default background color defined in We

[webkit-dev] incorrect webkit-margin-collapse behaviour

2008-11-20 Thread Nick Menere
Hi all, We have recently moved from quirks to strict doctype and wanted to revert the behaviour of paragraph margins in table cells. I found the webkit-margin-collapse property and from the description, it looks exactly what I want - "This property allows you to emulate the behavior of some b

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

2008-11-20 Thread 신정식, 申政湜
2008년 11월 20일 (목) 오전 3:00, Prunthaban Kanthakumar <[EMAIL PROTECTED]>님의 말: > > > On Thu, Nov 20, 2008 at 12:01 AM, Jungshik Shin (신정식, 申政湜) < > [EMAIL PROTECTED]> wrote: > >> >> >> 2008/11/6 Prunthaban Kanthakumar <[EMAIL PROTECTED]> >> >> Hi All, >>> >>> This is a continuation of the mail thread

Re: [webkit-dev] Unable to load www.ovam.com on GtkLauncher

2008-11-20 Thread Holger Freyther
On Thursday 20 November 2008 21:24:51 bournwebkit wrote: > * HTTP 1.0, assume close after body > < HTTP/1.0 302 Moved Temporarily I get that on the console: Curl ERROR for url='http://zutex.com', error: 'Number of redirects hit maximum amount' z. __

[webkit-dev] Unable to load www.ovam.com on GtkLauncher

2008-11-20 Thread bournwebkit
Hi, I am unable to load http://www.ovam.com on GtkLauncher. even I could not get the curl output. Here is the curl verbose [EMAIL PROTECTED]:~# curl -v http://www.ovam.com * About to connect() to www.ovam.com port 80 (#0) * Trying 61.80.91.112... connected * Connected t

[webkit-dev] zoom from a point - design inputs

2008-11-20 Thread zaheer ahmad
hi all, Iam implementing a variant of the zoom api in the gtk port to zoom wrt to a click point instead of the default page origin. i see few options - translate the cairo context in the expose and adjust document dirty rectangles in paint. This may break other usecases as layout engine is oblivio

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

2008-11-20 Thread Geoffrey Garen
Now should I file a new bug on https://bugs.webkit.org/ for improving markup, then write the patch and send to you (plus someone else I should involve) for review? Is that a right process? Yes, that's right. But you shouldn't target the patches at a specific person for review unless it's a

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

2008-11-20 Thread Darin Adler
On Nov 20, 2008, at 9:32 AM, Darin Adler wrote: On Nov 20, 2008, at 6:47 AM, Johnny Ding wrote: Now should I file a new bug on https://bugs.webkit.org/ for improving markup, then write the patch and send to you (plus someone else I should involve) for review? Is that a right process? Yes,

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

2008-11-20 Thread Darin Adler
On Nov 20, 2008, at 6:47 AM, Johnny Ding wrote: Now should I file a new bug on https://bugs.webkit.org/ for improving markup, then write the patch and send to you (plus someone else I should involve) for review? Is that a right process? Yes, that's right. But you shouldn't target the patche

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

2008-11-20 Thread Johnny Ding
Hi Darin, Thanks very much for your comments. I am glad I have chance to introduce those features into WebKit. MarkupClient interface is the interface for markup extensibility. Also all those five features will be implemented inside Markup, But I think each of them have different request. For feat

Re: [webkit-dev] accessing forms using document."form-name". causescrash in XHTML file

2008-11-20 Thread Deshpande, Raghavendra
Hello, Sorry, I pasted the wrong code... If we use, document.forms.MyForm. , it crashes. But, With the following content, it doesn't crash.. and It doesn't work either. If the same content is served as .html, the form submit works. Please find the attached test files. Raghu From: [EMAIL P

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

2008-11-20 Thread Prunthaban Kanthakumar
On Thu, Nov 20, 2008 at 12:01 AM, Jungshik Shin (신정식, 申政湜) < [EMAIL PROTECTED]> wrote: > > > 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 interes

[webkit-dev] Qt webkit error in securityorigin::create?

2008-11-20 Thread leslie lige
Hi all, I'm now working on porting qt4.5 webkit onto blackfin uclinux, but I encountered this error: in file src/3rdparty/webkit/WebCore/page/SecurityOrigin.cpp, in the follow function: PassRefPtr SecurityOrigin::create(const KURL& url) { printf("create\n"); return adoptRef(new Securi

Re: [webkit-dev] Extending WebKit JavaScript support

2008-11-20 Thread Iulian
I created an object call MyObject. When ai load a page that contains the following JS code "asert(typeof MyObject);" i receive "undefined". Christian Dywan wrote: > > Am Thu, 13 Nov 2008 01:34:17 -0800 (PST) > schrieb Iulian <[EMAIL PROTECTED]>: > >> I would like to extend JavaScript support w

Re: [webkit-dev] accessing forms using document."form-name". causes crash in XHTML file

2008-11-20 Thread Nilesh Patil
hi i hope u hav checked out xhtml standards there are some rules about xhtml document (i.e. how to write or read) http://www.w3schools.com/xhtml/xhtml_html.asp Follow above link. Probably u will get answer. just one observation, in xhtml 'name' attribute of tags is always replaced by 'id'. Thanks

[webkit-dev] accessing forms using document."form-name". causes crash in XHTML file

2008-11-20 Thread Deshpande, Raghavendra
Hi All, I have pasted the test content below. If this content is present in a .xhtml file, the webkit crashes. (Verified in Safari on Win XP with latest nightly, and in Chrome - It crashes there too.) But, if the same content is served in a .html file, It works fine. I am afraid, the XH