Files
tubestation/dom/geolocation/components.conf
David Parks 11d22fb06c Bug 1900225: Part 1 - Add dismissPrompts to Windows geolocation UI utils r=Gijs
Will be used later in this series to remove a cancel dialog that is presented
over a tab while Gecko waits for the user to grant geolocation permission in the
OS.

Differential Revision: https://phabricator.services.mozilla.com/D217015
2024-08-27 22:47:31 +00:00

12 lines
487 B
Plaintext

# 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': '{bf4040de-e5e2-4be4-8402-ae0c10c499b6}',
'contract_ids': ['@mozilla.org/geolocation/ui-utils-win;1'],
'esModule': 'resource://gre/modules/GeolocationUIUtilsWin.sys.mjs',
'constructor': 'GeolocationUIUtilsWin',
},
]