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

    • Does anyone here know if these updates are integrated into the UUP dump isos?
    • Motrix Next 3.9.4 by Razvan Serea Motrix Next is a modern, open-source cross-platform download manager built as the official next-generation successor to the original Motrix project. It has been completely rewritten using Tauri 2, Vue 3, TypeScript, and Rust, while still relying on the powerful Aria2 download engine for high-speed multi-protocol transfers. The app supports HTTP, HTTPS, FTP, BitTorrent, ED2K and magnet links, offering advanced features like multi-connection acceleration, task scheduling, bandwidth control, and batch download management. With a significantly reduced install size (around 20MB), it focuses on being lightweight, fast, and resource-efficient compared to traditional Electron-based download tools. Designed for Windows, macOS, and Linux, Motrix Next delivers a clean, modern UI inspired by Material Design 3 principles, with smooth animations and a minimal workflow. It improves usability through better download organization, system tray integration, and enhanced torrent handling including selective file downloads and tracker management. Motrix Next features: Multi-protocol downloads — HTTP, FTP, BitTorrent, Magnet, .torrent, ED2K, and Metalink tasks BitTorrent — Selective file download, DHT, peer exchange, encryption controls, metadata caching, GeoIP peer flags, and tracker probing Browser extension integration — Embedded Extension API with independent authentication, download confirmation, smart auto-submit, filename hints, referer/cookie forwarding, and real-time controls (Chrome Web Store · Edge Add-ons) Safe filename handling — Content-Disposition, RFC 2047, non-UTF-8, percent-encoded, and extensionless URL resolution with path traversal sanitization Download organization — Favorite and recent folders, optional file-type categorization, stale-record cleanup, and completed history backed by SQLite Concurrent downloads — Independent controls for active tasks, HTTP connections per server, segments per file, and BT peer limits Speed control — Global and per-task upload/download limits with day-of-week and time-of-day scheduling System integration — Tray operation, optional tray speed display, macOS Dock badge/progress, protocol handlers for magnet://, thunder://, and motrixnext:// Lightweight mode — Destroys the WebView on minimize-to-tray while Rust keeps the engine, task monitor, notifications, history, and extension routing alive Notifications and power options — Native task start/complete/failure notifications, keep-awake during downloads, and optional shutdown after completion Network controls — Scoped proxy support for downloads, app updates, and tracker updates, plus system proxy detection Auto-update channels — Stable, Beta, and Latest Across Channels policies with separate download and install phases Diagnostics — Structured logs, exportable diagnostic ZIPs, database integrity checks, automatic DB rebuild, and Linux GPU rendering fallback Personalization — Light/dark/system theme, 10 color schemes, 26 languages, and first-launch system language detection Motrix Next 3.9.4 changelog: Motrix Next 3.9.4 promotes the 3.9.4 beta cycle to stable. This release refreshes bundled engine binaries, improves task detail readability and copy actions, expands link handling for magnet and ED2K workflows, polishes responsive navigation and text wrapping, updates browser extension documentation, and refines network preference controls. New Features Task Detail copy actions — Added copyable values for task metadata and reusable render functions for long text fields. Magnet and ED2K lifecycle support — Added task lifecycle handling for magnet and ED2K links. History cleanup for deleted tasks — Deleted tasks can now remove matching history records. User-Agent management — Added user-agent management and improved related network preference controls. Browser extension documentation — Added the Firefox Add-ons link for the Motrix Next extension. Improvements Engine binaries — Updated bundled binaries for supported architectures. Task Detail readability — Long task names, URLs, tracker values, and copyable metadata now render more clearly. Deletion messaging — Refined localized task deletion text for clarity and consistency. Text wrapping — Improved URI input wrapping and task name multiline display. Navigation layout — Improved sub-navigation responsiveness. Disk allocation default — Changed the default file allocation method to trunc. Proxy controls — Improved proxy button styling in network preferences. Download: Motrix Next 64-bit | ARM64 | macOS ~20.0 MB (Open Source) Links: Website | macOS / Linux | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • NVIDIA officially supports Ubuntu, as linked above with the GeForce NOW Hands on I did in collaboration with Paul Hill.
    • TO be clear I am not running linux today, however I keep thinking about it. And I want to make sure there are minimal obstacles if I decide to make that switch in the coming months.
    • Yes, I actually glossed over the Linux part from the OP. You could always go for a 9070 XT and if you really want to play Ray Traced games in the future, GeForce Now is pretty damn good on Linux https://www.neowin.net/news/nvidias-native-geforce-now-app-for-linux-bridges-the-gaming-gap-hands-on/
  • Recent Achievements

    • 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
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      250
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      69
    5. 5
      FloatingFatMan
      67
  • Tell a friend

    Love Neowin? Tell a friend!