i actually want to develop a plugin for a web-browser for my project purpose. I basically want that i should be able to access all the features provided by a web-browser ...i.e.
--> to be able to know the history of the user who has logged in.
--> to be able to display any web-page created by me to show some messages to the user.
--> to be able to start another instance of the web-browser.
--> to connect to any other site in the background and use it for my own purpose.
--> to detect any of the actions done by the user such as clicking the back and forward button and clicking on a hyperlink..
--> to be able to connect to some other server
i would be glad to know if making a plugin really solves my problems of accessing all the features of browser..
it would be good if you let me know some links from where i can get information about developing a plugin and be able to do it in either c++ / Qt / Java.
Awaiting a reply...
