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 accessibility: Add pointer accessibility support 2019-06-06 09:13:29 +02:00
meson.build build: Use dedicated resources for helper programs 2018-08-14 17:28:04 +00:00
portal-resources.gresource.xml build: Include params.js in portal-helper gresources 2018-10-23 15:38:31 +00:00
prefs-resources.gresource.xml build: Use dedicated resources for helper programs 2018-08-14 17:28:04 +00:00