Electron Bot
0c2cb59b62
Bump v9.2.0
v9.2.0
2020-08-05 11:36:24 -07:00
Electron Bot
310495212a
Revert "Bump v9.2.0"
...
This reverts commit c7e00b933f .
2020-08-05 11:35:26 -07:00
Electron Bot
c7e00b933f
Bump v9.2.0
2020-08-05 10:28:20 -07:00
trop[bot]
81d26ac1b7
fix: duplicate suspend/resume events ( #24845 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-08-05 10:25:47 -07:00
trop[bot]
a5795824ef
feat: add worldSafe flag for executeJS results ( #24712 )
...
* feat: add worldSafe flag for executeJS results
* chore: do not log warning for webContents.executeJS
* Apply suggestions from code review
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
* chore: apply PR feedback
* chore: split logic a bit
* chore: allow primitives through the world safe checl
* chore: clean up per PR feedback
* chore: flip boolean logic
* chore: update per PR feedback
* chore: fix typo
* chore: fix spec
* Update web-frame.ts
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Samuel Attard <sattard@slack-corp.com >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2020-08-05 12:08:03 -04:00
Robo
0107cab3d1
fix: save crash reports locally when uploadToServer: false on linux ( #24778 ) ( #24788 )
...
* fix: generate dumps under crashDumps folder in linux
* Update spec-main/api-crash-reporter-spec.ts
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2020-07-30 23:20:52 -07:00
trop[bot]
f65756bd4f
build: upload sentry src bundles on windows as well ( #24784 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-07-29 13:59:18 -07:00
Samuel Attard
05343a8972
fix: ensure that errors thrown in the context bridge are created in the correct context ( #24747 )
2020-07-28 22:26:46 -07:00
Jeremy Rose
72d921e453
fix: wrap OnWindowMessage w/ handlescope ( #24769 )
...
* fix: wrap OnWindowMessage w/ handlescope (#24716 )
* Update electron_api_top_level_window.cc
2020-07-28 20:34:26 -07:00
Robo
7564453101
chore: cherry-pick 2469d759e3fe from chromium ( #24765 )
...
* chore: cherry-pick 2469d759e3fe from chromium
* update patches
Co-authored-by: Electron Bot <anonymous@electronjs.org >
2020-07-28 17:53:36 -07:00
trop[bot]
720e49d73d
fix: crash when navigating from a page with webview that has inherited zoom level ( #24764 )
...
* fix: cleanup webview zoom level observers on navigation
* add spec
* webview should be on same partition
* wait for webview to finish loading
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2020-07-28 15:52:36 -07:00
Electron Bot
faf9434e32
Bump v9.1.2
v9.1.2
2020-07-28 13:09:54 -07:00
Samuel Attard
3b682d6a98
perf: pass primitives directly through the context bridge, avoids copying ( #24531 ) ( #24746 )
2020-07-28 13:03:54 -07:00
trop[bot]
8280b2bfbb
fix: disable rosetta as Electron does not run under rosetta ( #24745 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-07-28 10:56:56 -07:00
trop[bot]
9350e93520
fix: remove corner mask override to increase window resize performance ( #24702 )
...
* fix: remove corner mask override to increase window resize performance
* uses corner mask only for vibrant view
Co-authored-by: gellert <gellert.hegyi@around.co >
2020-07-23 19:46:34 +09:00
trop[bot]
72b4d197be
fix: Allow VoiceOver to navigate "back into" web contents ( #24699 )
...
* fix: Use ElectronAdaptedContentView
* fix: Actually, nevermind, it's "BrowserAccessebilityCocoa"
* chore: Remove things instead of manually keeping them
Co-authored-by: Felix Rieseberg <felix@felixrieseberg.com >
2020-07-22 17:42:21 -07:00
trop[bot]
00be927ad6
fix: Close protocol response streams when aborted ( #24657 )
...
Co-authored-by: Paul Frazee <pfrazee@gmail.com >
2020-07-20 19:08:55 -07:00
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