Cheng Zhao
|
c19abed4fa
|
spec: Don't test window state events in CI on Linux
|
2014-11-25 15:17:48 +08:00 |
|
Cheng Zhao
|
cef5f06ceb
|
spec: Make timeout longer for window state tests
|
2014-11-25 15:06:57 +08:00 |
|
Cheng Zhao
|
a666014990
|
spec: Window state events
|
2014-11-25 14:52:49 +08:00 |
|
Cheng Zhao
|
58795eaa7e
|
spec: "preload" option of BrowserWindow
|
2014-11-12 15:38:50 +08:00 |
|
Cheng Zhao
|
90c24de0f0
|
spec: original-fs module
|
2014-11-12 11:31:31 +08:00 |
|
Cheng Zhao
|
db8361a0a9
|
spec: "httpreferrer" attribute of <webview>
|
2014-11-12 10:39:28 +08:00 |
|
Cheng Zhao
|
9a825c5cbd
|
win: Writes uploads.log
|
2014-11-11 16:38:16 +08:00 |
|
Cheng Zhao
|
b360122b35
|
Add spec for #634
|
2014-11-06 21:26:54 +08:00 |
|
Cheng Zhao
|
395b0c4224
|
spec: "preload" attribute of <webview>
|
2014-11-06 15:23:42 +08:00 |
|
Cheng Zhao
|
8359c8e194
|
spec: Only test net.connect on Mac
The Linux travis ci machine is quite unstable on this test.
|
2014-10-28 10:09:47 +08:00 |
|
Cheng Zhao
|
64ce44d341
|
spec: "new-window" event of BrowserWindow
|
2014-10-27 22:08:24 +08:00 |
|
Cheng Zhao
|
6f41598962
|
Use GuestWindowManager to mange windows created by window.open
|
2014-10-27 21:56:04 +08:00 |
|
Cheng Zhao
|
9c92f2e692
|
spec: "new-window" event of <webview>
|
2014-10-27 19:26:45 +08:00 |
|
Cheng Zhao
|
10a8f3c884
|
Make <webview> work with plugins turned off
|
2014-10-26 14:05:54 +08:00 |
|
Cheng Zhao
|
db071f8d8e
|
Add specs for <webview>
|
2014-10-25 23:23:49 +08:00 |
|
Cheng Zhao
|
81170d81b3
|
Remove iframe related security code
|
2014-10-25 19:08:21 +08:00 |
|
Cheng Zhao
|
cbe52c58ac
|
spec: Don't test BrowserWindow.show() in CI
Some environments can not handle focusing very well.
|
2014-10-17 23:38:14 +08:00 |
|
Cheng Zhao
|
19c8864c32
|
spec: BrowserWindow.showInactive()
|
2014-10-17 22:55:09 +08:00 |
|
Cheng Zhao
|
8c29ffd084
|
Make __filename normalized
This can make sure __filename and __dirname on Windows use "\" as path
delimeter.
|
2014-10-14 19:45:57 +08:00 |
|
Cheng Zhao
|
2de80571d8
|
Add spec for #694
|
2014-10-14 19:27:38 +08:00 |
|
Cheng Zhao
|
49814e1919
|
Just pass spec when mkdir failed
|
2014-10-13 23:48:56 +08:00 |
|
Cheng Zhao
|
b717add81b
|
Print error when mkdir failed
|
2014-10-13 19:08:23 +08:00 |
|
Cheng Zhao
|
927ec6ab7a
|
spec: asar: fs.realpath
|
2014-09-30 15:37:46 +08:00 |
|
Cheng Zhao
|
37d45e2881
|
spec: asar: fs.realpathSync
|
2014-09-30 15:17:48 +08:00 |
|
Cheng Zhao
|
2bf2ad094c
|
spec: asar: Testing getting file in web page
|
2014-09-29 16:58:54 +08:00 |
|
Cheng Zhao
|
3eaf0fe82b
|
spec: asar: child_process.fork
|
2014-09-29 16:41:49 +08:00 |
|
Cheng Zhao
|
013e7fb611
|
spec: asar: fs.open
|
2014-09-29 16:29:10 +08:00 |
|
Cheng Zhao
|
e3ae062c5c
|
spec: asar: fs.open
|
2014-09-29 16:05:19 +08:00 |
|
Cheng Zhao
|
5e6e173d59
|
spec: asar: fs.readdir
|
2014-09-29 15:30:56 +08:00 |
|
Cheng Zhao
|
3fcd571db0
|
spec: asar: Test getting stats of root in fs.lstat
|
2014-09-29 15:25:28 +08:00 |
|
Cheng Zhao
|
988fa73696
|
spec: asar: fs.readdirSync
|
2014-09-29 15:24:01 +08:00 |
|
Cheng Zhao
|
a579f58454
|
spec: asar: fs.lstat
|
2014-09-29 15:00:13 +08:00 |
|
Cheng Zhao
|
370dd26745
|
spec: asar: fs.lstatSync
|
2014-09-29 14:45:19 +08:00 |
|
Cheng Zhao
|
e20697b870
|
spec: asar: fs.readFile
|
2014-09-28 23:36:45 +08:00 |
|
Cheng Zhao
|
4a485f9819
|
spec: asar: fs.readFileSync
|
2014-09-28 23:02:14 +08:00 |
|
Cheng Zhao
|
1199224086
|
BrowserWindow.show() should not focus window, fixes #609.
|
2014-09-08 15:28:34 +08:00 |
|
Cheng Zhao
|
c88b691db7
|
linux: Suppress test for "enable-larger-than-screen".
It is failing on some DEs.
|
2014-08-20 12:23:20 +08:00 |
|
Cheng Zhao
|
2a9f5a5fb8
|
Add "enable-larger-than-screen" option for BrowserWindow.
From now on BrowserWindow can only be resized larger than screen or
moved out of screen when this option is set to "true".
Fixes #582.
|
2014-08-17 12:23:00 +08:00 |
|
Cheng Zhao
|
e8d1c69ea8
|
Enable the spec of testing crash of protocol module.
|
2014-08-15 11:08:06 +08:00 |
|
Cheng Zhao
|
175d052a28
|
linux: Enable tests on window size.
After upgraded to Chrome36, those tests have become stable.
|
2014-08-11 21:00:04 +08:00 |
|
Cheng Zhao
|
d4fb1c1f8c
|
Add spec for resizing window larger than screen.
|
2014-08-11 10:22:56 +08:00 |
|
Cheng Zhao
|
424a00cf29
|
Don't set interval too short.
Otherwise it could be possible that the callback executes for multiple
times before it is cleared.
|
2014-08-07 19:40:41 +08:00 |
|
Cheng Zhao
|
382dbb500c
|
Also fix setInterval for #481.
|
2014-08-07 14:23:28 +08:00 |
|
Cheng Zhao
|
53cedc6e5d
|
Add spec for #481.
|
2014-08-07 10:37:38 +08:00 |
|
Cheng Zhao
|
e62986b97d
|
Add spec for #492.
|
2014-07-31 16:47:11 +08:00 |
|
Cheng Zhao
|
2afd3a85a9
|
Skip the net.connect test on Windows.
|
2014-07-25 15:02:17 +08:00 |
|
Cheng Zhao
|
dbf19a5734
|
Add spec for #511.
|
2014-07-25 13:04:30 +08:00 |
|
Cheng Zhao
|
1a79093378
|
views: Add menu should not change window size.
|
2014-07-21 20:58:15 +08:00 |
|
Cheng Zhao
|
fab11950ee
|
Fix crashing when setting web-preferences, closes #443.
|
2014-07-21 13:08:52 +08:00 |
|
Cheng Zhao
|
d81a34d3dd
|
Add specs for web workers.
|
2014-07-09 15:55:01 +08:00 |
|