Kevin Sawicki
|
fefc7c23f9
|
Merge pull request #7479 from bpasero/process-no-asar
Introduce ELECTRON_NO_ASAR
|
2016-10-12 13:48:03 -07:00 |
|
Kevin Sawicki
|
f553d16539
|
Only support ELECTRON_NO_ASAR in non browser/renderer processes
|
2016-10-12 11:11:27 -07:00 |
|
Kevin Sawicki
|
8897a7a926
|
Add specs for ELECTRON_NO_ASAR env var
|
2016-10-12 11:11:27 -07:00 |
|
Cheng Zhao
|
46cd8708a4
|
Merge pull request #7561 from electron/windows-system-colors
Support retrieving Windows system colors
|
2016-10-12 15:35:18 +09:00 |
|
Zeke Sikelianos
|
c46c1dbb1e
|
Merge pull request #7505 from electron/testing-docs
Update test dependencies and documentation
|
2016-10-11 22:28:16 -07:00 |
|
Zeke Sikelianos
|
d4a8a64ba7
|
Merge pull request #7498 from electron/custom-props-in-menu-item-constructor
Preserve custom properties passed to MenuItem constructor
|
2016-10-11 14:24:13 -07:00 |
|
Zeke Sikelianos
|
af0098f064
|
remove badge count after each setBadgeCount test
|
2016-10-11 14:22:48 -07:00 |
|
Zeke Sikelianos
|
156d823b7f
|
remove badge after setBadgeCount test finishes
|
2016-10-11 14:22:48 -07:00 |
|
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 |
|