Recommended Posts

I got a 1508 on psychedelic, chrome 7 got a 15 lol

it's caused by chrome's lack of hardware acceleration. My minefield scored 17 without it.

@Udedenkz my graphic card is a ATI mobility radeon HD 4650

So beta 5 will be out soon, b6pre builds are hitting the hourlies now, and aside from not being able to put my tabs in the titlebar for a week or so now I've also been suffering the following for just as long.

post-1972-1283323611478.png

It should be noted that this only happens with certain visual styles, the standard Aero theme displays correctly, but I don't really see that as an option. Surely there must be some code to position the menu button correctly since it has worked in the past. Any suggestions?

Update: Since I was so frustrated I tried my margins again and figured it out.

#appmenu-button-container{
position: fixed !important;
}
#main-window:not([sizemode="maximized"]) {
 margin-top: -12px !important;
}

So if anybody is using Clearscreen Sharp or another visual style that displaces the menu button try that.

Yep, thanks. This change by Firefox actually fixes some issues. Now, the margin is controlling the location from the title bar, rather than it just displacing based on padding/firefox button. Which means, if I hide the Firefox button, my tabs don't move up anymore. This is good for popups (which for me were previously near impossible to close with the mouse), and using your trick (negative margins) I was able to move my tabs up in maximized mode (currently I don't move them up in regular mode, so I can drag firefox around easily).

----------------------------------------------

#appmenu-button-container {

display: none;

position: fixed !important;

}

#appmenu-button {

display: none;

}

#main-window[sizemode=normal] #navigator-toolbox[tabsontop=true] #TabsToolbar{

margin-right: 85px !important;

margin-left: 0px !important;

padding-top: 0px !important;

}

#main-window[sizemode=maximized] #navigator-toolbox[tabsontop=true] #TabsToolbar{

margin-right: 85px !important;

margin-left: 0px !important;

padding-top: 0px !important;

margin-top: -14px !important;

}

/* Remove Home button (never use it) */

#home-button { display: none; }

.tabs-newtab-button {

display: none;

}

#PersonalToolbar, #nav-bar {

background-color: #707070 !important;

}

/* avoid scrolling tabs */

.tabbrowser-tab[fadein]:not([pinned]) {

min-width: 18px !important;

}

------------------------------------------

post-345352-12833774270657.png

So beta 5 will be out soon, b6pre builds are hitting the hourlies now, and aside from not being able to put my tabs in the titlebar for a week or so now I've also been suffering the following for just as long.

It should be noted that this only happens with certain visual styles, the standard Aero theme displays correctly, but I don't really see that as an option. Surely there must be some code to position the menu button correctly since it has worked in the past. Any suggestions?

Update: Since I was so frustrated I tried my margins again and figured it out.

#appmenu-button-container{
position: fixed !important;
}
#main-window:not([sizemode="maximized"]) {
 margin-top: -12px !important;
}

So if anybody is using Clearscreen Sharp or another visual style that displaces the menu button try that.

Thanks for that! Tried beta5 RC a few hour back and was frustrated by the fact I couldn't get the tabs back on top, but modified your script and got it to my favorite look again. :cool:

This is my script for tabs on top without FF button on beta 5:

#TabsToolbar{
padding-left: 0px !important;
padding-top: 0px !important;
padding-right:112px !important;
height: 26px !important;
}

#appmenu-button {display: none;}

#appmenu-button-container {position: fixed !important;}

#main-window {margin-top: -22px !important;}

Looking like this:

post-344974-1283378364439.jpg

I also modified a nice script for a style with button (see picture 1). Here is the script for FFb5:

#appmenu-button {
padding: 3px 8px !important;
margin-top: 21px !important;
margin-left: 2px !important;
background: url('http://omicronlab.net/upic/4c48c3d1-f83.png') #e4780e no-repeat -5px -5px !important;
border: 2px solid !important;
border-top: none !important;
-moz-border-radius: 0 0 4px 4px !important;
-moz-border-left-colors: rgba(255,255,255,.5) rgba(83,42,6,.9) !important;
-moz-border-bottom-colors: rgba(255,255,255,.5) rgba(83,42,6,.9) !important;
-moz-border-right-colors: rgba(255,255,255,.5) rgba(83,42,6,.9) !important;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 0 0 1px rgba(255,255,255,.40) inset !important;
}

#appmenu-button:-moz-window-inactive {
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 0 0 1px rgba(255,255,255,.35) inset !important;
background-color: transparent !important;
}

#appmenu-button:hover:not(:active):not([open]),
#appmenu-button:hover:-moz-window-inactive:not(:active):not([open]) {
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.1) inset, 0 0 2px 1px rgba(250,234,169,.7) inset, 0 -1px 0 rgba(250,234,169,.5) inset !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar {
padding-left: 78px !important;
padding-top: 0px !important;
padding-right: 112px !important;
}

#appmenu-button .button-text {display: none !important;}

#appmenu-button dropmarker:before {content: "MFx " !important;}

#appmenu-button-container {position: fixed !important;}

#main-window {margin-top: -22px !important;}

@Darrian

By the way there is a problem with your script in popup windows. They display like in my second picture (navigation bar under title bar). I tried to make a script to fix but I'm not very good at it. Have any ideas ?

post-344974-12833808817682.jpg

post-344974-12833808885126.jpg

Holy chocolate batman.... I just installed the pre Beta 6 nightly and enabled 3D Layers.... it's working perfectly for me now. I've never seen a browser so fast in terms of drawing. It's like my web runs on 300 fps :woot:

Only downside, it seems to work only in conjunction with DirectDraw which still looks a bit fugly on my end... oh well^^

EDIT: And I hear my GFX card now from time to time :laugh:

Holy chocolate batman.... I just installed the pre Beta 6 nightly and enabled 3D Layers.... it's working perfectly for me now. I've never seen a browser so fast in terms of drawing. It's like my web runs on 300 fps :woot:

Only downside, it seems to work only in conjunction with DirectDraw which still looks a bit fugly on my end... oh well^^

EDIT: And I hear my GFX card now from time to time :laugh:

DirectWrite, not DirectDraw, DirectDraw is an old 2D sprite based drawing API (which doesn't play properly with Aero I think)

And yeah, as long as you have Direct2D enabled you'll have DirectWrite enabled, they're tied together.

Holy chocolate batman.... I just installed the pre Beta 6 nightly and enabled 3D Layers.... it's working perfectly for me now. I've never seen a browser so fast in terms of drawing. It's like my web runs on 300 fps :woot:

Only downside, it seems to work only in conjunction with DirectDraw which still looks a bit fugly on my end... oh well^^

EDIT: And I hear my GFX card now from time to time :laugh:

how do you enable 3d layers?

I enabled 3D GPU acceleration in a different way:

1: Make a new System Environment variable named:

MOZ_ACCELERATED

2: Give it the value 11

3: Restart Minefield

Dunno if it changes anything, for me it works fine...

OS: Win 7 x86

GPU: XFX RADEON HD 5770

Catalyst: 10.6

Is the home button still going to appear on top?

https://wiki.mozilla.org/Firefox/Projects/New_Theme/Timeline

Going by that timeline it doesn't look like it will be. Not sure if that timeline though is what they are aiming for, for the finished product, or if they are still going to go by Shorlanders original from months ago.

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!