Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

moving tabs back to below menu bar

Firefox updated and now my tabs are above the address bar, I hate it. I have went through all the information I could and created a new chrome folder, downloaded the css … (funda kabanzi)

Firefox updated and now my tabs are above the address bar, I hate it. I have went through all the information I could and created a new chrome folder, downloaded the css and changed user preferences but it sets the tabs to the bottom of the screen not just below the address bar. I think I need a different set of code for the css but cant find a copy. Does anyone know what to do?

Asked by sharkeyandgeorge 2 iminyaka edlule

Answered by sharkeyandgeorge 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (funda kabanzi)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: below nav-bar - fixed for 108+,113+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar - no longer needed in 113+ *//*
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
  order: 10 !important;
}
#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  order: 1000 !important;
}
*/

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vw !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}
________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Asked by Blacklisted 2 iminyaka edlule

Answered by DB-1 2 iminyaka edlule

  • Okugcinwe kunqolobane

How to increase the font size in the right click context menu? (2)

Greetings... I would like to increase the font size in right click menu box in FF 89.0 (64-bit) (see attached png) I found a similar 2018 query here at: https://supp… (funda kabanzi)

Greetings... I would like to increase the font size in right click menu box in FF 89.0 (64-bit) (see attached png)

I found a similar 2018 query here at: https://support.mozilla.org/en-US/questions/1241117#answer-1174375

and based on that exchange I added the following to userChrome.css file

/* FONT SIZE IN RIGHT CLICK MENU BOXES 5/1/22 */

  1. mainPopupSet menuitem,
  2. mainPopupSet menu { font-size: 16pt !important; }

/* */

I closed and reopened FF. This change has no effect on the menu font no matter what font-size value I enter. Have I done something wrong?

Asked by rarebooks 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Can't Bookmark Tab/Tabs

Running Firefox 89.0, Win10. I usually bookmark all tabs in a window to a named folder under Bookmarks Menu, for example Folder1, Folder2, Folder3, etc. Recently, the d… (funda kabanzi)

Running Firefox 89.0, Win10. I usually bookmark all tabs in a window to a named folder under Bookmarks Menu, for example Folder1, Folder2, Folder3, etc. Recently, the dialog was stuck to a previous folder, lets say Folder2, as the default, instead of the normal default of "Bookmarks Menu". If I bookmark Folder4, it will want to put it under Folder2 as a subfolder, unless I manually change it to Bookmarks Menu, but the next time the default will go back to Folder2. After trying to manually set the default back to Bookmarks Menu, without success, I tried renaming Folder2, thinking the default will go back to Bookmarks Menu. This didn't work, Firefox chose the new Folder2 name automatically. So next I opened all the tabs in Folder2, deleted the Folder2 in the bookmarks manager, thinking that if Firefox couldn't find Folder2, it would fallback to the old default of Bookmarks Menu. Now when I try to bookmark anything, the save dialog is blank and the only thing I can click is the cancel button. How do I fix this? I have hundreds of tabs open, since the session manager I used to use is no longer supported, I was in the process of saving windows into bookmark folders. I'm worried that restarting Firefox will lose some of recent changes to my open windows/tabs state since the last time Firefox "autosaved?" my session

Thanks

Asked by ednigma42 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Can't recover account, all bookmarks and passwords lost

Hi there, I just switched operating systems from Linux Lite to Linux Mint, and when I went to sign in to Firefox my email address wasn't recognized as having an account … (funda kabanzi)

Hi there,

I just switched operating systems from Linux Lite to Linux Mint, and when I went to sign in to Firefox my email address wasn't recognized as having an account - there was no option to send a recovery email or anything, only to create a new account. I tried my other email addresses and the same thing. So I ended up creating a brand new account with my email address, but now I've lost 100's of precious bookmarks and passwords that were saved in Firefox.

Any ideas?

Thanks,

Adrian

Asked by adrianhouse 1 unyaka odlule

Last reply by adrianhouse 1 unyaka odlule

  • Okugcinwe kunqolobane

If you are unable to load any pages, check your computer’s network connection.

i am trying to watch xvideos.com but it keep saying Unable to connect Firefox can’t establish a connection to the server at xvideos.com. The site could be temporari… (funda kabanzi)

i am trying to watch xvideos.com but it keep saying Unable to connect

Firefox can’t establish a connection to the server at xvideos.com.

   The site could be temporarily unavailable or too busy. Try again in a few moments.
   If you are unable to load any pages, check your computer’s network connection.
   If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

Asked by kelvonharris71 1 unyaka odlule

Last reply by Dropa 1 unyaka odlule

  • Okugcinwe kunqolobane

Sync not working since had to reinstall Windows

In the past, logging in to my Firefox account has caused new installs to just sync with my previous settings, bookmarks etc, but my computer had a... spaz & I had to … (funda kabanzi)

In the past, logging in to my Firefox account has caused new installs to just sync with my previous settings, bookmarks etc, but my computer had a... spaz & I had to do a new install of Windows 10, and Firefox will not sync. I've tried hitting 'sync now'...

Asked by Anya 1 unyaka odlule

Last reply by jonzn4SUSE 1 unyaka odlule

  • Okugcinwe kunqolobane

How to untrust specific certificate in firefox?

For example: 1. Certificate "CA.A" is trusted by firefox by default. 2. Certificate "CA.B" is issued by certificate "CA.A", but not stored in firefox by default. 3. Websi… (funda kabanzi)

For example: 1. Certificate "CA.A" is trusted by firefox by default. 2. Certificate "CA.B" is issued by certificate "CA.A", but not stored in firefox by default. 3. Website "WWW.C" use a certificate "CA.C" which is issued by certificate "CA.B" 4. After I visit "WWW.C", firefox will report it is a secure connection and will add "CA.B" to "Certificate Manager".

Now I want to untrust "CA.B" and all certificate issued by it.

In firefox old release(like firefox 45), there is an "Import" option in "Certificate Manager"->"Servers", I can import "CA.B" to untrust the certificate. In firefox new release(like firefox 112), there is no "Import" option in "Certificate Manager"->"Servers", so I can not untrust "CA.B". I have also try to untrust the certificate in "Certificate Manager"->"Authorities"-"Edit Trust", but uncheck the checkbox can't untrust the certificate and firefox still report it is a secure connection when I visit "WWW.C".

Asked by asmreg 1 unyaka odlule

Last reply by asmreg 1 unyaka odlule

  • Okugcinwe kunqolobane

problem joining chat GPT

I am trying ti make an account for chat GPT and get this response; This challenge page was accidentally cached by an intermediary and is no longer available. Please he… (funda kabanzi)

I am trying ti make an account for chat GPT and get this response;

This challenge page was accidentally cached by an intermediary and is no longer available.

Please help!

Asked by Cam macdonald 1 unyaka odlule

Last reply by jackwills6262 10 izinyanga ezidlule

  • Okugcinwe kunqolobane

upgrade version problem

I'm currently running V. 89 on a Windows-7 machine. The system runs a GE-Force 700 series video card. I just recently added more RAM to my system (currently 4 GB) and the… (funda kabanzi)

I'm currently running V. 89 on a Windows-7 machine. The system runs a GE-Force 700 series video card. I just recently added more RAM to my system (currently 4 GB) and the OS is running all the latest W-7 updates. I want to upgrade to the latest FireFox version (112), but am having problems with it. When I go to run V. 112 on YouTube, there is an annoying hesitation whenever a video is running and I go to move the mouse around the page with the video stopping for 1/4 second and then restarting with each mouse movement. I disabled hardware acceleration, but the problem still won't go away. I don't see it on other sites, just YouTube. It's so annoying that I uninstalled V. 112 and re-installed V. 89. Any suggestions? Thanks.

Asked by joeferrara 11 izinyanga ezidlule

Last reply by joeferrara 11 izinyanga ezidlule

  • Kusonjululiwe

Google Images Click to See Image Preview/Full Size Image No Longer Works

On version 89 while on Google Images, I can no longer click the image thumbnail to bring up the side menu on the right with the full size image. It previously worked fin… (funda kabanzi)

On version 89 while on Google Images, I can no longer click the image thumbnail to bring up the side menu on the right with the full size image.

It previously worked fine. I tried troubleshoot mode with all extensions removed and same issue. I tried on chrome/edge and later versions of firefox above 100 and it works as well.

My guess is there was some recent change on googles end that broke this on the older version. 89 supports webp so im not sure its that.

I like this version and would like to exhaust all possible fixes before defaulting to updating.

Asked by mribschmitty 3 emasontweni adlule

Answered by mribschmitty 3 emasontweni adlule

Does mozilla keep any of my browsing history and can I access it

So on Thursday 3-28-24 I was on deviantart with a private browser window and I found something really cool but I accidentally closed the window and I can't find it again.… (funda kabanzi)

So on Thursday 3-28-24 I was on deviantart with a private browser window and I found something really cool but I accidentally closed the window and I can't find it again. I have tried unsuccessfully after hours of attempts for the last day, trudging through a disgusting swamp of tangentially related content, much of it so loathsome and disgusting I wish I could purge my own brain's cache even though the thing I want is pure and wonderful. But because it was a private browsing window its link is not on my own computer. But mozilla keeps SOME sort of data on the browsing activity I did, right? I was hoping I could access it. Maybe just maybe I could find the link I want. I maybe shouldn't have just disabled "studies" just now because it now says it will delete them within 30 days but that also means it was enabled before and maybe I could get to see them before they're deleted and maybe find that thing I wanted to find again. My IPv4: 67.168.208.21 but I don't know if I ever get a different one in a private window or if it changes from time to time, I do know my bank doesn't recognize my computer when I sign in on a private browsing window.

Below is the text in the "troubleshooting information (optional):" window below, I don't know if pasting it here is how this works:

{

 "application": {
   "name": "Firefox",
   "osVersion": "Windows_NT 10.0 19044",
   "version": "89.0.2",
   "buildID": "20210622155641",
   "distributionID": "",
   "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0",
   "safeMode": false,
   "updateChannel": "release",
   "supportURL": "https://support.mozilla.org/1/firefox/89.0.2/WINNT/en-US/",
   "numTotalWindows": 2,
   "numFissionWindows": 0,
   "numRemoteWindows": 2,
   "launcherProcessState": 1,
   "fissionAutoStart": false,
   "fissionDecisionStatus": "disabledByDefault",
   "remoteAutoStart": true,
   "policiesStatus": 0,
   "keyLocationServiceGoogleFound": true,
   "keySafebrowsingGoogleFound": true,
   "keyMozillaFound": true
 },
 "securitySoftware": {
   "registeredAntiVirus": "Microsoft Defender Antivirus",
   "registeredAntiSpyware": "",
   "registeredFirewall": "Windows Firewall"
 },
 "processes": {
   "remoteTypes": {
     "privilegedabout": 1,
     "extension": 1,
     "web": 3,
     "prealloc": 1
   },
   "maxWebContentProcesses": 8
 },
 "environmentVariables": {
   "MOZ_CRASHREPORTER_DATA_DIRECTORY": "C:\\Users\\YourPC\\AppData\\Roaming\\Mozilla\\Firefox\\Crash Reports",
   "MOZ_CRASHREPORTER_EVENTS_DIRECTORY": "C:\\Users\\YourPC\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles\\kd8llgor.default-release\\crashes\\events",
   "MOZ_CRASHREPORTER_PING_DIRECTORY": "C:\\Users\\YourPC\\AppData\\Roaming\\Mozilla\\Firefox\\Pending Pings",
   "MOZ_CRASHREPORTER_RESTART_ARG_0": "C:\\Program Files\\Mozilla Firefox\\firefox.exe",
   "MOZ_CRASHREPORTER_STRINGS_OVERRIDE": "C:\\Program Files\\Mozilla Firefox\\browser\\crashreporter-override.ini"
 },
 "lockedPreferences": {
   "fission.autostart.session": false
 },
 "media": {
   "currentAudioBackend": "wasapi",
   "currentMaxAudioChannels": 2,
   "currentPreferredSampleRate": 48000,
   "audioOutputDevices": [
     {
       "name": "Independent Dual Headphones (IDT High Definition Audio CODEC)",
       "groupId": "HDAUDIO\\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C3627&REV_1002\\4&23e63206&0&0001",
       "vendor": "",
       "type": 2,
       "state": 2,
       "preferred": 2,
       "supportedFormat": 4112,
       "defaultFormat": 4096,
       "maxChannels": 2,
       "defaultRate": 48000,
       "maxRate": 48000,
       "minRate": 48000,
       "maxLatency": 480,
       "minLatency": 144
     },
     {
       "name": "SPDIF (Digital Out via HP Dock) (IDT High Definition Audio CODEC)",
       "groupId": "HDAUDIO\\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C3627&REV_1002\\4&23e63206&0&0001",
       "vendor": "",
       "type": 2,
       "state": 2,
       "preferred": 0,
       "supportedFormat": 4112,
       "defaultFormat": 4096,
       "maxChannels": 2,
       "defaultRate": 48000,
       "maxRate": 48000,
       "minRate": 48000,
       "maxLatency": 480,
       "minLatency": 144
     },
     {
       "name": "Speakers and Dual Headphones (IDT High Definition Audio CODEC)",
       "groupId": "HDAUDIO\\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C3627&REV_1002\\4&23e63206&0&0001",
       "vendor": "",
       "type": 2,
       "state": 2,
       "preferred": 5,
       "supportedFormat": 4112,
       "defaultFormat": 4096,
       "maxChannels": 2,
       "defaultRate": 48000,
       "maxRate": 48000,
       "minRate": 48000,
       "maxLatency": 480,
       "minLatency": 144
     },
     {
       "name": "HDMI Device (Intel(R) High Definition Audio HDMI)",
       "groupId": "HDAUDIO\\FUNC_01&VEN_8086&DEV_2802&SUBSYS_80860101&REV_1000\\4&23e63206&0&0301",
       "vendor": "",
       "type": 2,
       "state": 2,
       "preferred": 0,
       "supportedFormat": 4112,
       "defaultFormat": 4096,
       "maxChannels": 2,
       "defaultRate": 48000,
       "maxRate": 48000,
       "minRate": 48000,
       "maxLatency": 480,
       "minLatency": 144
     },
     {
       "name": "HDMI Device (Intel(R) High Definition Audio HDMI)",
       "groupId": "HDAUDIO\\FUNC_01&VEN_8086&DEV_2802&SUBSYS_80860101&REV_1000\\4&23e63206&0&0301",
       "vendor": "",
       "type": 2,
       "state": 0,
       "preferred": 0,
       "supportedFormat": 4112,
       "defaultFormat": 4096,
       "maxChannels": 2,
       "defaultRate": 48000,
       "maxRate": 48000,
       "minRate": 48000,
       "maxLatency": 0,
       "minLatency": 0
     }
   ],
   "audioInputDevices": [
     {
       "name": "External Mic (IDT High Definition Audio CODEC)",
       "groupId": "HDAUDIO\\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C3627&REV_1002\\4&23e63206&0&0001",
       "vendor": "",
       "type": 1,
       "state": 2,
       "preferred": 2,
       "supportedFormat": 4112,
       "defaultFormat": 4096,
       "maxChannels": 2,
       "defaultRate": 44100,
       "maxRate": 44100,
       "minRate": 44100,
       "maxLatency": 448,
       "minLatency": 133
     },
     {
       "name": "Integrated Microphone Array (IDT High Definition Audio CODEC)",
       "groupId": "HDAUDIO\\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C3627&REV_1002\\4&23e63206&0&0001",
       "vendor": "",
       "type": 1,
       "state": 2,
       "preferred": 5,
       "supportedFormat": 4112,
       "defaultFormat": 4096,
       "maxChannels": 2,
       "defaultRate": 48000,
       "maxRate": 48000,
       "minRate": 48000,
       "maxLatency": 480,
       "minLatency": 144
     },
     {
       "name": "Stereo Mix (IDT High Definition Audio CODEC)",
       "groupId": "HDAUDIO\\FUNC_01&VEN_111D&DEV_7603&SUBSYS_103C3627&REV_1002\\4&23e63206&0&0001",
       "vendor": "",
       "type": 1,
       "state": 0,
       "preferred": 0,
       "supportedFormat": 4112,
       "defaultFormat": 4096,
       "maxChannels": 0,
       "defaultRate": 0,
       "maxRate": 0,
       "minRate": 0,
       "maxLatency": 0,
       "minLatency": 0
     }
   ]
 },
 "accessibility": {
   "isActive": false,
   "forceDisabled": 0,
   "handlerUsed": true,
   "instantiator": ""
 },
 "startupCache": {
   "DiskCachePath": "C:\\Users\\YourPC\\AppData\\Local\\Mozilla\\Firefox\\Profiles\\kd8llgor.default-release\\startupCache\\startupCache.8.little",
   "IgnoreDiskCache": false,
   "FoundDiskCacheOnInit": true,
   "WroteToDiskCache": false
 },
 "libraryVersions": {
   "NSPR": {
     "minVersion": "4.30",
     "version": "4.30"
   },
   "NSS": {
     "minVersion": "3.64",
     "version": "3.64"
   },
   "NSSUTIL": {
     "minVersion": "3.64",
     "version": "3.64"
   },
   "NSSSSL": {
     "minVersion": "3.64",
     "version": "3.64"
   },
   "NSSSMIME": {
     "minVersion": "3.64",
     "version": "3.64"
   }
 },
 "userJS": {
   "exists": false
 },
 "intl": {
   "localeService": {
     "requested": [
       "en-US"
     ],
     "available": [
       "en-US"
     ],
     "supported": [
       "en-US"
     ],
     "regionalPrefs": [
       "en-US"
     ],
     "defaultLocale": "en-US"
   },
   "osPrefs": {
     "systemLocales": [
       "en-US"
     ],
     "regionalPrefsLocales": [
       "en-US"
     ]
   }
 },
 "sandbox": {
   "contentSandboxLevel": 6,
   "effectiveContentSandboxLevel": 6
 },
 "remoteAgent": {
   "listening": false,
   "url": ""
 },
 "graphics": {
   "numTotalWindows": 2,
   "numAcceleratedWindows": 0,
   "windowLayerManagerType": "Basic",
   "windowLayerManagerRemote": true,
   "windowUsingAdvancedLayers": false,
   "numAcceleratedWindowsMessage": {
     "key": "blocked-driver"
   },
   "adapterDescription": "Mobile Intel(R) 4 Series Express Chipset Family",
   "adapterVendorID": "0x8086",
   "adapterDeviceID": "0x2a42",
   "adapterSubsysID": "3627103c",
   "adapterRAM": 0,
   "adapterDrivers": "igdumd64 igd10umd64 igdumdx32 igd10umd32",
   "driverVendor": "",
   "driverVersion": "8.15.10.1883",
   "driverDate": "8-27-2009",
   "adapterDescription2": "",
   "adapterVendorID2": "",
   "adapterDeviceID2": "",
   "adapterSubsysID2": "",
   "adapterRAM2": 0,
   "adapterDrivers2": "",
   "driverVendor2": "",
   "driverVersion2": "",
   "driverDate2": "",
   "isGPU2Active": false,
   "direct2DEnabled": false,
   "directWriteEnabled": true,
   "directWriteVersion": "10.0.19041.1566",
   "clearTypeParameters": "Gamma: 1.8 Pixel Structure: RGB ClearType Level: 100 Enhanced Contrast: 50 ",
   "usesTiling": false,
   "contentUsesTiling": false,
   "offMainThreadPaintEnabled": false,
   "offMainThreadPaintWorkerCount": 0,
   "targetFrameRate": 60,
   "direct2DEnabledMessage": {
     "key": "blocked-driver"
   },
   "webgl1Renderer": "Google Inc. -- ANGLE (Microsoft Basic Render Driver Direct3D11 vs_5_0 ps_5_0)",
   "webgl1Version": "OpenGL ES 2.0.0 (ANGLE 2.1.14225 git hash: 3778168311ca)",
   "webgl1DriverExtensions": "GL_ANGLE_base_vertex_base_instance GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_explicit_context GL_ANGLE_explicit_context_gles1 GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_multiview_multisample GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_EGL_image_external_wrap_modes GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_no_error GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_vertex_array_object GL_WEBGL_video_texture ",
   "webgl1Extensions": "ANGLE_instanced_arrays EXT_blend_minmax EXT_color_buffer_half_float EXT_float_blend EXT_frag_depth EXT_shader_texture_lod EXT_sRGB EXT_texture_compression_bptc EXT_texture_compression_rgtc EXT_texture_filter_anisotropic MOZ_debug OES_element_index_uint OES_fbo_render_mipmap OES_standard_derivatives OES_texture_float OES_texture_float_linear OES_texture_half_float OES_texture_half_float_linear OES_vertex_array_object WEBGL_color_buffer_float WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_depth_texture WEBGL_draw_buffers WEBGL_lose_context",
   "webgl1WSIInfo": "EGL_VENDOR: Google Inc. (adapter LUID: 0000000000010afc)\nEGL_VERSION: 1.5 (ANGLE 2.1.14225 git hash: 3778168311ca)\nEGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_display_semaphore_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible EGL_KHR_create_context_no_error EGL_KHR_reusable_sync \nEGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_platform_angle_d3d11on12 EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_ANGLE_explicit_context EGL_ANGLE_feature_control \nIsWebglOutOfProcessEnabled: 0",
   "webgl2Renderer": "WebGL creation failed: \n* AllowWebgl2:false restricts context creation on this system. ()",
   "webgl2Version": "-",
   "webgl2DriverExtensions": "-",
   "webgl2Extensions": "-",
   "webgl2WSIInfo": "-",
   "info": {
     "AzureCanvasBackend": "skia",
     "AzureFallbackCanvasBackend": "none",
     "AzureContentBackend": "skia",
     "ApzWheelInput": 1,
     "ApzDragInput": 1,
     "ApzKeyboardInput": 1,
     "ApzAutoscrollInput": 1,
     "ApzZoomingInput": 1,
     "CMSOutputProfile": "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",
     "DisplayCount": 1,
     "Display0": "1366x768@60Hz : Mobile Intel(R) 4 Series Express Chipset Family",
     "HardwareStretching": "both=0 window-only=0 full-screen-only=0 none=1 error=0"
   },
   "failures": [
     "[GFX1-]: Unrecognized feature VIDEO_OVERLAY"
   ],
   "indices": [
     0
   ],
   "featureLog": {
     "features": [
       {
         "name": "HW_COMPOSITING",
         "description": "Compositing",
         "status": "available",
         "log": [
           {
             "type": "default",
             "status": "available"
           }
         ]
       },
       {
         "name": "D3D11_COMPOSITING",
         "description": "Direct3D11 Compositing",
         "status": "blocklisted",
         "log": [
           {
             "type": "default",
             "status": "available"
           },
           {
             "type": "env",
             "status": "blocklisted",
             "message": "#BLOCKLIST_FEATURE_FAILURE_DL_BLOCKLIST_g1071"
           }
         ]
       },
       {
         "name": "DIRECT2D",
         "description": "Direct2D",
         "status": "unavailable",
         "log": [
           {
             "type": "default",
             "status": "unavailable",
             "message": "Direct2D requires Direct3D 11 compositing"
           }
         ]
       },
       {
         "name": "D3D11_HW_ANGLE",
         "description": "Direct3D11 hardware ANGLE",
         "status": "disabled",
         "log": [
           {
             "type": "default",
             "status": "unavailable",
             "message": "D3D11 compositing is disabled"
           },
           {
             "type": "env",
             "status": "disabled",
             "message": "D3D11 compositing is disabled"
           }
         ]
       },
       {
         "name": "GPU_PROCESS",
         "description": "GPU Process",
         "status": "blocklisted",
         "log": [
           {
             "type": "default",
             "status": "available"
           },
           {
             "type": "env",
             "status": "blocklisted",
             "message": "#BLOCKLIST_FEATURE_FAILURE_DL_BLOCKLIST_g1071"
           }
         ]
       },
       {
         "name": "WEBRENDER",
         "description": "WebRender",
         "status": "disabled",
         "log": [
           {
             "type": "default",
             "status": "available"
           },
           {
             "type": "env",
             "status": "disabled",
             "message": "Not qualified"
           }
         ]
       },
       {
         "name": "WEBRENDER_QUALIFIED",
         "description": "WebRender qualified",
         "status": "blocklisted",
         "log": [
           {
             "type": "default",
             "status": "available"
           },
           {
             "type": "env",
             "status": "blocklisted",
             "message": "No qualified hardware"
           }
         ]
       },
       {
         "name": "WEBRENDER_COMPOSITOR",
         "description": "WebRender native compositor",
         "status": "unavailable",
         "log": [
           {
             "type": "default",
             "status": "available"
           },
           {
             "type": "env",
             "status": "blocklisted",
             "message": "Blocklisted by gfxInfo"
           },
           {
             "type": "runtime",
             "status": "unavailable",
             "message": "No DirectComposition usage"
           }
         ]
       },
       {
         "name": "WEBRENDER_SHADER_CACHE",
         "description": "WebRender shader disk cache",
         "status": "unavailable",
         "log": [
           {
             "type": "default",
             "status": "available"
           },
           {
             "type": "runtime",
             "status": "unavailable",
             "message": "WebRender disabled"
           }
         ]
       },
       {
         "name": "WEBRENDER_OPTIMIZED_SHADERS",
         "description": "WebRender optimized shaders",
         "status": "unavailable",
         "log": [
           {
             "type": "default",
             "status": "available"
           },
           {
             "type": "runtime",
             "status": "unavailable",
             "message": "WebRender disabled"
           }
         ]
       },
       {
         "name": "WEBRENDER_ANGLE",
         "description": "WebRender ANGLE",
         "status": "unavailable-no-angle",
         "log": [
           {
             "type": "default",
             "status": "available"
           },
           {
             "type": "runtime",
             "status": "unavailable-no-angle",
             "message": "ANGLE is disabled"
           }
         ]
       },
       {
         "name": "WEBRENDER_DCOMP_PRESENT",
         "description": "WebRender DirectComposition",
         "status": "unavailable",
         "log": [
           {
             "type": "default",
             "status": "available"
           },
           {
             "type": "runtime",
             "status": "unavailable",
             "message": "Requires ANGLE"
           }
         ]
       },
       {
         "name": "WEBRENDER_SOFTWARE",
         "description": "WebRender software fallback",
         "status": "unavailable",
         "log": [
           {
             "type": "default",
             "status": "available"
           },
           {
             "type": "env",
             "status": "unavailable",
             "message": "Requires GPU process on release"
           }
         ]
       },
       {
         "name": "OMTP",
         "description": "Off Main Thread Painting",
         "status": "broken",
         "log": [
           {
             "type": "default",
             "status": "disabled",
             "message": "Disabled by default"
           },
           {
             "type": "runtime",
             "status": "broken",
             "message": "OMTP is not supported with <= 2 cores"
           }
         ]
       },
       {
         "name": "WEBGPU",
         "description": "WebGPU",
         "status": "unavailable-no-webrender",
         "log": [
           {
             "type": "default",
             "status": "disabled",
             "message": "Disabled by default"
           },
           {
             "type": "runtime",
             "status": "unavailable-no-webrender",
             "message": "WebGPU can't present without WebRender"
           }
         ]
       }
     ],
     "fallbacks": []
   },
   "crashGuards": []
 },
 "experimentalFeatures": [
   [
     "experimental-features-abouthome-startup-cache",
     "browser.startup.homepage.abouthome_cache.enabled",
     false
   ],
   [
     "experimental-features-cookie-samesite-lax-by-default2",
     "network.cookie.sameSite.laxByDefault",
     false
   ],
   [
     "experimental-features-cookie-samesite-none-requires-secure2",
     "network.cookie.sameSite.noneRequiresSecure",
     false
   ],
   [
     "experimental-features-cookie-samesite-schemeful",
     "network.cookie.sameSite.schemeful",
     false
   ],
   [
     "experimental-features-css-constructable-stylesheets",
     "layout.css.constructable-stylesheets.enabled",
     false
   ],
   [
     "experimental-features-css-masonry2",
     "layout.css.grid-template-masonry-value.enabled",
     false
   ],
   [
     "experimental-features-devtools-color-scheme-simulation",
     "devtools.inspector.color-scheme-simulation.enabled",
     true
   ],
   [
     "experimental-features-devtools-compatibility-panel",
     "devtools.inspector.compatibility.enabled",
     false
   ],
   [
     "experimental-features-devtools-execution-context-selector",
     "devtools.webconsole.input.context",
     false
   ],
   [
     "experimental-features-devtools-serviceworker-debugger-support",
     "devtools.debugger.features.windowless-service-workers",
     false
   ],
   [
     "experimental-features-fission",
     "fission.autostart",
     false
   ],
   [
     "experimental-features-http3",
     "network.http.http3.enabled",
     false
   ],
   [
     "experimental-features-media-avif",
     "image.avif.enabled",
     false
   ],
   [
     "experimental-features-multi-pip",
     "media.videocontrols.picture-in-picture.allow-multiple",
     true
   ],
   [
     "experimental-features-ime-search",
     "browser.urlbar.keepPanelOpenDuringImeComposition",
     false
   ],
   [
     "experimental-features-web-api-inputmode",
     "dom.forms.inputmode",
     false
   ],
   [
     "experimental-features-web-gpu2",
     "dom.webgpu.enabled",
     false
   ],
   [
     "experimental-features-webrtc-global-mute-toggles",
     "privacy.webrtc.globalMuteToggles",
     false
   ]
 ],
 "addons": [
   {
     "name": "Amazon.com",
     "type": "extension",
     "version": "1.3",
     "isActive": true,
     "id": "amazondotcom@search.mozilla.org"
   },
   {
     "name": "Bing",
     "type": "extension",
     "version": "1.3",
     "isActive": true,
     "id": "bing@search.mozilla.org"
   },
   {
     "name": "DuckDuckGo",
     "type": "extension",
     "version": "1.1",
     "isActive": true,
     "id": "ddg@search.mozilla.org"
   },
   {
     "name": "eBay",
     "type": "extension",
     "version": "1.3",
     "isActive": true,
     "id": "ebay@search.mozilla.org"
   },
   {
     "name": "Google",
     "type": "extension",
     "version": "1.1",
     "isActive": true,
     "id": "google@search.mozilla.org"
   },
   {
     "name": "Malwarebytes Browser Guard",
     "type": "extension",
     "version": "2.6.3",
     "isActive": true,
     "id": "{242af0bb-db11-4734-b7a0-61cb8a9b20fb}"
   },
   {
     "name": "Wikipedia (en)",
     "type": "extension",
     "version": "1.1",
     "isActive": true,
     "id": "wikipedia@search.mozilla.org"
   }
 ],
 "features": [
   {
     "name": "DoH Roll-Out",
     "version": "2.0.0",
     "id": "doh-rollout@mozilla.org"
   },
   {
     "name": "Firefox Screenshots",
     "version": "39.0.1",
     "id": "screenshots@mozilla.org"
   },
   {
     "name": "Form Autofill",
     "version": "1.0.1",
     "id": "formautofill@mozilla.org"
   },
   {
     "name": "Picture-In-Picture",
     "version": "1.0.0",
     "id": "pictureinpicture@mozilla.org"
   },
   {
     "name": "Proxy Failover",
     "version": "1.0.1",
     "id": "proxy-failover@mozilla.com"
   },
   {
     "name": "Web Compatibility Interventions",
     "version": "22.2.0",
     "id": "webcompat@mozilla.org"
   },
   {
     "name": "WebCompat Reporter",
     "version": "1.4.2",
     "id": "webcompat-reporter@mozilla.org"
   }
 ],
 "normandy": {
   "addonStudies": [],
   "prefRollouts": [
     {
       "slug": "bug-1680034-rollout-shirley-feature-roll-out-81-to-83-release-81-83",
       "state": "active",
       "preferences": [
         {
           "preferenceName": "media.videocontrols.picture-in-picture.video-toggle.mode",
           "value": 2,
           "previousValue": null
         },
         {
           "preferenceName": "security.remote_settings.intermediates.downloads_per_poll",
           "value": 3000,
           "previousValue": 5000
         },
         {
           "preferenceName": "browser.migrate.showBookmarksToolbarAfterMigration",
           "value": true,
           "previousValue": true
         },
         {
           "preferenceName": "pdfjs.renderInteractiveForms",
           "value": true,
           "previousValue": true
         },
         {
           "preferenceName": "extensions.formautofill.creditCards.hideui",
           "value": false,
           "previousValue": false
         },
         {
           "preferenceName": "extensions.formautofill.creditCards.available",
           "value": true,
           "previousValue": true
         },
         {
           "preferenceName": "extensions.formautofill.creditCards.enabled",
           "value": true,
           "previousValue": true
         },
         {
           "preferenceName": "security.bad_cert_domain_error.url_fix_enabled",
           "value": true,
           "previousValue": true
         }
       ],
       "enrollmentId": "__NO_ENROLLMENT_ID__"
     },
     {
       "slug": "bug-1690367-rollout-moving-webrtc-networking-functionality-into-i-release-87-100",
       "state": "active",
       "preferences": [
         {
           "preferenceName": "media.peerconnection.mtransport_process",
           "value": true,
           "previousValue": false
         },
         {
           "preferenceName": "network.process.enabled",
           "value": true,
           "previousValue": false
         }
       ],
       "enrollmentId": "__NO_ENROLLMENT_ID__"
     },
     {
       "slug": "bug-1693420-rollout-sponsored-top-sites-rollout-release-84-100",
       "state": "active",
       "preferences": [
         {
           "preferenceName": "browser.topsites.useRemoteSetting",
           "value": true
         },
         {
           "preferenceName": "browser.partnerlink.useAttributionURL",
           "value": true
         },
         {
           "preferenceName": "browser.topsites.experiment.ebay-2020-1",
           "value": true
         }
       ],
       "enrollmentId": "__NO_ENROLLMENT_ID__"
     },
     {
       "slug": "bug-1703186-rollout-http3-support-release-88-89",
       "state": "active",
       "preferences": [
         {
           "preferenceName": "network.http.http3.enabled",
           "value": true
         },
         {
           "preferenceName": "network.http.http3.enable_0rtt",
           "value": false
         }
       ],
       "enrollmentId": "__NO_ENROLLMENT_ID__"
     },
     {
       "slug": "rollout-doh-us-staged-rollout-to-all-us-desktop-users-release-73-77-bug-1586331",
       "state": "active",
       "preferences": [
         {
           "preferenceName": "doh-rollout.enabled",
           "value": true
         },
         {
           "preferenceName": "doh-rollout.profileCreationThreshold",
           "value": "1896163212345"
         }
       ],
       "enrollmentId": "__NO_ENROLLMENT_ID__"
     },
     {
       "slug": "rollout-increasing-normandy-skew-out-changes-from-15-m-release-73-75-bug-1616898",
       "state": "active",
       "preferences": [
         {
           "preferenceName": "app.normandy.onsync_skew_sec",
           "value": 3300
         }
       ],
       "enrollmentId": "__NO_ENROLLMENT_ID__"
     },
     {
       "slug": "rollout-monitor-v2-1505837",
       "state": "active",
       "preferences": [
         {
           "preferenceName": "extensions.fxmonitor.enabled",
           "value": true
         }
       ],
       "enrollmentId": "__NO_ENROLLMENT_ID__"
     }
   ],
   "prefStudies": []
 }

}

Asked by someoneorother 2 emasontweni adlule