Recommended Posts

Yep, "Behind Window Blending" as Apple calls it. The other version ("Within Window Blending" surprisingly enough) is harder to implement, as it's actually handled through CoreAnimation, which Firefox can't use (Due to how they render their UI), so either they'll have to re-implement it, or just decide it's not worth it.

Surprisingly, that's most of the foundation work they need to do for a Yosemite version of Australis (Tooltips, Context Menus and sub-pixel AA left), the rest is general UI polish and changes.

New Private Window content page following new simple design process:

o8PZIjx.png

 

I notice they have gotten rid of the gradient in the tab bar on Windows 8. Is that new?

 

That gradient really annoys me. It looks especially horrid if one is using a light or white colur on Windows 8 & I never found a way to remove it.

Oh, I thought you meant you were still getting the blue color. Did you mean the tab shadow? That is indeed gone in the nightly.

 

If you want to get rid of it you could put this in a User Style.

#TabsToolbar {
    background: transparent !important;
}

 

Oh, I thought you meant you were still getting the blue color. Did you mean the tab shadow? That is indeed gone in the nightly.

 

If you want to get rid of it you could put this in a User Style.

#TabsToolbar {
    background: transparent !important;
}

 

That's it! Thanks!

Good thing he's not the CEO anymore then, nobody would want to run a multiprocess build of Firefox if it broke all addon compatibility.

Especially since even in the nightly builds people are complaining about broken addons and the proper way for multiprocess addons has been in since Firefox 4, it's just fixing addons to work with it, and making sure the system covers everything addons want.

  • Like 2

Good thing he's not the CEO anymore then, nobody would want to run a multiprocess build of Firefox if it broke all addon compatibility.

Amen to that.. it's the addons that puts Firefox miles ahead of everybody else. (In my opinion.) If they pushed out a browser that broke compatibility with everything.. may as well put it in the miscellaneous pile. I'm all for multiple processes (it does help, Chrome proved that), but not at the expense of what made it good to begin with.

Oh, completely forgot to mention that tiled rendering on OS X and fixed H.264 playback (by disabling HW decoding) landed. H.264 decoding never worked on my Mac and would instantly crash, now I can play H.264 videos! (and it's kinda buggy because the OS X API is kinda odd, Windows doesn't have these issues)

Tiled rendering is very cool (Even if it currently doesn't offer many benefits), Chrome and Safari use a similar system, and it allows for smoother scrolling (Because it allows for pre-rendering outside the visible area, all scrolling there can be async and never touches the web content thread) and better multi-threading (Since each tile can be drawn to simultaneously)

I know some people have said all the FirefoxOS work is wasted effort or such, but this is an offshoot of that (Which itself is an offshoot of Firefox for Android/Metro Firefox). Firefox for Android currently runs a "single process multi-process" model, where the engine is run on a separate thread to the UI but in the same OS process, while with FirefoxOS everything is run in separate processes (So they've gone to a lot of effort to make sure that runs well with low memory overhead), and now all that work is feeding into the desktop builds.

Anyone having an annoying issue with Firefox and latest Flash Player 32 Bit? When I right click on a video to get to the context menu, it crashes Flash. Using 33 Beta 1 now, but it happened with 32 as well. I think it's a recent Flash issue, cause I only had this bug with recent Flash. Could have something to do with that protected mode. Firefox and Flash always seem to have issues, but I don't think it was too much of a problem with Chrome/IE. Still prefer Firefox, though.

Hi guys,

 

Anyone on Macbook with Retina Display? My firefox when fullscreen on flash, only shows a quarter of the screen. Any idea on how to fix it? Tried some of the fixes like disable hardware acceleration, but it does not work. only the settings to use low DPI works. but it makes my text and firefox blurry.

Anyone having an annoying issue with Firefox and latest Flash Player 32 Bit? When I right click on a video to get to the context menu, it crashes Flash. Using 33 Beta 1 now, but it happened with 32 as well. I think it's a recent Flash issue, cause I only had this bug with recent Flash. Could have something to do with that protected mode. Firefox and Flash always seem to have issues, but I don't think it was too much of a problem with Chrome/IE. Still prefer Firefox, though.

 

Flash 15 released today, I highly recommend you to try it as for Youtube in question if from video site you mean, recently Youtube switched to HTML5 by default so it could be also reason. Does Firefox crash in meanwhile, if Yes, from about:crashes, please post link to crash.

 

 

---------------------------------

Since now M35 train is just started, big bug will land for sure.

Some Highlights (from many old days to latest)

 

E10S (Electrolysis):

https://bugzilla.mozilla.org/show_bug.cgi?id=1061995

https://bugzilla.mozilla.org/show_bug.cgi?id=1053716

https://bugzilla.mozilla.org/show_bug.cgi?id=1055753

https://bugzilla.mozilla.org/show_bug.cgi?id=1058164

https://bugzilla.mozilla.org/show_bug.cgi?id=1017914

Make DMD work properly with e10s - https://bugzilla.mozilla.org/show_bug.cgi?id=1061066

https://bugzilla.mozilla.org/show_bug.cgi?id=961867

https://bugzilla.mozilla.org/show_bug.cgi?id=1048618

https://bugzilla.mozilla.org/show_bug.cgi?id=1059036

https://bugzilla.mozilla.org/show_bug.cgi?id=1058237

 

Dead Code Removal or Cleanup:

https://bugzilla.mozilla.org/show_bug.cgi?id=1061992

https://bugzilla.mozilla.org/show_bug.cgi?id=1061994

https://bugzilla.mozilla.org/show_bug.cgi?id=1061538

https://bugzilla.mozilla.org/show_bug.cgi?id=1062076

https://bugzilla.mozilla.org/show_bug.cgi?id=1062469

https://bugzilla.mozilla.org/show_bug.cgi?id=1062064

https://bugzilla.mozilla.org/show_bug.cgi?id=1062715

https://bugzilla.mozilla.org/show_bug.cgi?id=1062719

 

OS X Tiling:

https://bugzilla.mozilla.org/show_bug.cgi?id=1059033

https://bugzilla.mozilla.org/show_bug.cgi?id=1059622

https://bugzilla.mozilla.org/show_bug.cgi?id=982338

 

JS:

https://bugzilla.mozilla.org/show_bug.cgi?id=1060873

https://bugzilla.mozilla.org/show_bug.cgi?id=1062484

 

JS Engine Performance Improvements:

https://bugzilla.mozilla.org/show_bug.cgi?id=1049840

https://bugzilla.mozilla.org/show_bug.cgi?id=1060359

https://bugzilla.mozilla.org/show_bug.cgi?id=1041688

https://bugzilla.mozilla.org/show_bug.cgi?id=894596

https://bugzilla.mozilla.org/show_bug.cgi?id=1002473

 

JS Engine - SIMD Work:

https://bugzilla.mozilla.org/show_bug.cgi?id=1060437

https://bugzilla.mozilla.org/show_bug.cgi?id=1060789

https://bugzilla.mozilla.org/show_bug.cgi?id=1050214

 

Mixed Content icon when loading SSL site - https://bugzilla.mozilla.org/show_bug.cgi?id=1046645

[MemShrink - P1] Leaking ghost windows in Mozilla Firefox - https://bugzilla.mozilla.org/show_bug.cgi?id=1061202

about:preference being blank in custom trunk builds - https://bugzilla.mozilla.org/show_bug.cgi?id=1061618

Cycle Collection improvement to improve Orphas nodes case in Remote Tabs - https://bugzilla.mozilla.org/show_bug.cgi?id=1058893

Sandboxed iframe regression - https://bugzilla.mozilla.org/show_bug.cgi?id=1051224

Toolbar and Customization relevant Performance improvement over Mozilla testsuite - https://bugzilla.mozilla.org/show_bug.cgi?id=1061947

Escape should be equivalent to Cancel in the "Firefox is already running..." dialog  - https://bugzilla.mozilla.org/show_bug.cgi?id=1060424

[bACKOUT] Findbar Australis UI polishing - https://bugzilla.mozilla.org/show_bug.cgi?id=891258

Relevant to OMT and Async about:preference updating - https://bugzilla.mozilla.org/show_bug.cgi?id=1056170

Customization Mode bug on Dark Contrast themes - https://bugzilla.mozilla.org/show_bug.cgi?id=1061714

Plugins crash manager related - https://bugzilla.mozilla.org/show_bug.cgi?id=1061821 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1060084

Turn on SSE fastpath for Image resizing - https://bugzilla.mozilla.org/show_bug.cgi?id=1054510

 

CSS / SVG Filters:

https://bugzilla.mozilla.org/show_bug.cgi?id=1058756

https://bugzilla.mozilla.org/show_bug.cgi?id=1058809

https://bugzilla.mozilla.org/show_bug.cgi?id=1058794

https://bugzilla.mozilla.org/show_bug.cgi?id=1058798

https://bugzilla.mozilla.org/show_bug.cgi?id=1058801

 

 

OS X Yosemite:

https://bugzilla.mozilla.org/show_bug.cgi?id=1060944

 

Vertical Writing relevant work:

https://bugzilla.mozilla.org/show_bug.cgi?id=1061170

Flash 15 released today, I highly recommend you to try it as for Youtube in question if from video site you mean, recently Youtube switched to HTML5 by default so it could be also reason. Does Firefox crash in meanwhile, if Yes, from about:crashes, please post link to crash.

 

 

---------------------------------

Since now M35 train is just started, big bug will land for sure.

Some Highlights (from many old days to latest)

 

E10S (Electrolysis):

https://bugzilla.mozilla.org/show_bug.cgi?id=1061995

https://bugzilla.mozilla.org/show_bug.cgi?id=1053716

https://bugzilla.mozilla.org/show_bug.cgi?id=1055753

https://bugzilla.mozilla.org/show_bug.cgi?id=1058164

https://bugzilla.mozilla.org/show_bug.cgi?id=1017914

Make DMD work properly with e10s - https://bugzilla.mozilla.org/show_bug.cgi?id=1061066

https://bugzilla.mozilla.org/show_bug.cgi?id=961867

https://bugzilla.mozilla.org/show_bug.cgi?id=1048618

https://bugzilla.mozilla.org/show_bug.cgi?id=1059036

https://bugzilla.mozilla.org/show_bug.cgi?id=1058237

 

Dead Code Removal or Cleanup:

https://bugzilla.mozilla.org/show_bug.cgi?id=1061992

https://bugzilla.mozilla.org/show_bug.cgi?id=1061994

https://bugzilla.mozilla.org/show_bug.cgi?id=1061538

https://bugzilla.mozilla.org/show_bug.cgi?id=1062076

https://bugzilla.mozilla.org/show_bug.cgi?id=1062469

https://bugzilla.mozilla.org/show_bug.cgi?id=1062064

https://bugzilla.mozilla.org/show_bug.cgi?id=1062715

https://bugzilla.mozilla.org/show_bug.cgi?id=1062719

 

OS X Tiling:

https://bugzilla.mozilla.org/show_bug.cgi?id=1059033

https://bugzilla.mozilla.org/show_bug.cgi?id=1059622

https://bugzilla.mozilla.org/show_bug.cgi?id=982338

 

JS:

https://bugzilla.mozilla.org/show_bug.cgi?id=1060873

https://bugzilla.mozilla.org/show_bug.cgi?id=1062484

 

JS Engine Performance Improvements:

https://bugzilla.mozilla.org/show_bug.cgi?id=1049840

https://bugzilla.mozilla.org/show_bug.cgi?id=1060359

https://bugzilla.mozilla.org/show_bug.cgi?id=1041688

https://bugzilla.mozilla.org/show_bug.cgi?id=894596

https://bugzilla.mozilla.org/show_bug.cgi?id=1002473

 

JS Engine - SIMD Work:

https://bugzilla.mozilla.org/show_bug.cgi?id=1060437

https://bugzilla.mozilla.org/show_bug.cgi?id=1060789

https://bugzilla.mozilla.org/show_bug.cgi?id=1050214

 

Mixed Content icon when loading SSL site - https://bugzilla.mozilla.org/show_bug.cgi?id=1046645

[MemShrink - P1] Leaking ghost windows in Mozilla Firefox - https://bugzilla.mozilla.org/show_bug.cgi?id=1061202

about:preference being blank in custom trunk builds - https://bugzilla.mozilla.org/show_bug.cgi?id=1061618

Cycle Collection improvement to improve Orphas nodes case in Remote Tabs - https://bugzilla.mozilla.org/show_bug.cgi?id=1058893

Sandboxed iframe regression - https://bugzilla.mozilla.org/show_bug.cgi?id=1051224

Toolbar and Customization relevant Performance improvement over Mozilla testsuite - https://bugzilla.mozilla.org/show_bug.cgi?id=1061947

Escape should be equivalent to Cancel in the "Firefox is already running..." dialog  - https://bugzilla.mozilla.org/show_bug.cgi?id=1060424

[bACKOUT] Findbar Australis UI polishing - https://bugzilla.mozilla.org/show_bug.cgi?id=891258

Relevant to OMT and Async about:preference updating - https://bugzilla.mozilla.org/show_bug.cgi?id=1056170

Customization Mode bug on Dark Contrast themes - https://bugzilla.mozilla.org/show_bug.cgi?id=1061714

Plugins crash manager related - https://bugzilla.mozilla.org/show_bug.cgi?id=1061821 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1060084

Turn on SSE fastpath for Image resizing - https://bugzilla.mozilla.org/show_bug.cgi?id=1054510

 

CSS / SVG Filters:

https://bugzilla.mozilla.org/show_bug.cgi?id=1058756

https://bugzilla.mozilla.org/show_bug.cgi?id=1058809

https://bugzilla.mozilla.org/show_bug.cgi?id=1058794

https://bugzilla.mozilla.org/show_bug.cgi?id=1058798

https://bugzilla.mozilla.org/show_bug.cgi?id=1058801

 

 

OS X Yosemite:

https://bugzilla.mozilla.org/show_bug.cgi?id=1060944

 

Vertical Writing relevant work:

https://bugzilla.mozilla.org/show_bug.cgi?id=1061170

Yeah, I updated before I saw your post, but you are correct that the issue seems to be fixed with 15. How come the video stops playing when you right click on it? It used to be like that for awhile, but then a recent Flash version allowed the video to keep playing, and now it's back to the old way. I'd prefer the video to keep playing. Anyway to make that happen? Thanks for your reply!

It's not the default yet, but the latest nightly prompts you to enable multi-process tabs by default now (Instead of as a separate window).

Edit: That doesn't make much sense. What I mean is that by default tabs remain in process, but now it prompts you to enable multi-process tabs rather than needing to flip a config option.

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!