[webkit-dev] WebHistory problems (how to load Safari history objects)

2008-06-06 Thread uru lama
Hi, all. I would like to load webhistory objects stored in the Safari history directory (~/Library/Caches/Metadata/Safari/History). However, loading from file using the NSURL and WebHistory loadFromURL method does not work since WebHistory object is always empty and the method returns a NO value.

Re: [webkit-dev] WebHistory problems (how to load Safari history objects)

2008-06-06 Thread John Sullivan
Those files are not Safari's history. They are an implementation detail of how Spotlight works with Safari's history. Safari's history is stored in ~/Library/Safari/History.plist. John On Jun 6, 2008, at 1:15 AM, uru lama wrote: Hi, all. I would like to load webhistory objects stored in

Re: [webkit-dev] WebHistory problems (how to load Safari history objects)

2008-06-06 Thread Mark Rowe
On 06/06/2008, at 01:15, uru lama wrote: Hi, all. I would like to load webhistory objects stored in the Safari history directory (~/Library/Caches/Metadata/Safari/History). However, loading from file using the NSURL and WebHistory loadFromURL method does not work since WebHistory object

Re: [webkit-dev] Qt DOM tree

2008-06-06 Thread Julien Chaffraix
Hi Habiba, I posted in this mailling list because it seemed to me necessary seen that I work with WebKit, because the important for me it is to have ideas of the others. Just to clear that a bit as it can be quite confusing. What you are really using is WebKit embedded in the Qt framework