Recommended Posts

The APIs that allow for multiprocess extensions have been around since Firefox 4, there's already a bunch of extensions that work fine since they used these "newer" APIs.

Extension breakage is to be expected, but it'll be old unsupported extensions (Which have their own issues), or badly written ones (Again, issues)

the more addons you enable, the more crappy ff runs. multi-processing seems a proper way to make browser more retarded because you get additional latencies for inter-page websites.

 

Memory usage on the other hand is similar to single-process Firefox. The overhead is just 10 Megabytes in comparison, and the developers have stated that they may be able to reduce it further.

That's definitely good news considering that Firefox's excellent memory usage won't inflate because of this feature.

 
 
http://www.ghacks.net/2013/12/05/multi-process-firefox-go/

this part looks kinda suspicious: to reduce memory overhead at given case is possible only thanks to a common core to share basic functionality for opened tabs. in short, that scheme ain't pure multi-processing. so, i doubt there will be greater stability & security.

...

this part looks kinda suspicious: to reduce memory overhead at given case is possible only thanks to a common core to share basic functionality for opened tabs. in short, that scheme ain't pure multi-processing. so, i doubt there will be greater stability & security.

It's called shared memory, 3 different instances of Gecko shouldn't take 3x as much memory, they can share all the executable code in memory (And anything else common between pages, 2 pages in 2 different Gecko processes referencing the same image should only store 1 copy of the image)

Edit: And the all cache/net access goes through the parent process (Sandboxing reasons, the child processes shouldn't have random internet/drive access), that reduces per-child memory use as well (A decoded image lives in the parent process, each child that uses it maps it through shared memory, etc.)

Sure you could replace the icons via a user style, but the fact is those icons are just monochrome, you'll have to draw your own colourful ones if you want colours (Or edit the existing ones). They were originally going to use SVG paths with a filter to do all the fancy gradient/dropshadow stuff, but that ended up way too slow (Maybe they should re-investigate that now that they have a rendered SVG cache)

Oh, and for the larger toolbar icons post. Right after posting I realised that there are already larger scale icons for HiDPI monitors, switching to those and specifying a larger size should work fine.

It's called shared memory, 3 different instances of Gecko shouldn't take 3x as much memory, they can share all the executable code in memory (And anything else common between pages, 2 pages in 2 different Gecko processes referencing the same image should only store 1 copy of the image)

yes, Decryptor, shared memory o/& common-core process have been very way to reduce memory overhead. but such approach doesn't improve stability & security + it pounds the speed.

Edit: And the all cache/net access goes through the parent process (Sandboxing reasons, the child processes shouldn't have random internet/drive access), that reduces per-child memory use as well (A decoded image lives in the parent process, each child that uses it maps it through shared memory, etc.)

 

 

script blockage is better method to avoid viruses from untrusted resources, sandboxing ruins speed so badly much. in short, i vote for single-process scheme :)

Yeah it does, the rendering processes are separate, they can't take down the parent process and it lets JavaScript run concurrently.

Why would sandboxing the rendering process effect speed?

sandboxing traces code to prevent malware activities, so it needs a huge bulk of extra ticks on CPU & extra data moving as well. + needless to mention, JS code ain't very fast even w/o any sandboxes. + sandbox cannot guard against all kinds of malicious code & can crash process as well.

No, the sandbox they're using is OS enforced security boundaries and patching the code to prevent access to system commands.

It doesn't "trace" the code, it just stops it from being able to do things.

sandbox runs in the simplified form like:

 

1. recognize action.

1.1. if action is pure threat, prevent its execution.

1.2. if action is possible threat, inform user about.

1.3. if No threat detected, pass through.

======================================

ideally, considers that sandbox cannot be visible by testified code. but(!), in fact, no sandbox can emulate environment for 100%, so code could conceal its dark sides + in some cases, it's possible to crash sandboxing from testified code.

I think you're thinking more of an AV trying to discover whether an executable is bad or not, because sandboxes don't work like that.

When you sandbox a process on Windows (As IE, Chrome and soon Firefox will do), what they're doing is making the client process run at a lower permissions level where it doesn't have user level hard drive access, no "emulation" or "tracing" going on.

Edit: Apps run as a user don't have the same amount of permissions as an Administrator, etc. It's the same system.

Decryptor, thanks for pinpointing that difference :) i'm too stuck in av sandboxes. yes, low permissions are useful thing, but, for many cases, script blocking is much more preferable way: sandboxing, aforementioned by you, corrupts script logic for many cases as much as simple blocking, but blockage is more secure approach.

Im having a problem since yesterday, if i have Greasemonkey enabled(Even with no scripts installed)Firefox doesn't start, i need to finish the process through task manager. I tried to uninstall it and try again but nothing. Any ideas how can i solve it without creating a new profile or resetting all?

I fixed it. I deleted every entry in about:config with contained greasemonkey and now works fine

 

 

I had exactly the same problem as wasd- and fixed it by entering in safe mode and deleting any greasemonkey preffs.

 

For future reference there is an addon that will delete any preferences for addons, it's called eCleaner and you can get it here..

 

https://addons.mozilla.org/en-US/firefox/addon/ecleaner/

 

Simplifies the entire process.

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

    • State of Decay 3 is out in 2027, reveals Plague Nests with new co-op gameplay trailer by Pulasthi Ariyasinghe A few months ago, Undead Labs broke its silence about the third entry in the State of Decay series since its announcement in 2020. Today, the studio had a brand-new trailer to reveal at the Xbox Games Showcase, finally giving players a look at the Unreal Engine 5-powered title. A broad 2027 release window is now attached to State of Decay 3 too. The studio confirmed that every scene seen in the gameplay trailer (except for the studio logo) released today is from the game with no cinematic footage. "The quality bar of the moment-to-moment experience is higher than anything we’ve achieved in Undead Labs’ history," says the studio. "State of Decay 3 is being built in Unreal Engine 5, and we’re creating better quality versions of what makes our game the survival sandbox it is, and the combat experience is really, really important to us, and I think you can see it coming through in this trailer." One new aspect of this upcoming entry is the Plague Nests. These are supposed to be dynamic, dungeon‑like enemy hubs with varied “personas” that change tactics each time one appears on a map. These areas will have the best loot in the game for players brave enough to tackle them. The combat system is being overhauled too, letting players do quick and power attacks depending on the situation. This isn't just on the player's side though, as zombies themselves now have multiple new types of behaviors depending on how fresh or decayed they are. "All of these play very differently, especially as you start getting outnumbered or when you’re making noise and running around and trying to save your rear end or the rear end of your friend next to you," adds the developer. Of course, settlement building and community management are massive parts of this third entry too. These are being further expanded with the cooperative focus, giving players much more freedom for playing together than in State of Decay 2. Players will even be able to split up and build settlements in different areas of the same map with different goals. Undead Labs confirmed that playtests are already ongoing for the title, and interested players can sign up to participate by heading over here once more slots open up ahead of the full release. State of Decay 3 is coming out on PC, Xbox Series X|S, PlayStation 5, and Xbox Game Pass sometime in 2027.
    • Doom: The Dark Ages Revelations expansion gives the Slayer a brutal Chain Spear by Pulasthi Ariyasinghe Last year, id Software released Doom: The Dark Ages as a prequel to its reboot series, offering a look at the legendary Slayer character during an ancient war between Hell and Heaven. Today, at the Xbox Games Showcase, id Software returned with a new announcement that unveiled Doom: The Dark Ages Revelations as its first story expansion. The expansion will see the Slayer being betrayed and cast into a "merciless purgatory only escapable by confronting haunting truths." Somehow, there is one ally in all this chaos seemingly attempting to help our protagonist escape his fate. Players will be ascending this prison and fighting plenty of new demons and abominations as they work to free the Slayer's followers. One new aspect of the expansion will be the Chain Spear. This new weapon is described by the studio as a "uniquely satisfying combat system that rewards mastery with a potent combination of power and mobility." Check out the trailer below to see the new weapon in action, where the Slayer is seen using it to even pin enemies to walls. id Software is also preparing a free update to all owners of Doom: The Dark Ages that will land alongside the new paid expansion. Dubbed the Ripatorium 3.0 update, this will add more customization options, an improved pass code generation system, and preset options for players diving into the game's arena challenge mode. Expansion buyers will also receive additional maps, demons, and new weapons to use in this mode in addition to the story levels. Doom: The Dark Ages Revelations expansion is out on July 7 across PC, Xbox Series X|S, and PlayStation 5 with a $19.99 price tag. Those who own the Premium Edition or the Collector's Bundle will receive the expansion for no extra cost as well.
    • Hyped for this. Replayed the remasters recently and they're so well done, and Crash 4 was great too. I trust this team to deliver.
    • Ninja Theory's new Hellblade game is action-focused and set in Purgatory by Pulasthi Ariyasinghe Ninja Thery has been building its award-winning Hellblade series since 2017, delivering Senua's Sacrifice and Senua's Saga since then. Today at the 2026 Xbox Games Showcase, the studio had a brand-new installment announcement featuring Senua again, but this time, she is in a version of purgatory, and the focus is on the action. Simply named Senua, this new entry is described as a "full-on action-adventure" experience, delivering an expanded focus on combat, puzzle-solving, and freedom of exploration. The developer says that it is keeping the same high production values and storytelling features of the previous games while giving what players have been asking for in the gameplay department. The entirety of Ninja Theory is now working on Senua, giving the project much more manpower than ever before, while also letting the team draw on its action roots from Devil May Cry and prior titles. However, the studio also confirmed that its previously announced Project Mara horror experience is no longer in development. Alongside snappier traversal moves, Senua will be able to take stealth and direct combat routes. She has access to her own sword, plus any enemy weapons as well, with dual wielding also being an option for most dropped melee swords, axes, and other weapons. Outside of melee combat, Senua will be able to use special abilities that let her alter the reality around her. The world is said to be about twice the size of Hellblade 2. While this won't be an open-world experience, the linear story will let players explore their surroundings further than before. The story of Senua will be set after the events of previous Hellblade titles, with our protagonist being stuck in her own version of Purgatory. The series' well-explored psychosis themes will return as well. "She’s trapped between life and death on a quest to reach the afterlife and be reunited with the ones that she’s loved and lost," adds the studio. "Her belief is that by healing the wounds of her life, she can find the peace that is the key that unlocks the gate to the afterlife." Senua is releasing on Xbox Series X|S, PC, and PlayStation 5 sometime in 2027.
  • 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
      492
    2. 2
      PsYcHoKiLLa
      248
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      68
    5. 5
      ATLien_0
      67
  • Tell a friend

    Love Neowin? Tell a friend!