Open Bug 1625476 Opened 4 years ago Updated 4 years ago

plugin-container opens every font file

Categories

(Core :: Graphics: Text, defect, P3)

75 Branch
defect

Tracking

()

UNCONFIRMED

People

(Reporter: leons, Unassigned)

Details

Attachments

(2 files)

Attached file plugin-container.txt

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:75.0) Gecko/20100101 Firefox/75.0

Steps to reproduce:

My macOS Catalina 10.15.3 started giving me too many open files errors.

I checked and plugin-container had an order of magnitude more open files than any other container. ~2400 of them were font files.

Disabling all extensions and reducing plugins to just the default OpenH264 and Widevine did not noticeably reduce the number. Restarting Firefox did not noticeably reduce this number.

Actual results:

$ sudo lsof -n | cut -f1 -d' ' | uniq -c | sort -rn | head
3989 plugin-co
614 firefox
318 Spotlight
275 AppleUser
261 UserEvent
212 Cisco\x20
208 UserEvent
192 AppleSpel
191 iconservi
188 mds_store

$ sudo lsof -n | grep plugin-co | grep Fonts | wc -l
2425

List of all open plugin-container files is attached.

Expected results:

plugin-container should not keep font files open

Bugbug thinks this bug should belong to this component, but please revert this change in case of error.

Component: Untriaged → Graphics: Text
Product: Firefox → Core

Thanks for the report! Could you please attach your about:support information.

Does this occur every time you open firefox? Did it only start to happen recently? If you could reproduce whilst running (mozregression)[https://mozilla.github.io/mozregression/quickstart.html] that would really help us narrow down what's causing this.

Lee, could this be related to bug 1611467?

Flags: needinfo?(leons)
Priority: -- → P3

I don't believe this is a recent regression, or related to bug 1611467 at all; the issue is that during initialization we instantiate a CGFont for each available font (in order to load style properties etc from the font file), and that causes CoreGraphics to open the file; and once it's open, it stays open for the lifetime of the process.

However, I haven't run into "too many open files" errors at all, despite having a similarly-large number of font files held open, so I wonder why that is?

So one potential issue here would be that MacOSFontEntry will create its CGFont reference as soon as we call HasFontTable or GetFontTable on the entry, which we do for every face as part of checking for variation font attributes, for example. So we end up holding a live CGFont for every installed font face, even if most of them are never used.

However, I've been experimenting with a patch to fix this, by making these methods use a transient CGFont and only creating a long-lived instance if we actually use the font, not just collect its metadata for our font list. But according to lsof, this doesn't seem to help. It looks like even if I release the CGFont, CoreGraphics is keeping the underlying file open as soon as it has been used at all.

Attached file about-support.txt
Flags: needinfo?(leons)

I've established that the too many open files error on my system was unrelated to Firefox, so CoreGraphics keeping fonts open is not creating other issues for me. I have no objections to resolving the issue as Invalid if that's appropriate.

Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is P3 (Backlog,) indicating it has been triaged, the bug's Severity is being updated to S3 (normal.)

Severity: normal → S3

I'm seeing plugin-container with 3193 open files just after restarting Firefox on macOS Catalina 10.15.2. Is that more than expected?

{
"application": {
"name": "Firefox",
"osVersion": "Darwin 19.2.0 Darwin Kernel Version 19.2.0: Sat Nov 9 03:47:04 PST 2019; root:xnu-6153.61.1~20/RELEASE_X86_64",
"version": "82.0.2",
"buildID": "20201027185343",
"distributionID": "",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:82.0) Gecko/20100101 Firefox/82.0",
"safeMode": false,
"updateChannel": "release",
"supportURL": "https://support.mozilla.org/1/firefox/82.0.2/Darwin/en-US/",
"numTotalWindows": 1,
"numRemoteWindows": 1,
"remoteAutoStart": true,
"autoStartStatus": 1,
"policiesStatus": 0,
"keyLocationServiceGoogleFound": true,
"keySafebrowsingGoogleFound": true,
"keyMozillaFound": true
},
"securitySoftware": {
"registeredAntiVirus": "",
"registeredAntiSpyware": "",
"registeredFirewall": ""
},
"processes": {
"remoteTypes": {
"web": 8,
"privilegedabout": 1,
"extension": 1
},
"maxWebContentProcesses": 8
},
"environmentVariables": {
"DISPLAY": "/private/tmp/com.apple.launchd.nJ3Ton8rQ5/org.macosforge.xquartz:0",
"MOZ_CRASHREPORTER_EVENTS_DIRECTORY": "/Users/benjishults/Library/Application Support/Firefox/Profiles/62g5rzey.default-release/crashes/events",
"MOZ_CRASHREPORTER_RESTART_ARG_0": "/Applications/Firefox.app/Contents/MacOS/firefox",
"MOZ_CRASHREPORTER_RESTART_ARG_1": "",
"MOZ_CRASHREPORTER_DATA_DIRECTORY": "/Users/benjishults/Library/Application Support/Firefox/Crash Reports",
"MOZ_CRASHREPORTER_PING_DIRECTORY": "/Users/benjishults/Library/Application Support/Firefox/Pending Pings",
"MOZ_CRASHREPORTER_STRINGS_OVERRIDE": "/Applications/Firefox.app/Contents/Resources/browser/crashreporter-override.ini",
"MOZ_LAUNCHED_CHILD": "",
"XRE_PROFILE_PATH": "",
"XRE_PROFILE_LOCAL_PATH": "",
"XRE_START_OFFLINE": "",
"XRE_BINARY_PATH": "",
"XRE_RESTARTED_BY_PROFILE_MANAGER": ""
},
"modifiedPreferences": {
"accessibility.typeaheadfind.flashBar": 0,
"browser.cache.disk.amount_written": 992104,
"browser.cache.disk.capacity": 1048576,
"browser.cache.disk.filesystem_reported": 1,
"browser.cache.disk.hashstats_reported": 1,
"browser.cache.disk.telemetry_report_ID": 79,
"browser.contentblocking.category": "standard",
"browser.download.useDownloadDir": false,
"browser.search.region": "US",
"browser.sessionstore.upgradeBackup.latestBuildID": "20201027185343",
"browser.startup.homepage_override.buildID": "20201027185343",
"browser.startup.homepage_override.mstone": "82.0.2",
"browser.startup.page": 3,
"browser.tabs.warnOnClose": false,
"browser.urlbar.placeholderName": "Google",
"browser.urlbar.placeholderName.private": "Google",
"browser.urlbar.tipShownCount.searchTip_onboard": 4,
"browser.urlbar.tipShownCount.searchTip_redirect": 2,
"doh-rollout.mode": 2,
"doh-rollout.balrog-migration-done": true,
"doh-rollout.doneFirstRun": true,
"doh-rollout.doorhanger-decision": "UIOk",
"doh-rollout.doorhanger-shown": true,
"doh-rollout.self-enabled": true,
"doh-rollout.trr-selection.dry-run-result": "https://mozilla.cloudflare-dns.com/dns-query",
"dom.forms.autocomplete.formautofill": true,
"dom.push.userAgentID": "9f16de992b2542f1a265ecd112bfc57e",
"extensions.formautofill.addresses.usage.hasEntry": true,
"extensions.formautofill.firstTimeUse": false,
"extensions.lastAppVersion": "82.0.2",
"font.internaluseonly.changed": false,
"idle.lastDailyNotification": 1604511636,
"layers.acceleration.disabled": true,
"media.gmp-gmpopenh264.abi": "x86_64-gcc3",
"media.gmp-gmpopenh264.lastUpdate": 1571863691,
"media.gmp-gmpopenh264.version": "1.8.1.1",
"media.gmp-manager.buildID": "20201027185343",
"media.gmp-manager.lastCheck": 1604504980,
"media.gmp-widevinecdm.abi": "x86_64-gcc3",
"media.gmp-widevinecdm.lastUpdate": 1582291186,
"media.gmp-widevinecdm.version": "4.10.1582.2",
"media.gmp.storage.version.observed": 1,
"media.videocontrols.picture-in-picture.video-toggle.has-used": true,
"network.predictor.cleaned-up": true,
"network.trr.blocklist_cleanup_done": true,
"places.database.lastMaintenance": 1604511639,
"places.history.expiration.transient_current_max_pages": 131952,
"plugin.disable_full_page_plugin_for_types": "application/pdf",
"print.print_bgcolor": false,
"print.print_bgimages": false,
"print.print_duplex": 0,
"print.print_evenpages": true,
"print.print_in_color": true,
"print.print_margin_bottom": "0.5",
"print.print_margin_left": "0.5",
"print.print_margin_right": "0.5",
"print.print_margin_top": "0.5",
"print.print_oddpages": true,
"print.print_orientation": 0,
"print.print_page_delay": 50,
"print.print_paper_data": 0,
"print.print_paper_height": " 11.00",
"print.print_paper_name": "",
"print.print_paper_size_unit": 0,
"print.print_paper_width": " 8.50",
"print.print_resolution": 0,
"print.print_reversed": false,
"print.print_scaling": " 1.00",
"print.print_shrink_to_fit": true,
"print.print_to_file": false,
"print.print_unwriteable_margin_bottom": 17,
"print.print_unwriteable_margin_left": 25,
"print.print_unwriteable_margin_right": 25,
"print.print_unwriteable_margin_top": 17,
"print.printer_172.17.30.51.print_bgcolor": false,
"print.printer_172.17.30.51.print_bgimages": false,
"print.printer_172.17.30.51.print_duplex": 0,
"print.printer_172.17.30.51.print_edge_bottom": 0,
"print.printer_172.17.30.51.print_edge_left": 0,
"print.printer_172.17.30.51.print_edge_right": 0,
"print.printer_172.17.30.51.print_edge_top": 0,
"print.printer_172.17.30.51.print_evenpages": true,
"print.printer_172.17.30.51.print_footercenter": "",
"print.printer_172.17.30.51.print_footerleft": "&PT",
"print.printer_172.17.30.51.print_footerright": "&D",
"print.printer_172.17.30.51.print_headercenter": "",
"print.printer_172.17.30.51.print_headerleft": "&T",
"print.printer_172.17.30.51.print_headerright": "&U",
"print.printer_172.17.30.51.print_in_color": true,
"print.printer_172.17.30.51.print_margin_bottom": "0.5",
"print.printer_172.17.30.51.print_margin_left": "0.5",
"print.printer_172.17.30.51.print_margin_right": "0.5",
"print.printer_172.17.30.51.print_margin_top": "0.5",
"print.printer_172.17.30.51.print_oddpages": true,
"print.printer_172.17.30.51.print_orientation": 0,
"print.printer_172.17.30.51.print_page_delay": 50,
"print.printer_172.17.30.51.print_paper_data": 0,
"print.printer_172.17.30.51.print_paper_height": " 11.00",
"print.printer_172.17.30.51.print_paper_name": "na-letter",
"print.printer_172.17.30.51.print_paper_size_unit": 0,
"print.printer_172.17.30.51.print_paper_width": " 8.50",
"print.printer_172.17.30.51.print_resolution": 0,
"print.printer_172.17.30.51.print_reversed": false,
"print.printer_172.17.30.51.print_scaling": " 1.00",
"print.printer_172.17.30.51.print_shrink_to_fit": true,
"print.printer_172.17.30.51.print_to_file": false,
"print.printer_172.17.30.51.print_unwriteable_margin_bottom": 17,
"print.printer_172.17.30.51.print_unwriteable_margin_left": 25,
"print.printer_172.17.30.51.print_unwriteable_margin_right": 25,
"print.printer_172.17.30.51.print_unwriteable_margin_top": 17,
"print.printer_HP_OfficeJet_Pro_8710.print_bgcolor": false,
"print.printer_HP_OfficeJet_Pro_8710.print_bgimages": false,
"print.printer_HP_OfficeJet_Pro_8710.print_duplex": 0,
"print.printer_HP_OfficeJet_Pro_8710.print_edge_bottom": 0,
"print.printer_HP_OfficeJet_Pro_8710.print_edge_left": 0,
"print.printer_HP_OfficeJet_Pro_8710.print_edge_right": 0,
"print.printer_HP_OfficeJet_Pro_8710.print_edge_top": 0,
"print.printer_HP_OfficeJet_Pro_8710.print_evenpages": true,
"print.printer_HP_OfficeJet_Pro_8710.print_footercenter": "",
"print.printer_HP_OfficeJet_Pro_8710.print_footerleft": "&PT",
"print.printer_HP_OfficeJet_Pro_8710.print_footerright": "&D",
"print.printer_HP_OfficeJet_Pro_8710.print_headercenter": "",
"print.printer_HP_OfficeJet_Pro_8710.print_headerleft": "&T",
"print.printer_HP_OfficeJet_Pro_8710.print_headerright": "&U",
"print.printer_HP_OfficeJet_Pro_8710.print_in_color": true,
"print.printer_HP_OfficeJet_Pro_8710.print_margin_bottom": "0.5",
"print.printer_HP_OfficeJet_Pro_8710.print_margin_left": "0.5",
"print.printer_HP_OfficeJet_Pro_8710.print_margin_right": "0.5",
"print.printer_HP_OfficeJet_Pro_8710.print_margin_top": "0.5",
"print.printer_HP_OfficeJet_Pro_8710.print_oddpages": true,
"print.printer_HP_OfficeJet_Pro_8710.print_orientation": 0,
"print.printer_HP_OfficeJet_Pro_8710.print_page_delay": 50,
"print.printer_HP_OfficeJet_Pro_8710.print_paper_data": 0,
"print.printer_HP_OfficeJet_Pro_8710.print_paper_height": " 11.00",
"print.printer_HP_OfficeJet_Pro_8710.print_paper_name": "na-letter",
"print.printer_HP_OfficeJet_Pro_8710.print_paper_size_unit": 0,
"print.printer_HP_OfficeJet_Pro_8710.print_paper_width": " 8.50",
"print.printer_HP_OfficeJet_Pro_8710.print_resolution": 0,
"print.printer_HP_OfficeJet_Pro_8710.print_reversed": false,
"print.printer_HP_OfficeJet_Pro_8710.print_scaling": " 1.00",
"print.printer_HP_OfficeJet_Pro_8710.print_shrink_to_fit": true,
"print.printer_HP_OfficeJet_Pro_8710.print_to_file": false,
"print.printer_HP_OfficeJet_Pro_8710.print_unwriteable_margin_bottom": 26,
"print.printer_HP_OfficeJet_Pro_8710.print_unwriteable_margin_left": 23,
"print.printer_HP_OfficeJet_Pro_8710.print_unwriteable_margin_right": 23,
"print.printer_HP_OfficeJet_Pro_8710.print_unwriteable_margin_top": 26,
"privacy.sanitize.pending": "[{"id":"newtab-container","itemsToClear":[],"options":{}}]",
"privacy.donottrackheader.enabled": true,
"privacy.purge_trackers.date_in_cookie_database": "0",
"privacy.purge_trackers.last_purge": "1604419775626",
"privacy.socialtracking.notification.counter": 1,
"privacy.socialtracking.notification.enabled": false,
"privacy.socialtracking.notification.lastShown": "1571922775866",
"security.remote_settings.crlite_filters.checked": 1604517732,
"security.remote_settings.intermediates.checked": 1604517732,
"security.sandbox.content.tempDirSuffix": "866a55d7-317a-2b44-8b5b-82fe6a172a64",
"security.sandbox.plugin.tempDirSuffix": "e66d0c72-f9b4-3843-8f3b-6ac00644dbea",
"services.sync.declinedEngines": "tabs,history,forms,addons",
"services.sync.lastPing": 1604504996,
"services.sync.lastSync": "Wed Nov 04 2020 13:33:21 GMT-0600 (Central Standard Time)",
"services.sync.engine.addons": false,
"services.sync.engine.addresses": true,
"services.sync.engine.addresses.available": true,
"services.sync.engine.creditcards": true,
"services.sync.engine.history": false,
"services.sync.engine.prefs.modified": false,
"services.sync.engine.tabs": false,
"signon.importedFromSqlite": true,
"signon.usage.hasEntry": true,
"signon.usage.lastUsed": 1604505030,
"storage.vacuum.last.index": 1,
"storage.vacuum.last.places.sqlite": 1603984618
},
"lockedPreferences": {
"fission.autostart": false
},
"media": {
"currentAudioBackend": "audiounit-rust",
"currentMaxAudioChannels": 2,
"currentPreferredSampleRate": 48000,
"audioOutputDevices": [
{
"name": "MacBook Pro Speakers",
"groupId": "builtin-internal-mic|spk",
"vendor": "Apple Inc.",
"type": 2,
"state": 2,
"preferred": 0,
"supportedFormat": 12336,
"defaultFormat": 4096,
"maxChannels": 2,
"defaultRate": 48000,
"maxRate": 96000,
"minRate": 44100,
"maxLatency": 4390,
"minLatency": 309
},
{
"name": "LG TV",
"groupId": "AppleGFXHDA:0",
"vendor": "Apple Inc.",
"type": 2,
"state": 2,
"preferred": 15,
"supportedFormat": 12336,
"defaultFormat": 4096,
"maxChannels": 2,
"defaultRate": 48000,
"maxRate": 192000,
"minRate": 32000,
"maxLatency": 4098,
"minLatency": 17
}
],
"audioInputDevices": [
{
"name": "Razer Kiyo",
"groupId": "Razer Kiyo:1532:0E03",
"vendor": "Alpha Imaging Tech. Corp.",
"type": 1,
"state": 2,
"preferred": 0,
"supportedFormat": 12336,
"defaultFormat": 4096,
"maxChannels": 2,
"defaultRate": 16000,
"maxRate": 16000,
"minRate": 16000,
"maxLatency": 3104,
"minLatency": 37
},
{
"name": "MacBook Pro Microphone",
"groupId": "builtin-internal-mic|spk",
"vendor": "Apple Inc.",
"type": 1,
"state": 2,
"preferred": 15,
"supportedFormat": 12336,
"defaultFormat": 4096,
"maxChannels": 1,
"defaultRate": 48000,
"maxRate": 96000,
"minRate": 44100,
"maxLatency": 6052,
"minLatency": 1971
}
]
},
"accessibility": {
"isActive": false,
"forceDisabled": 0,
"handlerUsed": false,
"instantiator": ""
},
"startupCache": {
"DiskCachePath": "/Users/benjishults/Library/Caches/Firefox/Profiles/62g5rzey.default-release/startupCache/startupCache.8.little",
"IgnoreDiskCache": false,
"FoundDiskCacheOnInit": true,
"WroteToDiskCache": false
},
"libraryVersions": {
"NSPR": {
"minVersion": "4.29",
"version": "4.29"
},
"NSS": {
"minVersion": "3.57",
"version": "3.57"
},
"NSSUTIL": {
"minVersion": "3.57",
"version": "3.57"
},
"NSSSSL": {
"minVersion": "3.57",
"version": "3.57"
},
"NSSSMIME": {
"minVersion": "3.57",
"version": "3.57"
}
},
"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"
]
}
},
"crashes": {
"submitted": [],
"pending": 0
},
"sandbox": {
"contentSandboxLevel": 3,
"effectiveContentSandboxLevel": 3
},
"graphics": {
"numTotalWindows": 1,
"numAcceleratedWindows": 0,
"windowLayerManagerType": "Basic",
"windowLayerManagerRemote": true,
"windowUsingAdvancedLayers": false,
"numAcceleratedWindowsMessage": {
"key": ""
},
"adapterDescription": "",
"adapterVendorID": "0x1002",
"adapterDeviceID": "0x67ef",
"adapterRAM": 0,
"adapterDrivers": "",
"driverVendor": "",
"driverVersion": "",
"driverDate": "",
"usesTiling": true,
"contentUsesTiling": true,
"offMainThreadPaintEnabled": true,
"offMainThreadPaintWorkerCount": 4,
"targetFrameRate": 30,
"webgl1Renderer": "ATI Technologies Inc. -- AMD Radeon Pro 555X OpenGL Engine",
"webgl1Version": "4.1 ATI-3.4.19",
"webgl1DriverExtensions": "GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_depth_bounds_test GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_mirror_clamp GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_ATI_texture_mirror_once GL_NV_texture_barrier",
"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_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": "CGL\nIsWebglOutOfProcessEnabled: 0",
"webgl2Renderer": "ATI Technologies Inc. -- AMD Radeon Pro 555X OpenGL Engine",
"webgl2Version": "4.1 ATI-3.4.19",
"webgl2DriverExtensions": "GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_depth_bounds_test GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_mirror_clamp GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_ATI_texture_mirror_once GL_NV_texture_barrier",
"webgl2Extensions": "EXT_color_buffer_float EXT_float_blend EXT_texture_compression_rgtc EXT_texture_filter_anisotropic MOZ_debug OES_texture_float_linear WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_lose_context",
"webgl2WSIInfo": "CGL\nIsWebglOutOfProcessEnabled: 0",
"info": {
"AzureCanvasBackend": "skia",
"AzureFallbackCanvasBackend": "none",
"AzureContentBackend": "skia",
"ApzWheelInput": 1,
"ApzDragInput": 1,
"ApzKeyboardInput": 1,
"ApzAutoscrollInput": 1,
"TileHeight": 1024,
"TileWidth": 1024,
"CMSOutputProfile": "AAAM/GFwcGwCEAAAbW50clJHQiBYWVogB+MACgAYAAwANAAmYWNzcEFQUEwAAAAAQVBQTAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1hcHBsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARZGVzYwAAAVAAAABiZHNjbQAAAbQAAAHiY3BydAAAA5gAAAAjd3RwdAAAA7wAAAAUclhZWgAAA9AAAAAUZ1hZWgAAA+QAAAAUYlhZWgAAA/gAAAAUclRSQwAABAwAAAgMYWFyZwAADBgAAAAgdmNndAAADDgAAAAwbmRpbgAADGgAAAA+Y2hhZAAADKgAAAAsbW1vZAAADNQAAAAoYlRSQwAABAwAAAgMZ1RSQwAABAwAAAgMYWFiZwAADBgAAAAgYWFnZwAADBgAAAAgZGVzYwAAAAAAAAAIRGlzcGxheQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG1sdWMAAAAAAAAAJgAAAAxockhSAAAACgAAAdhrb0tSAAAACgAAAdhuYk5PAAAACgAAAdhpZAAAAAAACgAAAdhodUhVAAAACgAAAdhjc0NaAAAACgAAAdhkYURLAAAACgAAAdhubE5MAAAACgAAAdhmaUZJAAAACgAAAdhpdElUAAAACgAAAdhlc0VTAAAACgAAAdhyb1JPAAAACgAAAdhmckNBAAAACgAAAdhhcgAAAAAACgAAAdh1a1VBAAAACgAAAdhoZUlMAAAACgAAAdh6aFRXAAAACgAAAdh2aVZOAAAACgAAAdhza1NLAAAACgAAAdh6aENOAAAACgAAAdhydVJVAAAACgAAAdhlbkdCAAAACgAAAdhmckZSAAAACgAAAdhtcwAAAAAACgAAAdhoaUlOAAAACgAAAdh0aFRIAAAACgAAAdhjYUVTAAAACgAAAdhlbkFVAAAACgAAAdhlc1hMAAAACgAAAdhkZURFAAAACgAAAdhlblVTAAAACgAAAdhwdEJSAAAACgAAAdhwbFBMAAAACgAAAdhlbEdSAAAACgAAAdhzdlNFAAAACgAAAdh0clRSAAAACgAAAdhwdFBUAAAACgAAAdhqYUpQAAAACgAAAdgATABHACAAVABWAAB0ZXh0AAAAAENvcHlyaWdodCBBcHBsZSBJbmMuLCAyMDE5AABYWVogAAAAAAAA8xYAAQAAAAEWylhZWiAAAAAAAABvOgAAOMgAAAOVWFlaIAAAAAAAAGLoAAC32QAAGQtYWVogAAAAAAAAJLQAAA9fAAC2jWN1cnYAAAAAAAAEAAAAAAUACgAPABQAGQAeACMAKAAtADIANgA7AEAARQBKAE8AVABZAF4AYwBoAG0AcgB3AHwAgQCGAIsAkACVAJoAnwCjAKgArQCyALcAvADBAMYAywDQANUA2wDgAOUA6wDwAPYA+wEBAQcBDQETARkBHwElASsBMgE4AT4BRQFMAVIBWQFgAWcBbgF1AXwBgwGLAZIBmgGhAakBsQG5AcEByQHRAdkB4QHpAfIB+gIDAgwCFAIdAiYCLwI4AkECSwJUAl0CZwJxAnoChAKOApgCogKsArYCwQLLAtUC4ALrAvUDAAMLAxYDIQMtAzgDQwNPA1oDZgNyA34DigOWA6IDrgO6A8cD0wPgA+wD+QQGBBMEIAQtBDsESARVBGMEcQR+BIwEmgSoBLYExATTBOEE8AT+BQ0FHAUrBToFSQVYBWcFdwWGBZYFpgW1BcUF1QXlBfYGBgYWBicGNwZIBlkGagZ7BowGnQavBsAG0QbjBvUHBwcZBysHPQdPB2EHdAeGB5kHrAe/B9IH5Qf4CAsIHwgyCEYIWghuCIIIlgiqCL4I0gjnCPsJEAklCToJTwlkCXkJjwmkCboJzwnlCfsKEQonCj0KVApqCoEKmAquCsUK3ArzCwsLIgs5C1ELaQuAC5gLsAvIC+EL+QwSDCoMQwxcDHUMjgynDMAM2QzzDQ0NJg1ADVoNdA2ODakNww3eDfgOEw4uDkkOZA5/DpsOtg7SDu4PCQ8lD0EPXg96D5YPsw/PD+wQCRAmEEMQYRB+EJsQuRDXEPURExExEU8RbRGMEaoRyRHoEgcSJhJFEmQShBKjEsMS4xMDEyMTQxNjE4MTpBPFE+UUBhQnFEkUahSLFK0UzhTwFRIVNBVWFXgVmxW9FeAWAxYmFkkWbBaPFrIW1hb6Fx0XQRdlF4kXrhfSF/cYGxhAGGUYihivGNUY+hkgGUUZaxmRGbcZ3RoEGioaURp3Gp4axRrsGxQbOxtjG4obshvaHAIcKhxSHHscoxzMHPUdHh1HHXAdmR3DHeweFh5AHmoelB6+HukfEx8+H2kflB+/H+ogFSBBIGwgmCDEIPAhHCFIIXUhoSHOIfsiJyJVIoIiryLdIwojOCNmI5QjwiPwJB8kTSR8JKsk2iUJJTglaCWXJccl9yYnJlcmhya3JugnGCdJJ3onqyfcKA0oPyhxKKIo1CkGKTgpaymdKdAqAio1KmgqmyrPKwIrNitpK50r0SwFLDksbiyiLNctDC1BLXYtqy3hLhYuTC6CLrcu7i8kL1ovkS/HL/4wNTBsMKQw2zESMUoxgjG6MfIyKjJjMpsy1DMNM0YzfzO4M/E0KzRlNJ402DUTNU01hzXCNf02NzZyNq426TckN2A3nDfXOBQ4UDiMOMg5BTlCOX85vDn5OjY6dDqyOu87LTtrO6o76DwnPGU8pDzjPSI9YT2hPeA+ID5gPqA+4D8hP2E/oj/iQCNAZECmQOdBKUFqQaxB7kIwQnJCtUL3QzpDfUPARANER0SKRM5FEkVVRZpF3kYiRmdGq0bwRzVHe0fASAVIS0iRSNdJHUljSalJ8Eo3Sn1KxEsMS1NLmkviTCpMcky6TQJNSk2TTdxOJU5uTrdPAE9JT5NP3VAnUHFQu1EGUVBRm1HmUjFSfFLHUxNTX1OqU/ZUQlSPVNtVKFV1VcJWD1ZcVqlW91dEV5JX4FgvWH1Yy1kaWWlZuFoHWlZaplr1W0VblVvlXDVchlzWXSddeF3JXhpebF69Xw9fYV+zYAVgV2CqYPxhT2GiYfViSWKcYvBjQ2OXY+tkQGSUZOllPWWSZedmPWaSZuhnPWeTZ+loP2iWaOxpQ2maafFqSGqfavdrT2una/9sV2yvbQhtYG25bhJua27Ebx5veG/RcCtwhnDgcTpxlXHwcktypnMBc11zuHQUdHB0zHUodYV14XY+dpt2+HdWd7N4EXhueMx5KnmJeed6RnqlewR7Y3vCfCF8gXzhfUF9oX4BfmJ+wn8jf4R/5YBHgKiBCoFrgc2CMIKSgvSDV4O6hB2EgITjhUeFq4YOhnKG14c7h5+IBIhpiM6JM4mZif6KZIrKizCLlov8jGOMyo0xjZiN/45mjs6PNo+ekAaQbpDWkT+RqJIRknqS45NNk7aUIJSKlPSVX5XJljSWn5cKl3WX4JhMmLiZJJmQmfyaaJrVm0Kbr5wcnImc951kndKeQJ6unx2fi5/6oGmg2KFHobaiJqKWowajdqPmpFakx6U4pammGqaLpv2nbqfgqFKoxKk3qamqHKqPqwKrdavprFys0K1ErbiuLa6hrxavi7AAsHWw6rFgsdayS7LCszizrrQltJy1E7WKtgG2ebbwt2i34LhZuNG5SrnCuju6tbsuu6e8IbybvRW9j74KvoS+/796v/XAcMDswWfB48JfwtvDWMPUxFHEzsVLxcjGRsbDx0HHv8g9yLzJOsm5yjjKt8s2y7bMNcy1zTXNtc42zrbPN8+40DnQutE80b7SP9LB00TTxtRJ1MvVTtXR1lXW2Ndc1+DYZNjo2WzZ8dp22vvbgNwF3IrdEN2W3hzeot8p36/gNuC94UThzOJT4tvjY+Pr5HPk/OWE5g3mlucf56noMui86Ubp0Opb6uXrcOv77IbtEe2c7ijutO9A78zwWPDl8XLx//KM8xnzp/Q09ML1UPXe9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf//cGFyYQAAAAAAAwAAAAJmZgAA8qcAAA1ZAAAT0AAAClt2Y2d0AAAAAAAAAAEAAQAAAAAAAAABAAAAAQAAAAAAAAABAAAAAQAAAAAAAAABAABuZGluAAAAAAAAADYAAKPAAABUgAAATMAAAJmAAAAmgAAAD0AAAFAAAABUQAACMzMAAjMzAAIzMwAAAAAAAAAAc2YzMgAAAAAAAQxyAAAF+P//8x0AAAe6AAD9cv//+53///2kAAAD2QAAwHFtbW9kAAAAAAAAHm0AAAABAAAAANZvKoAAAAAAAAAAAAAAAAAAAAAA",
"DisplayCount": 2,
"Display0": "3200x1800 scale:2.000000",
"Display1": "1440x900 scale:2.000000"
},
"featureLog": {
"features": [
{
"name": "HW_COMPOSITING",
"description": "Compositing",
"status": "disabled",
"log": [
{
"type": "default",
"status": "available"
},
{
"type": "user",
"status": "disabled",
"message": "Disabled by pref"
}
]
},
{
"name": "OPENGL_COMPOSITING",
"description": "OpenGL Compositing",
"status": "unavailable",
"log": [
{
"type": "default",
"status": "unavailable",
"message": "Hardware compositing is disabled"
}
]
},
{
"name": "WEBRENDER",
"description": "WebRender",
"status": "unavailable-no-hw-compositing",
"log": [
{
"type": "default",
"status": "opt-in",
"message": "WebRender is an opt-in feature"
},
{
"type": "runtime",
"status": "unavailable-no-hw-compositing",
"message": "Hardware compositing is disabled"
}
]
},
{
"name": "WEBRENDER_QUALIFIED",
"description": "WebRender qualified",
"status": "denied",
"log": [
{
"type": "default",
"status": "available"
},
{
"type": "env",
"status": "denied",
"message": "Not on allowlist"
}
]
},
{
"name": "WEBRENDER_COMPOSITOR",
"description": "WebRender native compositor",
"status": "available",
"log": [
{
"type": "default",
"status": "available"
}
]
},
{
"name": "WEBRENDER_ANGLE",
"description": "WebRender ANGLE",
"status": "opt-in",
"log": [
{
"type": "default",
"status": "opt-in",
"message": "WebRender ANGLE is an opt-in feature"
}
]
},
{
"name": "WEBRENDER_DCOMP_PRESENT",
"description": "WebRender DirectComposition",
"status": "opt-in",
"log": [
{
"type": "default",
"status": "opt-in",
"message": "WebRender DirectComposition is an opt-in feature"
}
]
},
{
"name": "OMTP",
"description": "Off Main Thread Painting",
"status": "available",
"log": [
{
"type": "default",
"status": "available"
}
]
},
{
"name": "WEBGPU",
"description": "WebGPU",
"status": "blocked",
"log": [
{
"type": "default",
"status": "disabled",
"message": "Disabled by default"
},
{
"type": "runtime",
"status": "blocked",
"message": "WebGPU can only be enabled in nightly"
}
]
}
],
"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-focus-visible",
"layout.css.focus-visible.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",
false
],
[
"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-graphics-desktop-zooming",
"apz.allow_zooming",
false
],
[
"experimental-features-media-avif",
"image.avif.enabled",
false
],
[
"experimental-features-print-preview-tab-modal",
"print.tab_modal.enabled",
false
],
[
"experimental-features-web-api-beforeinput",
"dom.input_events.beforeinput.enabled",
false
],
[
"experimental-features-web-api-inputmode",
"dom.forms.inputmode",
false
],
[
"experimental-features-web-api-link-preload",
"network.preload",
false
],
[
"experimental-features-web-gpu2",
"dom.webgpu.enabled",
false
]
],
"addons": [
{
"name": "Amazon.com",
"type": "extension",
"version": "1.3",
"isActive": true,
"id": "amazondotcom@search.mozilla.org"
},
{
"name": "Bing",
"type": "extension",
"version": "1.2",
"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.2",
"isActive": true,
"id": "ebay@search.mozilla.org"
},
{
"name": "Google",
"type": "extension",
"version": "1.1",
"isActive": true,
"id": "google@search.mozilla.org"
},
{
"name": "Notes by Firefox",
"type": "extension",
"version": "4.3.7",
"isActive": true,
"id": "notes@mozilla.com"
},
{
"name": "Wikipedia (en)",
"type": "extension",
"version": "1.1",
"isActive": true,
"id": "wikipedia@search.mozilla.org"
},
{
"name": "Okta Browser Plugin",
"type": "extension",
"version": "5.41.1",
"isActive": false,
"id": "plugin@okta.com"
},
{
"name": "Shortkeys (Custom Keyboard Shortcuts)",
"type": "extension",
"version": "3.0.4",
"isActive": false,
"id": "Shortkeys@Shortkeys.com"
}
],
"features": [
{
"name": "DoH Roll-Out",
"version": "2.0.0",
"id": "doh-rollout@mozilla.org"
},
{
"name": "Firefox Screenshots",
"version": "39.0.0",
"id": "screenshots@mozilla.org"
},
{
"name": "Form Autofill",
"version": "1.0",
"id": "formautofill@mozilla.org"
},
{
"name": "Web Compat",
"version": "15.1.0",
"id": "webcompat@mozilla.org"
},
{
"name": "WebCompat Reporter",
"version": "1.4.0",
"id": "webcompat-reporter@mozilla.org"
}
]
}

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: