Shelley Vohr
|
3d032c2b57
|
forgot to remove .only from spec
|
2018-01-27 12:38:55 -05:00 |
|
Shelley Vohr
|
3679a9c37a
|
fix event callback placement in spec
|
2018-01-27 12:36:51 -05:00 |
|
Shelley Vohr
|
e345342e36
|
add first pass at menu event specs
|
2018-01-27 11:23:46 -05:00 |
|
OJ Kwon
|
690a9e9483
|
test(webframe): add basic test case
|
2018-01-26 10:57:52 -08:00 |
|
Aleš Pergl
|
c49cb29ddf
|
Disallow launching unknown apps via browser client.
CVE-2018-1000006
|
2018-01-22 16:49:30 -06:00 |
|
Nitish Sakhawalkar
|
ea2056b513
|
Replace arrow function
|
2018-01-17 15:27:11 +09:00 |
|
Nitish Sakhawalkar
|
7aefc73ffd
|
Fix lint
|
2018-01-17 15:27:11 +09:00 |
|
Nitish Sakhawalkar
|
28f1abcb05
|
Change macos app termination process
|
2018-01-17 15:27:11 +09:00 |
|
Cheng Zhao
|
bd271cffb9
|
Throw when inAppPurchase is used on unsupported platforms
|
2018-01-10 18:53:55 +09:00 |
|
Cheng Zhao
|
ac6f895f64
|
Turn InAppPurchase into an EventEmitter
|
2018-01-10 16:37:05 +09:00 |
|
Cheng Zhao
|
bdeb979d41
|
spec: Simple tests for inAppPurchase module
|
2018-01-10 15:21:53 +09:00 |
|
deepak1556
|
fd297722a8
|
Note about incorrect usage of blink::SchemeRegistry methods
|
2018-01-02 16:37:10 +09:00 |
|
deepak1556
|
1912fbb073
|
reenable some specs
|
2018-01-02 16:37:08 +09:00 |
|
deepak1556
|
88e53b1b5e
|
REVIEW: destroy process singleton on sequence where IO is allowed
|
2018-01-02 16:37:07 +09:00 |
|
deepak1556
|
c3154d86e0
|
FIXME: disable some specs
|
2018-01-02 16:37:07 +09:00 |
|
deepak1556
|
b4e6516ad8
|
fix dcheck failure with invalid UTF8 string conversion for base::Value
|
2018-01-02 16:37:05 +09:00 |
|
Cheng Zhao
|
46330ac2a9
|
Remove the closed event of Menu
The callback of Menu.popup does more things, and there is actually no
request for the closed event.
|
2018-01-01 17:22:07 +09:00 |
|
Cheng Zhao
|
73d78d345a
|
Make callback work for old-style Menu.popup call
While the old-style Menu.popup has been deprecated, it is still being
used widely in apps and even in Electron itself.
|
2018-01-01 17:17:01 +09:00 |
|
Cheng Zhao
|
2ec3b8ce76
|
spec: callback for Menu.popup
|
2018-01-01 16:56:22 +09:00 |
|
Cheng Zhao
|
2e3d940749
|
Fix "test.py -g Menu" not working
|
2018-01-01 15:46:39 +09:00 |
|
Felix Rieseberg
|
5f4b62b6c8
|
feat: Allow testing of single spec modules (#11409)
* 🔧 ES6 for the spec
* 👷 Allow testing of single modules
* ❤️ Implement feedback
* 📝 Add a testing doc
* 📝 Link to it
* 📝 Cleanup
|
2017-12-28 06:18:33 -05:00 |
|
Cheng Zhao
|
75ac7d9ff2
|
spec: Add test for crypto operation
|
2017-12-27 20:37:04 +09:00 |
|
Heilig Benedek
|
5bf16c2495
|
remove async:true from menu tests
|
2017-12-20 15:41:12 +09:00 |
|
Heilig Benedek
|
ef7357dedc
|
update tests for menu closed event and call cancel on closePopup
|
2017-12-20 15:40:07 +09:00 |
|
Heilig Benedek
|
14b65467d8
|
add test for menu closed event
|
2017-12-20 15:40:07 +09:00 |
|
Charles Kerr
|
a8b76e1a80
|
Merge pull request #11418 from electron/add-reg-defaults
[WIP] add back systemPreferences.registerDefaults()
|
2017-12-13 15:48:20 -06:00 |
|
Shelley Vohr
|
3fc844c15a
|
add loop to catch null values
|
2017-12-13 14:02:43 -05:00 |
|
Felix Rieseberg
|
317422f431
|
👷 Close popup in aftereach
|
2017-12-12 12:23:02 -08:00 |
|
Felix Rieseberg
|
c4ec8b4545
|
🔧 Feedback
|
2017-12-12 11:25:01 -08:00 |
|
Felix Rieseberg
|
76df41b5d0
|
👷 Properly test x vs y
|
2017-12-12 11:25:01 -08:00 |
|
Felix Rieseberg
|
ace558f54a
|
👷 Hence, better testing
|
2017-12-12 11:25:01 -08:00 |
|
Felix Rieseberg
|
5a658fa5f6
|
👷 Add a spec
|
2017-12-12 11:25:01 -08: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 |
|
Charles Kerr
|
5720a8e7d5
|
Merge pull request #11415 from electron/revert-11385-async-menu
Revert "fix: Fix `menu.popup()` bugs"
|
2017-12-12 08:56:12 -06:00 |
|
Alexey Kuzmin
|
1c8eb03574
|
Revert "fix: Fix menu.popup() bugs"
|
2017-12-12 13:59:34 +03:00 |
|
Alexey Kuzmin
|
1caa04c0bf
|
Revert "Add systemPreferences.registerDefaults()"
|
2017-12-12 13:59:15 +03:00 |
|
Charles Kerr
|
e73fe100d5
|
Merge pull request #11385 from electron/async-menu
fix: Fix `menu.popup()` bugs
|
2017-12-11 18:02:33 -06:00 |
|
Shelley Vohr
|
a8e67e7f61
|
fixes from review
|
2017-12-11 18:20:12 -05:00 |
|
Felix Rieseberg
|
89b90be6a2
|
🔧 Feedback
|
2017-12-11 14:43:35 -08:00 |
|
Felix Rieseberg
|
f7ebfff8ae
|
👷 Properly test x vs y
|
2017-12-11 14:05:07 -08:00 |
|
Felix Rieseberg
|
dfd7598d48
|
👷 Hence, better testing
|
2017-12-11 14:03:04 -08: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 |
|
Felix Rieseberg
|
725f6c97d6
|
👷 Add a spec
|
2017-12-08 14:52:21 -08:00 |
|
Shelley Vohr
|
276f758560
|
remove deprecated method call
|
2017-12-07 14:26:57 -05:00 |
|
Charles Kerr
|
5fa29fcf58
|
Merge pull request #11329 from electron/remove-classes-key
fix: Properly cleanup in `removeAsDefaultProtocolClient`
|
2017-12-06 17:31:50 -06:00 |
|
Felix Rieseberg
|
bd4c7a114a
|
👷 Fix the last broken test
|
2017-12-05 17:07:22 -08:00 |
|
Felix Rieseberg
|
bf043c92af
|
👷 Ugh, whitespace
|
2017-12-05 13:20:34 -08:00 |
|
Felix Rieseberg
|
e6cbb2f3aa
|
👷 Cleanup on Windows only
|
2017-12-05 12:14:19 -08:00 |
|
Felix Rieseberg
|
d519bfc5fb
|
👷 Linter fascism
|
2017-12-05 11:38:19 -08:00 |
|
Felix Rieseberg
|
997f3f31d2
|
👷 Cleanup after the test
|
2017-12-05 11:31:40 -08:00 |
|
Felix Rieseberg
|
e77751aab5
|
👷 Test registry interaction
|
2017-12-05 11:28:39 -08:00 |
|
Felix Rieseberg
|
60634cac42
|
📦 Install winreg
|
2017-12-05 11:28:19 -08:00 |
|
Thiago de Arruda
|
dfd98e3428
|
Add linux powerMonitor tests using python-dbusmock
|
2017-12-05 08:33:36 -03: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
|
d598aa1a67
|
Merge pull request #11300 from electron/external-devtools
Add API to set arbitrary WebContents as devtools
|
2017-12-05 10:35:49 +09:00 |
|
Charles Kerr
|
3e056eec9e
|
Merge pull request #11297 from electron/remove-travis
Remove Travis references
|
2017-12-04 10:56:53 -06:00 |
|
Ales Pergl
|
ecdbe79e29
|
Make the asar-video test run faster
I cut the video to 3 seconds and removed the audio track, which makes the test
finish a lot sooner. Also the asar file is 160 kB instead of 1 MB.
|
2017-12-02 11:30:57 +01:00 |
|
Shelley Vohr
|
45de1e6a7c
|
remove extraneous variables
|
2017-12-01 16:11:54 -05:00 |
|
Shelley Vohr
|
af6489576a
|
remove onlys
|
2017-12-01 16:01:03 -05:00 |
|
Shelley Vohr
|
00e8713eac
|
split ipc tests into three files
|
2017-12-01 15:57:41 -05:00 |
|
John Kleinschmidt
|
d182bacd00
|
Ignore/remove package-lock files
|
2017-12-01 12:55:55 -05:00 |
|
Cheng Zhao
|
ea9771702b
|
spec: setDevToolsWebContents
|
2017-12-01 10:35:23 +09:00 |
|
John Kleinschmidt
|
0ef8f58090
|
Remove Travis references
|
2017-11-30 15:39:32 -05:00 |
|
Zeke Sikelianos
|
aab35073ee
|
Merge pull request #11255 from electron/fix-11245
Enable nativeImage module addRepresentation() tests
|
2017-11-30 10:48:11 -08:00 |
|
Zeke Sikelianos
|
c1728720a7
|
Merge pull request #11256 from electron/fix-11244
Enable "<webview> tag found-in-page event emits when a request is made"
|
2017-11-30 10:48:00 -08:00 |
|
shelley vohr
|
2bc8b33c2a
|
Merge pull request #11291 from electron/fix-failing-spec
spec: Fix the failing coffee-script test
|
2017-11-30 13:43:58 -05:00 |
|
John Kleinschmidt
|
2d75eea82a
|
Merge pull request #11254 from electron/fix-11246
Enable crashReporter module tests
|
2017-11-30 12:55:49 -05:00 |
|
Aleksei Kuzmin
|
b9ed7380aa
|
Explicitly set alpha type of bitmaps with JPEG data to opaque
Actually fixes #11245.
|
2017-11-30 17:56:32 +01:00 |
|
Aleksei Kuzmin
|
c0c983d28d
|
Light refactoring of the nativeImage module tests
|
2017-11-30 17:50:51 +01:00 |
|
Cheng Zhao
|
04872bb001
|
spec: Fix the failing coffee-script test
The latest version has some regression causing our test to fail.
|
2017-11-30 21:10:22 +09:00 |
|
Aleksei Kuzmin
|
275815002f
|
Inscrease timeout for crashReporter tests
Fixes #11246.
|
2017-11-29 12:27:06 +01:00 |
|
Cheng Zhao
|
c0e9dbcc00
|
Merge pull request #11144 from dittos/mas-login-helper-again
Re-land MAS login helper (w/ regression fix)
|
2017-11-27 17:02:57 +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 |
|
deepak1556
|
084292f3ab
|
fix: focus the webview as a temp workaround
|
2017-11-25 20:18:01 +05:30 |
|
Aleksei Kuzmin
|
3e9f9429d1
|
Enable "<webview> tag found-in-page event emits when a request is made"
Fixes #11244.
|
2017-11-25 13:21:26 +01:00 |
|
Aleksei Kuzmin
|
91e4193622
|
Enable nativeImage module addRepresentation() tests
Fixes #11245.
|
2017-11-25 12:58:33 +01:00 |
|
shelley vohr
|
c18afc924b
|
Merge pull request #10213 from electron/upgrade-to-chromium-61
[WIP] Upgrade to Chromium 61
|
2017-11-24 10:17:52 +01:00 |
|
Aleksei Kuzmin
|
efd949ea83
|
Disable a couple of crashReporter tests
|
2017-11-24 10:58:53 +09:00 |
|
Aleksei Kuzmin
|
d61564bfb1
|
Disable "<webview> tag > found-in-page event > emits when a request is made" test
|
2017-11-24 10:58:53 +09:00 |
|
Aleksei Kuzmin
|
c73ba5802e
|
Disable "nativeImage module > addRepresentation()" tests
|
2017-11-24 10:58:53 +09:00 |
|
deepak1556
|
0b88873e77
|
add basic inspector module test
|
2017-11-24 10:58:53 +09:00 |
|
Ales Pergl
|
82394cc06d
|
Use an existing host name so that it resolves quickly and tests don't time out.
|
2017-11-24 10:58:53 +09:00 |
|
deepak1556
|
2fa0b3d33e
|
Enable client certificate tests
|
2017-11-24 10:58:53 +09:00 |
|
Birunthan Mohanathas
|
4e859b4718
|
Remove "async" option from menu.popup()
All menus are async now. See "Cleanup MenuRunner API"
https://codereview.chromium.org/2790773002
|
2017-11-24 10:58:17 +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 |
|
Charles Kerr
|
9c217fc6c7
|
Merge pull request #11224 from electron/browser-view-window
feature: Add `BrowserWindow.fromBrowserView()`
|
2017-11-23 14:41:36 +01:00 |
|
Felix Rieseberg
|
690e8cf75b
|
👷 Add specs
|
2017-11-22 17:06:14 -08:00 |
|
Felix Rieseberg
|
b7bc4eb586
|
👷 Let’s test the undefined case, too
|
2017-11-22 14:38:08 -08:00 |
|