Electron Bot
f88a06df84
Bump v4.0.0-beta.4
v4.0.0-beta.4
2018-10-18 17:02:24 -07:00
trop[bot]
96a4fce100
fix: allow renaming electron.exe (backport: 4-0-x) ( #15249 )
...
* fix: allow renaming electron.exe
* add test
* fix lf-at-eol
* review comments
* fix lint
* fix lint-sam
2018-10-19 10:56:39 +11:00
trop[bot]
85b0f254be
ci: make sure git directories don't have unneeded files in them ( #15248 )
2018-10-18 15:52:38 -04:00
Samuel Attard
9ac4611075
Revert "Bump v4.0.0-beta.4"
...
This reverts commit 6c18908333 .
2018-10-19 01:14:11 +11:00
Electron Bot
6c18908333
Bump v4.0.0-beta.4
2018-10-18 05:53:22 -07:00
Samuel Attard
f2ca4c11c8
Revert "Bump v4.0.0-beta.4"
...
This reverts commit 7ab6073cdb .
2018-10-18 23:46:17 +11:00
Electron Bot
7ab6073cdb
Bump v4.0.0-beta.4
2018-10-17 22:54:10 -07:00
Samuel Attard
b57d12583f
Revert "Bump v4.0.0-beta.4"
...
This reverts commit 3cd67db581 .
2018-10-18 14:48:15 +11:00
Electron Bot
3cd67db581
Bump v4.0.0-beta.4
2018-10-17 19:30:42 -07:00
Samuel Attard
630bc64f2f
Revert "Bump v4.0.0-beta.4"
...
This reverts commit 6281e4ef0b .
2018-10-18 13:25:18 +11:00
Samuel Attard
a2b4458046
Revert "Bump v4.0.0-beta.5"
...
This reverts commit 1ff102e54a .
2018-10-18 13:25:01 +11:00
trop[bot]
fd205a1577
fix: small refactoring regressions (backport: 4-0-x) ( #15224 )
...
* fix: require('@electron/internal/browser/guest-view-manager')
* fix: add missing crashServicePid used by tests
2018-10-18 10:59:26 +11:00
Electron Bot
1ff102e54a
Bump v4.0.0-beta.5
2018-10-17 10:24:56 -07:00
trop[bot]
d525083d75
fix: don't call ReadRawDataComplete if it's not necessary ( #15210 )
2018-10-18 02:18:42 +11:00
trop[bot]
f1a8483349
add width to webview iframe ( #15205 )
2018-10-17 11:54:55 +09:00
Cheng Zhao
5fbf1f9a54
Merge pull request #15193 from electron/window-open-warn-leak-4-0-x
...
docs: deprecation warning for using nativeWindowOpen with nodeIntegration (4-0-x)
2018-10-17 11:54:05 +09:00
Cheng Zhao
838f108821
fix: print warning after DOM is created
2018-10-17 10:45:05 +09:00
Cheng Zhao
df70487f80
docs: deprecation warning for using nativeWindowOpen with nodeIntegration
2018-10-16 20:23:35 +09:00
Cheng Zhao
0c09199f77
fix: do not enable node integration in child window if not enabled ( #15190 )
2018-10-16 19:25:40 +09:00
Electron Bot
6281e4ef0b
Bump v4.0.0-beta.4
2018-10-15 22:59:19 -07:00
trop[bot]
abbf9c3ca3
fix: add microtask runner and fix promise test (backport: 4-0-x) ( #15171 )
...
* fix: Promise resolution and unit test
* Update to use microtask runner
* Address review
2018-10-16 11:44:25 +11:00
trop[bot]
b4f4ce1b84
fix: preserve background color through reload (backport: 4-0-x) ( #15162 )
...
* fix: preserve background color through reload
* fix: only set backgroundColor on top-level frames
2018-10-14 15:16:26 -07:00
trop[bot]
5f83e07748
fix: Memory > Profiles > Load in DevTools ( #15156 )
2018-10-14 10:58:13 -07:00
trop[bot]
203b41fe2e
fix: Revert "fix: export zlib symbols ( #15103 )" ( #15141 )
...
This reverts commit 47b12eee57 .
2018-10-14 01:55:08 +11:00
trop[bot]
c16b34539a
split out login item tests ( #15142 )
2018-10-13 07:51:54 -07:00
trop[bot]
446275c85a
ci: Fix timeout when generating breakpad symbols (backport: 4-0-x) ( #15136 )
...
* ci: breakup dump symbols into multiple steps.
* Update step-zip-symbols
2018-10-12 21:15:01 -07:00
trop[bot]
1adce9413a
chore: mark browserview api as not-experimental ( #15134 )
...
I think it's safe to say this API has been around long enough to be considered past the experimental phase 👍
2018-10-12 19:30:10 -07:00
trop[bot]
3ee697b258
fix: natively implement LoginItem functions (backport: 4-0-x) ( #15127 )
...
* fix: natively implement some LoginItem functions
* move url_ref inside loop
2018-10-13 13:00:28 +11:00
Electron Bot
6e30d855ba
Bump v4.0.0-beta.3
v4.0.0-beta.3
2018-10-12 12:25:15 -07:00
trop[bot]
948fc6f612
build: add v8_embedder_string to build args ( #15120 )
2018-10-12 10:10:12 -07:00
trop[bot]
8c2d16f031
fix: export zlib symbols ( #15118 )
2018-10-12 10:06:14 -07:00
trop[bot]
11486b99a4
chore: roll node ( #15115 )
...
picks up:
- electron/node#73 : fix: export libuv symbols
- electron/node#74 : fix: include names.h in zlib header package
2018-10-12 08:30:55 -07:00
trop[bot]
ebb2c53c3d
docs: app.getLoginItemStatus -> app.getLoginItemSettings ( #15114 )
2018-10-13 01:19:28 +11:00
trop[bot]
8094f1a3f0
fix: Remove statSyncNoException for good (backport: 4-0-x) ( #15110 )
...
* fix: Small JS assignment error
* fix: Call the right og method
* fix: Goodbye, statSyncNoException
2018-10-12 09:56:00 -04:00
Electron Bot
b7f20f1878
Bump v4.0.0-beta.2
v4.0.0-beta.2
2018-10-11 16:27:07 -07:00
trop[bot]
e9e0219ae8
fix: update and enable osr (backport: 4-0-x) ( #15084 )
...
* fix: update and enable osr
* fix: update MacHelper view to call GetNativeView
* style: move stuff around to make more sense
* chore: move OSR related things in SetOwnerWindow to CommonWebContentsDelegate
* fix: avoid crashing when GetOffscreenRenderWidgetHostView is called
* fix: specify default for current_device_scale_factor_
2018-10-11 10:01:27 -07:00
trop[bot]
24b809f2bc
build: add "apply_patches" flag to gclient ( #15082 )
2018-10-11 10:41:11 -05:00
trop[bot]
cfbb22b380
Revert "FIXME: disable isCurrentlyAudible test to unblock merge" ( #15083 )
...
This reverts commit c8a9a3f63c .
2018-10-11 10:39:30 -05:00
Electron Bot
f9ae1aa999
Bump v4.0.0-beta.1
v4.0.0-beta.1
2018-10-10 22:01:00 -07:00
Samuel Attard
f1ec2237e7
Revert "Bump v4.0.0-beta.1"
...
This reverts commit 35df516e28 .
2018-10-11 15:54:52 +11:00
Electron Bot
35df516e28
Bump v4.0.0-beta.1
2018-10-10 20:50:05 -07:00
Samuel Attard
f69e91975f
fix: update node for patch that allows native modules built on < node 10 ( #15073 )
2018-10-11 13:54:32 +11:00
Alexey Kuzmin
a9646e3414
ci: strip linux binaries for nightly release builds ( #15063 )
2018-10-11 13:41:48 +11:00
Milan Burda
a9475f3590
feat: add workingDirectory option to shell.openExternal() ( #15065 )
...
Allows passing `workingDirectory` to the underlying `ShellExecuteW` API on Windows.
the motivation is that by default `ShellExecute` would use the current working directory, which would get locked on Windows and can prevent autoUpdater from working correctly. We need to be able specify a different `workingDirectory` to prevent this situation.
2018-10-10 22:46:54 +02:00
Heilig Benedek
2d186cb31a
fix: close patch_file before deleting it ( #15055 )
2018-10-10 08:55:25 -05:00
Electron Bot
539d6d20b7
Bump v4.0.0-nightly.20181010
v4.0.0-nightly.20181010
2018-10-10 06:38:01 -07:00
Samuel Attard
7159080ec5
chore: patch dump_syms to not hard fail on dylib resolve error ( #15056 )
2018-10-11 00:34:50 +11:00
Samuel Attard
5667c16767
Revert "Bump v4.0.0-nightly.20181010"
...
This reverts commit c96847206e .
2018-10-11 00:04:35 +11:00
Alexey Kuzmin
0662dd6449
ci: set timeouts for all steps on VSTS ( #15051 )
2018-10-10 13:44:07 +02:00
Alexey Kuzmin
978d16b8ab
revert: "fixme: allow huge Electron archives" ( #15048 )
...
This reverts commit f7dee77f2b .
2018-10-10 13:06:58 +02:00