|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Galeon 2.0.7 Released!Hi all,
I've just pushed the 2.0.7 release. This is notable because it reaches what I consider the bare minimum of firefox 3/xulrunner 1.9 support to be usable (I'm now doing my day-to-day browsing against xulrunner 1.9) Handling private SSL certs is less than perfect but at least it's possible. Apart from that, everything is pretty much as it should be. 2.0.7 "Surprise!" - Works with Firefox 2/3 and Xulrunner 1.8/1.9 - Restored support for http authentication by Mike Hommey <mh@...> - Restored support for remembering passwords. - Partially restored support for user stylesheets. - Effect is global rather than per page but UI doesn't reflect this. --phil ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Galeon-devel mailing list Galeon-devel@... https://lists.sourceforge.net/lists/listinfo/galeon-devel |
|
|
Re: Galeon 2.0.7 Released!Hello Philip,
On Fri, Sep 26, 2008 at 09:02:40PM -0700, Philip Langdale wrote: > Hi all, > > I've just pushed the 2.0.7 release. This is notable because it reaches > what I consider the bare minimum of firefox 3/xulrunner 1.9 support to > be usable (I'm now doing my day-to-day browsing against xulrunner 1.9) Great work! Thanks! I wonder, does this also mean that the keyword support works? The fact that this no longer works might not have reached you guys, but got stuck in Debian's BTS[1]. If not, I'm sorry about this, I was not sure if the Galeon bugzilla BTS was still looked at. Kind regards, Paul 1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491678 -- PhD Student @ Eindhoven | email: paul@... University of Technology, The Netherlands | JID: paul@... >>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Galeon-devel mailing list Galeon-devel@... https://lists.sourceforge.net/lists/listinfo/galeon-devel |
|
|
Re: Galeon 2.0.7 Released!Paul van Tilburg wrote:
> > Great work! Thanks! > I wonder, does this also mean that the keyword support works? > The fact that this no longer works might not have reached you guys, > but got stuck in Debian's BTS[1]. If not, I'm sorry about this, I was > not sure if the Galeon bugzilla BTS was still looked at. That's not how it's meant to work. You're supposed to create smart bookmarks and then assign a nickname to them. eg: My google SBM is: nickname: google smart url: http://www.google.com/search?q=%s and I can type 'google foobar' in the location field and it will do the search. --phil ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Galeon-devel mailing list Galeon-devel@... https://lists.sourceforge.net/lists/listinfo/galeon-devel |
|
|
Re: Galeon 2.0.7 Released!On Sat, Sep 27, 2008 at 08:54:18AM -0700, Philip Langdale wrote:
> Paul van Tilburg wrote: > > > > Great work! Thanks! > > I wonder, does this also mean that the keyword support works? > > The fact that this no longer works might not have reached you guys, > > but got stuck in Debian's BTS[1]. If not, I'm sorry about this, I was > > not sure if the Galeon bugzilla BTS was still looked at. > > That's not how it's meant to work. You're supposed to create smart > bookmarks and then assign a nickname to them. I know. I used to use that, but I switched from my local smart bookmark system to a more online, centralized and community managed one, such as YubNub[1]. And up until Galeon 2.0.5, that use to work just fine. Consider the search keyword URL to be a "default" smart bookmark. With the previous Gecko transition (a few years ago?) this got broken, and fixed. And now it broke again. So, for the moment, I stopped updating after 2.0.4. I could make a smart bookmark for YubNub, but that would defeat the purpose. Regards, Paul 1: See http://yubnub.org/documentation/describe_installation item "To the adventurous". -- PhD Student @ Eindhoven | email: paul@... University of Technology, The Netherlands | JID: paul@... >>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Galeon-devel mailing list Galeon-devel@... https://lists.sourceforge.net/lists/listinfo/galeon-devel |
|
|
Re: Galeon 2.0.7 Released!Paul van Tilburg wrote:
> > I know. I used to use that, but I switched from my local smart bookmark > system to a more online, centralized and community managed one, such as > YubNub[1]. And up until Galeon 2.0.5, that use to work just fine. > Consider the search keyword URL to be a "default" smart bookmark. With > the previous Gecko transition (a few years ago?) this got broken, and > fixed. And now it broke again. So, for the moment, I stopped updating > after 2.0.4. I could make a smart bookmark for YubNub, but that would > defeat the purpose. Well, I can't speak to how it ever worked, but looking at the mozilla code, I can readily see why it does not work and what change in mozilla would be required to fix it. http://mxr.mozilla.org/mozilla/source/embedding/browser/gtk/src/EmbedPrivate.cpp#437 Replace nsIWebNavigation::LOAD_FLAGS_NONE with nsIWebNavigation::LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP --phil ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Galeon-devel mailing list Galeon-devel@... https://lists.sourceforge.net/lists/listinfo/galeon-devel |
|
|
Re: Galeon 2.0.7 Released!On Sat, Sep 27, 2008 at 03:23:39PM -0700, Philip Langdale wrote:
> Paul van Tilburg wrote: > > [...] > > Consider the search keyword URL to be a "default" smart bookmark. With > > the previous Gecko transition (a few years ago?) this got broken, and > > fixed. And now it broke again. So, for the moment, I stopped updating > > after 2.0.4. I could make a smart bookmark for YubNub, but that would > > defeat the purpose. > > Well, I can't speak to how it ever worked, but looking at the mozilla code, > I can readily see why it does not work and what change in mozilla would be > required to fix it. > > http://mxr.mozilla.org/mozilla/source/embedding/browser/gtk/src/EmbedPrivate.cpp#437 > > Replace > > nsIWebNavigation::LOAD_FLAGS_NONE > > with > > nsIWebNavigation::LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP Since this does still work fine with Epiphany on my local installation, which uses the same xulrunner 1.9, does this imply that Epiphany does something on this side for this? I have always assumed that this URL-mangling happened withing Gecko and Galeon just passed it on as long as keyword.enabled == true and keyword.URL is set. Kind regards, Paul -- PhD Student @ Eindhoven | email: paul@... University of Technology, The Netherlands | JID: paul@... >>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181 ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Galeon-devel mailing list Galeon-devel@... https://lists.sourceforge.net/lists/listinfo/galeon-devel |
| Free embeddable forum powered by Nabble | Forum Help |