Robo
db26dcaf4c
expose handler from session and remove permission-request event
2016-02-01 12:23:51 +05:30
Robo
f7556de9fb
add spec for new permissions
2016-01-30 19:10:52 +05:30
Robo
f32bf08eb3
add spec
2016-01-29 15:23:28 +05:30
Cheng Zhao
30ff18ac64
Merge branch 'webrequest_upload_data_patch' of https://github.com/deepak1556/atom-shell into deepak1556-webrequest_upload_data_patch
2016-01-28 18:41:39 +08:00
Robo
a6bcc5d110
common: export hideInternalModules
2016-01-27 18:44:47 +05:30
Robo
dc0151099c
session: provide uploadData with webrequest api when available
2016-01-27 18:39:40 +05:30
Cheng Zhao
d0587a9c52
spec: process.stdout.write
2016-01-26 20:26:42 +08:00
Cheng Zhao
e1e58b642e
Merge pull request #4182 from deepak1556/debugger_api_patch
...
browser: add webContents.debugger api
2016-01-24 21:43:18 +08:00
Cheng Zhao
cc560a3900
spec: Fix failing tests on Windows
2016-01-24 14:31:37 +08:00
Cheng Zhao
8239f69139
spec: hasShadow state
2016-01-24 14:31:37 +08:00
Cheng Zhao
c33e8de676
spec: Improve the test for resizable
2016-01-24 14:31:37 +08:00
Cheng Zhao
c41de501cb
spec: Test the -able methods
2016-01-24 14:31:37 +08:00
Cheng Zhao
985131d25e
Merge pull request #4190 from ragingwind/strict-compare
...
Using strict comparation
2016-01-22 09:48:40 -07:00
Robo
3a60ab386c
add spec
2016-01-22 19:10:48 +05:30
ragingwind
63ae73b281
Using strict comparation
2016-01-22 09:04:59 +09:00
Kevin Sawicki
e9b3a51703
Add missing fs require
2016-01-21 09:32:22 -07:00
Kevin Sawicki
669b815758
Add missing semicolons
2016-01-21 09:32:22 -07:00
Kevin Sawicki
70bcb0ac5a
Clean up no-unused-vars lint errors
2016-01-21 09:32:21 -07:00
Kevin Sawicki
ccce284a5b
Clean up no-empty lint errors
2016-01-21 09:32:21 -07:00
Kevin Sawicki
b014eea8d3
Tweak spec description
2016-01-19 11:05:57 -08:00
Kevin Sawicki
517dce443b
Remove unused errorMessage reference
2016-01-19 11:02:12 -08:00
Kevin Sawicki
c719b252cb
Add failing spec
2016-01-19 10:57:18 -08:00
Kevin Sawicki
fb3ab9e1f1
Use const and remove extra returns
2016-01-19 10:54:12 -08:00
Cheng Zhao
63c646242a
spec: Group session.cookies tests
2016-01-15 16:36:35 +08:00
Cheng Zhao
60d44b3b04
spec: Remove annoying outputs from savePage test
2016-01-15 16:36:35 +08:00
Kevin Sawicki
572f53dc5e
Expand spec description
2016-01-14 17:20:44 -08:00
Kevin Sawicki
047975609d
Add missing -spec suffix to desktop capturer spec
2016-01-14 17:03:51 -08:00
Kevin Sawicki
61af98cf94
Remove CoffeeScript register in specs
2016-01-12 16:24:06 -08:00
Kevin Sawicki
dd902c61fa
Expect .js specs
2016-01-12 16:24:06 -08:00
Kevin Sawicki
1f9691ae13
Convert all source files to JavaScript
2016-01-12 16:24:06 -08:00
Cheng Zhao
d674db6606
spec: Calling methods of destroyed webContents should not crash
2016-01-12 21:15:12 +08:00
Eran Tiktin
f1d388fb36
Fix failing test on Windows
...
The exit code tests include an assert on the output we get from a
spawned electron process. This doesn't currently work on Windows, so we
skip it for now
2016-01-11 01:33:22 +02:00
Cheng Zhao
9a55021609
spec: Fix failing specs on Windows
2016-01-06 12:27:12 +08:00
Cheng Zhao
c4071a7f66
Throw ENOTDIR when calling mkdir inside asar archive
2016-01-06 12:04:16 +08:00
Cheng Zhao
4844e68ba1
Rename did-navigate-to-different-page to did-navigate
2016-01-04 12:09:11 +08:00
Cheng Zhao
941232a76b
Merge pull request #3975 from leethomas/add-webview-navigation-events
...
Add webview navigation events
2016-01-04 11:24:27 +08:00
leethomas
ce733e5927
✅ add tests to insure window.location.hash changes & window.history.replaceState cause 'did-navigate-in-page' to fire
2016-01-01 18:51:47 -08:00
leethomas
26397d9155
✅ add tests for will-navigate, did-navigate-to-different-page, did-navigate-in-page events in webview
2016-01-01 18:13:07 -08:00
leethomas
8857eb9cba
✅ add tests for webview devtools-* events
2016-01-01 04:49:29 -08:00
Cheng Zhao
af5e76f6ae
Merge pull request #3959 from deepak1556/remote_object_patch
...
remote: support arguments of type Date
2015-12-31 18:46:22 +08:00
Robo
72374b6e31
remote: support arguments of type Date
2015-12-30 01:41:31 +05:30
Robo
2e78aba090
webFrame: support fetch api for schemes that are privileged.
2015-12-29 15:57:59 +05:30
Cheng Zhao
7f02e0a716
spec: Surppess did-change-theme-color test
...
It is too flaky.
2015-12-24 19:05:28 +08:00
Cheng Zhao
c36ae86fab
spec: Increase timeout for window.open
2015-12-24 17:08:32 +08:00
Cheng Zhao
2b5c91bbb5
spec: onBeforeSendHeaders should reset the whole headers
2015-12-24 17:02:30 +08:00
Brian R. Bondy
29b00ae0d6
Add tests for did-change-theme-color event
2015-12-22 23:05:03 -05:00
Cheng Zhao
c4931bb2d1
Merge pull request #3865 from deepak1556/visibility_api_patch
...
browser: fix document.hidden value
2015-12-22 19:04:23 +08:00
Robo
cc7040d75f
add test
2015-12-21 18:47:52 +05:30
Robo
d162180196
add api to webview
2015-12-21 17:13:23 +05:30
Cheng Zhao
c68e38f480
Merge pull request #3882 from deepak1556/chromium_spec_patch
...
spec: serviceWorker registration with file scheme
2015-12-21 18:39:18 +08:00