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

    • Kdenlive 26.04.2 by Razvan Serea Kdenlive is an acronym for KDE Non-Linear Video Editor. It works on GNU/Linux, Windows and BSD. Through the MLT framework, Kdenlive integrates many plugin effects for video and sound processing or creation. Furthermore Kdenlive brings a powerful titling tool, a DVD authoring (menus) solution, and can then be used as a complete studio for video creation. Kdenlive supports all of the formats supported by FFmpeg or libav (such as QuickTime, AVI, WMV, MPEG, and Flash Video, among others), and also supports 4:3 and 16:9 aspect ratios for both PAL, NTSC and various HD standards, including HDV and AVCHD. Video can also be exported to DV devices, or written to a DVD with chapters and a simple menu. Video editing features: Multi-track editing with a timeline and supports an unlimited number of video and audio tracks. A built-in title editor and tools to create, move, crop and delete video clips, audio clips, text clips and image clips. Ability to add custom effects and transitions. A wide range of effects and transitions. Audio signal processing capabilities include normalization, phase and pitch shifting, limiting, volume adjustment, reverb and equalization filters as well as others. Visual effects include options for masking, blue-screen, distortions, rotations, colour tools, blurring, obscuring and others. Configurable keyboard shortcuts and interface layouts. Rendering is done using a separate non-blocking process so it can be stopped, paused and restarted. Kdenlive also provides a script called the Kdenlive Builder Wizard (KBW) that compiles the latest developer version of the software and its main dependencies from source, to allow users to try to test new features and report problems on the bug tracker. Project files are stored in XML format. An archiving feature allows exporting a project among all assets into a single folder or compressed archive. Built-in audio mixer Kdenlive 26.04.2 changelog: Remove not needed actions from render info, fix rough size calculation for rendering. Fix clip sometimes not inserted in timeline when moving vertically in bin drag. Fix transcoding from clip properties. Cleanup render profile audio quality. Use percent based value for audio quality, and adjust the range accordingly per codec. Fixes bug #520750 Enforce even numbers for render width/height. Fixes bug #520737 Fix nightly flatpak - disable rnnoise until implemented. Fix missing initialization. Edit mediacapture.cpp. Fix document unnecessarily marked as modified on opening, triggering a backup request. Fix incorrect detection of missing and remote clips causing unwanted backups. Fixes issue #2194 Fix tests. Fix tmp files copied to wrong location when setting project folder. Fixes bug #467740 Fix color clips not selected on creation. Use QFileInfo instead of QUrl/QDir to try fixing Windows shared drives. Fixes bug #451413 Fix timeline preview incorrectly invalidated when a track with effect duration changed. Fixes bug #514541 Fix missing var. Display paths in native format in render widget. Fixes bug #520428 Simple splash: fix pressing return always triggered the same button. Minor update to simple splash. Fix unwanted clips added to timeline and cleanup. Fixes issue #2190 Minor layout improvements to welcome screen, add Quit and Open shortcuts. Fix broken welcome dialog layout in tiling compositors. (craft) Limit the number of CPU cores used during a Windows build with mingw as some .cpp files are memory intensive to build. (kde-ci) Limit the number of CPU cores used during a build as some .cpp files are memory intensive to build. (kde-ci) Cleanup old entries. Another fix for animation crash. Fix uninitialized function - crash on create animation. Another attempt to fix MacOS permissions. MacOS: fix bundle release version. Fix MacOS plist path. Fix MacOS build. Explicitely link against Qt::Core. Download: Kdenlive 26.04.2 | 128.0 MB (Open Source) Download: Standalone Executable View: Kdenlive Home page Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Here's how to watch the Xbox Games Showcase today and what to expect by Pulasthi Ariyasinghe The June games showcase week has been a packed one, with everything from major presentations like Sony and Summer Game Fest to indie-focused reveals coming in almost every day. Now, it's almost time for another big one, with Microsoft bringing its Xbox Games Showcase back later today. This is a double feature too, with a Gears of War E-Day deep dive also being attached to it. For anyone wanting to tune in online, the 2026 Xbox Games Showcase is kicking off at 10 AM PT | 1 PM ET | 6 PM BST | 7 PM CEST later today, June 7. The event will be available to watch on the official Xbox YouTube (4K 60FPS), Twitch, Facebook, Steam, Amazon Live, and other portals. Separate livestreams for American Sign Language and Audio Description will also be available. "This year marks 25 years of XBOX, and this Showcase is poised to be a true celebration, offering world premieres, new gameplay, fresh updates, and more for a swathe of projects we cannot wait to share," said Microsoft about this presentation. With a new CEO behind it that is pulling off some interesting moves, Xbox may have some surprises to reveal today. New looks at first-party games like Halo Campaign Evolved from Halo studios, Fable from Playground Games, InXile Entertainment's Clockwork Revolution, Mojang's Minecraft Dungeons II, and Call of Duty: Modern Warfare 4 from Infinity Ward are to be expected here. We may finally get to see the new Blade from Arcane Studios in action and a new Persona game from Atlus at the showcase too. Surprise announcements may also arrive from other Microsoft-owned studios like Bethesda, MachineGames, Ninja Theory, Obsidian, Rare, World's Edge, or Blizzard. Considering how every new release nowadays is staying away from November and December to avoid Grand Theft Auto VI's release, any launch dates Microsoft announces will probably skip those months as well. Once the Xbox Games Showcase ends, Microsoft will immediately kick off the Gears of War: E-Day Direct. This deep dive into the upcoming prequel from The Coalition should attach gameplay footage and perhaps a release window to the highly anticipated project.
    • People in the '50s and '60s had the same attitude, and we're still here over a half century later.
    • So after some fiddling I was able to get it to run at a pretty stable 30FPS. I'm slightly surprised about how much fiddling I had to do to get there though given what I thought was reasonable hardware: Processors: 16 × AMD Ryzen 7 7840HS w/ Radeon 780M Graphics Memory: 16 GiB of RAM Graphics Processor 1: AMD Radeon 780M Graphics Graphics Processor 2: AMD Radeon RX 7700S I think I could do it better if I use Linux rather than Windows, Windows RAM usage is stupid without stripping the system down. But once I got it working in a reasonable state, it was so awesome! I felt like a new Bond! If anyone has any advice to get things going a bit smoother FPS-wise, I'd appreciate it.
    • Something is rotten in the state of Denmark Australia
  • Recent Achievements

    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      PsYcHoKiLLa
      256
    3. 3
      Steven P.
      74
    4. 4
      +Edouard
      70
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!