Using wxMozilla with Firefox 1.5
In a message posted to the wxmozilla-devel mailing list, Michael Bonfils provided a patch to wxmozilla's code to get it to compile/link against Firefox 1.5. He did this for Windows platforms, but the patch should work on Unix/Linux, too.
This is what he said:
Hi,
I've made a patch (with a diff -u -b -w -E)
it's available at
http://www.murlock.org/wxmozilla_patch_firefox1.5.7.diff
which also contains three minors addons :
you can now set a cookie with
wxMozillaBrowser::SetCookie( url, name, value )
a proxy if needed
wxMozillaBrowser::SetProxy( username, password, ip_proxy, port, type
(1=http, 2=socks) )
you can now read a http header (need rewrote to not use static wxString)
in wxMozillaBrowserChrome::OnStateChange (header "X-IO-PAGE-ID" in my
code) and read with a wxMozillaBrowser::GetPageID()
and the GRE files are here :
http://www.murlock.org/mozilla_firefox1.5.0.7_GRE_WIN32.zip
I've used wxWidgets 2.6.1, VC2003 and XP.
If I find time, I'll try to test that under Ubuntu.
Thanks to all,
Michael
Labels: English
Liked it? Submit this post to Slashdot! |
posted by Arturo 'Buanzo' Busleiman @ 7:51 AM |
0 Comments:
Post a Comment
<< Home