trop[bot]
760def6147
fix: Memory > Profiles > Load in DevTools ( #15155 )
2018-10-14 10:59:04 -07:00
#DeleteGithub
70d4644742
build: enable PIE when compiling Linux builds, fix #14961 . ( #15152 )
...
PIE allows an application to utilize the full benefits of ASLR
to prevent itself from exploitations, but it was disabled for
all released versions of Electron (3.0 and prior).
Currently, PIE is already enabled since 9294fac but enabling it
for all released version is still an ongoing work (#14961 ). This
patch backports PIE to the 3.0.x branch.
Signed-off-by: Tom Li <tomli@tomli.me>
2018-10-14 12:47:55 +11:00
Shelley Vohr
f6b7f547bb
fix: natively implement LoginItems methods ( #15128 )
...
* fix: natively implement LoginItems methods
* fix flaky spec on MAS builds
2018-10-12 20:50:03 -07:00
trop[bot]
9bb3701f7e
spec: re-enable app.getAppMetric API ( #15123 )
2018-10-12 10:30:56 -07:00
trop[bot]
d7fe65b9bd
docs: app.getLoginItemStatus -> app.getLoginItemSettings ( #15113 )
2018-10-13 01:19:23 +11:00
Charles Kerr
eb8546c8d1
fix: check dbus response for null before use. ( #15033 )
...
* fix: backport #15030 to fix #14958 dbus crash
* chore: re-enable power spec tests
* chore: undo changes made to power monitor tests.
The Linux failures on that are gone in master / 4-0-x. Whatever
resolved it there is unrelated to this PR's changes, so I'm not
going to block this fix on an unrelated issue.
2018-10-11 22:40:22 -07:00
Electron Bot
6719f66d5a
Bump v3.0.4
2018-10-10 20:51:33 -07:00
Roller Bot
b78fb5aa93
chore: bump libcc (3-0-x) ( #15072 )
...
* chore: bump libcc submodule to 42e375e8b0bf4d7e030237adbb9cf7122d9f3246
* chore: bump libcc in DEPS to 42e375e8b0bf4d7e030237adbb9cf7122d9f3246
2018-10-11 14:42:45 +11:00
Shelley Vohr
502b0b988e
fix: handle shortcuts by default if no WebPreferences object exists ( #15066 )
2018-10-11 13:37:55 +11:00
trop[bot]
3d8af9d279
fix: Lifetime of auth_info_ in login handler ( #15044 )
2018-10-10 12:59:27 +11:00
trop[bot]
524bb99948
fix: Check minSize constraints before resizing (backport: 3-0-x) ( #15038 )
2018-10-09 10:52:00 -07:00
trop[bot]
8f743e6fbe
Backport of #14648 ( #15032 )
2018-10-09 09:47:29 -04:00
Electron Bot
6c085cda74
Bump v3.0.3
2018-10-06 16:31:11 -07:00
trop[bot]
73935bc5dd
fix: support ASAR in fs.copyFile ( #14953 )
2018-10-04 09:23:19 +10:00
Cheng Zhao
bf928ee443
fix: use white background for non-OSR renderer by default ( #14934 )
2018-10-03 13:41:37 +09:00
trop[bot]
ee6de82c08
fix: check guest view's devtools window size ( #14928 )
2018-10-03 09:31:34 +09:00
trop[bot]
8d362150e0
fix: Disable new fade animation for BrowserViews ( #14913 )
2018-10-02 13:17:36 +10:00
Shelley Vohr
385b08881e
fix: roll node deps for fs event patch ( #14864 )
2018-09-29 09:17:33 +10:00
trop[bot]
5cd24a4e81
fix: enable key accelerator flags for Windows and Linux (backport: 3-0-x) ( #14859 )
...
* Fix Accelerator Flags for Windows and Linux
* Lint fix
* Lint whitespace
2018-09-28 10:01:28 -07:00
Electron Bot
9ab77adc94
Bump v3.0.2
2018-09-27 13:32:27 -07:00
trop[bot]
d808423975
docs: correct key code reqs for accel doc ( #14824 )
2018-09-27 12:50:14 +10:00
Electron Bot
3979315517
Bump v3.0.1
2018-09-26 17:07:12 -07:00
Shelley Vohr
35cb671529
fix: get background color from GtkMenuBar#menubar ( #14812 )
2018-09-26 10:03:33 -07:00
Roller Bot
0f291f9d63
chore: bump libcc (3-0-x) ( #14809 )
...
* chore: bump libcc submodule to ecc87483bace2bce628bf5d02a73514ffa95f4bf
* chore: bump libcc in DEPS to ecc87483bace2bce628bf5d02a73514ffa95f4bf
2018-09-26 10:02:41 -07:00
trop[bot]
8574a55bd8
fix: inconsistent titleBarStyle on transparent fullscreen ( #14790 )
2018-09-25 12:03:54 -07:00
trop[bot]
05a429075e
docs: clarify allowable background colors for BrowserWindow transparency (backport: 3-0-x) ( #14781 )
...
* docs: clarify allowable colors for transparency
* fix alpha value specification
2018-09-24 09:40:00 -07:00
Alexey Kuzmin
7eb1c3fb1b
fix: initialize tracing controller before starting platform (3-0-x) ( #14503 )
...
* fix: initialize tracing controller before starting platform
* chore: roll node
2018-09-21 10:23:57 -05:00
Samuel Attard
db0384116e
fix: actually return appmetrics ( #14750 )
...
Fixes #14710
2018-09-21 10:10:37 -05:00
trop[bot]
0f8fb86e1b
fix: do not set layer explicitly for frameless window ( #14736 )
2018-09-20 22:24:44 -07:00
trop[bot]
0c3cfc50a7
Fix second-instance handler signature ( #14748 )
2018-09-20 21:28:45 -07:00
trop[bot]
8d87dffe01
docs: specify BrowserWindow features passable to window.open ( #14702 )
2018-09-20 10:47:35 -07:00
John Kleinschmidt
9bb6c9dc99
Merge pull request #14696 from trop-bot/3-0-x-bp-chore--fix-await-in-cleanup-script-1537375163163
...
chore: fix await in cleanup script (backport: 3-0-x)
2018-09-19 14:26:17 -04:00
Shelley Vohr
e405103880
chore: fix await in cleanup script
2018-09-19 16:39:24 +00:00
Electron Bot
34c202518d
Bump v3.0.0
2018-09-18 11:23:25 -07:00
trop[bot]
e5d84e84c2
chore: AFP info for general public (backport: 3-0-x) ( #14673 )
...
* migrate AFP info from maintainers
* wording changes
* capitalize headers
* move to docs and delete details
* review changes
2018-09-18 13:16:35 -05:00
Shelley Vohr
18857f494d
fix: define ENABLE_PEPPER_FLASH ( #14659 )
2018-09-18 12:36:25 -05:00
John Kleinschmidt
d417759885
Merge pull request #14652 from electron/no-slack-notify-on-release
...
ci: Skip VSTS builds on older branches
2018-09-18 10:02:53 -04:00
trop[bot]
46c467a1f6
chore: dont pass --stable through to bump-version.py ( #14666 )
...
I want to clean up this "stable" and "beta" code smell eventually but
for now this will unblock the 2.0.x releases.
2018-09-18 23:41:23 +10:00
John Kleinschmidt
0b3b508eca
ci: Skip VSTS testing builds on older branches
...
Also, don't send slack notifications for actual releases
2018-09-17 15:58:14 -04:00
Electron Bot
e3195413aa
Bump v3.0.0-beta.13
2018-09-17 10:27:13 -07:00
trop[bot]
96c47ef537
fix: quit properly in simpleFullScreen mode ( #14646 )
2018-09-17 08:09:26 -07:00
Shelley Vohr
89148bcf8d
refactor: deprecation handling apis ( #14615 )
2018-09-13 21:39:00 -07:00
trop[bot]
7e5815c180
fix: Windows Background color issue ( #14592 )
...
Call InvalidateRect for windows after setting the bg color
2018-09-12 17:06:10 -05:00
John Kleinschmidt
f924a16055
ci: don't run gn debug build on older branches ( #14584 )
...
* ci: don't run gn debug build on older branches
Older branches that build using gyp do not run both a debug and testing build.
* Actually skip the build if debug
2018-09-12 13:54:23 -07:00
Electron Bot
2a113e512b
Bump v3.0.0-beta.12
2018-09-12 13:36:12 -07:00
trop[bot]
02b1069fd8
fix: Invalidate weak ptrs before window Javascript object is destroyed (backport: 3-0-x) ( #14591 )
...
* fix: Invalidate weak ptrs before window Javascript object is destroyed
* chore: add regression test for #14513
This test is similar to the original gist at https://gist.github.com/bpasero/a02a645e11f4946dcca1331d0299149d -- the key is to open multiple windows and add an `app.on('browser-window-focus') listener that accesses window.id.
* fix: last commit didn't test the right thing.
The test needs to run in the main process to reproduce the
conditions reported in #14513
2018-09-12 15:22:05 -05:00
Robo
3348e5162f
fix: don't terminate existing sessions when opening devtools ( #14566 )
2018-09-13 00:17:15 +10:00
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