I've implemented a very simple plugin for Safari that launches helper
applications for certain mime-types based on the example found here: http://developer.apple.com/internet/safari/samples/
SamplePlugInProject.dmg
Did you try the LaunchServices route and if so, what was the problem?
Is there a reliable way to tell the current Safari window to go back
(or
get its history) using another API? If so, can you point me to some
documentation?
You should be able to get a WindowRef from your NPWindow; if you can
somehow use that to traverse the view heirarchy, you should be able to
call -[WebView goBack]. But it's pretty ugly.
Best wishes,
Hamish
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webkitsdk-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webkitsdk-dev/email@hidden