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

    • Apple are scared of their customers! They have built a brand over the years of "it just works out of the box", but that slows innovation. Samsung's master stroke was the Galaxy Ultra: "Let's cram everything into one handset, make it so stupid only real nerds will love it, some of the features will work, some won't, but the audience will have such a high tolerance they won't care". Apple has no such device and so they are constantly worrying these days about the fallout of creating a new experience that customers might not like. I know it is often cited the reason they don't build a touchscreen Mac Book is they don't want to cannibalise the the iPad market, but I think it's equally cold feet after the criticism Microsoft receive trying to make a touch compatible desktop OS
    • HandBrake 1.11.2 by Razvan Serea HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, Linux and Windows. Handbrake can process most common multimedia files and any DVD or BluRay sources that do not contain any kind of copy protection. Here is a detailed breakdown of HandBrake’s features: Built-in Device Presets—Get started with HandBrake in seconds by choosing a profile optimized for your device, or choose a universal profile for standard or high quality conversions. Simple, easy, fast. For those that want more choice, tweak many basic and advanced options to improve your encodes. Supported Input Sources—Handbrake can process most common multimedia files and any DVD or Blu-ray sources that do not contain any kind of copy protection. Outputs: File Containers: .MP4(.M4V) and .MKV Video Encoders: H.265 (x265 and QuickSync), H.264(x264 and QuickSync), H.265 MPEG-4 and MPEG-2, VP8 and Theora Audio Encoders: AAC / HE-AAC, MP3, Flac, AC3, or Vorbis Audio Pass-thru: AC-3, E-AC3, DTS, DTS-HD, TrueHD, AAC and MP3 tracks Additional features: Title/ Chapter Selection Queue up Multiple Encodes Chapter Markers Subtitles (VobSub, Closed Captions CEA-608, SSA, SRT) Constant Quality or Average BitRate Video Encoding Support for VFR, CFR and VFR Video Filters—Deinterlacing, Decomb, Detelecine, Deblock, Grayscale, Cropping and Scaling Live Video Preview HandBrake 1.11.2 changelog: All platforms Video Fixed a crash that happened when doing a 2-pass lossless x265 encode Fixed a memory leak that happened when doing a 2-pass MPEG-4/MPEG-2/VP9/FFV1 encode Audio Updated the list of supported dithers and encoders combinations Fixed the Core Audio AAC encoder 7.1 channel layout Subtitles Fixed the VobSub palette creation in the MP4 container Build system Improved build system compatibility with older build tools Third-party libraries FFmpeg 8.0.2 (decoding and filters) SVT-AV1 4.1.0 (AV1 video encoding) Linux Added WebM MIME type to the list of the supported formats Mac Improved handling of unsupported presets Updated Sparkle automatic update library Windows Improved handling of unsupported presets Improved queue low space pause behaviour Fixed the automatic audio track name generation Fixed the summary description of HDR video Download: HandBrake 64-bit | Portable 64-bit | ~30.0 (Open Source) Download: HandBrake ARM64 | Portable Links: HandBrake Website | Other Operating Systems | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • So, an article that has nothing to do with Windows 11, still gets Windows 11 in the title and a build number as the picture? Dell have a buggy build of Support Assist HP have UEFI settings that need unlocking for the secureboot cert upgrade to take place.
    • What I can't seem to understand is that Google are paying SpaceX? Surely it would be the other way round, with SpaceX needing Google's datacenters etc.? Oh well, this level of money and power is way outside of my comprehension at the best of times.
    • "77ee94b helium/windows: winsparkle updater (built-in auto-update support on Windows" If that's what I think it is, that is about the only thing that's been missing from this excellent browser. I guess I'll find out the next time I'm on a Windows machine.
  • Recent Achievements

    • 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
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      PsYcHoKiLLa
      244
    3. 3
      Steven P.
      71
    4. 4
      +Edouard
      69
    5. 5
      ATLien_0
      68
  • Tell a friend

    Love Neowin? Tell a friend!