You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/xparts/mozilla
tpearson a2ac0d637f Implement support for updating the status bar when the mouse cursor is above a link (and by javascript) and the window title is updated when a page is loaded in the mozilla plugin
Thanks to Julius Schwartzenberg for the patch!


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1259023 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
..
Makefile.am Fix compilation of Mozilla plugin for Konqueror 14 years ago
README Update Mozilla plugin README 14 years ago
configure.in.in Fix compilation of Mozilla plugin for Konqueror 14 years ago
kmozilla.c Implement support for updating the status bar when the mouse cursor is above a link (and by javascript) and the window title is updated when a page is loaded in the mozilla plugin 14 years ago
kmozilla.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kmozilla.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kmozilla.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kmozilla_ext.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kmozilla_ext.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kmozillapart.cpp Trinity Qt initial conversion 15 years ago
kmozillapart.h Trinity Qt initial conversion 15 years ago
kshell.cpp Trinity Qt initial conversion 15 years ago
main.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
parthost.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

You will need to set some environment variables for this to work. Have a look
at env for some sample settings.

From a developer working on the plugin:
	It's necessary for the kmozilla binary to see two environment variables as well.
	First of all, it needs to find its libraries and also it needs to know the location of the Mozilla environment it should use. Something like this should work:
	export LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9.2.23/
	export MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.9.2.23/
	konqueror (and open a site and choose kmozilla as the viewer)

	Maybe a kcontrol panel could be added at some point that allows choosing the Mozilla environment to use.