Slashdot Mirror


Firefox 3.1 Alpha "Shiretoko" Released

Just as you were getting used to 3.0, those Mozilla guys have announced 3.1's Alpha release. FTA "Built on the pre-release version of the Gecko 1.9.1 platform, Shiretoko includes a variety of new features. Called an 'early developer milestone,' the release includes bug fixes, improved Web standards support, Text API for the Canvas Element, support for border images and JavaScript query selectors, and improvements to the tab-switching function and the Smart Location Bar." You can download it if you dare.

5 of 385 comments (clear)

  1. Re:Awesome bar disable? by Anonymous Coward · · Score: 5, Informative

    The awesome bar works a bit like google pagerank, by creating associations between your partial input and the page you choose from the menu. If you write the initial letter of the desired URL and then click on the page you want to visit, it will (very) soon behave like the old URL bar.

  2. woohoo! by lucas+teh+geek · · Score: 5, Informative

    it's only taken 6 years, but finally Firefox has the option to use the Mac OS X System specified proxy. here's hoping it actually works

    --
    TIAEAE!
  3. Re:Awesome bar disable? by Anonymous Coward · · Score: 5, Informative

    That worked just fine in FF2. Now when I type s I get "eBay - New & used electronics, cars, apparel, collectibles, sporting goods & more at low prices". I bought something online recently. God only knows how long it will take their ridiculous 'frecency' algorithm to realize I only go to eBay once in a while. Nothing like unpredictable, unreliable behavior to make a feature suck. Thanks, awesomebar!

  4. Re:Awesome bar disable? by spinkham · · Score: 5, Informative

    If you only have 20 places you want to go, that's what the bookmarks toolbar is for. It has a "most visited" dropdown by default, and room for at least 15 or so one click launches if you keen the names short.

    --
    Blessed are the pessimists, for they have made backups.
  5. Re:Awesome bar disable? by nabsltd · · Score: 5, Informative

    I didn't use Firefox 2, so I don't know the exact functionality, but I don't think it takes much to get the "Awesome Bar" like people seem to want (matches only at the beginning of URL, no match on titles).

    First install the Hide Unvisited extension. Next, set "browser.urlbar.search.chunkSize = 0" in about:config. Last, add the following to your "userChrome.css" file:

    .autocomplete-richlistitem spacer,.autocomplete-richlistitemlabel{display:none}
    .ac-title description{font-size:11px!important}
    .autocomplete-richlistitem{border:none!important}
    .ac-title{margin:-4px 4px 0px 0px!important;display:none}
    .ac-url{margin:-19px 0px 0px 20px!important}
    .ac-url description{color:MenuText!important}
    .ac-url description[selected="true"]{color:White!important}