Electron Bot
88d54af01e
Bump v9.1.1
v9.1.1
2020-07-20 12:47:24 -07:00
Shelley Vohr
d7b6d3ffa3
fix: broken --trace-sync-io flag in Node.js ( #24648 )
2020-07-20 12:45:31 -07:00
Cheng Zhao
9307bf2414
chore: cherry-pick fix from chromium issue 1042986 ( #24624 )
2020-07-20 13:56:14 +09:00
Cheng Zhao
539b5c5418
chore: cherry-pick fix from chromium issue 1016278 ( #24620 )
2020-07-20 11:53:53 +09:00
Cheng Zhao
06b8c9b36d
chore: cherry-pick fix from chromium issue 1074340 ( #24621 )
2020-07-20 09:57:12 +09:00
Cheng Zhao
f6402150fa
chore: cherry-pick fix from chromium issue 1073409 ( #24625 )
2020-07-18 09:47:00 +09:00
Cheng Zhao
44341c2c50
chore: cherry-pick fix from chromium issue 978779 ( #24617 )
2020-07-18 09:45:58 +09:00
Cheng Zhao
3fad4f2afa
chore: cherry-pick fix from chromium issue 986051 ( #24614 )
2020-07-18 09:45:16 +09:00
Cheng Zhao
61ae10ab4d
chore: cherry-pick fix from chromium issue 1065731 ( #24594 )
2020-07-17 12:52:23 +09:00
Cheng Zhao
9ddc69b496
chore: cherry-pick fix from chromium issue 1080481 ( #24586 )
2020-07-17 08:47:44 +09:00
Cheng Zhao
3e257c7a2d
chore: cherry-pick fix from chromium issue 1081722 ( #24582 )
2020-07-16 12:40:11 -07:00
Cheng Zhao
f79b489baa
chore: cherry-pick fix from chromium issue 1076703 ( #24563 )
2020-07-16 18:36:57 +09:00
Cheng Zhao
df1e7a0816
chore: cherry-pick fix from chromium issue 1090543 ( #24569 )
2020-07-16 15:09:05 +09:00
Cheng Zhao
a9c419a8cc
chore: cherry-pick fix from chromium issue 1074317 ( #24560 )
2020-07-16 12:48:20 +09:00
Cheng Zhao
a20dae7e3f
chore: cherry-pick fix from chromium issue 1065122 ( #24557 )
2020-07-16 09:56:23 +09:00
Cheng Zhao
fbf024dba4
chore: cherry-pick fix from chromium issue 1084820 ( #24566 )
2020-07-16 08:31:30 +09:00
Cheng Zhao
2c08cc711f
chore: cherry-pick fix from chromium issue 1091404 ( #24572 )
2020-07-15 16:10:41 -07:00
Cheng Zhao
98b44f86cb
chore: cherry-pick fix from chromium issue 1087629 ( #24554 )
2020-07-16 08:08:23 +09:00
Shelley Vohr
8ad7e2213d
fix: default to simplex for printing DuplexMode ( #24547 )
2020-07-15 06:18:14 -04:00
Shelley Vohr
4e202b8bd0
fix: Node.js cpu and heap profiling ( #24541 )
...
* fix: Node.js cpu and heap profiling
* chore: emable more now-working Node.js specs
2020-07-14 12:58:19 -07:00
trop[bot]
99bbec4487
fix: use default NSVisualEffectState ( #24533 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-07-13 22:06:53 -07:00
Shelley Vohr
f59d898f5c
fix: always callback error with invalid print settings ( #24508 )
...
* fix: always callback error with invalid print settings
* fixup printing patch
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
2020-07-13 17:19:51 -04:00
trop[bot]
6d34d0759d
docs: fix incorrect formatting in browser docs. ( #24516 )
...
Address incorrect typing for isEnabled. The root cause of this was due
to missing backticks which caused the docs parser to think that the
return type of the `isEnabled` function was null, where it was supposed
to be a boolean type.
The side effect of this was that the generated typescript typings were
incorrect for this function.
Fixes #24409
Co-authored-by: Sam Saccone <samccone@gmail.com >
2020-07-13 08:56:54 -07:00
trop[bot]
4737ea8a6d
fix: clipboard.readBuffer returning empty value ( #24469 )
...
Co-authored-by: Deepak Mohan <hop2deep@gmail.com >
2020-07-08 17:26:22 -07:00
trop[bot]
579bfa9403
fix: uv_walk crash on web worker close ( #24464 )
...
* fix: uv_walk crash on web worker close
* Use DCHECK_EQ
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-07-08 13:19:13 -07:00
Electron Bot
a822d2639a
Bump v9.1.0
v9.1.0
2020-07-06 12:39:46 -07:00
trop[bot]
9d6ac058c9
feat: expose sessionId in debugger module ( #24398 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2020-07-06 15:37:52 -04:00
trop[bot]
cbe66f27e7
fix: intermittent 100% CPU usage on macOS ( #24415 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-07-06 09:37:17 -07:00
Milan Burda
4f10bde056
feat: implement systemPreferences.getMediaAccessStatus() on Windows ( #24275 ) ( #24312 )
2020-07-06 09:32:45 -07:00
trop[bot]
473c7dbe73
chore: use node_bindings loop for clarity ( #24418 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-07-03 18:47:04 -07:00
trop[bot]
4515c4db00
feat: add app render-process-gone event ( #24315 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2020-07-03 16:35:16 -07:00
trop[bot]
6dd394a155
fix: remove same-tag notifications before showing new ones ( #24406 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-07-03 07:13:22 -07:00
Milan Burda
4ace4995c8
feat: MessagePorts in the main process ( #24323 )
...
Co-authored-by: Milan Burda <miburda@microsoft.com >
2020-07-02 08:37:09 -07:00
trop[bot]
71e329663e
feat: add new render-process-gone event ( #24309 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-07-01 16:49:53 -07:00
trop[bot]
67002fdf11
fix: macOS modal focus ( #24354 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-06-29 15:49:26 -07:00
Electron Bot
348b2fb9de
chore: bump chromium in DEPS to 83.0.4103.122 ( #24339 )
2020-06-29 09:21:08 -07:00
trop[bot]
f6ce6cafed
feat: support suspend/resume on macOS ( #24294 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-06-29 09:05:35 -07:00
trop[bot]
76072270b5
feat: support suspend/resume on Windows ( #24283 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-06-29 09:04:28 -07:00
Electron Bot
c1842ab6ed
chore: bump chromium in DEPS to 83.0.4103.121 ( #24332 )
2020-06-27 07:55:47 -07:00
trop[bot]
1e38fb1a8d
build: minify internal JS code ( #24273 )
...
* chore: minify internal JS code
* chore: upgrade webpack
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-06-25 21:19:56 -07:00
Electron Bot
42efa2ad04
Bump v9.0.6
v9.0.6
2020-06-24 14:01:03 -07:00
trop[bot]
8b61d26a70
fix: frameless vibrant modals shouldn't bezel ( #24285 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-06-24 10:15:22 -07:00
Jeremy Rose
783590276e
fix: backport nodejs/node#33682 ( #24267 )
2020-06-24 00:58:11 -07:00
trop[bot]
f7b6249d00
fix: only notify mouse-up on mouse-up ( #24259 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-06-23 09:20:00 -07:00
Electron Bot
28350b4e00
Bump v9.0.5
v9.0.5
2020-06-22 10:50:19 -07:00
Samuel Attard
31e8b9f4ba
build: remove dead symlink from MAS build ( #24158 ) ( #24238 )
...
* build: remove dead symlink from MAS build
* chore: new out cache
* build: fixup gn check
* Update node_main.cc
* chore: fix lint
2020-06-22 10:41:01 -07:00
trop[bot]
06902de06b
fix: emit click events with tray context menu ( #24236 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-06-22 09:15:05 -07:00
Electron Bot
f92b42eda5
chore: bump chromium in DEPS to 83.0.4103.119 ( #24234 )
2020-06-22 08:58:16 -07:00
trop[bot]
3704dc9284
fix: isTrustedSender() in test-app ( #24232 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2020-06-22 08:23:52 -07:00
Electron Bot
d321e2940e
chore: bump chromium to 83.0.4103.118 (9-x-y) ( #24219 )
...
* chore: bump chromium in DEPS to 83.0.4103.117
* chore: bump chromium in DEPS to 83.0.4103.118
2020-06-21 12:41:04 -07:00