Shelley Vohr
|
bf491de9fe
|
fix styling and add spec
|
2018-02-28 00:22:42 -08:00 |
|
shelley vohr
|
846be03f1d
|
remove support for hidden-inset (#11975)
|
2018-02-20 11:09:54 -06:00 |
|
Samuel Attard
|
9bd7d53cf8
|
Handle empty handles (#11598)
* Handle empty handles
* Close and dispose window at end of void test
* Dispose of existing window before running void 0 spec
|
2018-02-12 14:46:29 -05:00 |
|
Samuel Attard
|
b3234f634b
|
Add ability to set arbitrary arguments in a renderer process (#11850)
|
2018-02-12 11:54:31 -06:00 |
|
Nitish Sakhawalkar
|
62d2a3472f
|
Fix test BrowserWindow.addTabbedWindow() (#11795)
* Fix test BrowserWindow.addTabbedWindow()
* Address review comments
|
2018-02-02 19:31:02 -07:00 |
|
Cheng Zhao
|
cb3a9c69ab
|
Add a SessionPreferences to manage session related data
By design the BrowserClient should not be aware of the api:: classes.
|
2017-12-05 15:59:15 +09:00 |
|
Samuel Attard
|
eaa4b71c24
|
Remove .only
|
2017-12-05 11:35:54 +09:00 |
|
Samuel Attard
|
009459bd38
|
Standard JS
|
2017-12-05 11:35:54 +09:00 |
|
Samuel Attard
|
3b80ee0655
|
Move global preload implementation to be session based
|
2017-12-05 11:35:53 +09:00 |
|
Samuel Attard
|
0ddd078aaf
|
Add ability to set global preload scripts
|
2017-12-05 11:35:27 +09:00 |
|
Cheng Zhao
|
1c0ea0286e
|
Merge pull request #11235 from electron/standard-10
infra: Upgrade to StandardJS 10
|
2017-11-27 15:42:52 +09:00 |
|
Felix Rieseberg
|
9f0df695ca
|
🔧 Spec: Fix style issues
|
2017-11-23 14:22:58 -08:00 |
|
Felix Rieseberg
|
0278e380de
|
🔧 Spec: Don’t use deprecated new Buffer()
|
2017-11-23 14:22:31 -08:00 |
|
Heilig Benedek
|
62594780e0
|
run the new test only on windows
|
2017-11-23 21:25:26 +01:00 |
|
Heilig Benedek
|
710ca230f3
|
update tests to reflect new behaviour
|
2017-11-23 21:25:25 +01:00 |
|
Felix Rieseberg
|
b7bc4eb586
|
👷 Let’s test the undefined case, too
|
2017-11-22 14:38:08 -08:00 |
|
Felix Rieseberg
|
14db204315
|
👷 Add a spec
|
2017-11-22 14:37:46 -08:00 |
|
shelley vohr
|
c7e40a2a64
|
Merge pull request #11133 from electron/skip-tests-that-should-be-skipped
Explicitly skip tests that should be skipped
|
2017-11-21 10:13:18 +01:00 |
|
Aleksei Kuzmin
|
cf749a8e18
|
Explicitly skip tests that should be skipped
|
2017-11-20 14:43:23 +01:00 |
|
Felix Rieseberg
|
5b18bea7e3
|
🔧 Alex has good ideas
|
2017-11-18 10:59:09 -08:00 |
|
Felix Rieseberg
|
3311e0bd67
|
👷 This calls for tests
|
2017-11-18 00:51:27 -08:00 |
|
Aleksei Kuzmin
|
2bd44612fd
|
Revert "Merge pull request #10989 from electron/temporary-disable-visibility-state-tests"
This reverts commit f3125358c0 , reversing
changes made to 7b9ad5001b .
|
2017-11-02 03:22:27 +03:00 |
|
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 |
|
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 |
|
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 |
|
Vanessa Yuen
|
9a7d8a0511
|
merge master into fix-fullscreen-with-resizable-flag.
|
2017-09-12 18:34:23 -04:00 |
|
Cheng Zhao
|
10ab870237
|
Merge pull request #10321 from kaylanm/macos-native-tab-api
🍎 Add macOS native tab methods to window API
|
2017-09-11 18:49:56 +09:00 |
|
Cheng Zhao
|
7f4b74f8c6
|
spec: Compare id instead of the object
Otherwise it is impossible to see what's wrong.
|
2017-08-29 15:45:16 +09:00 |
|
Cheng Zhao
|
f0f17fffd8
|
spec: Do not test window positions
They were too flaky.
|
2017-08-29 14:23:39 +09:00 |
|
sungpark
|
bf07c5aebd
|
fix contextIsolation issue while webPreference sandbox is on
contextIsolation didn't work while sandbox is on. The fix is contextIsolation picked up while sandbox on
|
2017-08-23 10:52:02 -07:00 |
|
Michael Kaylan
|
b4428e7e41
|
🍎 Add macOS native tab methods to window API
|
2017-08-21 23:24:30 -04:00 |
|
Aleksei Kuzmin
|
8b55e6e2f5
|
Revert "Disable a failing test"
This reverts commit 9487222726 .
|
2017-08-22 11:49:53 +09:00 |
|
Aleksei Kuzmin
|
c0331673da
|
Revert "Disable a failing test"
This reverts commit 25c0cf0612 .
|
2017-08-21 16:48:24 +09:00 |
|
Aleksei Kuzmin
|
25c0cf0612
|
Disable a failing test
BrowserWindow module window states resizable state works for a frameless window
|
2017-08-15 16:19:29 +03:00 |
|
Aleksei Kuzmin
|
9487222726
|
Disable a failing test
BrowserWindow module "webPreferences" option "sandbox" option can print to PDF
|
2017-08-15 16:19:29 +03:00 |
|
Kevin Sawicki
|
29dc06c89d
|
Configure spec UI to run in docker container
|
2017-08-15 16:19:22 +03:00 |
|
John Kleinschmidt
|
ccdff72ee4
|
Merge pull request #9918 from alexstrat/add-extensions-loading-api
Introduce Chrome extensions management APIs independent of Dev Tools Extensions
|
2017-08-07 20:06:22 -04:00 |
|
Cheng Zhao
|
28959da2b7
|
spec: Fix the event test calling done for multiple times
|
2017-08-02 15:06:06 +09:00 |
|
Kevin Sawicki
|
208be2a542
|
Set preload script on opened windows
|
2017-07-17 11:55:16 -07:00 |
|
Kevin Sawicki
|
3925bfde8e
|
Add spec for reloading opened window cross-origin
|
2017-07-17 11:55:15 -07:00 |
|
Kevin Sawicki
|
9d7c2e2294
|
Add specs for nativeWindowOpen inheritance and new-window support
|
2017-07-17 11:55:15 -07:00 |
|
Kevin Sawicki
|
86b1deedfa
|
Inherit enabled-sandbox in opened windows
|
2017-07-17 11:55:15 -07:00 |
|