Recommended Posts

Does anybody know a way to show the bookmarks sidebar by default when I press the bookmarks toolbar button instead of displaying the drop down menu and having to click 'view bookmarks sidebar' everytime?  Thanks.

You just need to add the correct button to the toolbar. The default button is for the menu. there is another 'bookmarks' button in the customize toolbar dialogue that brings up the sidebar when clicked rather then the menu. just drag the bookmarks 'menu' button off the toolbar and drag the bookmarks sidebar button onto the toolbar.

Windows 8 Australis mockup. If Firefox's new look looks anything different, I will be quite disappointed. Australis would also be the perfect time for the Firefox team to cut out the legacy XP and Vista baggage from the code base. As a modern web user, I feel persecuted for having updated My OS to Windows 7 and Windows 8, while Firefox still clings and begs for Windows XP. It's time to cut XP loose, Mozilla. Microsoft did it, and it's made them better off.

 

post-420821-0-78994400-1393793665.png

 

Source: http://people.mozilla.org/~shorlander/mockups-interactive/australis-interactive-mockups/windows8.html

Windows 8 Australis mockup. If Firefox's new look looks anything different, I will be quite disappointed. Australis would also be the perfect time for the Firefox team to cut out the legacy XP and Vista baggage from the code base. As a modern web user, I feel persecuted for having updated My OS to Windows 7 and Windows 8, while Firefox still clings and begs for Windows XP. It's time to cut XP loose, Mozilla. Microsoft did it, and it's made them better off.

 

Source: http://people.mozilla.org/~shorlander/mockups-interactive/australis-interactive-mockups/windows8.html

Haha, "persecuted".. let me catch my breath. I hope they somehow add a start menu in there just to ###### you off. At any rate, don't you use IE? Why does it matter what Firefox looks like?

Windows 8 Australis mockup. If Firefox's new look looks anything different, I will be quite disappointed. Australis would also be the perfect time for the Firefox team to cut out the legacy XP and Vista baggage from the code base. As a modern web user, I feel persecuted for having updated My OS to Windows 7 and Windows 8, while Firefox still clings and begs for Windows XP. It's time to cut XP loose, Mozilla. Microsoft did it, and it's made them better off.

 

attachicon.gifAustralis Windows 8.png

 

Source: http://people.mozilla.org/~shorlander/mockups-interactive/australis-interactive-mockups/windows8.html

 

The official mockup does not look the way your screenshot looks like, and square tabs is the biggest difference. The official tabs are still curved on Win8.

The official mockup does not look the way your screenshot looks like, and square tabs is the biggest difference. The official tabs are still curved on Win8.

The mockup is my own. The curved tabs are going to be an eyesore on Win8

You just need to add the correct button to the toolbar. The default button is for the menu. there is another 'bookmarks' button in the customize toolbar dialogue that brings up the sidebar when clicked rather then the menu. just drag the bookmarks 'menu' button off the toolbar and drag the bookmarks sidebar button onto the toolbar.

 

That's what I used to do but there isn't a separate bookmarks sidebar button for me anymore.  I just found out about the 'sidebars' button but that still requires two clicks to open the bookmarks sidebar (a small inconvenience but having to do it every time is annoying).

Windows 8 Australis mockup. If Firefox's new look looks anything different, I will be quite disappointed. Australis would also be the perfect time for the Firefox team to cut out the legacy XP and Vista baggage from the code base. As a modern web user, I feel persecuted for having updated My OS to Windows 7 and Windows 8, while Firefox still clings and begs for Windows XP. It's time to cut XP loose, Mozilla. Microsoft did it, and it's made them better off.

 

attachicon.gifAustralis Windows 8.png

 

Source: http://people.mozilla.org/~shorlander/mockups-interactive/australis-interactive-mockups/windows8.html

 

You feel persecuted in what way exactly? Why even care what other people use? Does the legacy code affect the performance of your Firefox install on Win 7/8 in any way? If so, that could be a legitimate concern, but I've failed to see it brought up by anyone before. Also, I kind of suspect you don't use Firefox anyway, so what difference does any of this make to you?

You feel persecuted in what way exactly? Why even care what other people use? Does the legacy code affect the performance of your Firefox install on Win 7/8 in any way? If so, that could be a legitimate concern, but I've failed to see it brought up by anyone before. Also, I kind of suspect you don't use Firefox anyway, so what difference does any of this make to you?

When Microsoft ditched the legacy code in IE, it became on hell of a slim and fast browser. And, yes, I do use Firefox.

Windows 8 Australis mockup. If Firefox's new look looks anything different, I will be quite disappointed. Australis would also be the perfect time for the Firefox team to cut out the legacy XP and Vista baggage from the code base. As a modern web user, I feel persecuted for having updated My OS to Windows 7 and Windows 8, while Firefox still clings and begs for Windows XP. It's time to cut XP loose, Mozilla. Microsoft did it, and it's made them better off.

 

attachicon.gifAustralis Windows 8.png

 

Source: http://people.mozilla.org/~shorlander/mockups-interactive/australis-interactive-mockups/windows8.html

and I thought they're bringing back the square tabs. Oh well, there's Stylish and the amazing Heartripper.

under the hood vista is very similar to windows 7, I doubt there's much 'legacy code' for firefox to run on vista.

There isn't even legacy code required to run on XP, programs don't work that way.

You can require newer APIs, sure (Firefox already does this), but it's not like there's code in place to specifically support XP, it just works.

Edit: If XP used an entirely different binary format then sure, but the way it is a program will run on any system that provides the right APIs, and updated XP provides all the APIs Firefox needs to run.

I think what most people, when complaining about Firefox's legacy code, is really refering to the dated Gecko engine--which has become much of a ginormous bottleneck for Firefox. Modern browsers are now not only multi-threaded, but processes and full H.A.

 

Firefox is still chugging along with a renderer that hasn't been majorly overhauled since Firefox 4. That was 3 years ago? Hopefully it'll get replaced by Servo sooner than later.

  • Like 2
The_Decryptor, on 02 Mar 2014 - 20:25, said:

There isn't even legacy code required to run on XP, programs don't work that way.

You can require newer APIs, sure (Firefox already does this), but it's not like there's code in place to specifically support XP, it just works.

Edit: If XP used an entirely different binary format then sure, but the way it is a program will run on any system that provides the right APIs, and updated XP provides all the APIs Firefox needs to run.

 

One thing, for example, is the newer graphics technologies in Windows 8/8.1. DirectComposition is the magic that powers the hardware acceleration in Internet Explorer (and the XAML framework for Windows Store apps) which is unavailable on XP. Sure you could implement it by hand but your implementation would be slower and have to be maintained (legacy code). These new APIs save you work and enable you to have less code, which means less legacy code as well. This is the reason IE's hardware acceleration is still a step up on the competition.

I think what most people, when complaining about Firefox's legacy code, is really refering to the dated Gecko engine--which has become much of a ginormous bottleneck for Firefox. Modern browsers are now not only multi-threaded, but processes and full H.A.

 

Firefox is still chugging along with a renderer that hasn't been majorly overhauled since Firefox 4. That was 3 years ago? Hopefully it'll get replace by Servo sooner than later.

 

 

One thing, for example, is the newer graphics technologies in Windows 8/8.1. DirectComposition is the magic that powers the hardware acceleration in Internet Explorer (and the XAML framework for Windows Store apps) which is unavailable on XP. Sure you could implement it by hand but your implementation would be slower and have to be maintained (legacy code). These new APIs save you work and enable you to have less code, which means less legacy code as well. This is the reason IE's hardware acceleration is still a step up on the competition.

 

^

I think what most people, when complaining about Firefox's legacy code, is really refering to the dated Gecko engine--which has become much of a ginormous bottleneck for Firefox. Modern browsers are now not only multi-threaded, but processes and full H.A.

 

Firefox is still chugging along with a renderer that hasn't been majorly overhauled since Firefox 4. That was 3 years ago? Hopefully it'll get replaced by Servo sooner than later.

Didn't stop them from winning the last Tom's Hardware Grand Prix. The next one is supposedly this month so I can hardly wait to see what IE11 is capable of.

Didn't stop them from winning the last Tom's Hardware Grand Prix. The next one is supposedly this month so I can hardly wait to see what IE11 is capable of.

Most of these benchmarks are theatrical and specific and not real-world scenarios. When users click on a link, open a new tab, switching tabs, etc and they see the rendering is not up to speed, they're going to get frustrated.

 

Most people leave their tabs open and that really drain down Firefox's performance rather quickly after a couple of hours.

The_Decryptor, on 02 Mar 2014 - 21:17, said:

Firefox already uses Direct3D on Windows for page composition (It actually was doing it before IE was).

Edit: Firefox is already multi threaded and hardware accelerated too soo...

Firefox started using Direct3D hardware acceleration (turned on by default) in the Firefox 4 beta released in September 2010. IE 9 had a beta out in March 2010 with hardware acceleration. IE 9 also released a couple weeks before Firefox 4 so I do believe IE had it first. Either way, Firefox requires separate implementations on XP vs later editions because it uses Direct2D on Vista+ which isn't available on XP. This is legacy code!

 

Firefox is hardly multithreaded in the same way IE or Chrome is. The have plugins running in a separate process and they are working on getting the UI separate from content but they still have a long way to go (for stability and responsiveness). IE has tabs, UI, content, and JavaScript all running separately with faster hardware acceleration to boot.

Most people leave their tabs open and that really drain down Firefox's performance rather quickly after a couple of hours.

That may have been true way back when with version 4 maybe when there were leak issues, but certainly not for anything even remotely current. Mine's open with a fair number of tabs and ~22 or so addons for days at a time without issue, only time it typically gets shut down is for the occasional update.

Most of these benchmarks are theatrical and specific and not real-world scenarios. When users click on a link, open a new tab, switching tabs, etc and they see the rendering is not up to speed, they're going to get frustrated.

 

Most people leave their tabs open and that really drain down Firefox's performance rather quickly after a couple of hours.

They're split into synthetic and real-world so take the ones that matter to you. I know I do.

 

As for your frustration scenarios, I'm not sure what you're talking about. I'm one of the people that leaves their tabs open. Unlike most people, after a couple of months I end up with thousands of tabs open of which 50-150 might be active per session. While it's not as responsive as a clean session, I seriously doubt the other browsers would fare better in this scenario. Biggest problem is if it reaches its memory limit.

 

Anyway, after a while I kill the process a couple of times so I get a restore session tab and start again. Right now I have Firefox open for more than 2 days, with 86 open tabs with about 50 active. I won't have any performance issues until I'll get to 400+.

Firefox started using Direct3D hardware acceleration (turned on by default) in the Firefox 4 beta released in September 2010. IE 9 had a beta out in March 2010 with hardware acceleration. IE 9 also released a couple weeks before Firefox 4 so I do believe IE had it first. Either way, Firefox requires separate implementations on XP vs later editions because it uses Direct2D on Vista+ which isn't available on XP. This is legacy code!

 

Firefox is hardly multithreaded in the same way IE or Chrome is. The have plugins running in a separate process and they are working on getting the UI separate from content but they still have a long way to go (for stability and responsiveness). IE has tabs, UI, content, and JavaScript all running separately with faster hardware acceleration to boot.

If we're going by betas then yes IE had a beta out first, but the nightly builds of Firefox had it beforehand. And yes, Firefox does use GDI on XP, but it also uses it on Vista/7/8/8.1 if the user's GPU has bugs, it's not legacy code, it's fallback code (It's also used for printing because Direct2D only gained support for it in 1.1, which Firefox currently doesn't use).

The threading model in browsers is slightly complicated, that's the whole reason Chrome and IE went multi-process (And why Firefox is, the mobile release is already multi-process), each "renderer" is mainly single threaded (JavaScript/layout/painting is all done on one thread), but things like networking/page composition/HTML parsing/JS compiling can be done in other threads (And already are in Firefox), the only difference comes down to where the single threaded "page" thread lives. In Firefox it lives in the main process (Managing every page), while in Chrome it lives in a separate process (Managing only pages belonging to the domain or such), but each renderer is still inherently following that single threaded model.

Also, explain how the hardware acceleration is "faster", because IE and Firefox use the GPU in the same way.

The_Decryptor, on 02 Mar 2014 - 22:30, said:

If we're going by betas then yes IE had a beta out first, but the nightly builds of Firefox had it beforehand. And yes, Firefox does use GDI on XP, but it also uses it on Vista/7/8/8.1 if the user's GPU has bugs, it's not legacy code, it's fallback code (It's also used for printing because Direct2D only gained support for it in 1.1, which Firefox currently doesn't use).

The threading model in browsers is slightly complicated, that's the whole reason Chrome and IE went multi-process (And why Firefox is, the mobile release is already multi-process), each "renderer" is mainly single threaded (JavaScript/layout/painting is all done on one thread), but things like networking/page composition/HTML parsing/JS compiling can be done in other threads (And already are in Firefox), the only difference comes down to where the single threaded "page" thread lives. In Firefox it lives in the main process (Managing every page), while in Chrome it lives in a separate process (Managing only pages belonging to the domain or such), but each renderer is still inherently following that single threaded model.

Also, explain how the hardware acceleration is "faster", because IE and Firefox use the GPU in the same way.

All fair points. A lot of the off main thread components are just recently coming out for Firefox (Desktop version) but they are still behind. They have been working on the Electrolysis project for some time now and its still a ways off (although I am pretty excited for it!).

 

As for why IE is faster, I guess DComp is that much faster that Firefox's homegrown solution (Azure). Or its the extra layers of abstraction that Firefox must employ for its cross-platform support. Either way, benchmarks (and real world use) still show IE as faster.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • Go on, I'll bite. How does windows (nice comment on an 'article' which doesn't actually involve it ) lock users out of their data then? Been using it since 3.1 back in 92 and not once have I been locked out of my data? Perhaps you mean Bitlocker? In which case the average user (who doesn't mess about) will have been forced to use a MSA, and in which case the recovery key would have been saved to said account..... If the user did happen to bodge around and not use an MSA then Bitlocker wouldn't have become live (as it cannot without a safe place to store the key) I want to point out Bitlocker and MSA are not connected and you can of course force it on without a safe place to store the key, but you do that with your eyes open. So your standard consumer who knows no better sets up an MSA, gets bitlocker and a recovery key stored off box, with a route to reset their password. All of this notwithstanding the fact, if your data is important, you back it up, no ifs, no buts, no-ones responsibility other than your own. Important data lives in at least two locations, one of which is offline and recovery is tested, otherwise that data wasn't really that important. Disks, fail, laptops get lost, phones end up down the toilet, tablets get stolen, if your only copy of data is on a single device you're doing it wrong.
    • Clearly that feature isn't for us. It's for the ad spam marketers so they can more directly target us about going to places we might want to go again...but without understanding context clues. Like for the flight someone took for a friend's funeral. We want to be reminded of that every time we open an app, a browser, or email, right? Right, Siri?
    • Is your Apple Watch supported? Check the watchOS 27 compatibility list by Aditya Tiwari Apple kicked off WWDC 2026 with a ton of announcements, mostly centered around Apple Intelligence improvements, the Siri AI, and Liquid Glass updates. However, there is a lot of other stuff that couldn't catch the limelight. Let's talk about watchOS 27 and which models are supported by the newest operating system. According to the Cupertino giant, watchOS 27 will be supported on the following Apple Watch models when it arrives later this year: Apple Watch Ultra 3 Apple Watch Series 11 Apple Watch SE 3 Apple Watch Series 10 Apple Watch Ultra 2 It's a stark contrast with last year's watchOS 26 update, which had almost a dozen Apple Watch models in its list of supported devices. Apple supported models all the way back to Apple Watch Series 6. That said, if you own one of the five models, you'll need an iPhone 11 (or later) with iOS 27 to install the latest update. Yes, Apple has shown some extra love to the iPhone 11, and it old horse supports the iOS 27 update. watchOS 27 beta 1 is now available for developers and interested power users through the Apple Developer Program. So, if you're among those who like to play with fire, you can download it to your supported Apple Watch. Otherwise, the public beta for watchOS 27 will be available next month. The freshly baked Apple Watch update comes with Siri AI - an advanced, fully conversational version of Siri powered by Apple Intelligence due for later this year. A new dynamic app grid features icons for five Siri-suggested apps. You can use a new tap gesture to open a widget in the Smart Stack, and a new Find My app finally clears the mess of Find Devices, Find Items, and Find People on Apple Watch. Workout Buddy can run without an iPhone nearby and offers new insights based on data, including your progress for pace, distance, and workout duration. Apple improved its motion tracking algorithms to measure the distance of indoor treadmill runs and walks more precisely. Speaking of other changes, the music playback on watchOS 27 starts faster and you can create custom passes for any membership or card that uses a QR code or barcode, then easily access them in the Wallet app or pin in the Smart Stack.
    • "and pull old flight details from your email during back-and-forth conversations" The Siri I've become to know and trust. I've always wanted to pull info on old flights. /s
    • Apple unveils Siri AI, a "reimagined" version of SIri by David Uzondu Image via Apple Today, at the opening keynote of Apple's annual World Wide Developers Conference (WWDC), the company announced Siri AI, a "reimagined version" of its voice assistant that runs on Apple Intelligence. Siri AI helps you do things like draft messages, edit photos, and pull old flight details from your email during back-and-forth conversations. You can access Siri AI through several methods, depending on the device. While "Hey Siri" remains active, iPhone users can also press the side button, swipe down from the Dynamic Island, or use a system-wide context menu on Mac to analyze on-screen text. Image via Apple If you ever need to go back and check previous interactions, you can open the dedicated Siri app to view your entire conversation history. This application privately syncs your data using iCloud, leveraging local Foundational Models alongside Apple's secure Private Cloud Compute servers to keep user data inaccessible to outsiders. On the iPhone, Apple built the assistant into the Camera app, bringing Visual Intelligence to help you split bills or count calories. This feature also expands to the iPad and Mac, letting users use screenshots or shortcuts to analyze images, while Apple Vision Pro users can ask questions about objects in their physical room. Other things to know about Siri AI include systemwide dictation that automatically handles punctuation and formatting, customizable voice speeds, and a spatial 3D interface built for Apple Vision Pro. Apple also added Smart Stack suggestions on the Apple Watch to help you continue recent conversations directly from your wrist. The road to Siri AI was quite bumpy for Apple, which initially promised these capabilities at WWDC 2024 when the Cupertino tech giant debuted Apple Intelligence. Apple later turned to Google, signing a $1 billion annual deal to use Gemini models instead of relying solely on its own in-house systems. However, this deal came only after consumers sued Apple because features Apple promised "did not exist at the time, do not exist now, and will not exist for two or more years." Siri AI is available for developer testing on iOS 27, iPadOS 27, macOS 27, and visionOS 27.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      513
    2. 2
      PsYcHoKiLLa
      236
    3. 3
      ATLien_0
      85
    4. 4
      +Edouard
      77
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!