[webkit-dev] WebHistory problems (how to load Safari history objects)
John Sullivan
sullivan at apple.com
Fri Jun 6 11:09:21 PDT 2008
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 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.
>
> BOOL res = [whist loadFromURL:nsurl error:&histerror];
>
> Can anyone help me how to load these webhistory objects?
>
> TNX, Uros.
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
More information about the webkit-dev
mailing list