Files
tubestation/browser/components/permissions/components.conf
Gijs Kruitbosch 35393df8e1 Bug 1958070 - create components dir for permissions handling and move ContentPermissionPrompt out there, r=emz,firefox-desktop-core-reviewers ,mossop
This isn't particularly big but it has lived in BrowserGlue for a surprisingly
long time, and doesn't really belong there. There wasn't a _great_ home for
this, so I created a new directory.

SitePermissions.sys.mjs and other bits probably want to live in this directory
too, but one thing at a time.

Differential Revision: https://phabricator.services.mozilla.com/D244424
2025-04-14 14:04:34 +00:00

15 lines
590 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Classes = [
{
'cid': '{d8903bf6-68d5-4e97-bcd1-e4d3012f721a}',
'contract_ids': ['@mozilla.org/content-permission/prompt;1'],
'esModule': 'moz-src:///browser/components/permissions/ContentPermissionPrompt.sys.mjs',
'constructor': 'ContentPermissionPrompt',
},
]