Electron Bot
64c8c27575
Bump v3.0.0-beta.11
2018-09-12 01:08:37 -07:00
trop[bot]
e76a976347
chore: make large beta numbers work when publishing ( #14572 )
2018-09-12 18:00:08 +10:00
Robo
8d27657fa5
fix: use render client id to track deleted render process hosts (backport: 3-0-x) ( #14557 )
...
* fix: use render client id to track deleted render process hosts
* fix: use webContentsId with contextId together (#13749 )
2018-09-11 19:56:20 -07:00
John Kleinschmidt
5e81d8dad9
Merge pull request #14558 from electron/rename-appveyor-3-0-x
...
ci: Rename appveyor-override.yml to appveyor.yml (3-0-x)
2018-09-11 19:52:47 -04:00
John Kleinschmidt
b23acab456
Rename appveyor-override.yml to appveyor.yml
2018-09-11 19:17:50 -04:00
Cheng Zhao
8950caaa85
fix: read ignoreMenuShortcuts per WebContents ( #14538 )
2018-09-11 17:52:04 +10:00
Alexey Kuzmin
1b920c25af
chore: Revert "fix: re-enable power monitor test ( #14496 )" ( #14508 )
...
This reverts commit d36b14a322
.
2018-09-10 23:49:25 +10:00
Shelley Vohr
8fd31a3e07
build: [gn] widevine cdm support behind flag (3-0-x) ( #14497 )
2018-09-07 22:43:39 -07:00
Electron Bot
893f866c05
Bump v3.0.0-beta.10
2018-09-07 21:36:19 -07:00
Shelley Vohr
d36b14a322
fix: re-enable power monitor test ( #14496 )
2018-09-07 16:24:52 -07:00
John Kleinschmidt
27a33cc1cf
Merge pull request #14494 from electron/fix-focus-3-0-x
...
fix: notify focus change right away rather not on next tick (3-0-x)
2018-09-07 15:31:26 -04:00
John Kleinschmidt
7835bceabd
Update to latest libcc for 3-0-x
2018-09-07 14:37:28 -04:00
Nitish Sakhawalkar
af4f08e030
fix: notify focus change right away rather not on next tick ( #14453 )
...
* fix: Notify focus change right away, not on next tick
* fix: emit the JS blur/focus events on next tick to avoid race condition
* address feedback from review
* fix: bind deferred Emit() calls to a WeakPtr
This is so that the deferred Emit() calls will be canceled
if the TopLevelWindow is destroyed.
* chore: remove wip/test code cruft
* fix: make linter happy
* Enable disabled tests
* refactor: cleaner impl of EmitEventSoon()
* Revert "Merge branch 'fix-win-focus' of github.com:electron/electron into fix-win-focus"
This reverts commit 90576806eb271d059f0a215c67e9b4b04f7396a4, reversing
changes made to 9c13e47779a3af78fe0970c1f3d6cd040a5354e6.
* Restore 704722c1, which was removed in error.
We apologise again for the fault in the subtitles. Those responsible for sacking the people who have just been sacked have been sacked.
2018-09-07 14:30:41 -04:00
John Kleinschmidt
03dac078d7
Merge pull request #14488 from electron/manage-webview-webcontents-3-0-x
...
fix: manually manage WebContents of webview when it is detached (3-0-x)
2018-09-07 12:54:06 -04:00
Cheng Zhao
d3d44bdbc6
fix: manually manage WebContents of webview when it is detached
2018-09-07 15:42:58 +09:00
trop[bot]
a370b6982d
Macos Window Title And Accessibility Focus Fix - Override accessibility method in atom_ns_window - Add title attribute in accessibilityAttributeValue ( #14486 )
2018-09-06 18:55:46 -07:00
trop[bot]
03ef5c25f7
fix: don't use deprecated fstatNoException API ( #14484 )
2018-09-06 13:09:03 -07:00
Roller Bot
3bc6652833
chore: bump libcc (3-0-x) ( #14482 )
...
* chore: bump libcc submodule to 61d71f3f150c3ff5025560dee254a53313bfbaf6
* chore: bump libcc in DEPS to 61d71f3f150c3ff5025560dee254a53313bfbaf6
2018-09-06 11:48:45 -07:00
Shelley Vohr
664371245a
backport debugger fix ( #14481 )
...
* chore: enable debugger api specs (#14475 )
* backport base::Value converters
2018-09-06 10:57:41 -07:00
John Kleinschmidt
08270e6817
docs: Specify VS 15.4.5 for 3-0-x ( #14476 )
...
Resolves #12898
2018-09-07 00:45:16 +10:00
Electron Bot
8f74a77a64
Bump v3.0.0-beta.9
2018-09-05 17:46:59 -07:00
Shelley Vohr
85c8ada99a
deps: roll node to deprecate statsyncnoexception and lstatsyncnoexception ( #14467 )
2018-09-05 12:06:06 -07:00
Electron Bot
b15a3ee2be
Bump v3.0.0-nightly.20180904
2018-09-04 17:16:17 -07:00
Shelley Vohr
7b043ac554
chore: add release-artifact-cleanup script ( #14447 )
2018-09-04 11:36:48 -07:00
trop[bot]
89a6f1efbb
feat: add getUploadProgress API to the net API ( #14446 )
2018-09-04 12:26:50 -05:00
trop[bot]
ce592a5705
feat: allow setting window shape (backport: 3-0-x) ( #14445 )
...
* feat: allow setting window shape
This binds Widget::SetShape, an API that already exists in Chromium (for
Windows and Linux). It's a more reliable method of having some parts of
your window be "click-through" than the current `setIgnoreMouseEvents`
API, which messes around with the `WS_EX_LAYERED` window style on
Windows, causing strange bugs and incompatibility with hardware
acceleration.
* update docs
2018-09-04 09:22:11 -07:00
trop[bot]
12087b74e8
feat: allow some features during beta (backport: 3-0-x) ( #14449 )
...
* feat: allow all nonbreaking changes during beta
Changes the version policy: currently only nonbreaking bug/security
fixes are allowed during beta. This change would allow all nonbreaking
changes, e.g. new features, during beta.
* refactor: clarify criteria for changes during beta
* Update electron-versioning.md
2018-09-04 11:12:30 -05:00
trop[bot]
d365078022
fix: webview.focus() should move page focus to webview ( #14428 )
2018-09-03 13:26:41 +10:00
trop[bot]
3dbd84c224
docs: add notes on OOPIF webview's behaviors ( #14409 )
2018-08-31 14:48:38 -07:00
trop[bot]
2e479ff799
fix: use flexbox to style webview (backport: 3-0-x) ( #14408 )
...
* fix: use flexbox to style webview
* docs: remove notes on browserplugin based webview
2018-08-31 14:48:08 -07:00
trop[bot]
a341ae450a
fix: allow Tray with title only (without icon) on Mac ( #14384 )
2018-09-01 08:49:56 +12:00
Roller Bot
0aec308681
chore: bump libcc (3-0-x) ( #14391 )
...
* chore: bump libcc submodule to dc2e7ebd2867d4329ebe7b6849e89cf3dc0afa8e
* chore: bump libcc in DEPS to dc2e7ebd2867d4329ebe7b6849e89cf3dc0afa8e
2018-08-31 10:38:56 -07:00
Samuel Attard
8e9c5b8338
chore: fix bootstrap script on 3-0-x ( #14361 )
2018-08-29 09:55:54 -07:00
trop[bot]
6bc1e37156
docs: keyboard listeners no longer work on webview ( #14372 )
2018-08-29 19:26:33 +09:00
Electron Bot
7da7dd85e3
Bump v3.0.0-beta.8
2018-08-28 23:04:31 -07:00
trop[bot]
ccf8a797dc
fix: use OS process handle to clear object registry ( #14364 )
...
RenderProcessHost switch can happen between ipc calls when
speculative process are invvolved, which will lead to deletion
of entries on current context. Use OS process handles to
uniquely associate a destruction handler for a render process.
2018-08-28 22:55:42 -07:00
Milan Burda
3301e05f33
fix: don't expose desktopCapturer in sandboxed renderers if the feature is disabled ( #14345 )
2018-08-28 19:51:07 -05:00
trop[bot]
b1c22ba531
fix: emit focus/blur events for webview (backport: 3-0-x) ( #14359 )
...
* fix: emit focus/blur events for webview
* test: webview can emit focus event
2018-08-28 13:38:11 -05:00
trop[bot]
873f39b159
fix: crash when tray is destroyed ( #14357 )
...
Release the view of status item before destroying it,
gives chance to perform cleanup on the view.
2018-08-28 13:37:38 -05:00
trop[bot]
11864e9e08
fix: create persistent channel ID store when cookie store is persistent ( #14358 )
2018-08-28 13:37:09 -05:00
trop[bot]
c8a21dbb92
fix: don't crash on tray.setContextMenu(null) ( #14331 )
2018-08-27 13:27:41 -07:00
trop[bot]
97058837e7
fix: dont parse arguments after a -- in the inspector ( #14333 )
2018-08-27 14:44:53 -05:00
trop[bot]
ff539c1d61
fix: don't expose view APIs when not enabled ( #14321 )
2018-08-27 13:00:19 +09:00
trop[bot]
9237d40e09
fix: issue 10962, crash when open devtool (backport: 3-0-x) ( #14303 )
...
* fix: crash when opening devtool (#10962 )
* fix: fixed linting issues
2018-08-25 12:23:06 -07:00
Shelley Vohr
4721dc0856
fix: opt into location services once device service has been started (backport: 3-0-x) ( #14289 )
...
* fix: opt into location services once device service has been started (#14253 )
* fix: opt into location services once device service has been started
* refactor: provide fake location provider to mock geolocation reponses
* chore: add spec for navigator.geolocation api using fake location provider
* fix conflict
2018-08-24 08:23:15 -07:00
Electron Bot
1f7fd985dd
Bump v3.0.0-nightly.20180823
2018-08-23 21:23:48 -07:00
Roller Bot
d432e420ae
chore: bump libcc (3-0-x) ( #14280 )
...
* chore: bump libcc submodule to 7165af0ca9863529f28e493568ae3d105eddcdef
* chore: bump libcc in DEPS to 7165af0ca9863529f28e493568ae3d105eddcdef
2018-08-23 21:12:09 -07:00
trop[bot]
635c3f53d8
fix: add method and referrer properties to app login event (backport: 3-0-x) ( #14277 )
...
* refactor: remove brightray/network_delegate.{cc|h}
* refactor: respond to http requests through network delegate
2018-08-23 20:47:16 +09:00
trop[bot]
ba703deee2
Print error when removed webview attribute is used (backport: 3-0-x) ( #14274 )
...
* chore: print error when removed webview attribute is used
* docs: document removed webview features
2018-08-23 15:42:08 +09:00
Electron Bot
b03178105d
Bump v3.0.0-beta.7
2018-08-22 11:13:36 -07:00