Cheng Zhao
|
90a1b45135
|
Merge pull request #5975 from electron/disable-only-specs-on-ci
Log and exit when calling only in specs on CI
|
2016-06-10 12:11:31 +00:00 |
|
Cheng Zhao
|
4373dc1eac
|
Merge pull request #5972 from electron/non-writeable-guest-id
Make guestId on BrowserWindowProxy non-writeable
|
2016-06-10 12:02:07 +00:00 |
|
Cheng Zhao
|
21081549fd
|
Merge pull request #5967 from electron/window-opener-webview
Support window.opener from windows opened from a <webview>
|
2016-06-10 11:52:37 +00:00 |
|
Cheng Zhao
|
ccaf837da4
|
Merge pull request #5964 from electron/manifest-errors
Throw errors reading/parsing manifest.json files
|
2016-06-10 03:28:57 +00:00 |
|
Kevin Sawicki
|
110f1f8b75
|
Tweak error message
|
2016-06-09 17:00:32 -07:00 |
|
Kevin Sawicki
|
55a4e2589b
|
Log/exit when only called in specs on CI
|
2016-06-09 16:56:25 -07:00 |
|
Jessica Lord
|
0ed10658a3
|
Add spec
|
2016-06-09 13:57:51 -07:00 |
|
Kevin Sawicki
|
39180e6539
|
Get webContents from guestId
|
2016-06-09 13:50:42 -07:00 |
|
Kevin Sawicki
|
2f88bec177
|
Add guestId non-writeable assertions
|
2016-06-09 13:45:09 -07:00 |
|
Kevin Sawicki
|
c8180ab301
|
Update spec description
|
2016-06-09 12:06:49 -07:00 |
|
Kevin Sawicki
|
a184b6afb3
|
Add spec for window.open from <webview>
|
2016-06-09 12:02:01 -07:00 |
|
Kevin Sawicki
|
d1ac5dd29b
|
Add specs for manifest.json read/parse error
|
2016-06-09 09:44:49 -07:00 |
|
deepak1556
|
4749e18fc0
|
fix spec and docs
|
2016-06-09 10:48:05 +05:30 |
|
deepak1556
|
b91217f29e
|
emit once for each session and add spec
|
2016-06-09 10:40:51 +05:30 |
|
deepak1556
|
aa853dd3be
|
move protocol to session properties for working with partitions
|
2016-06-09 10:39:18 +05:30 |
|
Kevin Sawicki
|
4f7bde38a9
|
Assert on tab id as well
|
2016-06-08 12:00:13 -07:00 |
|
Kevin Sawicki
|
bf47056561
|
Pluralize extension
|
2016-06-08 12:00:13 -07:00 |
|
Kevin Sawicki
|
19787544b5
|
Add failing spec for webview devtools extension
|
2016-06-08 12:00:12 -07:00 |
|
Cheng Zhao
|
1146b2d5c1
|
spec: Custom protocol can have "fetch" working in it
|
2016-06-08 14:44:30 +09:00 |
|
Kevin Sawicki
|
d6311daea3
|
Add failing spec for chrome.runtime.id
|
2016-06-06 14:41:55 -07:00 |
|
Cheng Zhao
|
f59eecb1cc
|
Merge pull request #5833 from CharlieHess/osx-global-defaults
Support array / dictionary types in getUserDefault
|
2016-06-03 08:36:44 +00:00 |
|
Cheng Zhao
|
707d68f719
|
spec: Add test case for app.relaunch
|
2016-06-03 12:12:20 +09:00 |
|
Charlie Hess
|
e377298cd2
|
Be consistent in spec organization.
|
2016-06-01 19:29:24 -07:00 |
|
Charlie Hess
|
fa3b17444f
|
All we really need to do is make getUserDefault support array / object types.
|
2016-06-01 19:21:17 -07:00 |
|
Charlie Hess
|
587dd2fe51
|
Expose the method to JS and write a simple test.
|
2016-06-01 18:56:25 -07:00 |
|
Cheng Zhao
|
4d8994df92
|
spec: child_process.fork shouble be able to pipe stdio
|
2016-05-31 11:05:58 +09:00 |
|
Cheng Zhao
|
49f1278601
|
Refactor the URLRequestFetchJob code
This makes the read end and write end of the pipe have same logic, so it
is more easy to maintain.
|
2016-05-30 20:31:00 +09:00 |
|
Cheng Zhao
|
912cedc593
|
Merge pull request #5753 from deepak1556/url_request_fetch_job_patch
protocol: store initial response data for when resource loader becomes ready
|
2016-05-30 10:53:53 +00:00 |
|
Cheng Zhao
|
ce0d3d93ab
|
spec: disablewebsecurity should not break preload and node integration
|
2016-05-30 15:23:09 +09:00 |
|
Cheng Zhao
|
a176aaee01
|
Merge pull request #5734 from danhp/fix-aspect-ratio
Fix 'setAspectRatio(0)' not resetting the default behaviour.
|
2016-05-30 01:14:03 +00:00 |
|
Cheng Zhao
|
9f0fc96025
|
Merge pull request #5711 from electron/extension-code-cleanup
Implement partial chrome.* API for devtools extension
|
2016-05-29 23:29:08 +00:00 |
|
Daniel Pham
|
34af9794a2
|
✅ Add test for 'setAspectRatio(0)'
|
2016-05-29 08:47:42 -04:00 |
|
deepak1556
|
9d8af43617
|
add spec
|
2016-05-29 13:43:26 +05:30 |
|
Cheng Zhao
|
a58b84bbd7
|
spec: ipcRenderer.sendTo sends message to WebContents
|
2016-05-28 20:50:30 +09:00 |
|
Kevin Sawicki
|
fc4b224dec
|
Add asserts for properties
|
2016-05-27 10:52:56 -07:00 |
|
Kevin Sawicki
|
7cf6be07a6
|
Add failing spec for remote property with no prototype
|
2016-05-27 10:45:39 -07:00 |
|
Kevin Sawicki
|
71b73a9cfb
|
Use new APIs
|
2016-05-26 14:24:47 -07:00 |
|
Kevin Sawicki
|
69c69880e5
|
Tweak spec description
|
2016-05-25 09:12:52 -07:00 |
|
Kevin Sawicki
|
4e68a8d16e
|
Remove logging in parent page
|
2016-05-25 09:12:52 -07:00 |
|
Kevin Sawicki
|
73b07f76a3
|
Support document visiblity state and events in webviews
|
2016-05-25 09:12:52 -07:00 |
|
Kevin Sawicki
|
1e15ce6ccd
|
Add failing spec for webview visiblity changes
|
2016-05-25 09:12:52 -07:00 |
|
Cheng Zhao
|
28e2058ff1
|
Merge pull request #5648 from electron/chrome51
Update to Chrome 51
|
2016-05-24 10:59:11 +00:00 |
|
Cheng Zhao
|
cd444e82f9
|
Merge pull request #5666 from electron/remote-promise-reject
Handle rejection of remote promises
|
2016-05-24 04:30:25 +00:00 |
|
Kevin Sawicki
|
5e2f36387f
|
Move require spec to api-app-spec
|
2016-05-23 15:14:55 -07:00 |
|
Kevin Sawicki
|
4a41311409
|
Test that calling regular module succeeds
|
2016-05-23 15:14:55 -07:00 |
|
Kevin Sawicki
|
fe0ec67623
|
Add spec for electron module require
|
2016-05-23 15:14:55 -07:00 |
|
Kevin Sawicki
|
f3af1dbd54
|
Add failing spec for rejected remote promise
|
2016-05-23 15:06:46 -07:00 |
|
Cheng Zhao
|
3402c7be3f
|
Suppress ffi test on Windows
|
2016-05-23 23:31:00 +09:00 |
|
Cheng Zhao
|
fa0ce7ad5f
|
Adjust to the new behaviors of beforeunload handler
|
2016-05-23 14:27:39 +09:00 |
|
Cheng Zhao
|
13b4c8bb06
|
Ignore invalid parameter error in crash service process
|
2016-05-23 08:59:34 +09:00 |
|