[webkit-dev] Some questions about adobe air version webkit

2011-06-16 Thread wang chyz
1. I compiled adobe air webkit(http://download.macromedia.com/pub/opensource/webkit/webkit_dreamweavercs5_labs_01.zip) on Windows, but it’s size reach to 10m, and Adobe compiled it to 4m, can somebody give me any adives? 2. It seems the webkit version on above address is used in

Re: [webkit-dev] Adding ENABLE_BATTERY_STATUS to WebCore

2011-06-16 Thread Anssi Kostiainen
Hi, On 15.6.2011, at 20.25, ext Greg Simon wrote: From what I can tell the spec offers no way for the web application to initialize any algorithm based on the battery/power state because there is no guarantee of minimum time when a new document is created and the first battery event

[webkit-dev] DOM tree vs. Render tree

2011-06-16 Thread song.7.liu
Hi, Could some share what's the design consideration about the DOM tree and Render tree separation? Thanks, Song ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] DOM tree vs. Render tree

2011-06-16 Thread Darin Adler
On Jun 16, 2011, at 7:21 AM, song.7@nokia.com wrote: Could some share what’s the design consideration about the DOM tree and Render tree separation? CSS styling makes it easy for almost any DOM node to render as almost anything. To give one trivial example, a paragraph element can be

Re: [webkit-dev] Some questions about adobe air version webkit

2011-06-16 Thread Darin Adler
This is probably not the right place to ask Adobe about what they’ve done. I don’t think Adobe engineers answer those kinds questions on this list, and they historically haven’t participated here much. -- Darin ___ webkit-dev mailing list

Re: [webkit-dev] Adding ENABLE_BATTERY_STATUS to WebCore

2011-06-16 Thread Darin Fisher
On Thu, Jun 16, 2011 at 5:12 AM, Anssi Kostiainen anssi.kostiai...@nokia.com wrote: Hi, On 15.6.2011, at 20.25, ext Greg Simon wrote: From what I can tell the spec offers no way for the web application to initialize any algorithm based on the battery/power state because there is no

Re: [webkit-dev] DOM tree vs. Render tree

2011-06-16 Thread song.7.liu
Thanks, but why not generate a tree according to document ang css style at the same time? Or why is the post style decision needed? Thanks, Song -原信息- 发自: ext Darin Adler 发送: 2011-06-16, 23:54 To: Liu Song.7 (Nokia-MP/Beijing) Cc: webkit-dev@lists.webkit.org 主题: Re: [webkit-dev] DOM

Re: [webkit-dev] DOM tree vs. Render tree

2011-06-16 Thread Darin Adler
On Jun 16, 2011, at 4:30 PM, song.7@nokia.com wrote: Thanks, but why not generate a tree according to document ang css style at the same time? Or why is the post style decision needed? I can see from your question that you didn’t understand, but I’m not sure how to clear things up. The

Re: [webkit-dev] DOM tree vs. Render tree

2011-06-16 Thread Charles Pritchard
On Jun 16, 2011, at 8:53 AM, Darin Adler da...@apple.com wrote: On Jun 16, 2011, at 7:21 AM, song.7@nokia.com wrote: Could some share what’s the design consideration about the DOM tree and Render tree separation? CSS styling makes it easy for almost any DOM node to render as