Meet Firefox 4.0.1


Recommended Posts

Few more bugs got Review , so they might land soon :D

Add shadow tweaks to tabs

Firefox Button (just like a widget button , for example refresh)

I'm pretty sure they won't have everything done by the 24th, so don't be surprised if they delay it.

But today, things are changed! They are going to land tabs visual style just like the Mockups , even the Firefox menu button as a widget will land soon, further D2D and aero is fixed , except for vertical lines bug , which will land soon too. (NOTE : Soon here means in 1~2 days)

So now i think , that they might just make it by 24 June!

Link to comment
Share on other sites

To install unsupported addons you should download the xpi file (right click on the green install button, "save link as"), then open the package with winrar, edit the "install.rdf" file, look for firefox version tag and edit it:

from Gmail manager's install.rdf:

<!-- Firefox -->
        <em:targetApplication>
            <Description>
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                <em:minVersion>1.0</em:minVersion>
                <em:maxVersion>3.6.*</em:maxVersion>
            </Description>
        </em:targetApplication>

change in

<!-- Firefox -->
        <em:targetApplication>
            <Description>
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                <em:minVersion>1.0</em:minVersion>
                <em:maxVersion>3.7.*</em:maxVersion>
            </Description>
        </em:targetApplication>

and then install the package by dragging it inside firefox window.

Warning: if an addon is not compatible, forcing it to install may cause problems and instabilities to your firefox, so it's better to tweak only very recent addons, eg those compatible with 3.6.x firefox.

ps. if someone has problems with tabmixplus, here is a dev-build which works with 3.7a6pre

  • Like 2
Link to comment
Share on other sites

Slight preview of what is coming today :

vqbPyluE.png

DON'T COMMENT ON IT , ITS NOT FINAL! (+Tab Shadow tweaks are yet to land)

DOWNLOAD (Latest hourly)

Link to the forum?

Link to comment
Share on other sites

http://forums.mozillazine.org/viewtopic.php?f=23

It looks like it just another 'toolbar' so it can't really be moved without making it super ugly :(

at the moment it can't be moved or hidden and I really disliked it, so i made a simple css script

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

#appmenu-button-container{
position: fixed !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 125px !important;
}

and the result is

49223776.png

Link to comment
Share on other sites

at the moment it can't be moved or hidden and I really disliked it, so i made a simple css script

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

#appmenu-button-container{
position: fixed !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 125px !important;
}

and the result is

Awesome :)

I might have to move my buttons back down for that :p

capturepie.png

Link to comment
Share on other sites

at the moment it can't be moved or hidden and I really disliked it, so i made a simple css script

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

#appmenu-button-container{
position: fixed !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 125px !important;
}

and the result is

49223776.png

Super fantastic!

Link to the forum?

Pic is by me only

http://forums.mozillazine.org/viewtopic.php?f=23&t=1921559&start=75

Link to comment
Share on other sites

Looking good but I'll just wait for the beta and by then they'll hopefully have a more refined UI.

Link to comment
Share on other sites

Thanks for that CSS no more wasted space. Is there any way of making the button not as wide, it is quite big.

Wait for a while , its not final...

Link to comment
Share on other sites

I know its not final i just wondered if there was any way using CSS to shrink the button a bit. Its not a big deal.

you can use

#appmenu-button{
padding: 3px 9px 3px 9px !important;
}

values are: top - right - bottom - left

Link to comment
Share on other sites

you can use

#appmenu-button{
padding: 3px 9px 3px 9px !important;
}

values are: top - right - bottom - left

WFM

post-293012-12764261124189.png

Link to comment
Share on other sites

at the moment it can't be moved or hidden and I really disliked it, so i made a simple css script

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

#appmenu-button-container{
position: fixed !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 125px !important;
}

and the result is

49223776.png

Where do I put that? :p I'm so lost.

Link to comment
Share on other sites

it seem classic theme users have not the privilege to have the menu button :/

fx4.png

Hide Menu bar , boom , you get App Button

Where do I put that? :p I'm so lost.

Use stylish, and then write a new style with this code :)

Link to comment
Share on other sites

I downloaded the latest build but I'm seeing this:

post-314434-1276427028729.png

How do I get the cool new UI? :p :laugh:

If its hourly , then hide menu bar , you will get the App Button , rest all is pre enabled

If its latest nightly , then download latest hourly and do above work

EDIT : LOL @ asdasd , i too do that :p

Link to comment
Share on other sites

If its hourly , then hide menu bar , you will get the App Button , rest all is pre enabled

If its latest nightly , then download latest hourly and do above work

EDIT : LOL @ asdasd , i too do that :p

Ahaha, ok. I got it.

Edit:

I'm getting Stylish 1.0.9 could not be installed because it is not compatible with Firefox 3.7a6pre. :(

Link to comment
Share on other sites

you can use

#appmenu-button{
padding: 3px 9px 3px 9px !important;
}

values are: top - right - bottom - left

Awesome thanks a lot.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.