Samuel Attard
85ece0a605
Revert "Bump v4.0.0-beta.8"
...
This reverts commit 43be9e9ed3 .
2018-11-18 01:53:24 +11:00
Nitish Sakhawalkar
797338095c
chore: Deprecate options in webcontents.findInPage ( #15735 )
...
* chore: Deprecate options in webcontents.findInPage
2018-11-16 14:26:02 -08:00
Electron Bot
43be9e9ed3
Bump v4.0.0-beta.8
2018-11-15 17:32:46 -08:00
Pedro Pontes
33254c5bcc
fix: window.open site instance should belong to the same browsing instance ( #15698 )
2018-11-13 17:43:05 +01:00
trop[bot]
7be10d50f4
feat: expose showAboutPanel for MacOS ( #15680 )
2018-11-13 11:31:37 -05:00
trop[bot]
0bb8ddaeeb
feat: expose setBackgroundThrottling api ( #15623 )
2018-11-13 08:14:12 -08:00
trop[bot]
98d9e1c0a3
refactor: no longer require submenu for services menuitem ( #15671 )
2018-11-11 13:17:14 -05:00
Nitish Sakhawalkar
7cc7d4a360
fix: Menu accelerators not working ( #15094 ) ( #15662 )
...
This change fixes the regression in the menu accelerators working in linux, on some environments.
2018-11-10 14:19:58 -05:00
trop[bot]
64874660e1
fix: NSWindow crash happening on macos 10.9 ( #15670 )
2018-11-10 14:19:34 -05:00
trop[bot]
c45ac5108e
fix: send NSView* as the response to getNativeWindowHandle() instead of a null handle ( #15644 )
2018-11-08 21:13:32 -08:00
Heilig Benedek
f331b9234d
fix: don't append Shift modifier text twice to accelerators (backport: 4-0-x) ( #15401 )
...
* fix: don't append Shift modifier text twice to accelerators
* style: use the new way of creating patches
* test: add menu item accelerator display tests
* fix: allocate accelerator on the stack
* fix: adjust tests to match expected behavior on mac
* style: no need for done call in sync tests
2018-11-08 12:24:36 -04:00
Cheng Zhao
83414457ea
fix: destroy WebContents synchronously on shutdown ( #15640 )
2018-11-08 08:09:55 -08:00
Electron Bot
3846a1b663
Bump v4.0.0-beta.7
2018-11-05 14:34:45 -08:00
trop[bot]
08d80295d7
fix: use NSURL path for receipt url ( #15574 )
2018-11-05 13:21:35 -08:00
Milan Burda
f43920e436
feat: add remote.require() / remote.getGlobal() filtering ( #15562 )
2018-11-05 17:23:46 +01:00
trop[bot]
acea9d1576
fix: honor properties.showHiddenFiles on Linux ( #15506 )
...
Previously the code only set the GtkFileChooser's property if
`properties.showHiddenFiles` was set. This PR unconditionally
sets the GtkFileChooser's property so that hidden files will be
hidden if `properties.showHiddenFiles` was not set.
2018-11-02 13:43:25 -07:00
Electron Bot
c268fd872c
Bump v4.0.0-beta.6
2018-10-31 16:07:50 -07:00
Milan Burda
3e4d77109a
chore: bump minimum supported macOS version to 10.10 ( #15357 ) ( #15440 )
2018-10-31 10:14:04 -04:00
trop[bot]
436b9a2ee1
fix: set NSResizableWindowMask at init time ( #15383 )
2018-10-25 15:30:38 +09:00
trop[bot]
a51ad1f956
fix: honor dialog.showMessageBox()'s Icon argument on Linux ( #15343 )
...
* Don't call gtk_widget_show_all() on popup dialog.
Fixes #15317 .
Notes: Fixed incorrect display of some GtkMessageDialog icons.
The issue is caused because GtkMessageDialog contains an icon widget
which is not shown when there's no associated icon. Our call to
`gtk_widget_show_all()` overrides this, showing the uninitialized
icon widget.
This PR fixes the issue by calling `gtk_widget_show()` where needed
and removing use of `gtk_widget_show_all()` in the message dialog.
* use gtk_dialog_set_default_response() for default
* fix: support icons on gtk+ messageboxes.
2018-10-23 12:01:24 -07:00
trop[bot]
3a4c20b154
fix: Native window close crash ( #15337 )
2018-10-23 12:00:26 -07:00
Electron Bot
b2d4c519f8
Bump v4.0.0-beta.5
2018-10-23 06:16:31 -07:00
Samuel Attard
86e35e6221
Revert "Bump v4.0.0-beta.5"
...
This reverts commit 11ebf5c990 .
2018-10-24 00:12:22 +11:00
trop[bot]
17b80ebb9c
fix: correct reversed logic in NativeWindowMac::SetEnabled ( #15325 )
2018-10-23 23:22:29 +11:00
trop[bot]
a313aaea72
feat: security: add an option to disable the remote module ( #15222 )
...
Add `webPreferences.enableRemoteModule` option allowing to disable the remote module to increase sandbox security.
2018-10-23 10:35:59 +02:00
Electron Bot
11ebf5c990
Bump v4.0.0-beta.5
2018-10-22 23:47:26 -07:00
Michelle Tilley
daa0be56c9
Revert "Bump v4.0.0-beta.5"
...
This reverts commit e026e9aa82 .
2018-10-22 18:11:10 -07:00
Electron Bot
e026e9aa82
Bump v4.0.0-beta.5
2018-10-22 17:24:31 -07:00
Michelle Tilley
fdfcd3cf12
Revert "Bump v4.0.0-beta.5"
...
This reverts commit f8450daa14 .
2018-10-22 17:19:16 -07:00
Electron Bot
f8450daa14
Bump v4.0.0-beta.5
2018-10-22 13:56:31 -07:00
trop[bot]
f30c382d41
fix: correctly enable and disable windows on Windows and Linux (backport: 4-0-x) ( #15256 )
...
* fix: correctly enable and disable windows
* Move has_child_modal_ to NativeWindowViews
* Track modal children as an int instead of a bool
* Use correct types
* Move Increment/DecrementChildModals to NativeWindowViews
* Use parent() in NativeWindowViews
* Add test for not enabling disabled parent when modal child closes
2018-10-19 11:53:32 +11:00
Electron Bot
f88a06df84
Bump v4.0.0-beta.4
2018-10-18 17:02:24 -07: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
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
Cheng Zhao
838f108821
fix: print warning after DOM is created
2018-10-17 10:45:05 +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]
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
2018-10-12 12:25:15 -07:00
Electron Bot
b7f20f1878
Bump 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