Recommended Posts

Was beta 9 supposed to fix memory usage issues? After upgrading from beta 8, with one tab currently open, firefox is using around 200,000k of memory.

You could be right here, running the latest nightly and I am on only 600mb with 39 tabs :blink: Before it was 800-900mb...

It is not totally fixed but definitely improved. Then there is Compartmental GC. Which helps especially with Multiple Tabs, as was the vase with 39 tabs. You should expect another 20% decrease in memory once all the memory bugs are fixed.

I stand by my claim that Firefox4's font rendering is inferior to IE9s:

The top one is IE9, the bottom one is FF4.

bus.png

bus_big.png

urlbar.png

Tracking and kerning is messed up, font weight too, and font hinting is non-existant.

IE9 will use DirectWrite or GDI depending on if it's in standards mode or quirks/IE7/IE8 mode, respectively. FWIW, for bus.png, the bottom text looks much more even than the top text. (If you haven't installed the Windows D2D update yet, do so -- it'll make things even better.)

Plus, the outlines are so hazy and light, it's hard to even look at. (URL bar example)

IE9 uses GDI exclusively in its chrome. The lack of subpixel AA has been fixed in the newest nightly.

i posted the question o their staff and a guy named bob replied with a sneak peak of the new version that is due out this week. They also took away password sycn it appears. Probably because LastPass owns it now.

I hope they didn't take away password syncing in the free version. That will definitely annoy me.

I hate-hate-HATE tabs in the titlebar when using Windows 7.

On normal applications, you can drag a titlebar to the top of the screen to maximize it. You can also do the reverse, dragging the titlebar of a maximized window down to restore it into a window again. This is a feature of Aero Snap that works consistently on every application... except Firefox 4. When you have a few tabs open, and you maximize Firefox 4, tabs shoot up into the titlebar. If you try to drag the titlebar down to restore the window, you end up tearing off a tab instead. Mozilla went out of their way to make FF4 inconsistent with the rest of the OS, nice...

Is it really too much to ask to leave a 2-pixel margin above the tabs when maximized so the mouse can still grab the window by its titlebar by moving the cursor to the top of the screen? Seems like a pretty simple thing for Mozilla to overlook.

If you want to restore normal Aero Snap functionality with Firefox 4, open about:config and set browser.tabs.drawInTitlebar to False

This also allows you to fit more tabs while maximized, since they don't get squished between the "Firefox" button and the standard window controls.

If you want to restore normal Aero Snap functionality with Firefox 4, open about:config and set browser.tabs.drawInTitlebar to False

A much more elegant way to do that is to edit you userchrome.css file and add these lines:

#main-window[sizemode="maximized"] #TabsToolbar {
  padding: 2px 0 0 0 !important;
}

There's your 2 pixel margin...I'm pretty sure that will work on it's own. I have a couple other styles enabled. I think mozilla should make this default.

The way they have it now makes it harder to pull it off the top, not impossible.

Fonts in the chrome look like crap now, there's something wrong with the maths but it's got excessive colour fringing (entirely unlike the content area)

It's reminding me of GDI, but with better spacing.

Yeah, I agree. My monitor is relatively small for a 1080p (23") and I tend to sit back from it, so I couldn't' really "see" the color fringing at first and thought something was wrong with my eyes, heh. I scooted forward and hit Win + + (magnifier) and it's like a rainbow!

Oh well, there are a bunch of font-related fixes on the way so hopefully it won't be like this for too long.

I hate-hate-HATE tabs in the titlebar when using Windows 7.

On normal applications, you can drag a titlebar to the top of the screen to maximize it. You can also do the reverse, dragging the titlebar of a maximized window down to restore it into a window again. This is a feature of Aero Snap that works consistently on every application... except Firefox 4. When you have a few tabs open, and you maximize Firefox 4, tabs shoot up into the titlebar. If you try to drag the titlebar down to restore the window, you end up tearing off a tab instead. Mozilla went out of their way to make FF4 inconsistent with the rest of the OS, nice...

Is it really too much to ask to leave a 2-pixel margin above the tabs when maximized so the mouse can still grab the window by its titlebar by moving the cursor to the top of the screen? Seems like a pretty simple thing for Mozilla to overlook.

If you want to restore normal Aero Snap functionality with Firefox 4, open about:config and set browser.tabs.drawInTitlebar to False

This also allows you to fit more tabs while maximized, since they don't get squished between the "Firefox" button and the standard window controls.

Why don't you just use the built-in hotkeys? Windows + Up/Left/Right/Down and that will solve all of your problems as well.

Is it really too much to ask to leave a 2-pixel margin above the tabs when maximized so the mouse can still grab the window by its titlebar by moving the cursor to the top of the screen? Seems like a pretty simple thing for Mozilla to overlook.
You completely lose the Fitt's law benefits then (that you can't just throw your mouse to the top of the screen to select a tab). I agree, it's not ideal, but a 2px gap on top is the wrong way to go about solving it.

You completely lose the Fitt's law benefits then (that you can't just throw your mouse to the top of the screen to select a tab). I agree, it's not ideal, but a 2px gap on top is the wrong way to go about solving it.

i think it should be like this:

2px gap at top

click on gap or tab: browser behaviour (i.e. select tab)

double click on gap: window behaviour (i.e. restore)

double click on tab: browser behaviour (i.e. new tab, etc)

drag gap: window behaviour (i.e. aero stuff)

drag tab: browser behaviour (i.e. move tab, tear off tab, etc)

Does anyone have a screenshot of what they want to do with it on the Mac? Because right now the GUI totally feels like it has been ported. It?s much better than before, but we?re not quite there yet. Oh and any idea of when they will drop Carbon completely? I can feel that it?s far from 100% Cocoa.

Does anyone have a screenshot of what they want to do with it on the Mac? Because right now the GUI totally feels like it has been ported. It?s much better than before, but we?re not quite there yet. Oh and any idea of when they will drop Carbon completely? I can feel that it?s far from 100% Cocoa.

These might be a tiny bit outdated, I'm not sure. I haven't tried Firefox 4 on a Mac. Take a look at these though:

http://blog.stephenhorlander.com/2010/06/01/in-content-ui-visual-unification/

https://wiki.mozilla.org/Firefox/4.0_Mac_Theme_Mockups

Does anyone have a screenshot of what they want to do with it on the Mac? Because right now the GUI totally feels like it has been ported. It?s much better than before, but we?re not quite there yet. Oh and any idea of when they will drop Carbon completely? I can feel that it?s far from 100% Cocoa.

With 3.0 they did the main push from Carbon to Cocoa (moved from QuickDraw to Quartz, Carbon widgets to Cocoa widgets, etc.) so there was only underlying APIs and such left that still used Carbon. With 4.0 they're shipping a 64bit build by default, so they've had to reduce the Carbon usage even more (to none now I think).

The thing is, there's still Carbon APIs which have no Cocoa equivalent, so they've had to work around missing features or "wallpaper over" bugs.

You completely lose the Fitt's law benefits then (that you can't just throw your mouse to the top of the screen to select a tab). I agree, it's not ideal, but a 2px gap on top is the wrong way to go about solving it.

You can argue that Microsoft is using Fitt's law in this case with areo snap. It's a personal preference of what a person wants to happen when they throw their mouse to the top of the screen.

People with Windows 7 will tend to want the application to function the same way all of the other programs function in windows. People with Vista, or XP ( or other) won't care.

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

    • No registered users viewing this page.
  • Posts

    • I am actually looking forward to this..... I think Dark Ages was way more fun than the tedious expansions for Doom 2 (nu-doom).
    • Pretty sure you will be happy with the result, good luck and take it slow!
    • Mixed thoughts. I do think MS realized it need's to re-focus on it's core while trying to get people to ultimate pay for AI. My windows machines is my gaming tower. That being said a windows machine I used as a server was just recently converted to no GUI Linux server (and it runs so much better for it's purpse), and general purpose laptop (non-gaming) that could run Windows 11 is using Linux. My work device is a MacBook Pro, and I have a raspberry PI acting as my DNS server, using linux. I honestly have more non-windows devices then devices. I don't consider myself typical user however.  
    • Here is how to watch Apple's WWDC 2026 conference where iOS 27 is expected by Taras Buria It is Monday, June 8, 2026, which means today is the day Apple kicks off its annual Worldwide Developer Conference, WWDC 2026. As usual, today's keynote will be full of consumer and developer-focused announcements, including new versions of Apple's operating systems, developer tools, and more. Apple streams its developer conferences, allowing everyone to tune in and watch the announcements live. Today is no exception, so here is how you can watch it. Apple WWDC 2026 will be available to watch on Apple's official website here. Also, you can stream it on YouTube and the Apple TV app on your Apple device. The stream kicks off at 10 AM PDT / 1 PM EDT / 6 PM GMT+1. Apple's annual developer conference usually focuses on new software experiences, so do not expect major hardware announcements. What is expected is the "27" series of Apple's operating systems, including iOS, iPadOS, watchOS, tvOS, visionOS, and macOS. Apple is unlikely to introduce major UI changes, but you can expect subtle tweaks to the Liquid Glass design language, particularly on Mac. One of the biggest changes Apple plans to announce today is a reworked, AI-powered Siri. The assistant will be available as a standalone app with a chatbot-like experience and Google's AI models under the hood. If you want to learn more about what is expected today at WWDC 2026, check out our dedicated article here. However, if you prefer a spoiler-free stream, tune in at 10 AM PDT / 1 PM EDT on Apple's official website, its YouTube channel, or the Apple TV app.
    • For we consumer readers, it would be helpful if you clearly stated in the headline if the article is about consumer or enterprise. Then readers will know if the article applies to them or not. 2 cents.
  • 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
      243
    3. 3
      Steven P.
      72
    4. 4
      ATLien_0
      68
    5. 5
      neufuse
      67
  • Tell a friend

    Love Neowin? Tell a friend!