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

    • OpenAI is now rolling out Lockdown Mode to more ChatGPT users by Pradeep Viswanathan Back in February, OpenAI first announced Lockdown Mode for users who want the most comprehensive protection from potential attacks. At the time of the announcement, the company mentioned that this feature was available to a small set of highly security-conscious users, including executives or security teams at leading organizations. Today, OpenAI announced that Lockdown Mode is now rolling out to all personal ChatGPT accounts, including Free, Go, Plus, and Pro, and also self-serve ChatGPT Business accounts. Users can enable the feature from ChatGPT Settings > Security when it is available for their account. When Lockdown Mode is enabled, ChatGPT limits or disables several features that connect to the web or external services. These include live web browsing, Deep Research, Agent Mode, and more. Here is the complete list of services that will be disabled in Lockdown Mode: Live web browsing: Web browsing is limited to accessing only cached content. Search results may be limited, unavailable, or stale. Image support: ChatGPT may not display images in regular responses or retrieve images from the web. Users can still upload image files, and image generation remains available where it is otherwise available. Deep research: Deep research is disabled. Agent mode: Agent mode is disabled. Canvas networking: Users cannot approve Canvas-generated code to access the network. File downloads: ChatGPT cannot download files for data analysis. ChatGPT can still operate on your manually uploaded files. It is important to note that Lockdown Mode does not completely block prompt injections from appearing in content that ChatGPT processes. For example, a malicious instruction could still be present in an uploaded file or cached web content. However, the mode is designed to reduce the ways such an attack could send sensitive information outside the conversation. Along with Lockdown Mode, OpenAI today also announced that the Active sessions feature is now available across ChatGPT accounts and workspace types. This feature allows users to review where their account is signed in across devices and end sessions if required. A session will have the following information displayed: Device or browser information. First-party app context, such as ChatGPT, Codex, or API Platform. Approximate location. Sign-in date and time. Whether the device is a trusted device. Whether it is your current session. OpenAI highlighted that the Active sessions feature will not be available for accounts linked to an organization’s single sign-on setup, including SAML or OIDC.
    • with LSTC and ESU, moving to w11 or linux because w10 suddenly will not work when in reality it works and its a better choice, of course there are also developers that only test in 11 or force you to have TPM and Secure boot for the sake of "better security" in games. or most likely people is buying new PC that only ship with 11
    • with LTSC and ESU there are still viable as a stable platform not that they care and let people deal with w11 crashing and burning every month support mean shet if the platform is trash
    • Most boring game ever. Repetitive, empty, predictable, and full of cliches. Total waste of time and money, IMO.
    • Mafia: The Old Country expansion Man of Honor announced, brings back Salieri from original by Pulasthi Ariyasinghe During Summer Game Fest, 2K and Hanger 13 brought out a new Mafia: The Old Country trailer, revealing the game's first expansion. Named Man of Honor, this is slated to add two new chapters to the Enzo storyline that the game follows. There is an iconic character returning to the series with this expansion, with players set to run into Ennio Salieri, the future Don of the Salieri crime family. Fans of the original Mafia, or its Definitive Edition remake, may remember that name as one of the biggest characters in the storyline. This expansion is set prior to his rise to being the kingpin in the City of Lost Heaven. "Set in Sicily during the winter of 1905, Enzo Favara has proven himself a reliable soldier of the Torrisi crime family in the months since his initiation," says the studio about the new chapters. "Now, the Don entrusts him and Cesare with a delicate assignment of assisting Ennio Salieri, a man of honor recently released from prison and intent on reclaiming what is his." Working at Salieri's side, players will be heading into fresh environments as they return to the role of Enzo as a high-ranking soldato. The studio also promises brand-new weapons, fresh vehicles, and charms to collect in this expansion. Moreover, the expansion will add new content to the updated Free Ride mode. Alongside new collectibles and locations, this will add more challenges to beat alongside Salieri, which are described as runs that will "test the skills of even the most elite mafiosi." The Mafia: The Old Country Man of Honor story expansion will release on August 14, 2026, across PC, Xbox Series X|S, and PlayStation 5. It will cost $10 for owners of the base game to jump into.
  • 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
      488
    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!