gnome-shell/js
Florian Müllner 46874eed05 params: Simplify code
Standard javascript now has Object.assign() which is very similar to
Params.parse(), except that the latter by default disallows "extra"
parameters. We can still leverage the standard API by simply
implementing the error check, and then call out to Object.assign()
for the actual parameter merging.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/612
2019-07-05 11:32:31 +00:00
..
extensionPrefs extensionPrefs: Avoid awkward indentation in string literal 2019-07-02 12:17:46 +00:00
gdm style: Stop using braces for single-line arrow functions 2019-07-02 12:17:46 +00:00
misc params: Simplify code 2019-07-05 11:32:31 +00:00
perf style: Stop using braces for single-line arrow functions 2019-07-02 12:17:46 +00:00
portalHelper style: Stop using braces for single-line arrow functions 2019-07-02 12:17:46 +00:00
ui shell: Drop XDND initialization code 2019-07-03 16:37:15 +02:00
js-resources.gresource.xml
meson.build
portal-resources.gresource.xml
prefs-resources.gresource.xml