Recommended Posts

And I'm pretty sure I'm not the only one as others have mentioned the same issue of dropping frames on the comment section of Youtube's 60 FPS videos that were posted.

Ditto that. My system falls in the "decent specs" category, not running four GPU's or anything but decent.

Firefox (Flash) was giving me ~38FPS.  Visually I didn't really notice much of a difference, not going to switch over it but *shrug* numbers don't lie.   Chrome and HTML5 was the full 60, frame dropping was at a minimum. On the plus side, CPU usage on both Chrome and Firefox were near zero while running both videos at 1080.. it's not being starved for resources or CPU time.  Flash obviously needs some more work/refinement.

Firefox:

firefox60f.png

 

Chrome:

chrome60fp.png

So, with Youtube announcing (and demonstrating) 60 FPS videos on their website, when can we expect Mozilla to fix their shoddy Flash support?

TwitchTV has supported 60FPS for quite a while now and it has always dropped a bunch of frames. If you move your cursor over the video it makes it struggle to even maintain 30 FPS, let alone 60.

Same for OneDrive's web video player. And now with Youtube's 60 FPS videos, it's almost dropping 50% of frames, negating the bump in frame rate.

 

And I'm pretty sure I'm not the only one as others have mentioned the same issue of dropping frames on the comment section of Youtube's 60 FPS videos that were posted.

 

Here's one of the videos for anyone interested, by the way.

doesn't seem to be a firefox issue, I get tons of dropped frames when viewing that video in chromium. Only plays smooth 60 fps for me when using google chrome/html5 player. And this is on my gaming desktop (i5-2500, 16gb ram, amd 280x)

 

Flash is terribly optimized, who would have thought  :rofl:

For YouTube and MSE have you tried enabling media.mediasource.enabled via about:config and forcing the HTML5 player? The Battlefield Hardline 60FPS trailer works fine there using HTML5/VP9/MSE in Nightly.

Enabling that appears the 1080 option but it doesn't start(At any resolution), using estable version(30)

doesn't seem to be a firefox issue, I get tons of dropped frames when viewing that video in chromium. Only plays smooth 60 fps for me when using google chrome/html5 player. And this is on my gaming desktop (i5-2500, 16gb ram, amd 280x)

 

Flash is terribly optimized, who would have thought  :rofl:

 

Yeah seems like it might just be flash, but then TwitchTV has issues on Firefox with 60FPS streams while Chrome/IE don't and Twitch still uses Flash. Also, high polling rate mice make the stream lag when mousing over the video for whatever reason, and this also happens on Youtube when using the HTML5 player, but not the Flash one (!?). SOMETHING is not working right, somewhere, that's for sure.

looks like all the search plugins need to be updated to support that feature or it could be coded better on Mozilla's end.  Selecting DuckDuckGo disables the menu.

 

Is there a way to increase the number of thumbnails on that page without an addon?

looks like all the search plugins need to be updated to support that feature or it could be coded better on Mozilla's end.  Selecting DuckDuckGo disables the menu.

 

Is there a way to increase the number of thumbnails on that page without an addon?

 

Go to about:config and change these two preference to whatever number and in which you want to increase.

 

 

browser.newtabpage.columns

browser.newtabpage.rows

looks like all the search plugins need to be updated to support that feature or it could be coded better on Mozilla's end.  Selecting DuckDuckGo disables the menu.

 

Is there a way to increase the number of thumbnails on that page without an addon?

 

What the post above me said. And if you want to make them wider, or whatever, here's the Stylish script made by some member from this site. I cannot recall his nickname though.

@namespace url(http://www.w3.org/1999/xhtml);



@-moz-document url("about:newtab") {

    

.newtab-cell {

  height: 110px !important;

  width: 450px !important;

}



}

Thanks for the reply.  I'm on the nightly so the about:config entries don't work.  The page seems to adjust the number of thumbnails based on the size of the window and is totally ignoring those settings.

 

Apparently, the only reason that the new tab tools addon works for the nightly is because they are using the older page code.

Thanks for the reply.  I'm on the nightly so the about:config entries don't work.  The page seems to adjust the number of thumbnails based on the size of the window and is totally ignoring those settings.

 

Apparently, the only reason that the new tab tools addon works for the nightly is because they are using the older page code.

 

I am also on Nightly and they work fine for me...

At lower resolutions (or window size) it fits what it can on the screen, but your right it does honor those settings.  Guess I just want to make the thumbnails smaller then.

 

 

...also this

 

 

duckduckgo.xml

 

I threw something together to make the duck duck go image show on the new tab page.

 

Thanks for the help guys, that's one less addon I need.

Some Insight:

- CSS Font Loading API relevant Work In Progress is happening: https://bugzilla.mozilla.org/show_bug.cgi?id=754215https://bugzilla.mozilla.org/show_bug.cgi?id=1031187
- Media Source Extension work in progress since now Youtube heavily rely on it so Mozilla is dragging its feet for quick support.
- Mozilla started to use heavily Coverity Static Analysis tool in conjunction with Clang static analysis tool and LSAN from Google to fix leaks and security bugs.
- Several dead code cleanup happened in back few days, JS Debugger version gone, XPIDL stuff relevant to DOM Bindings gone since now WebIDL is future and another thing which I forgot now... :-) this as well: https://bugzilla.mozilla.org/show_bug.cgi?id=933019

One issue they've run into is that their existing framework to play videos didn't work well with what MSE wanted. Their previous setup was basically "Hey OS, here's a video file, play it", while MSE deals with chunks of streams that can differ in quality/resolution and the OS libraries they were using didn't really like that.

 

So they're in the process of integrating the Android MP4 demuxer into Firefox, and wiring the platform decoders up to that (And for OS X as well, finally getting H.264 playback on Macs), but that code is currently extremely buggy (With the right prefs you can enable it for MSE, and it'll instantly crash)

 

WebM works fine (Which should be enough for YouTube), but the YouTube player doesn't do bandwidth adaption right due to a lame spec/browser issue IIRC (The DOM events spec allows for a timestamp of "0", which is useless. But Mozilla is in the process of changing to accurate times, which a lot of stuff doesn't parse right, but stuff is no more broken than it currently is)

 

Edit: And all the changes helps the OpenH264/EME work, since they're being plugged in like the platform decoders.

If someone is noticing weird behavior in Firefox Nightly 33 link and page Ctrl+clicking, its due to this change to match Opera Presto like text selection behavior with little improvements...

 

Regressed Behavior Bug - https://bugzilla.mozilla.org/show_bug.cgi?id=1035036

 

Relevant bug: https://bugzilla.mozilla.org/show_bug.cgi?id=378775

 

Blog by Asa on this: http://weblogs.mozillazine.org/asa/archives/2007/04/selection_in_op.html

 

Javascript is not enabled or refresh the page to view.

Click here to view the Tweet

I wondered what was causing that, annoying since I don't have middle click on this trackpad, but if I can select text inside a link now I'm ok with it.

 

Have you tried 'clicking' with both mouse buttons at the same time? Works on my trackpad.

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

    • 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.
    • It won't perform hugely better than the 3080 unless you're VRAM limited in games. Have you tried putting new thermal pads on them 3080 and giving it a good clean to see if you can regain your temps and overclock?
  • Recent Achievements

    • 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
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
  • 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!