Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electron v5.0.10 #4720

Merged
merged 116 commits into from
Sep 24, 2019
Merged
Changes from 1 commit
Commits
Show all changes
116 commits
Select commit Hold shift + click to select a range
20a308b
fix specs
chrisbreiding May 31, 2019
4c31ec2
use debugger protocol for cookie handling in electron
chrisbreiding Jul 15, 2019
9471c99
use latest gulp
chrisbreiding Jul 15, 2019
74d4f81
use rimraf instead of gulp-clean
chrisbreiding Jul 15, 2019
2cf957e
use electron 3.1.8 and node 10.2.1
chrisbreiding Jul 15, 2019
2fdc5f7
use gulp 4 in packages/static
chrisbreiding Jul 15, 2019
2919c85
Merge remote-tracking branch 'origin/develop' into electron-3-from-de…
flotwig Jul 23, 2019
e2d477d
fix sendCommandAsync, log Schema.getDomains on CDP connect
flotwig Jul 23, 2019
3d9daad
autofill e2e test name [skip ci]
flotwig Jul 23, 2019
feae437
electron@5.0.7, see what new failures exist
flotwig Jul 23, 2019
63b20dc
--no-sandbox for launching Electron
flotwig Jul 23, 2019
d3939df
update cookies logic for electron
flotwig Jul 23, 2019
1e207bc
node 12
flotwig Jul 23, 2019
e406957
update snapshot for new node
flotwig Jul 23, 2019
9dbe872
update error message for new node
flotwig Jul 23, 2019
9ca576a
stub sendCommandAsync
flotwig Jul 23, 2019
f179eda
only connect to socket if path has been replaced, fixes #4776
flotwig Jul 23, 2019
aaa758d
update node-sass to support node 12
flotwig Jul 23, 2019
7bbc6c1
skip wacky socket tests for now
flotwig Jul 23, 2019
871f891
snapshot
flotwig Jul 23, 2019
2e4b0ca
fix run_plugins_spec snapshot, don't include stack trace
flotwig Jul 24, 2019
d736699
use --no-sandbox on linux to run as root
flotwig Jul 24, 2019
32688a7
allow sendCommandAsync to resolve
flotwig Jul 29, 2019
aa55852
use euid for root check
flotwig Jul 29, 2019
b5a9554
log domains even if undefined
flotwig Jul 29, 2019
036b444
don't worry about ending 1xx responses immediately anymore
flotwig Jul 29, 2019
ae5def7
use --max-http-header-size, change max size from 8kb to 1mb, fix #76
flotwig Jul 29, 2019
26c701a
do not send 502 on failed websocket, just send back ECONNRESET
flotwig Jul 29, 2019
af67060
update websocket spec port to not collide with other test
flotwig Jul 29, 2019
f0c2867
update outdated expect
flotwig Jul 29, 2019
51b6400
Revert "only connect to socket if path has been replaced, fixes #4776"
flotwig Jul 29, 2019
d32c6bd
update gulp in root
flotwig Jul 29, 2019
f0a87e0
update https-proxy unit tests
flotwig Jul 29, 2019
9a119cf
update network spec to properly close server
flotwig Jul 29, 2019
9e5254b
update reporter spec
flotwig Jul 29, 2019
0cbc7dd
Merge branch 'develop' into electron-3-from-develop
chrisbreiding Jul 29, 2019
9973d18
update https-proxy-agent to fix node 10.10.0 change
flotwig Jul 30, 2019
5c9ac25
only pass --max-http-header-size on node >=12
flotwig Jul 30, 2019
37c14a6
use own server-destroy implementation that supports secureConnect events
flotwig Jul 30, 2019
f224127
Merge remote-tracking branch 'origin/develop' into electron-3-from-de…
flotwig Jul 30, 2019
3f69ca4
oops
flotwig Jul 30, 2019
bc43b9e
update socket_spec
flotwig Jul 30, 2019
b782d4b
electron 6.0.0
flotwig Jul 30, 2019
e52d365
console.table introduced in node 10
flotwig Jul 31, 2019
37dbcf3
change browserify entry to init.js
flotwig Jul 31, 2019
3bdce38
handle edge case when no response body
flotwig Jul 31, 2019
1587e97
console.table added in node 10
flotwig Jul 31, 2019
f9ba42e
do not exit app when all BrowserWindows are closed
flotwig Aug 1, 2019
bd247bc
update e2e snapshots
flotwig Aug 1, 2019
46dddf6
value may not be null
flotwig Aug 1, 2019
e4a913c
update plugins spec
flotwig Aug 1, 2019
897fa41
correct cookie expiry, use browser.getversion for CDP version check
flotwig Aug 1, 2019
1a69d71
fix snapshotting for require stacks
flotwig Aug 1, 2019
850d164
reorder cookies in spec
flotwig Aug 1, 2019
f0f2224
warn when depreated electron callback apis are used
flotwig Aug 1, 2019
54b13b8
only report 1 plugin error per process
flotwig Aug 2, 2019
3759fc3
cleanup
flotwig Aug 2, 2019
0cbd954
node 12.4.0, cypress/browsers:node12.4.0-chrome76 docker image
flotwig Aug 2, 2019
8b6460d
update shell.openExternal to promisified
flotwig Aug 2, 2019
5f178b0
update dialog.showOpenDialog to promisified
flotwig Aug 2, 2019
727df3a
update webContents.session.setProxy to promisified
flotwig Aug 2, 2019
cd0232e
updating native dependencies since we don't need ancient node ABI sup…
flotwig Aug 5, 2019
bcfd805
WIP: switch cookies to simpler, jar-less approach
flotwig Aug 5, 2019
3d13822
WIP: switch cookies to simpler, jar-less approach
flotwig Aug 6, 2019
213941b
making tests pass
flotwig Aug 6, 2019
886b0f8
improve cookie filtering logic
flotwig Aug 6, 2019
0266fe4
Remove unneeded Promise.try
flotwig Aug 7, 2019
adb56d0
filter what makes it to the extension
flotwig Aug 7, 2019
75fc59a
properly re-set superdomain cookies on cross-origin cy.visit
flotwig Aug 8, 2019
2716ca2
allow comma-separated list of e2e tests
flotwig Aug 8, 2019
6698bbc
sort cookies in order of expiration date, ascending
flotwig Aug 8, 2019
214d02a
updating tests, cleanup
flotwig Aug 8, 2019
a7693c9
update tests
flotwig Aug 8, 2019
01ee3f7
version electron as a devDependency, electron@6.0.1
flotwig Aug 8, 2019
f2b62ea
cleanup, remove old automation
flotwig Aug 8, 2019
ca05670
cleanup, remove old automation
flotwig Aug 8, 2019
5e31479
bump chokidar to fix win10 + node12 issue
flotwig Aug 8, 2019
bb5de3e
enable now-supported quit role, re-enable old tests
flotwig Aug 9, 2019
4327d6b
don't need that arg there
flotwig Aug 12, 2019
04fdc2c
remove last deprecated callback electron invocations
flotwig Aug 12, 2019
6ec9516
Delete cypress.json
brian-mann Aug 13, 2019
2ec54e9
responding to PR feedback
flotwig Aug 14, 2019
ef66329
cleanup
flotwig Aug 14, 2019
323ff50
invoke
flotwig Aug 14, 2019
f70fbd2
use 'quit' role
flotwig Aug 14, 2019
20fe754
Use new appMenu role for Cypress menu on mac
flotwig Aug 14, 2019
b3ec1b5
electron@6.0.2
flotwig Aug 14, 2019
7247a60
Merge branch 'develop' into electron-3-from-develop
flotwig Aug 20, 2019
d2b05a5
electron@6.0.3
flotwig Aug 20, 2019
49e9168
remove domain: cookie.domain and see what happens
flotwig Aug 20, 2019
424570c
remove setErrorHandler
flotwig Aug 20, 2019
0c0d4f1
Revert "remove domain: cookie.domain and see what happens"
flotwig Aug 20, 2019
deded81
add unit tests for cookies
flotwig Aug 20, 2019
e141a1e
ci
flotwig Aug 20, 2019
447f011
fix project-content css
flotwig Aug 21, 2019
ad70513
Merge remote-tracking branch 'origin/develop' into electron-3-from-de…
flotwig Aug 21, 2019
ebc0374
electron@6.0.4
flotwig Aug 27, 2019
f34c1e4
Merge remote-tracking branch 'origin/develop' into electron-3-from-de…
flotwig Aug 27, 2019
567e346
fix specs_list test
flotwig Aug 27, 2019
77a91e1
electron@6.0.7
flotwig Sep 4, 2019
534277e
some cleanup
flotwig Sep 4, 2019
fd69b07
Merge branch 'develop' into electron-3-from-develop
flotwig Sep 18, 2019
b95c586
electron@6.0.9
flotwig Sep 18, 2019
6cedcbf
Update 8_reporters_spec.coffee.js
flotwig Sep 18, 2019
2d498bb
electron@5.0.10 - Chromium 73, Node 12
flotwig Sep 24, 2019
908c738
cli: fix the STDIN pipe on Windows (#5045)
bahmutov Sep 19, 2019
67c72c8
more permissive check for json to include application/vnd.api+j… (#5166)
jazwiecki Sep 20, 2019
400fbe3
fix eslint for fixture specs (#5176)
jennifer-shehane Sep 20, 2019
41758d6
Catch env variable with reserved name CYPRESS_ENV 1621 (#1626)
bahmutov Sep 23, 2019
1e698b5
Addresses #2953 (#5174)
ryan-snyder Sep 23, 2019
a724d4f
depromisify things that were promisified b/t electron 5 <=> 6
flotwig Sep 24, 2019
3581e52
node12.4.0-chrome76 => node12.0.0-chrome75
flotwig Sep 24, 2019
d2a0075
fix tests for electron downgrade
flotwig Sep 24, 2019
1a4aeab
Merge branch 'develop' into electron-3-from-develop
flotwig Sep 24, 2019
9135d3a
node12.0.0-chrome75 => node12.0.0-chrome73
flotwig Sep 24, 2019
0404a34
Merge branch 'electron-3-from-develop' of github.com:cypress-io/cypre…
flotwig Sep 24, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
stub sendCommandAsync
flotwig committed Jul 23, 2019

Verified

This commit was signed with the committer’s verified signature.
Silverlan Silverlan
commit 9ca576a1313e6c4591d4f52706aab90d45abf375
3 changes: 3 additions & 0 deletions packages/server/test/unit/browsers/electron_spec.coffee
Original file line number Diff line number Diff line change
@@ -34,6 +34,9 @@ describe "lib/browsers/electron", ->
remove: sinon.stub()
}
}
"debugger": {
sendCommandAsync: sinon.stub().resolves()
}
}
})