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

    • Everything they say you can already do yourself on the registry by changing some things.
    • Artist's renderings are so much nicer to view than the real thing, don't you think?
    • WildBit Viewer 6.20 released; no further updates planned by Razvan Serea WildBit Viewer is a popular, fast, and extensive image viewer offering a comprehensive suite of tools for photographers, designers, and image enthusiasts. It includes a powerful Viewer, Slide Show, Editor, Search, Profile Switcher, and Multi-Screen Viewer. The Viewer provides blazing-fast folder, file list, and thumbnail navigation with customizable headers, full-screen view, and a shell toolbar to organize favorite folders. It supports all major graphic formats (over 70), including JPEG, TIFF, PNG, BMP, GIF, PCX, TGA, and RAW formats. Detailed Image Info shows EXIF, IPTC, and XMP metadata, with rotation based on EXIF orientation, wallpaper setting, image comparison, geo-tag viewing, color labels, and CMS-aware color management. The Slide Show module offers 176 transition effects, multi-monitor support, custom shows with per-image settings, image marking, zoom, rotate, and desktop hiding for a professional viewing experience. The Editor supports advanced image manipulation, including crop, resize, color adjustments, curves, edge detection, effects, batch processing, retouching, layer support, and printing. Users can apply mass renaming, update or clear metadata, and work with multi-page TIFFs and animated GIFs. Search allows filtering by name, location, date, size, attributes, and metadata, while the Profile Switcher saves and loads custom layouts for all modules. The Multi-Screen Viewer opens multiple windows on available monitors, allowing simultaneous image viewing with independent zoom, pan, and rotation. WildBit Viewer also supports portable operation, 32- and 64-bit versions, Unicode, high-DPI displays, and multiple Windows styling options. With its combination of speed, versatility, and rich feature set, WildBit Viewer is an indispensable tool for managing, editing, and showcasing images efficiently. WildBit Viewer key features: Blazing-fast folder, file list, and thumbnail browsing Supports 70+ image formats including JPEG, TIFF, PNG, BMP, GIF, and RAW Full-screen view with multi-monitor support Explorer-style file handling with customizable headers Thumbnail Browser with sorting, view change, and fast size adjustment EXIF, IPTC, and XMP metadata viewing and editing Automatic rotation based on EXIF orientation Shell toolbar for organizing favorite folders Image Compare to calculate similarity between images Mass renaming and batch metadata updates File List Generator (HTML, CSV, RTF, TXT, Unicode) Rating and color labels, CMS-aware color management Video playback (AVI, MPG, MPEG, WMV) Animated GIF, multipage TIFF, Camera RAW support Slide Show with 176 transition effects and custom settings Editor: crop, resize, rotate, flip, canvas resize, and retouching tools Batch processing and image format conversion Multi-Screen Viewer: multiple windows with independent zoom, pan, and rotate Profile Switcher: save, load, reset, delete module profiles Portable operation, 32-/64-bit support, Unicode, and high-DPI ready WildBit Viewer 6.20 changelog: Viewer, Slide Show, Editor, Search, Profile Switcher & Multi Screen Viewer. Updated ImageEn to 15.0.0 version. Viewer, Slide Show, Editor, Search, Profile Switcher & Multi Screen Viewer. Updated Jedi JCL&JVCL. Viewer - Image Geo Info, OpenStreetMap removed. Slide Show Remote Mode removed. Note! This means that WildBit Slide Show Remote is now officially EOL. Editor - Shortcut keys for Capture removed. Optimized code. Note! This version includes help what supersedes all previous releases. plus Lots of bug fixes and changes, check Readme files for details. WildBit Viewer End‑of‑Life WildBit Viewer has reached its final release with version 6.20. As development comes to a close, no further feature updates are planned. WildBit Slide Show Remote reached End-of-Life on 06 June 2026, while WildBit Viewer will reach End-of-Life on 30 June 2026. Downloads will remain available until the end of July 2026 (possibly extending into early August). After End-of-Life, the software will no longer receive updates, security fixes, or technical support. Download: WildBit Viewer 64-bit | Portable 64-bit | ~70.0 MB (Freeware) Download: WildBit Viewer 32-bit | Portable 32-bit Links: WildBit Viewer Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Thanks for liking it! 😊 That's Arch Linux with Gnome.
    • LOL. Can't even quote and edit a comment correctly. Figures you're a Linux user.
  • Recent Achievements

    • 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
    • Rising Star
      olavinto went up a rank
      Rising Star
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      252
    3. 3
      Steven P.
      71
    4. 4
      FloatingFatMan
      69
    5. 5
      +Edouard
      69
  • Tell a friend

    Love Neowin? Tell a friend!