gnome-shell/js/ui
Florian Müllner 48e6a58250 extensionSystem: Don't log error name
logExtensionError() currently saves the error message by calling
toString() on the passed error. That's convenient as it allows to
pass a string instead of a "proper" error, but the result isn't
great for the common Error case: Its toString() method prefixes
the message with the error name, which usually is just "Error:".

The plain message is more suitable for displaying it to users,
so use that for Error objects.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2337
2020-05-21 21:45:04 +00:00
..
components cleanup: Don't linebreak before closing parentheses 2020-04-28 09:04:49 +00:00
status Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
accessDialog.js
altTab.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
animation.js animation: Set size through CSS 2020-04-06 11:24:30 -03:00
appDisplay.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
appFavorites.js appFavorites: Add eog to rename list 2020-05-02 00:16:28 +02:00
audioDeviceSelection.js cleanup: Don't linebreak before closing parentheses 2020-04-28 09:04:49 +00:00
background.js
backgroundMenu.js
barLevel.js js: Listen to notify::allocation instead of allocation-changed 2020-05-20 15:12:36 +02:00
boxpointer.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
calendar.js calendar: Fix initial do-not-disturb state 2020-05-18 18:55:19 +02:00
checkBox.js checkbox: Improve accessibility of check boxes for Orca users 2020-03-29 12:56:33 +00:00
closeDialog.js closeDialog: Remove transitions before resetting dialog 2020-03-23 15:27:47 +00:00
ctrlAltTab.js
dash.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
dateMenu.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
dialog.js
dnd.js
edgeDragAction.js
endSessionDialog.js js: Promisify async operations 2020-03-31 05:43:40 +00:00
environment.js environment: Replace monkey-patched method with Symbol.iterator 2020-05-19 21:33:31 +02:00
extensionDownloader.js extensionDownloader: Replace deprecated Soup.SessionAsync 2020-05-14 19:43:56 +00:00
extensionSystem.js extensionSystem: Don't log error name 2020-05-21 21:45:04 +00:00
focusCaretTracker.js
grabHelper.js
ibusCandidatePopup.js
iconGrid.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
inhibitShortcutsDialog.js
kbdA11yDialog.js
keyboard.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
layout.js js: Listen to notify::allocation instead of allocation-changed 2020-05-20 15:12:36 +02:00
lightbox.js cleanup: Don't linebreak before closing parentheses 2020-04-28 09:04:49 +00:00
locatePointer.js
lookingGlass.js js: Listen to notify::allocation instead of allocation-changed 2020-05-20 15:12:36 +02:00
magnifier.js cleanup: Don't linebreak before closing parentheses 2020-04-28 09:04:49 +00:00
magnifierDBus.js
main.js main: Unset the right prevFocus actor after the focus stack got shifted 2020-04-29 12:40:13 +02:00
messageList.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
messageTray.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
modalDialog.js
mpris.js mpris: Prevent DBus race when creating media players 2020-05-13 19:46:24 +02:00
notificationDaemon.js notificationDaemon: Fix grouping by PID 2020-05-19 08:24:07 +00:00
osdMonitorLabeler.js
osdWindow.js
overview.js cleanup: Don't linebreak before closing parentheses 2020-04-28 09:04:49 +00:00
overviewControls.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
padOsd.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
pageIndicators.js
panel.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
panelMenu.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
pointerA11yTimeout.js
pointerWatcher.js
popupMenu.js
remoteSearch.js js: Promisify async operations 2020-03-31 05:43:40 +00:00
ripples.js
runDialog.js
screencast.js
screenShield.js screenShield: Don't inhibit suspend during initial setup 2020-04-24 23:47:31 +00:00
screenshot.js js: Promisify async operations 2020-03-31 05:43:40 +00:00
scripting.js
search.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
sessionMode.js
shellDBus.js extensionSystem: Add method for opening extension prefs 2020-04-03 15:23:26 +02:00
shellEntry.js
shellMountOperation.js cleanup: Don't linebreak before closing parentheses 2020-04-28 09:04:49 +00:00
slider.js js: Add missing chain-ups in vfuncs 2020-03-27 10:39:58 +01:00
swipeTracker.js
switcherPopup.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
switchMonitor.js
unlockDialog.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
userWidget.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
viewSelector.js
windowAttentionHandler.js messageTray: Don't create notification policy on demand 2020-03-26 18:52:10 +00:00
windowManager.js windowManager: Allow xwayland startup to complete without systemd 2020-05-12 18:05:38 +02:00
windowMenu.js
workspace.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
workspacesView.js workspacesView: Lower scroll timeout 2020-05-09 19:27:36 +05:00
workspaceSwitcherPopup.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
workspaceThumbnail.js Remove ClutterAllocationFlags 2020-05-20 15:12:03 +02:00
xdndHandler.js shell/global: Add 'backend' property 2020-04-27 15:18:18 +00:00