Electron Bot
60596b47f5
Bump v3.0.15
2019-01-31 08:27:01 -08:00
trop[bot]
cdc310ed94
fix: don't register some shortcuts without accessibility ( #16378 )
2019-01-14 11:48:41 -08:00
Electron Bot
f1f8fda78a
Bump v3.0.14
2019-01-04 14:16:37 -08:00
Michelle Tilley
6b890d2a44
Revert "Bump v3.0.14"
...
This reverts commit a287b086d0
.
2019-01-04 14:06:14 -08:00
Electron Bot
a287b086d0
Bump v3.0.14
2019-01-04 12:50:43 -08:00
Cobinja
7ba432113f
backport: fix:menubar item fgcolor (3-0-x) ( #16221 )
2019-01-03 10:01:57 -08:00
trop[bot]
d9afe43cee
fix: extending tracing startRecording API to take a full tracing config ( #16157 )
...
This allows memory-infra to be traced correctly.
Fixes #12506 .
2018-12-20 08:29:20 -07:00
Electron Bot
f26dcaeaf3
Bump v3.0.13
2018-12-17 11:14:38 -08:00
Michelle Tilley
3928b7cba8
Revert "Bump v3.0.13"
...
This reverts commit 48a279cbb5
.
2018-12-17 11:04:58 -08:00
Electron Bot
48a279cbb5
Bump v3.0.13
2018-12-17 10:28:07 -08:00
trop[bot]
79b6e6f1af
fix: allow 2 threads for CreateIoCompletionPort on single-core to prevent busy looping (backport: 3-0-x) ( #16082 )
2018-12-15 14:14:59 -08:00
Electron Bot
3db872e004
Bump v3.0.12
2018-12-14 13:08:13 -08:00
Robo
028c807975
fix: remove event monitor before destroying window (3-0-x) ( #16055 )
2018-12-13 15:12:15 -08:00
Electron Bot
3d4bedda0c
Bump v3.0.11
2018-12-10 15:02:35 -08:00
Michelle Tilley
a7f23b862b
Revert "Bump v3.0.11"
...
This reverts commit 68ae725b47
.
2018-12-10 14:55:04 -08:00
Electron Bot
68ae725b47
Bump v3.0.11
2018-12-10 14:25:54 -08:00
trop[bot]
2046d8052a
fix: incorrect view ordering for customButtonsOnHover ( #15564 ) ( #16002 )
2018-12-10 13:44:59 -08:00
trop[bot]
688b345033
fix: schedule a paint after browserview's background is set ( #15798 )
2018-11-30 14:44:54 -08:00
Andrzej Szombierski
ab4fa2a820
fix: ensure that file descriptors 0/1/2 are opened at startup (backport: 3-0-x) ( #15781 )
...
This fixes an issue where the gpu subprocess was writing messages to a
random pipe or socket. The standard file desciptors are closed in
chromium's subprocesses because of an unfortunate interaction with
libuv's tty handling code leaving them with the FD_CLOEXEC flag.
2018-11-26 10:28:14 -08:00
Shelley Vohr
d5a6bb665b
fix: no longer require submenu for services menuitem ( #15672 )
2018-11-20 13:18:24 -05:00
Electron Bot
4305657858
Bump v3.0.10
2018-11-19 12:40:54 -08:00
Michelle Tilley
e391b7df69
Revert "Bump v3.0.10"
...
This reverts commit 82e7bd3f22
.
2018-11-19 12:19:50 -08:00
Electron Bot
82e7bd3f22
Bump v3.0.10
2018-11-19 11:04:25 -08:00
Electron Bot
a0a9d9d159
Bump v3.0.9
2018-11-12 19:18:08 -08:00
Samuel Attard
7165fb181d
Revert "Bump v3.0.9"
...
This reverts commit 67cf0eb9b0
.
2018-11-13 14:14:50 +11:00
Electron Bot
67cf0eb9b0
Bump v3.0.9
2018-11-12 13:34:43 -08:00
trop[bot]
e9823f07be
fix: NSWindow crash happening on macos 10.9 ( #15669 )
2018-11-11 13:44:06 -05:00
Nitish Sakhawalkar
48ebebcafe
fix: Linux empty menu model handling ( #15605 )
...
* fix: Linux empty menu model handling
* Update root_view.cc
2018-11-08 08:11:15 -08:00
Electron Bot
5c14992e43
Bump v3.0.8
2018-11-05 14:36:14 -08:00
trop[bot]
53b871ecbd
fix: use NSURL path for receipt url ( #15573 )
2018-11-05 13:21:40 -08:00
Nitish Sakhawalkar
8566f8712c
fix: Empty menu case ( #15553 )
2018-11-02 12:32:57 -07:00
Electron Bot
7b0959ed2b
Bump v3.0.7
2018-10-31 16:11:44 -07:00
trop[bot]
b6b9966162
fix: use gio as default linux trash impl (backport: 3-0-x) ( #15421 )
...
* fix: use gio as default linux trash impl
* doc: add ELECTRON_TRASH env var
2018-10-26 11:10:35 -07:00
trop[bot]
88b1f7d9c8
fix: set NSResizableWindowMask at init time ( #15384 )
2018-10-25 15:30:16 +09:00
Electron Bot
dcdbc87ef4
Bump v3.0.6
2018-10-24 15:40:18 -07:00
trop[bot]
8dce40137c
fix: honor dialog.showMessageBox()'s Icon argument on Linux ( #15342 )
...
* 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:05 -07:00
trop[bot]
dab77256d2
fix: Native window close crash ( #15338 )
2018-10-23 12:00:39 -07:00
trop[bot]
c7501bd7ca
fix: correct reversed logic in NativeWindowMac::SetEnabled ( #15324 )
2018-10-23 23:22:19 +11:00
trop[bot]
9349b0a273
fix: correctly enable and disable windows on Windows and Linux (backport: 3-0-x) ( #15255 )
...
* 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 17:30:55 -07:00
Electron Bot
b208fcbf0d
Bump v3.0.5
2018-10-18 17:03:53 -07:00
Samuel Attard
6899ac9bde
Revert "Bump v3.0.5"
...
This reverts commit 72c033299f
.
2018-10-18 23:46:35 +11:00
Electron Bot
72c033299f
Bump v3.0.5
2018-10-17 22:56:11 -07:00
Samuel Attard
07deaaa502
Revert "Bump v3.0.5"
...
This reverts commit 259f0a62e8
.
2018-10-18 14:08:56 +11:00
Electron Bot
259f0a62e8
Bump v3.0.5
2018-10-17 19:33:27 -07:00
Samuel Attard
4f78df9cfa
Revert "Bump v3.0.5"
...
This reverts commit b2be093bd3
.
2018-10-18 13:26:20 +11:00
Electron Bot
b2be093bd3
Bump v3.0.5
2018-10-17 10:28:20 -07:00
Cheng Zhao
8716f718a9
fix: print warning after DOM is created
2018-10-17 10:42:02 +09:00
Cheng Zhao
4a5d2117ba
fix: do not enable node integration in child window if not enabled ( #15108 )
2018-10-16 18:10:31 +09:00
Nitish Sakhawalkar
5cb50b0e33
fix: Menu accelerators not working Unity ( #15181 )
2018-10-16 14:46:51 +11:00
Kevin Lynagh
7283b78aa2
fix: simpleFullscreen window should be on top of other OS X menu bars. ( #15183 )
...
If an app has no menu bar (because `app.dock.hide()` has been called),
OS X will still render the menu bar of the previously-focused app.
This commit ensures simpleFullscreen windows will be drawn on top of
that menu bar by setting their level to NSPopUpMenuWindowLevel while
simpleFullscreen mode is active.
Ref: #11468
2018-10-16 13:51:14 +11:00