Re: [webkit-dev] DOMDocument to NSXMLDocument

2007-12-13 Thread Darin Adler
On Dec 13, 2007, at 4:39 PM, Major Domo wrote: Speaking in terms of Objective C, what would be the best way to convert an instance of DOMDocument into an instance of NSXMLDocument? You'll need to serialize to an NSString, then parse it. One way that might work, if you don't care about losing

[webkit-dev] DOMDocument to NSXMLDocument

2007-12-13 Thread Major Domo
Speaking in terms of Objective C, what would be the best way to convert an instance of DOMDocument into an instance of NSXMLDocument? Disclaimers: 1) I assure you, this question makes sense in Cocoa. 2) This question was recently posed to me and the more I've looked into it, the more it's dr

Re: [webkit-dev] Refactoring activex object converting to plugin code?

2007-12-13 Thread Darin Adler
On Dec 13, 2007, at 2:25 PM, Rui Jiang wrote: Right now webkit will automatically convert some well known ActiveX objects (flash, wmp, realplayer etc) to corresponding plugins. (see code in RenderPartObject.cpp, mapClassIdToServiceType etc). However, this may not be always favorable. I've s

[webkit-dev] Refactoring activex object converting to plugin code?

2007-12-13 Thread Rui Jiang
Hi all, Right now webkit will automatically convert some well known ActiveX objects (flash, wmp, realplayer etc) to corresponding plugins. (see code in RenderPartObject.cpp, mapClassIdToServiceType etc). However, this may not be always favorable. I've seen webpages just want the browser bail o

[webkit-dev] Changes to keyboard event handling

2007-12-13 Thread Alexey Proskuryakov
In the latest WebKit nightlies, we have changed keyboard event handling to match Internet Explorer much more closely. This has fixed some compatibility bugs, although it remains to be seen whether significant problems with WebKit-specific content will be uncovered. It is entirely possible that