Firefox 3.5 is out!

Seems to load pages faster, just looking into what new updates it has and the "private browsing" function just seems it's there for one main purpose :x
 
What is your definition of "eats up memory" ?

Chrome eats more memory than Firefox from a recent test.
 
It's working for me! Thanks for the link. :D

Now my tabs have the glass effect too!

Meh, mine just goes all black as shown below. It worked perfectly before the update:

30-06-200921-36-34.png


When I force original glasser to work it just brings up a load of errors.
 
That looks quite good. Now to get mine working :)

[Edit]
Managed to get glasser working. Still not got that other one working though for some reason. Anyone know how to make the text less 'glowy' on the bookmarks toolbar when using the Stylish toolbar style?

01-07-200900-30-06.png
 
Last edited:
Scrolling on some sites seems to be a lot more jerky than with Firefox 3, was hoping they would fix that, but 3.5 final is the same as RC3 so guess not.
 
That looks quite good. Now to get mine working :)

[Edit]
Managed to get glasser working. Still not got that other one working though for some reason. Anyone know how to make the text less 'glowy' on the bookmarks toolbar when using the Stylish toolbar style?

01-07-200900-30-06.png

It's a bug in the Stylish style you're using (I had the same style to get the bookmarks bar looking like Vista like in your screenshot)

In the end I just ditched the stylish script and am using default instead.

Also note that Combine home and nav buttons in Stylish scripts will break the address bar size when "small icons" is used. The address bar compresses leaving the favicon an odd size so I ditched combined buttons too.
 
Thanks for the link, downloaded and installed.

Feels just like 3.0.11, maybe thats just me.

Regardless, thanks.
 
Scrolling on some sites seems to be a lot more jerky than with Firefox 3, was hoping they would fix that, but 3.5 final is the same as RC3 so guess not.

The 3.5 release is RC3.

What sites are you talking about? There's a bug with fixed backgrounds being jerky, but that takes some heavy lifting to fix.
 
Scrolling on some sites seems to be a lot more jerky than with Firefox 3, was hoping they would fix that, but 3.5 final is the same as RC3 so guess not.

It's exactly the same as it was in 3.0 for me. I'm guessing you're wanting to strange smooth scrolling that IE uses? I personally scroll 3 lines at a time.

It's a bug in the Stylish style you're using (I had the same style to get the bookmarks bar looking like Vista like in your screenshot)

In the end I just ditched the stylish script and am using default instead.

Also note that Combine home and nav buttons in Stylish scripts will break the address bar size when "small icons" is used. The address bar compresses leaving the favicon an odd size so I ditched combined buttons too.

Ah, OK. I'll see if I can either fix it, or I'll get rid of it.

Anyone managed to find a workaround for the grouping of folders on the bookmarks bar? Every time I start Firefox it looks like this:

01-07-200913-21-20.png


See on the right there's a double arrow to unhide my extra folders. I have to maximize/restore Firefox to fix it.
 
It's the MBlue Vista bookmarks style for Stylish yep or code:

Code:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#main-window #navigator-toolbox #PersonalToolbar
{
    border-top: 0 none !important;
    -moz-appearance: none !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAfCAYAAAAmyadiAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9cCEwYDIgFDQ7MAAAAYdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My4wOGVynOEAAACjSURBVBhXY9hw4sZ/hvpl+/8zVC/e+5+hbMHu/wyFc3b8Z8iesfU/Q9rUzf8ZEiZs+M8Q1bP2P0NIx6r/DL7Ny/4zeNQv+c/gVL3wP4Ntxbz/DJalc/4zsHiUgoiS/wysIILdE8jl8C77z8DtU/6fgd+/6j+DSHDtfwapiMb/DAqxrf8ZNNN6/jOYFE39z2DfOP8/g9cEoPGTD5z7z8Ck4fgfAAdOR5a0f2FqAAAAAElFTkSuQmCC) !important;
    padding: 0px 3px 1px 3px !important;
    color: white !important;
}

#main-window #navigator-toolbox #PersonalToolbar toolbarbutton
{
    padding: 0 5px !important;
}

#main-window #navigator-toolbox #PersonalToolbar toolbarbutton > label
{
    color: white !important;
}

#main-window #navigator-toolbox #PersonalToolbar > toolbaritem > menubar > menu
{
padding-top: 2px;
margin-bottom: 1px !important;
}

#main-window #navigator-toolbox #PersonalToolbar > toolbaritem > menubar > menu > label
{
color: white !important;
}

#main-window #navigator-toolbox #PersonalToolbar .toolbarbutton-menu-dropmarker
{
    margin-left: 5px;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABh0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjMwQIRHEAAAAHpJREFUKFNjYCABMAPVcgKxEBBLArEMEgbxQeIgeQa2/3gAUF4fiMVACkGqlbCpBYpXAbEfSB5sItQqD2TFQLENQNwIxB5QeQaQG/mhViSCFAPZq4B4MhAnQsVB8mCArDgQyE8BYhANch9IEUgeDmCK5YEiGkAMouGKAOOdSG/rm13TAAAAAElFTkSuQmCC) !important;
}
 
Last edited:
Back
Top Bottom