Re: [webkit-dev] [webkit-changes] [42699] trunk/WebCore

2009-04-20 Thread Alexey Proskuryakov
21.04.2009, в 9:59, gga...@apple.com написал(а): Renamed "*InlineEventListener*" => "*AttributeEventListener*", and "isInline" => "isAttribute". -EventListener* Node::getInlineEventListener(const AtomicString& eventType) const +EventListener* Node::getAttributeEventListener(

[webkit-dev] how does Webkit handle font

2009-04-20 Thread ying lcs
Hi, Can you please tell me how does Webkit handle font? (e.g. which files I should look at) e.g. css can specify a particular font for a paragraph , where/how does Webkit load the font from the OS (or how does it know the font actually exists? Thank you. __

Re: [webkit-dev] Safari "Open in Dashboard" feature

2009-04-20 Thread Adele Peterson
Hi Meryl, Here's a blog post that might clear up some of the confusion: http://webkit.org/blog/101/ The debugging page shows you how to debug your version of WebKit, from svn, with the standard shipping version of Safari on OSX. Since WebKit is not an application itself, you need to run so

Re: [webkit-dev] Safari "Open in Dashboard" feature

2009-04-20 Thread Meryl Silverburgh
Thank you. I have a related question about Safari and Webkit. In this page about 'debugging webkit on Macos', it said: "Choose any WebKit application you want to use for debugging. To use Safari, select /Applications/Safari.app." My question is why it said using 'Safari.app', if Safari applicati

[webkit-dev] Rendering for small screen

2009-04-20 Thread Graffine
Hello: I want to render the web page content to small screen size. The goal is to adjust viewport size to render whole web content without scroll bar. I think it might start from Frame or Render class, but I don't find any feature or function to do this. Where can I find this? Graffine. _