extensions: Provide separate implementations

For the time being this mostly means re-exporting functions
from the shared module. However openPrefs() is now only
available to extensions, and we stop exporting both
getCurrentExtension() and setExtensionManager() to either
extensions or prefs.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2837>
This commit is contained in:
Florian Müllner 2023-07-01 02:11:37 +02:00
parent 55cf8cf4bb
commit 6a46d338e7
5 changed files with 37 additions and 19 deletions

View file

@ -7,6 +7,7 @@
<file>dbusService.js</file>
<file>extensions/sharedInternals.js</file>
<file>extensions/prefs.js</file>
<file>misc/config.js</file>
<file>misc/extensionUtils.js</file>