Re: [webkit-dev] EOT Support in WebKit

2008-10-21 Thread Balaji
As I understand Tamil is a south Indian Language which is one of the Indian languages that has got highest Internet penetration (It is also an official language in Sri Lanka) nd Singapre). Most of the popular websites in Tamil are already in Unicode. I have been observing that the newer sites are c

[webkit-dev] can any one guide me how can i start off with javascript webkit .

2008-10-21 Thread Mital Vora
hie, I want to start learning javascript webkit bindings and how it works. can anyone suggest any good tutorial to me. I am totally new to javascript. -- Regeards, Mital Vora. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit

Re: [webkit-dev] Identifying a div element

2008-10-21 Thread Darin Adler
On Oct 21, 2008, at 3:11 AM, Julien Chaffraix wrote: > Node* curNode = ... ; > > if (curNode->isElement() && > static_cast(curNode)->hasTagName(HTMLNames::divTag)) { >// This is an html element. > } There's no need to check isElement() here or cast to Element*. The hasTagName function is d

[webkit-dev] Webkit on Windows

2008-10-21 Thread Rush Manbert
Hi, I have a client-side webkit-based app that I have developed on the Mac. I render my own HTML and load the display content with the result via a custom protocol handler. This requires that I use the willSendRequest proxy method to intercept URLs and "do the right thing". This can be loa

Re: [webkit-dev] EOT Support in WebKit

2008-10-21 Thread David Storey
On 18 Oct 2008, at 03:33, Maciej Stachowiak wrote: On Oct 17, 2008, at 3:02 PM, David Hyatt wrote: On Oct 17, 2008, at 4:58 PM, Peter Kasting wrote: On Fri, Oct 17, 2008 at 2:52 PM, David Hyatt <[EMAIL PROTECTED]> wrote: It's important to recognize that if you flip the EOT switch, you'r

Re: [webkit-dev] EOT Support in WebKit

2008-10-21 Thread Nicholas Shanks
On 18 Oct 2008, at 3:33 am, Maciej Stachowiak wrote: Some of the proposals there sound really interesting. 1) Detect when known unusually-encoded EOT fonts are used, and convert text in that font on-the-fly to Unicode. This has the advantage that features like "find in page" and copy/paste

Re: [webkit-dev] Identifying a div element

2008-10-21 Thread Pradnya Pathak
Thanks once again! Regards, Pradnya On Tue, Oct 21, 2008 at 4:36 PM, Julien Chaffraix <[EMAIL PROTECTED]>wrote: > [CC'ing the list again] > > On Tue, Oct 21, 2008 at 12:15 PM, Pradnya Pathak <[EMAIL PROTECTED] > > wrote: > >> Thanks Julien! It's working. >> Is it needed to check curNode->isEleme

[webkit-dev] Question about Widget* FrameLoaderClient::createJavaAppletWidget

2008-10-21 Thread Andrew S. Townley
Hi, In looking at the patch for bug referenced by Gustavo (https://bugs.webkit.org/attachment.cgi?id=23967&action=prettypatch), I also noticed this method. What happens for other embedded object types? Is it also worth considering a callback signal to allow embedded applications to embed arbitra

Re: [webkit-dev] Identifying a div element

2008-10-21 Thread Julien Chaffraix
Hi, > How can I check if a Node is a HTMLDivElement. I want to traverse from a > child node upto the parent node, until I reach a div node. You need first to check that it is an Element with the method isElement(), then cast it as an Element and check its tag name with Element::hasTagName() (in y

Re: [webkit-dev] Equivalent of WebKit/Qt's link delegation policy in WebKit/Gtk+?

2008-10-21 Thread Andrew S. Townley
Hi Gustavo, On Mon, 2008-10-20 at 23:51 -0200, Gustavo Noronha Silva wrote: > On Mon, 2008-10-20 at 16:07 +0100, Andrew S. Townley wrote: > > Unlike the majority of users, I don't need WebKit to access URIs on the > > Internet. I need to be able to intercept them and display custom HTML > > conte

Re: [webkit-dev] Equivalent of WebKit/Qt's link delegation policy in WebKit/Gtk+?

2008-10-21 Thread Andrew S. Townley
Hi Paul, On Mon, 2008-10-20 at 17:49 -0700, Paul Pedriana wrote: > Is it possible to handle this at the resource loading level as opposed > to the mouse clicking level? Wouldn't the former catch all URI loading > pathways as opposed to just clicked links? I need to solve this same > problem as

Re: [webkit-dev] Layout and Render

2008-10-21 Thread RAJENDIRAN SUNDARRAJAN-CPB738
Hi May I know in which platform you are trying WebKit. (i.e QT, Symbian ,Windows etc .) - Sundar From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of lijingwei-1011 Sent: Tuesday, October 21, 2008 1:42 PM To: webkit-dev Subject: [webkit-dev] Layo

[webkit-dev] Identifying a div element

2008-10-21 Thread Pradnya Pathak
Hello All, How can I check if a Node is a HTMLDivElement. I want to traverse from a child node upto the parent node, until I reach a div node. Regards, Pradnya ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listi

[webkit-dev] Layout and Render

2008-10-21 Thread lijingwei-1011
Hello Everyone, I am new to Webkit domain. I am confused with the layout and render. After HTMLParse::parseToken, it generated a document tree.But i don`t know how it start layouting, and rendering in the next step. Please tell me somewhere for more details. Now as i know, the nested relation is