Zeke Sikelianos
|
45d9cc6405
|
update test dependencies
|
2016-10-11 14:22:48 -07:00 |
|
Kevin Sawicki
|
e7bfd1c959
|
Add systemPreferences.getColor specs
|
2016-10-11 13:15:26 -07:00 |
|
Cheng Zhao
|
0baa60caab
|
Merge pull request #7528 from electron/key-and-code-on-sent-input-events
Set key and code on sendInputEvent keyboard events
|
2016-10-11 19:34:05 +09:00 |
|
Zeke Sikelianos
|
bcce7aff18
|
test that overrideProperty is not overwritten
|
2016-10-10 15:25:56 -07:00 |
|
Kevin Sawicki
|
7b49d94e9f
|
Add systemPreferences.isInvertedColorScheme API
|
2016-10-10 10:43:08 -07:00 |
|
Kevin Sawicki
|
987579d391
|
Send initial keyDown before char event
|
2016-10-10 09:35:44 -07:00 |
|
Kevin Sawicki
|
99414065a9
|
Add char/keypress event tests
|
2016-10-10 09:35:44 -07:00 |
|
Kevin Sawicki
|
e4b0577cb0
|
Assert key and code in keyup input event spec
|
2016-10-10 09:35:44 -07:00 |
|
Kevin Sawicki
|
424afd3faf
|
Update expected key and code values
|
2016-10-10 09:35:43 -07:00 |
|
Kevin Sawicki
|
d69367aa9b
|
Add keydown sendInputEvent specs
|
2016-10-10 09:35:43 -07:00 |
|
Cheng Zhao
|
91591f37e6
|
Merge pull request #7500 from electron/store-crashes-in-configured-temp-dir
Store crash reports in configured temp dir
|
2016-10-10 10:19:02 +09:00 |
|
Samuel Attard
|
a0284a9bc5
|
Add spec for window.open with webPreferences set to null
|
2016-10-07 12:13:04 +11:00 |
|
Zeke Sikelianos
|
b7e078e98d
|
sanitize MenuItem options
|
2016-10-06 14:37:13 -07:00 |
|
Kevin Sawicki
|
fbbffe03a5
|
Add getPath specs
|
2016-10-06 09:57:25 -07:00 |
|
Kevin Sawicki
|
4a8dcec63a
|
Wait for crash report to become available
|
2016-10-06 09:47:07 -07:00 |
|
Kevin Sawicki
|
0380d3ae50
|
Pass crashes directory to crash service process
|
2016-10-06 09:02:02 -07:00 |
|
Kevin Sawicki
|
2fbb98a97c
|
Remove directory assert
|
2016-10-06 09:02:02 -07:00 |
|
Kevin Sawicki
|
56d9ce34e4
|
Use valid Linux report id
|
2016-10-06 09:02:02 -07:00 |
|
Kevin Sawicki
|
b3b856f476
|
Set productName in main process on Linux
|
2016-10-06 09:02:02 -07:00 |
|
Kevin Sawicki
|
773bfea386
|
Remove unused rimraf spec dependency
|
2016-10-06 09:02:01 -07:00 |
|
Kevin Sawicki
|
1afe501a36
|
Add tests for crash reports in custom temp directory
|
2016-10-06 09:02:01 -07:00 |
|
Kevin Sawicki
|
f282b51c98
|
🎨 Use ES6 class, destructuring, and let/const
|
2016-10-06 09:02:01 -07:00 |
|
Cheng Zhao
|
10b91b1291
|
Merge pull request #7488 from electron/native-image-resize-and-crop
Support resizing and cropping native images
|
2016-10-06 15:01:41 +09:00 |
|
Zeke Sikelianos
|
fdf3f6ce30
|
remove unneeded new keyword
|
2016-10-05 13:44:28 -07:00 |
|
Zeke Sikelianos
|
16b3962b66
|
preserve custom properties passed to MenuItem constructor
|
2016-10-05 12:24:08 -07:00 |
|
Kevin Sawicki
|
4ffae1d563
|
Add spec for getAspectRatio
|
2016-10-05 11:02:58 -07:00 |
|
Kevin Sawicki
|
abffd98e29
|
Resize images with preserve aspect ratio
|
2016-10-05 11:02:58 -07:00 |
|
Kevin Sawicki
|
49cc00dedf
|
Add tests of resizing/cropping an empty image
|
2016-10-05 11:02:57 -07:00 |
|
Kevin Sawicki
|
0eda33f057
|
Add tests for cropping native images
|
2016-10-05 11:02:57 -07:00 |
|
Kevin Sawicki
|
a80f4c1605
|
Add specs for other create image helpers
|
2016-10-05 11:02:57 -07:00 |
|
Kevin Sawicki
|
6aba4e916a
|
🎨 Use deepEqual asserts
|
2016-10-05 11:02:57 -07:00 |
|
Kevin Sawicki
|
6a7f0d70fd
|
Add native image resize tests
|
2016-10-05 11:02:56 -07:00 |
|
Michael Vasseur
|
edd80d88a9
|
Update BrowserWindow's test to check additional features upon window.open() call
|
2016-10-05 13:45:15 +02:00 |
|
Kevin Sawicki
|
3f390c6849
|
Ensure webviews get reset after spec finishes
|
2016-09-30 10:15:11 -07:00 |
|
Kevin Sawicki
|
d942694695
|
openedWindow -> popupWindow
|
2016-09-30 08:54:24 -07:00 |
|
Kevin Sawicki
|
766f5afabd
|
Explicitly close popup window
|
2016-09-30 08:50:41 -07:00 |
|
Kevin Sawicki
|
e16fa08e61
|
🎨
|
2016-09-30 08:38:21 -07:00 |
|
Kevin Sawicki
|
77b35ba7ab
|
Use separate session for cookies change event test
|
2016-09-29 09:16:35 -07:00 |
|
Kevin Sawicki
|
d83534d513
|
Add specs for cookie changed event
|
2016-09-29 09:16:35 -07:00 |
|
Kevin Sawicki
|
3bed19d70d
|
Add spec for BrowserWindow.setAlwaysOnTop
|
2016-09-28 09:23:52 -07:00 |
|
Cheng Zhao
|
458c4dd129
|
Merge branch 'support-chromium-sandbox' of https://github.com/tarruda/electron into tarruda-support-chromium-sandbox
|
2016-09-27 20:02:23 +08:00 |
|
Cheng Zhao
|
4c8d0ab804
|
Merge pull request #7298 from deepak1556/content_settings_patch
protocol: disable storage for non standard custom schemes
|
2016-09-27 18:52:36 +08:00 |
|
Thiago de Arruda
|
47fd41715f
|
Add some tests for "sandbox" option
|
2016-09-27 06:01:47 -03:00 |
|
deepak1556
|
7ba947aee9
|
add spec
|
2016-09-22 00:15:25 +05:30 |
|
Kevin Sawicki
|
f8236c1a65
|
Add more failure asserts for nativeImage.createFromPath
|
2016-09-21 10:48:24 -07:00 |
|
Cheng Zhao
|
e3e450613d
|
Merge pull request #7157 from Mossop/moveguest
Allow moving a webcontents to a different webview
|
2016-09-20 14:28:42 +09: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 |
|
Cheng Zhao
|
e504d82554
|
spec: Suppress the download.pdf test on AppVeyor
|
2016-09-19 17:12:33 +09:00 |
|
Cheng Zhao
|
0ac4b89a0a
|
Merge pull request #7236 from yuya-oc/accelerator-for-redo
Use Ctrl+Y as the accelerator of redo on Windows
|
2016-09-19 15:53:44 +09:00 |
|
Yuya Ochiai
|
43f955194e
|
🏁 Use Ctrl+Y as the accelerator of redo on Windows
|
2016-09-18 17:07:34 +09:00 |
|
Dave Townsend
|
47df447e4f
|
✅ Test that replacement history entries don't break forward navigation.
This is a test for #7175
|
2016-09-16 17:08:54 -07:00 |
|
Cheng Zhao
|
9dad9478fa
|
Merge pull request #7169 from deepak1556/download_defaultname_patch
browser: provide a default filename when unable to generate from download data
|
2016-09-16 21:19:21 +09:00 |
|
Cheng Zhao
|
ea244a5188
|
Merge pull request #7209 from electron/remote-function-missing-properties
Guard against missing remote function properties
|
2016-09-16 21:11:12 +09:00 |
|
deepak1556
|
d426d4ad90
|
add failing spec
|
2016-09-16 16:02:57 +05:30 |
|
Cheng Zhao
|
9714348260
|
Merge pull request #6941 from deepak1556/blob_data_patch
protocol: provide blob uuid with uploadData
|
2016-09-16 17:01:15 +09:00 |
|
Kevin Sawicki
|
eef42770c6
|
Don't load remote properties until they are accessed
|
2016-09-14 13:29:49 -07:00 |
|
Kevin Sawicki
|
f792c720f4
|
Allow spec to be run multiple times in same runner
|
2016-09-14 11:16:44 -07:00 |
|
Kevin Sawicki
|
bc13536208
|
Add failing spec for missing remote properties
|
2016-09-14 10:53:25 -07:00 |
|
Cheng Zhao
|
fbac635687
|
Only emit finalUpdate found-in-page events
Since Chrome 53 all meaningful results of found-in-page are finalUpdate.
|
2016-09-14 16:23:01 +09:00 |
|
Cheng Zhao
|
f8bdc7437d
|
module search paths have changed
|
2016-09-14 16:23:01 +09:00 |
|
Cheng Zhao
|
18fd3e0329
|
Fix js linting error
|
2016-09-14 16:23:00 +09:00 |
|
Cheng Zhao
|
a510642a25
|
finalUpdate can be false
|
2016-09-14 16:23:00 +09:00 |
|
Cheng Zhao
|
30dd65e3a9
|
Fix failing spec when refreshing test window
|
2016-09-14 16:23:00 +09:00 |
|
Cheng Zhao
|
5708e86a05
|
Fix API change of findInPage API
|
2016-09-14 16:23:00 +09:00 |
|
Dave Townsend
|
313b2faa3c
|
Add a guestinstance attribute to webviews reflecting their current guest
instance ID and allowing moving a guest instance to a new webview.
|
2016-09-09 10:32:05 -07:00 |
|
Phil Haack
|
cadbd7beb1
|
Merge pull request #7145 from electron/device-scale-factor-failures
Get specs passing on displays using certain device scale factors
|
2016-09-09 07:38:23 -07:00 |
|
Cheng Zhao
|
e189132176
|
Merge pull request #7123 from deepak1556/asar_range_patch
protocol: respect range header when reading from asar
|
2016-09-09 20:59:12 +09:00 |
|
Cheng Zhao
|
693ba1375b
|
Merge pull request #7146 from electron/resolve-empty-url-values
Tweak how empty URLs are resolved
|
2016-09-09 19:58:41 +09:00 |
|
Cheng Zhao
|
932b6dc0cf
|
Merge pull request #7142 from electron/require-buffer
Require Buffer explicitly instead of relying on global
|
2016-09-09 19:52:53 +09:00 |
|
Kevin Sawicki
|
64d436682c
|
Verify resolving URL via console-message event
|
2016-09-08 17:38:40 -07:00 |
|
Kevin Sawicki
|
7c26fe46b8
|
=== -> !==
|
2016-09-08 17:12:53 -07:00 |
|
Kevin Sawicki
|
7d24df34fc
|
Place resolve specs in correct outer block
|
2016-09-08 17:08:49 -07:00 |
|
Kevin Sawicki
|
bfd48fe2ad
|
Add specs for resolving attribute URLs
|
2016-09-08 16:56:29 -07:00 |
|
Kevin Sawicki
|
1dbaf4987e
|
Don't resolve empty src/preload attribute values
|
2016-09-08 16:48:30 -07:00 |
|
Kevin Sawicki
|
ea069805d1
|
Add failing specs for empty preload/src attribute
|
2016-09-08 16:40:31 -07:00 |
|
Kevin Sawicki
|
68c67b64c5
|
Use delta when scale factor is above 2 and odd
|
2016-09-08 16:24:11 -07:00 |
|
Kevin Sawicki
|
59a49f6f96
|
Use bounds helper in failing specs
|
2016-09-08 16:20:46 -07:00 |
|
Kevin Sawicki
|
7494e286d9
|
Put actual value first
|
2016-09-08 16:20:45 -07:00 |
|
Kevin Sawicki
|
d88f70caa2
|
Use single assert bounds helper
|
2016-09-08 16:20:45 -07:00 |
|
Kevin Sawicki
|
71fac07a93
|
Add scale factor assert helpers
|
2016-09-08 16:20:45 -07:00 |
|
Kevin Sawicki
|
9829baed46
|
Open about:blank when window.open is called with no URL
|
2016-09-08 16:10:21 -07:00 |
|
Kevin Sawicki
|
e4e4e8b2eb
|
Add missing {}
|
2016-09-08 13:12:00 -07:00 |
|
Kevin Sawicki
|
d407eab0ff
|
Set crashReporter productName in specs
|
2016-09-08 11:52:29 -07:00 |
|
Kevin Sawicki
|
63e9bc4804
|
Assert isTTY is undefined on Windows
|
2016-09-08 11:52:29 -07:00 |
|
Kevin Sawicki
|
aaf2bb2751
|
Add spec for deleting Buffer global in preload
|
2016-09-08 10:34:09 -07:00 |
|
deepak1556
|
c003c3e28f
|
increase spec timeout
|
2016-09-08 11:38:24 +05:30 |
|
deepak1556
|
1ae7b2fcbc
|
update
|
2016-09-08 10:12:23 +05:30 |
|
deepak1556
|
7e6cba1482
|
add failing spec
|
2016-09-08 09:37:06 +05:30 |
|
Kevin Sawicki
|
d76c970da6
|
Assert read value instead of exception
|
2016-09-07 14:51:05 -07:00 |
|
Kevin Sawicki
|
b5e9bb9e6a
|
Add spec for accessing process.stdin
|
2016-09-07 14:40:18 -07:00 |
|
Kevin Sawicki
|
b186d752da
|
Add failing spec for restoring noAsar value
|
2016-09-06 13:40:15 -07:00 |
|
deepak1556
|
7b85ca0301
|
create helper class to read blob data
|
2016-09-01 08:52:44 +05:30 |
|
deepak1556
|
be4bc6b7ef
|
fix docs and update specs
|
2016-09-01 01:01:52 +05:30 |
|
Cheng Zhao
|
4833c4800e
|
Merge pull request #6998 from electron/ipc-v8-converter-crash
Don't serialize external values over IPC
|
2016-08-31 20:45:25 +09:00 |
|
Cheng Zhao
|
f854b27bfb
|
Merge pull request #6867 from electron/remote-function-properties
Allow accessing remote function properties
|
2016-08-31 17:28:09 +09:00 |
|
Kevin Sawicki
|
3e7a0e4b43
|
Test external value as send argument
|
2016-08-30 09:27:12 -07:00 |
|
Kevin Sawicki
|
679ee95e8a
|
Explicitly mention external objects
|
2016-08-29 10:38:17 -07:00 |
|
Kevin Sawicki
|
625bfe53f7
|
🎨
|
2016-08-29 10:38:17 -07:00 |
|
Kevin Sawicki
|
558ee08be9
|
Add explicit test for IPC cycle detection
|
2016-08-29 10:38:16 -07:00 |
|
Kevin Sawicki
|
434e7cb5e9
|
Add test for sending webContents instance over IPC
|
2016-08-29 10:38:16 -07:00 |
|
Kevin Sawicki
|
0f7e43aa47
|
Re-enable DOM object over IPC asserts
|
2016-08-29 10:38:16 -07:00 |
|
Kevin Sawicki
|
b17a2874f8
|
Add empty request error handler
|
2016-08-29 10:38:16 -07:00 |
|
Kevin Sawicki
|
e38bc17a7b
|
Add regression spec for HTTP request over IPC
|
2016-08-29 10:38:16 -07:00 |
|
Kevin Sawicki
|
3f4af3a2ba
|
Convert specs to expect empty objects
|
2016-08-29 10:38:16 -07:00 |
|
Cheng Zhao
|
cd469b5f31
|
Merge pull request #6983 from electron/download-item-prompt
Check DownloadItem save path before prompting
|
2016-08-26 20:41:03 +09:00 |
|
Kevin Sawicki
|
3108b8aacd
|
Use path to non-existent file
|
2016-08-25 14:40:15 -07:00 |
|
Kevin Sawicki
|
1de8a0dcf9
|
Add failing spec for unwanted save dialog
|
2016-08-25 14:27:37 -07:00 |
|
Kevin Sawicki
|
10d39f673a
|
Add failing spec for duplicate references over IPC
|
2016-08-25 09:25:13 -07:00 |
|
Cheng Zhao
|
97a004a357
|
Merge pull request #6963 from electron/remote-buffers
Serialize ArrayBuffers as Buffers instead of Arrays over remote
|
2016-08-25 17:29:12 +09:00 |
|
Cheng Zhao
|
764c84f569
|
Merge pull request #6952 from deepak1556/custom_scheme_filesystem_patch
protocol: allow standard schemes to support filesystem api
|
2016-08-25 09:28:34 +09:00 |
|
Kevin Sawicki
|
b688539fe9
|
🎨 Use const
|
2016-08-24 17:00:03 -07:00 |
|
Kevin Sawicki
|
e1cf61f0cb
|
Add spec for Int16Array remote parameter
|
2016-08-24 16:47:14 -07:00 |
|
Kevin Sawicki
|
a1a7b1779c
|
Add missing space after comma
|
2016-08-24 16:41:59 -07:00 |
|
Kevin Sawicki
|
363a02b82d
|
Add more remote Buffer specs
|
2016-08-24 15:01:52 -07:00 |
|
Kevin Sawicki
|
554e944105
|
Add test of sending Buffer
|
2016-08-24 14:49:25 -07:00 |
|
Kevin Sawicki
|
4ce2c221c9
|
Minor doc edits and link to MDN page
|
2016-08-24 09:03:44 -07:00 |
|
deepak1556
|
ae297760af
|
add spec and docs
|
2016-08-24 06:53:14 +05:30 |
|
Kevin Sawicki
|
399470e281
|
Add spec for detached window crash
|
2016-08-23 10:06:05 -07:00 |
|
Kevin Sawicki
|
ec44a5d198
|
Add tests for setting remote function properties
|
2016-08-22 17:07:18 -07:00 |
|
Kevin Sawicki
|
666a668d91
|
Support remote function keys and property descriptors
|
2016-08-22 17:07:18 -07:00 |
|
Kevin Sawicki
|
d226b7bc6c
|
Use Proxy for accessing properties of remote function
|
2016-08-22 17:07:18 -07:00 |
|
Kevin Sawicki
|
600076b46d
|
Remove lint from fixtures
|
2016-08-22 17:07:17 -07:00 |
|
Kevin Sawicki
|
d333cc5e38
|
Support remote function properties
|
2016-08-22 17:07:17 -07:00 |
|
Kevin Sawicki
|
9e4665fbc4
|
Add failing spec for remote static members
|
2016-08-22 17:07:17 -07:00 |
|
Kevin Sawicki
|
5cc61089d9
|
Add failing spec for remote function with properties
|
2016-08-22 17:07:17 -07:00 |
|
Cheng Zhao
|
103fea5cdf
|
Use scoped policy for micro tasks
|
2016-08-22 19:34:59 +09:00 |
|
Cheng Zhao
|
9bc6302aea
|
spec: Add test case for fetch
|
2016-08-22 19:26:07 +09:00 |
|
Mark Wylde
|
c55b1e87ed
|
Fix spelling mistake from registred to registered
|
2016-08-20 14:25:13 +01:00 |
|
Kevin Sawicki
|
dfb6a9b07d
|
Show window when not on CI
|
2016-08-17 14:25:42 -07:00 |
|
Cheng Zhao
|
79f35fa475
|
Merge pull request #6850 from electron/disable-resize-when-changing-style-mask
Disable all resizes when changing the window's style mask
|
2016-08-17 21:19:35 +09:00 |
|
Cheng Zhao
|
4e355355a9
|
Merge pull request #6851 from electron/focused-web-contents-from-hidden-windows
Prevent web contents in hidden windows from reporting as focused
|
2016-08-17 20:15:37 +09:00 |
|
Kevin Sawicki
|
6cca62788d
|
Assert first and last web contents types
|
2016-08-16 16:19:32 -07:00 |
|
Kevin Sawicki
|
1f46574efe
|
Add test for header with . characters
|
2016-08-16 09:08:36 -07:00 |
|
Kevin Sawicki
|
cc7fe82b74
|
Add failing webContents.isFocused spec
|
2016-08-15 14:11:08 -07:00 |
|
Kevin Sawicki
|
c754b5efdc
|
Add failing spec for state changes resizing frameless window
|
2016-08-15 12:30:26 -07:00 |
|
deepak1556
|
77173be1c6
|
webFrame: enable privileged schemes to send CORS requests
|
2016-08-11 23:01:10 +05:30 |
|
Kevin Sawicki
|
b017d2d324
|
Disable globalShortcut spec on Windows CI
|
2016-08-10 08:52:50 -07:00 |
|
Kevin Sawicki
|
2a0eb72334
|
Add asserts for crash report APIs
|
2016-08-09 15:44:04 -07:00 |
|
Kevin Sawicki
|
ce0165367c
|
Add spec for invalid capture options
|
2016-08-09 15:31:24 -07:00 |
|
Kevin Sawicki
|
a6353eb98f
|
Add initial global shortcut spec
|
2016-08-09 15:13:05 -07:00 |
|
Kevin Sawicki
|
39e1541a7e
|
Add initial power save blocker spec
|
2016-08-09 15:05:56 -07:00 |
|
Cheng Zhao
|
81244c2221
|
Merge pull request #6768 from electron/felix-set-progress
Enable mode indication for setProgressBar
|
2016-08-09 20:58:07 +09:00 |
|
Cheng Zhao
|
01f92a83ab
|
Merge pull request #6780 from electron/update-available-check
Mark update available until restart
|
2016-08-09 20:44:26 +09:00 |
|
Felix Rieseberg
|
73c91dae9e
|
🔧 Enable mode indication for setProgressBar
This commit enables setting a mode for the setProgressBar method.
Old behavior is kept intact, usage is entirely optional.
|
2016-08-08 15:52:20 -07:00 |
|
Kevin Sawicki
|
0747957919
|
Add spec for quitAndInstall with no update on Windows
|
2016-08-08 13:13:08 -07:00 |
|
Kevin Sawicki
|
e767d3c131
|
Add spec for executeJavaScript DOM class prototype
|
2016-08-08 09:42:43 -07:00 |
|
Kevin Sawicki
|
8b3aa4dbb4
|
Add spec for sending document.location over IPC
|
2016-08-08 09:35:30 -07:00 |
|
Cheng Zhao
|
3be68ba136
|
Merge pull request #6736 from electron/maximizable-state
Always restore maximizable state after changing window behavior/style
|
2016-08-05 17:25:22 +09:00 |
|
Cheng Zhao
|
8a33464d41
|
Merge pull request #6654 from electron/content-bounds
Add BrowserWindow.get/setContentBounds()
|
2016-08-05 17:23:24 +09:00 |
|