[webkit-dev] Adding ENABLE_CONTACTS to WebCore

2011-06-24 Thread 김동관
Hi webkit-dev! I wanted to let you know that I plan to add Contacts API support to WebKit. This API is a new feature that is published by W3C. The Device APIs Working Group of W3C has just released a Last Call Working Draft of its Contacts API:

Re: [webkit-dev] Adding ENABLE_CONTACTS to WebCore

2011-06-24 Thread Ojan Vafai
Is there a document that lists the use-cases for this API? I couldn't find anything from a quick glance through the DAP working group's mailing list archive. A list of use-cases would help evaluate whether this is the best API. At first glance, it strikes me that something like input type=contacts

Re: [webkit-dev] Inconsistency in logging approach

2011-06-24 Thread Łukasz Ślachciak
W dniu 23.06.2011 22:16, Darin Adler pisze: Correcting the #if to use LOG_DISABLED would be going back to the original design. I created bugzilla patch for it https://bugs.webkit.org/show_bug.cgi?id=63346 Regards Lukasz Slachciak ___ webkit-dev

Re: [webkit-dev] Possible rule of thumb for FrameLoader vs. DocumentLoader code

2011-06-24 Thread Adam Barth
That sounds pretty much exactly in line with how I'd like to see this code evolve. It seems like FrameLoader should hold the following state: 1) The various DocumentLoaders (provisional, policy, and committed). 2) A state machine concerning the lifecycle of navigating a frame (displaying initial