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

    • Does anyone here know if these updates are integrated into the UUP dump isos?
    • Motrix Next 3.9.4 by Razvan Serea Motrix Next is a modern, open-source cross-platform download manager built as the official next-generation successor to the original Motrix project. It has been completely rewritten using Tauri 2, Vue 3, TypeScript, and Rust, while still relying on the powerful Aria2 download engine for high-speed multi-protocol transfers. The app supports HTTP, HTTPS, FTP, BitTorrent, ED2K and magnet links, offering advanced features like multi-connection acceleration, task scheduling, bandwidth control, and batch download management. With a significantly reduced install size (around 20MB), it focuses on being lightweight, fast, and resource-efficient compared to traditional Electron-based download tools. Designed for Windows, macOS, and Linux, Motrix Next delivers a clean, modern UI inspired by Material Design 3 principles, with smooth animations and a minimal workflow. It improves usability through better download organization, system tray integration, and enhanced torrent handling including selective file downloads and tracker management. Motrix Next features: Multi-protocol downloads — HTTP, FTP, BitTorrent, Magnet, .torrent, ED2K, and Metalink tasks BitTorrent — Selective file download, DHT, peer exchange, encryption controls, metadata caching, GeoIP peer flags, and tracker probing Browser extension integration — Embedded Extension API with independent authentication, download confirmation, smart auto-submit, filename hints, referer/cookie forwarding, and real-time controls (Chrome Web Store · Edge Add-ons) Safe filename handling — Content-Disposition, RFC 2047, non-UTF-8, percent-encoded, and extensionless URL resolution with path traversal sanitization Download organization — Favorite and recent folders, optional file-type categorization, stale-record cleanup, and completed history backed by SQLite Concurrent downloads — Independent controls for active tasks, HTTP connections per server, segments per file, and BT peer limits Speed control — Global and per-task upload/download limits with day-of-week and time-of-day scheduling System integration — Tray operation, optional tray speed display, macOS Dock badge/progress, protocol handlers for magnet://, thunder://, and motrixnext:// Lightweight mode — Destroys the WebView on minimize-to-tray while Rust keeps the engine, task monitor, notifications, history, and extension routing alive Notifications and power options — Native task start/complete/failure notifications, keep-awake during downloads, and optional shutdown after completion Network controls — Scoped proxy support for downloads, app updates, and tracker updates, plus system proxy detection Auto-update channels — Stable, Beta, and Latest Across Channels policies with separate download and install phases Diagnostics — Structured logs, exportable diagnostic ZIPs, database integrity checks, automatic DB rebuild, and Linux GPU rendering fallback Personalization — Light/dark/system theme, 10 color schemes, 26 languages, and first-launch system language detection Motrix Next 3.9.4 changelog: Motrix Next 3.9.4 promotes the 3.9.4 beta cycle to stable. This release refreshes bundled engine binaries, improves task detail readability and copy actions, expands link handling for magnet and ED2K workflows, polishes responsive navigation and text wrapping, updates browser extension documentation, and refines network preference controls. New Features Task Detail copy actions — Added copyable values for task metadata and reusable render functions for long text fields. Magnet and ED2K lifecycle support — Added task lifecycle handling for magnet and ED2K links. History cleanup for deleted tasks — Deleted tasks can now remove matching history records. User-Agent management — Added user-agent management and improved related network preference controls. Browser extension documentation — Added the Firefox Add-ons link for the Motrix Next extension. Improvements Engine binaries — Updated bundled binaries for supported architectures. Task Detail readability — Long task names, URLs, tracker values, and copyable metadata now render more clearly. Deletion messaging — Refined localized task deletion text for clarity and consistency. Text wrapping — Improved URI input wrapping and task name multiline display. Navigation layout — Improved sub-navigation responsiveness. Disk allocation default — Changed the default file allocation method to trunc. Proxy controls — Improved proxy button styling in network preferences. Download: Motrix Next 64-bit | ARM64 | macOS ~20.0 MB (Open Source) Links: Website | macOS / Linux | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • NVIDIA officially supports Ubuntu, as linked above with the GeForce NOW Hands on I did in collaboration with Paul Hill.
    • TO be clear I am not running linux today, however I keep thinking about it. And I want to make sure there are minimal obstacles if I decide to make that switch in the coming months.
    • Yes, I actually glossed over the Linux part from the OP. You could always go for a 9070 XT and if you really want to play Ray Traced games in the future, GeForce Now is pretty damn good on Linux https://www.neowin.net/news/nvidias-native-geforce-now-app-for-linux-bridges-the-gaming-gap-hands-on/
  • 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
      479
    2. 2
      PsYcHoKiLLa
      250
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      69
    5. 5
      FloatingFatMan
      67
  • Tell a friend

    Love Neowin? Tell a friend!