Граф коммитов

27 Коммитов

Автор SHA1 Сообщение Дата
Milan Burda 5a7b56b042 chore: finish replacing assert with expect in tests (#18215)
* spec: replace assert with expect in api-browser-view-spec.js

* spec: replace assert with expect in api-touch-bar-spec.js

* spec: replace assert with expect in api-web-frame-spec.js

* spec: replace assert with expect in api-web-contents-view-spec.js

* spec: replace assert with expect in security-warnings-spec.js

* spec: replace assert with expect in api-menu-item-spec.js

* spec: replace assert with expect in api-web-request-spec.js

* spec: replace assert with expect in api-remote-spec.js

* spec: replace assert with expect in api-session-spec.js

* spec: replace assert with expect in api-system-preferences-spec.js

* spec: replace assert with expect in api-browser-window-spec.js

* spec: replace assert with expect in webview-spec.js

* spec: replace assert with expect in api-net-spec.js

* spec: replace assert with expect in api-protocol-spec.js

* spec: replace assert with expect api-web-contents-spec.js

* spec: replace assert with expect in api-shell-spec.js

* spec: replace assert with expect in modules-spec.js

* spec: replace assert with expect in chromium-spec.js

* spec: replace assert with expect in api-crash-reporter-spec.js

* spec: replace assert with expect in asar-spec.js

* spec: rename assert-helpers to expect-helpers

* address PR feedback
2019-05-20 12:04:18 -05:00
Milan Burda 4c51fa93f5 feat: add systemPreferences.getAnimationSettings() (#17382) 2019-03-19 12:15:40 -07:00
Milan Burda 3ad3ade828 refactor: add prefer-const to .eslintrc + fix errors (#14880) 2018-10-02 11:56:31 +10:00
Samuel Attard 558fff69e7
chore: update to standard 12 2018-09-14 14:57:01 +10:00
Shelley Vohr 3fc844c15a
add loop to catch null values 2017-12-13 14:02:43 -05:00
Shelley Vohr 6252ce466c
remove failing badDefault 2017-12-12 13:39:38 -05:00
Shelley Vohr 8b447b9291
fixing error in registerDefaults 2017-12-12 13:08:09 -05:00
Alexey Kuzmin 1caa04c0bf
Revert "Add systemPreferences.registerDefaults()" 2017-12-12 13:59:15 +03:00
Shelley Vohr a8e67e7f61
fixes from review 2017-12-11 18:20:12 -05:00
Shelley Vohr 84bab48627
improve error handling 2017-12-11 13:11:03 -05:00
Shelley Vohr 765f223fef
update docs and spec 2017-12-11 13:06:23 -05:00
Shelley Vohr c5aeda1fdd
fixes from code review 2017-12-11 00:20:26 -05:00
Shelley Vohr 8a24733ee6
add fail spec and only run mac ci 2017-12-10 12:52:03 -05:00
Shelley Vohr becabdfff2
add test for registerDefaults 2017-12-10 11:26:07 -05:00
Aleksei Kuzmin cf749a8e18 Explicitly skip tests that should be skipped 2017-11-20 14:43:23 +01:00
Shelley Vohr 1130ccf69b
upgrade system pref spec 2017-10-26 20:58:48 -04:00
Birunthan Mohanathas 06d782279c Add systemPreferences.removeUserDefault()
This can be used to restore the default or global value of a `key`
previously set with `setUserDefault`.
2017-10-10 22:57:47 +03:00
Birunthan Mohanathas 486b6b9096 Add systemPreferences.setUserDefault for macOS
This API can be used to e.g. enable key repeat by setting
`ApplePressAndHoldEnabled` to `false` (see also #47).
2016-11-29 09:46:32 -08:00
Kevin Sawicki cbffd598f9 Add failing spec for unknown user defaults 2016-11-21 09:22:30 -08:00
Kevin Sawicki e7bfd1c959 Add systemPreferences.getColor specs 2016-10-11 13:15:26 -07:00
Kevin Sawicki 7b49d94e9f Add systemPreferences.isInvertedColorScheme API 2016-10-10 10:43:08 -07:00
Samuel Attard ba98109d33
Remove semicolons from spec 2016-09-20 02:41:26 +10:00
Samuel Attard 9f94652792
Add basic spec for getAccentColor 2016-09-20 02:41:26 +10:00
Kevin Sawicki 197ec98800 Remove standard linter warnings 2016-06-29 09:46:16 -07:00
Charlie Hess e377298cd2 Be consistent in spec organization. 2016-06-01 19:29:24 -07:00
Charlie Hess fa3b17444f All we really need to do is make getUserDefault support array / object types. 2016-06-01 19:21:17 -07:00
Charlie Hess 587dd2fe51 Expose the method to JS and write a simple test. 2016-06-01 18:56:25 -07:00