Recommended Posts

I just hope that by introducing all these new engines and features (Tab Candy, etc) it's not going to start unnecessarily initiating the discrete GPU in the new 2010 MacBook Pros. As of right now, only Firefox and Safari stick with the integrated graphics (as they should) regardless of what sites you load. Chrome and Opera load the discrete Nvidia GPU every time Flash is initiated for some reason.

Here's hoping...

I just hope that by introducing all these new engines and features (Tab Candy, etc) it's not going to start unnecessarily initiating the discrete GPU in the new 2010 MacBook Pros. As of right now, only Firefox and Safari stick with the integrated graphics (as they should) regardless of what sites you load. Chrome and Opera load the discrete Nvidia GPU every time Flash is initiated for some reason.

Here's hoping...

It might, they're aiming to render the entire interface via OpenGL.

Flash attempts to use the graphics card for rendering now, and it'll go down that path in Firefox 4 (and Safari as well actually, but it might be special casing that or something)

It might, they're aiming to render the entire interface via OpenGL.

Flash attempts to use the graphics card for rendering now, and it'll go down that path in Firefox 4 (and Safari as well actually, but it might be special casing that or something)

It should if you are on ac power. On battery it should be smart and not. Thats it.

post-351374-12841578510623.png

Sunspider. FF 4.0b5 vs. MF 4.0b6pre. MF is the fastest one, though I don't really know whether the score is good or not.

Also, my gcard driver keeps crashing when I use the lastest MF build. Everything freeze, and sometimes it turns into a bluescreen. I haven't had this problem with the normal FF, or FF 4.0b5.

Anyone got a clue?

On a bottom note. Hi guys, just regged. Awesome board :)

Mike Beltzner wrote:

An update: the JagerMonkey team informs me that they hope to merge either later today or tomorrow.

Some benchmarks from various MOZILLA sources

ffb4pre6_ss_large.png

ffb4pre6_v8.png

Source : http://www.bailopan.net/blog/?p=768

sunspider-firefox.pngsunspider-all.png

v8-firefox.pngv8-all.png

Source : http://blog.mozilla.com/rob-sayre/2010/09/09/js-benchmarks-closing-in/

Yeah i understand that the browsers used in 2nd test are pretty old , but still we kinda get a rough idea seeing WebKit Sep 8 build and Opera 10.61.

I am loving this! They are now left with 3 more MAJOR optimizations , which will give us another great boost :D

The rockin? doesn?t stop here. Right now we?re polishing off the final pieces to get into the next Firefox 4.0 Beta. At the same time, here are some of the immediate performance works-in-progress:

  1. Function Calls. As discussed previously, this is one of our last big areas of optimization. The first of four major pieces, caching call sequences, was completed this week. The second big chunk, which Luke Wagner has slated for this week, will make arguments and stack frames faster. Brian Hackett, Chris Leary, and Bill McCloskey have more stack frame optimizations as part of the third wave.
  2. Tracer Integration. Deciding when to use the turbo button is pretty hard, but Bill and Dave have been researching it thoroughly. Right now we?re just scratching the surface, and we will have much better heuristics by the end of the month.
  3. Web Optimizations. Community member Jan de Mooij is continually finding demos and real-world tools and improving performance ?gotchas? in our engine, like making common arithmetic patterns faster.

Good to see J?gerMonkey got landed, and it's also nice to see box-shadow got updated to the latest spec (no one browser did it the same)

border-radius got some love as well, but I think it's still prefixed (not sure why honestly if box-shadow isn't)

Coool! How do we know JM is present in a build? is there something in about:config?

Yep.

javascript.options.methodjit.chrome;false <--- JM

javascript.options.methodjit.content;true <--- JM

javascript.options.tracejit.chrome;true <--- TM

javascript.options.tracejit.content;true <--- TM

Is there a Way to make the firefox color from Gray like this to Blue like this without using the default Windows 7 Theme. I am using Soft 7.

Use this code and change #XXXXXX type colours to blue (This site will help u http://www.w3schools...olorpicker.asp)

/* Gradient Changes */



#TabsToolbar &gt; .toolbarbutton-1:not(#alltabs-button):not(#new-tab-button) {

 -moz-appearance: none !important;

 margin: 0 !important;

 padding: 0 !important;

 background-repeat: no-repeat !important;

 background-size: 200% !important;

 -moz-border-image: url("chrome://browser/skin/tabbrowser/tab.png") 4 5 3 6 / 4px 5px 3px 6px !important;

 -moz-border-radius: 10px 8px 0 0 !important;

}



.tabbrowser-tab:not([selected="true"]),

.tabs-newtab-button,

#TabsToolbar &gt; .toolbarbutton-1:not(#alltabs-button):not(#new-tab-button) {

 background-position: -5px -2px!important;

 background-image: -moz-linear-gradient(top,#F2F2F2,

 rgba(242,242,242,0)),

 -moz-linear-gradient(bottom, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 75%) !important;

}



.tabbrowser-tab:not([selected="true"])[tabsontop="true"]:hover,

.tabs-newtab-button:hover,

#TabsToolbar &gt; .toolbarbutton-1:not(#alltabs-button):not(#new-tab-button):hover {

 background-image: -moz-linear-gradient(top, #E8E8E8,

 rgba(100,100,100,.8)),

 -moz-linear-gradient(bottom, rgba(0,0,0,.8) 40%, rgba(0,0,0,0) 60%) !important;

}



.tabbrowser-tab:not([selected="true"])[tabsontop="true"] {

 text-shadow: 0 1px 0 rgba(255,255,255,0.3) !important;

}



#navigator-toolbox &gt; toolbar:not(#TabsToolbar):not(#toolbar-menubar) {

 background-image: -moz-linear-gradient(top, #F2F2F2,#C4C4C4),

 -moz-linear-gradient(bottom, #C4C4C4, #F2F2F2) !important;

}



#navigator-toolbox[tabsontop="true"] .tabbrowser-tab[selected="true"] {

 background-image: -moz-radial-gradient(center bottom, #E8E8E8, rgba(178,178,178,0) 0%),

 -moz-linear-gradient(left, transparent, transparent 1px,

 rgba(255,255,255,.5) 1px, rgba(255,255,255,.5)),

 -moz-linear-gradient(left, transparent, transparent 1px,#E8E8E8 1px, #E8E8E8) !important;

}


Anyone else having trouble with nightlies after 9/9?

Addons cannot be updated after that. When I try to update an addon it's not working after restart and when I click setup button on addon Firefox freezes.

Yep.

javascript.options.methodjit.chrome;false <--- JM

javascript.options.methodjit.content;true <--- JM

javascript.options.tracejit.chrome;true <--- TM

javascript.options.tracejit.content;true <--- TM

I have just

javascript.options.jit.chrome;true

javascript.options.jit.content;true

anyone else unable to install any addons in the latest nightly build? I keep getting a message about corrupt addons no matter what addon i try to install.

Anyone else having trouble with nightlies after 9/9?

Addons cannot be updated after that. When I try to update an addon it's not working after restart and when I click setup button on addon Firefox freezes.

I had the exact same problem, and started a topic on it..

This is why https://wiki.mozilla.org/Firefox/Planning/2010-09-01#Firefox_4_Beta_6 I'm back on Beta 5.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Qmmp 2.3.3 by Razvan Serea Qmmp (Qt-based MultiMedia Player) is a free, open-source audio player that delivers a classic music listening experience with a modern foundation. Inspired by the legendary Winamp, Qmmp features a familiar, customizable interface that supports both Winamp and XMMS skins, making it instantly recognizable to long-time users. It handles a wide variety of audio formats including MP3, OGG Vorbis, FLAC, WAV, AAC, and many others, ensuring smooth playback across diverse music libraries. In addition to basic playback, Qmmp offers advanced features such as a 10-band equalizer, crossfading, gapless playback, and audio visualization plugins. Users can manage playlists efficiently, create and save multiple lists, and even enable streaming from online sources. Plugin support extends the player’s capabilities, allowing integration of features like lyrics display, ReplayGain, and more. Built with the Qt framework, Qmmp runs smoothly and efficiently, making it ideal even for older systems. 10 great QMMP features you might not know: Global Hotkeys Support – Control playback using customizable system-wide keyboard shortcuts. CUE Sheet Support – Automatically detects and plays tracks from CUE files for full album playback. Last.fm Scrobbling – Integrated support for sending playback data to Last.fm. Audio CD Playback – Play music directly from audio CDs. Command Line Interface – Control Qmmp via command-line options for scripting or automation. System Tray Integration – Minimize to and control playback from the system tray. MPRIS Support – Integration with desktop media player controls via the MPRIS (Media Player Remote Interfacing Specification) interface. Spectrum Analyzer and Oscilloscope – Built-in visualizations for real-time audio feedback. Configurable Notifications – Custom pop-ups for track changes and playback status. Multiple Output Backends – Support for ALSA, PulseAudio, JACK, and more, offering flexible audio routing. Qmmp 2.3.3 changelog: fixed build with PipeWire versions less than 0.3.50; fixed settings dialog layout; fixed default CUE encoding; fixed possible null pointer dereference; fixed tracks order when added using drag and drop (2.3.3 only); fixed uninitialized structure usage; improved sid plugin: added libsidplayfp 3.0 support; added feature to build without residfp engine; fixed memory leak; fixed displaying audio information; updated Japanese translation (2.3.3 only). Download: Qmmp 64-bit | 24.0 MB (Open Source) Download: Qmmp 32-bit | 24.1 MB View: Qmmp Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • BATorrent 3.0.3 is out.
    • The current Statcoungter desktop numbers has Google Chrome increasing it's market share this past year and currently commanding 75% share. Everybody else is just making up the numbers with even MS Edge losing 3% this past year and has dipped just below 10% share which is staggering considering it's default on every Windows deviced purchased. If these numbers are correct that terrible Edge number is both devastating and embarrassing for MS especially when you add in the terribly low Bing market share. This leads me to ask a couple of questions as the default browser holding just less than 10% market share seems really weird. It used to be that all Chromium browsers were being counted as Google Chrome in some cases.  Is this still happening? Do these high Google Chrome numbers contains some Edge user numbers?
    • Yeah, all web browsers seem to have some junk in them these days. The regular Brave browser has a lot of unnecessary stuff in it, similar to Microsoft Edge, so I don't see any benefits of using Brave over Microsoft Edge if you already have Microsoft Edge fully set up with ad blockers and that. The cleanest or best free browser outside of 'Microsoft Edge' I’ve tried so far is 'Samsung Browser'. It has very little bloat and is a nice-looking web browser with an inbuilt 'Ad blocker'. I also really like the web browser called 'Floorp' that is based on Firefox. This browser can also install Chrome extensions. I have a system wide Ad blocking program for Windows 11 that doesn't just blocks ads in the web browser, but over the whole system. I don't really need a web browser with an inbuilt ad blocker because of that.
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      492
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!