Aleksei Kuzmin
|
0df058dc1e
|
Temporary disable "document.visibilityState/hidden" tests
Task to enable them:
https://github.com/electron/electron/issues/10988
|
2017-11-02 00:06:38 +03:00 |
|
Shelley Vohr
|
28c009fcc0
|
linting is important
|
2017-11-01 10:56:53 -04:00 |
|
Shelley Vohr
|
d2e1705c80
|
convert app and browser spec to ES6
|
2017-11-01 10:48:09 -04:00 |
|
Shelley Vohr
|
e4214a6cbe
|
[WIP] Upgrade more specs (#10945)
Finish upgrading specs to ES6
|
2017-10-27 16:45:58 -04:00 |
|
Felix Rieseberg
|
541b369175
|
👷 Add a spec
|
2017-10-27 11:44:41 -07:00 |
|
Shelley Vohr
|
9292c7ec53
|
Merge pull request #10938 from electron/update_protocol_test
Upgrade protocol spec
|
2017-10-27 09:48:33 -04:00 |
|
Shelley Vohr
|
e2d5aaf0f3
|
Merge pull request #10942 from electron/upgrade_specs
[WIP] Upgrade specs
|
2017-10-26 22:12:19 -04:00 |
|
Shelley Vohr
|
eed54a18c4
|
fix comment typo
|
2017-10-26 22:09:38 -04:00 |
|
Shelley Vohr
|
7a3efd1543
|
stop leaving onlys there
|
2017-10-26 21:41:29 -04:00 |
|
Shelley Vohr
|
abecde0572
|
fix shortcut spec error
|
2017-10-26 21:41:06 -04:00 |
|
Shelley Vohr
|
0317189213
|
update touch bar spec
|
2017-10-26 21:08:47 -04:00 |
|
Shelley Vohr
|
1130ccf69b
|
upgrade system pref spec
|
2017-10-26 20:58:48 -04:00 |
|
Shelley Vohr
|
d8f2183b3d
|
upgrade screen spec
|
2017-10-26 20:55:07 -04:00 |
|
Shelley Vohr
|
e64e9995b6
|
small tweak to process spec
|
2017-10-26 20:53:47 -04:00 |
|
Shelley Vohr
|
13fc080213
|
small tweaks to global shortcut spec
|
2017-10-26 20:49:21 -04:00 |
|
Shelley Vohr
|
6feff1d6e8
|
update desktop capturer spec
|
2017-10-26 20:44:06 -04:00 |
|
Shelley Vohr
|
6cd308f9ad
|
update deprecations spec
|
2017-10-26 20:37:35 -04:00 |
|
Shelley Vohr
|
83a290a411
|
update debugger spec
|
2017-10-26 20:32:04 -04:00 |
|
Shelley Vohr
|
d4350079c9
|
update crash reporter spec
|
2017-10-26 20:21:36 -04:00 |
|
Shelley Vohr
|
56979804ec
|
update clipboard spec
|
2017-10-26 20:12:51 -04:00 |
|
Shelley Vohr
|
68314dbc05
|
remove stray only
|
2017-10-26 20:11:12 -04:00 |
|
Shelley Vohr
|
b53e41af42
|
migrate api-browser-view-spec to ES6
|
2017-10-26 20:05:15 -04:00 |
|
Shelley Vohr
|
17f4e53d6b
|
match earlier tests to ES6 later ones
|
2017-10-26 16:30:07 -04:00 |
|
Shelley Vohr
|
bb04b22ec8
|
Merge pull request #10888 from electron/menu_refactor
refactor menu.js to bring it up to readability and es6 standards
|
2017-10-26 00:31:47 -04:00 |
|
Cheng Zhao
|
4db34ff092
|
Merge pull request #10711 from yuya-oc/did-attach-webview
Add did-attach-webview event
|
2017-10-26 10:55:50 +09:00 |
|
Shelley Vohr
|
135454342d
|
remove .only from spec
|
2017-10-24 22:41:28 -04:00 |
|
Shelley Vohr
|
f7bc5481f3
|
add a few more tests to api_menu_spec
|
2017-10-24 22:40:31 -04:00 |
|
Shelley Vohr
|
d54148de4e
|
remove from spec
|
2017-10-24 20:31:02 -04:00 |
|
Shelley Vohr
|
0e6100ae17
|
upgrade menu spec to ES6
|
2017-10-24 20:27:26 -04:00 |
|
Boik
|
f40cc5ab54
|
add error code to session.setCertificateVerifyProc
|
2017-10-16 17:17:21 +08:00 |
|
Birunthan Mohanathas
|
13b9b5c0c0
|
Merge pull request #10746 from electron/removeuserdefault
Add systemPreferences.removeUserDefault()
|
2017-10-12 16:08:57 +03: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 |
|
Samuel Attard
|
ed25941c65
|
Add basic specs
|
2017-10-10 17:30:27 +11:00 |
|
Yuya Ochiai
|
6326c6727e
|
Add did-attach-webview event
|
2017-10-07 22:52:20 +09:00 |
|
John Kleinschmidt
|
15bfb86eec
|
Make sure test closes window
Newly added test was leaving window open causing tests to fail
|
2017-10-04 11:35:41 -04:00 |
|
Cheng Zhao
|
8c5bb5969c
|
Merge pull request #10667 from dittos/window-opacity
Add window opacity support
|
2017-10-04 15:03:45 +09:00 |
|
Daniel Ma
|
1bb042a661
|
feat(NativeWindowMac): addTabbedWindow
Add support for the [`NSWindow addTabbedWindow`][nsw] method on MacOSX
This plays nicely with the changes from #9052 and #9725
Usage samples available in [this commit][c] in my fork of
`electron-quick-start`
[nsw]: https://developer.apple.com/documentation/appkit/nswindow/1855947-addtabbedwindow
[c]: 79f06591df
|
2017-10-03 20:11:16 +09:00 |
|
Taeho Kim
|
7570ec9d39
|
Add BrowserWindow.getOpacity for consistency
|
2017-10-03 00:08:10 +09:00 |
|
Ted Kim
|
7f2c4a9e06
|
Add window opacity support
|
2017-09-29 17:49:10 +09:00 |
|
John Kleinschmidt
|
d9d557dcc5
|
CircleCI updates (#10647)
* Update CircleCi for release and test
* Update test storage dir
|
2017-09-28 13:05:42 -04:00 |
|
Shelley Vohr
|
15b0878a17
|
Merge pull request #10618 from electron/add-menuitembyid
[WIP] add getMenuItemById to Menu API
|
2017-09-26 22:33:05 -04:00 |
|
Shelley Vohr
|
3c6a7c332a
|
add unit test for getMenuItemById
|
2017-09-26 20:05:51 -04:00 |
|
Cheng Zhao
|
d87ea5713d
|
spec: It is not certain which process starts first
|
2017-09-25 11:19:25 +09:00 |
|
Cheng Zhao
|
5940231b76
|
spec: Do not assume which process exits first in singleton test
|
2017-09-25 10:49:54 +09:00 |
|
Cheng Zhao
|
b4075bed87
|
spec: Add test case for app.makeSingleInstance
|
2017-09-20 11:58:32 +09:00 |
|
Cheng Zhao
|
af329a9429
|
Suppress the destroy() spec on all platforms
It is also crashing on mac, but just not as frequent as other platforms.
|
2017-09-14 17:20:14 +09:00 |
|
Cheng Zhao
|
073583ff3d
|
spec: The parent option should not affect show option
|
2017-09-14 14:48:42 +09:00 |
|
xaviergonz
|
0d69738bd6
|
using standard javascript
|
2017-09-14 14:38:54 +09:00 |
|
xaviergonz
|
0301961c25
|
Update api-browser-window-spec.js
|
2017-09-14 14:38:54 +09:00 |
|
Cheng Zhao
|
2048a1a638
|
Merge pull request #10429 from qazbnm456/web-request-origin
Track the origin of webRequest events
|
2017-09-13 22:23:44 +09:00 |
|