Florian Müllner
|
213e38c2ef
|
cleanup: Use arrow notation for anonymous functions
Arrow notation is great, use it consistently through-out the code base
to bind `this` to anonymous functions, replacing the more overbose
Lang.bind(this, function() {}).
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/23
|
2018-02-21 13:55:00 +00:00 |
|
Owen W. Taylor
|
73977795a6
|
Revert accidental commit "Test stuff"
This reverts commit 3b3445146d .
|
2014-09-03 13:47:18 -04:00 |
|
Owen W. Taylor
|
3b3445146d
|
Test stuff
|
2014-09-03 13:45:01 -04:00 |
|
Owen W. Taylor
|
28cc0da151
|
hwtest.js: Fix median computation
By default Array.prototype.sort() sorts all values by converting
them to strings, even numbers!
|
2014-08-10 09:25:10 +02:00 |
|
Owen W. Taylor
|
916c02a2f5
|
hwtest: Handle rename of gedit desktop file
It's now org.gnome.gedit.desktop not gedit.desktop.
|
2014-07-25 10:40:45 +02:00 |
|
Owen W. Taylor
|
46c86e093c
|
hwtest.js: Don't parse JSON with regexps
Use JSON.parse() to parse systemd log records, rather than using
regexps.
https://bugzilla.gnome.org/show_bug.cgi?id=732350
|
2014-07-16 13:22:13 -04:00 |
|
Owen W. Taylor
|
4e56af39da
|
Add a new hwtest script
Add a performance test script that is used by the GNOME Hardware Testing
Project to measure metrics to be reported to perf.gnome.org.
https://bugzilla.gnome.org/show_bug.cgi?id=732350
|
2014-07-16 10:37:48 -04:00 |
|