Black-Hole️
b30f8e13d8
fix: webContents return type incorrect ( #38111 )
...
fix: webContents return type incorrect (#38026 )
* fix: webContents type incorrect
* fix: ci failed
* fix: ci failed 2
2023-04-25 13:16:30 +02:00
trop[bot]
85ad7844dd
docs: add note to win.setFullScreen(flag) ( #37996 )
...
docs: add note to win.setFullScreen(flag)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-04-17 12:11:02 +02:00
trop[bot]
35056392a8
docs: update github.com links ( #37989 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2023-04-16 17:06:31 -07:00
David Sanders
59fe35388d
chore: enforce consistent Markdown style for strong and emphasis ( #37845 )
2023-04-11 16:22:57 +09:00
Fedor Indutny
14985e29e0
feat: session.resolveHost ( #37847 )
...
feat: session.resolveHost (#37690 )
* feat: session.resolveHost
Expose Chromium's host resolution API through the Session object.
* Update shell/browser/api/electron_api_session.cc
* address feedback
* fix tests
* address feedback
* Add options
* Update shell/browser/api/electron_api_session.cc
* Update shell/browser/net/resolve_host_function.cc
* lint
* return object
* add missing file
* fix crash
* handle scope
* links
---------
Co-authored-by: Fedor Indutny <indutny@signal.org >
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com >
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: Cheng Zhao <github@zcbenz.com >
2023-04-06 10:23:44 -04:00
trop[bot]
663b741d3f
docs: fix app.getPreferredSystemLanguages() return type ( #37835 )
...
docs: fix app.getPreferredSystemLanguages() return type
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-04-05 11:08:38 -04:00
Keeley Hammond
82869b88f1
refactor: createThumbnailFromPath takes size not maxSize ( #37796 )
...
refactor: `createThumbnailFromPath` takes `size` not `maxSize` (#37362 )
refactor: createThumbnailFromPath takes size not maxSize
2023-04-03 12:39:50 +02:00
trop[bot]
5f68f374d8
docs: remove save-to-disk disposition ( #37769 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2023-03-30 20:38:36 +02:00
trop[bot]
0af7d3c99b
docs: add links to IPC event structures ( #37770 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2023-03-30 20:38:13 +02:00
trop[bot]
b6070c34d4
docs: update docs.microsoft.com links to learn.microsoft.com ( #37751 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2023-03-30 09:41:35 -04:00
trop[bot]
ce82646f5c
fix: allow cancelling of bluetooth requests ( #37717 )
...
* fix: allow cancelling of bluetooth requests
allows cancelling of bluetooth requests when no devices present
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* docs: update docs to reflect how bluetooth works.
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2023-03-27 12:54:36 -04:00
Erick Zhao
1cd40681a9
docs: delete synopsis.md ( #37687 )
...
docs: delete synopsis.md (#37580 )
* docs: delete synopsis.md
* remove code references to doc
2023-03-27 12:24:06 -04:00
trop[bot]
7892de74ee
docs: change MSDN links to new Microsoft docs ( #37703 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Erick Zhao <erick@hotmail.ca >
2023-03-27 09:38:14 -04:00
trop[bot]
da3d5967aa
docs: update notifications tutorial ( #37640 )
...
* docs: update notifications tutorial
Co-authored-by: Erick Zhao <erick@hotmail.ca >
* delete unused assets
Co-authored-by: Erick Zhao <erick@hotmail.ca >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Erick Zhao <erick@hotmail.ca >
2023-03-22 10:17:51 -04:00
trop[bot]
73f4440d0c
docs: update broken links ( #37621 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2023-03-20 12:28:00 -04:00
trop[bot]
62aad2481f
feat: add enableLocalEcho flag to setDisplayMediaRequestHandler() callback ( #37528 )
...
* feat: add enableLocalEcho flag to setDisplayMediaRequestHandler() callback
Co-authored-by: Theo Gravity <theo@switchboard.app >
* Fix lint
Co-authored-by: Theo Gravity <theo@switchboard.app >
* Update doc
Co-authored-by: Theo Gravity <theo@switchboard.app >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Theo Gravity <theo@switchboard.app >
2023-03-16 09:47:15 +01:00
trop[bot]
b32786afc5
docs: clarify open-url not preventable ( #37575 )
...
docs: clarify open-url not preventable
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-03-14 18:53:33 -04:00
trop[bot]
6c8aeb4c0d
docs: remove outdated ipc example ( #37538 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Erick Zhao <erick@hotmail.ca >
2023-03-09 10:01:42 -05:00
trop[bot]
51b1ef4190
docs: remove misleading info from will-finish-launching docs ( #37516 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2023-03-07 10:26:50 +01:00
trop[bot]
5abfb3a6bc
fix: Showing the about panel is async on all platforms ( #37508 )
...
fix: Showing the about panel is async on all platforms (#37440 )
* fix: about panel is a base::Value::Dict
* nix this test for a diff PR
* what if the about dialog was not blocking
* add this test back in
* document synchronicity
* github editor is a fan of spaces
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Calvin <clavin@users.noreply.github.com >
2023-03-06 13:31:45 -08:00
trop[bot]
1ff589976c
feat: add types to webRequest filter ( #37427 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2023-03-02 10:05:29 +01:00
trop[bot]
a6a8622257
feat: add logUsage to shell.openExternal() options ( #37291 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <miburda@microsoft.com >
2023-02-27 10:02:49 +01:00
trop[bot]
9be3acd24c
feat: add httpOnly cookies.get filter ( #37365 )
...
feat: add httpOnly cookies filter
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Black-Hole1 <158blackhole@gmail.com >
2023-02-27 10:02:19 +01:00
trop[bot]
8e74a37505
docs: only macOS 10.13+ is supported now ( #37288 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <miburda@microsoft.com >
2023-02-16 15:56:01 -08:00
trop[bot]
7a62411ad1
feat: include all standard paper sizes for webContents.print() ( #37265 )
...
feat: include standard paper sizes for webContents.print()
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-02-15 19:58:49 +01:00
trop[bot]
91776c5484
docs: add win.isFocusable() return type ( #37260 )
...
docs: fix `win.isFocusable()` return type
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Andrew Ferreira <andrew.shien2@gmail.com >
2023-02-15 11:52:11 +01:00
trop[bot]
cf4f6285c8
chore: update https://cs.chromium.org/ links to https://source.chromium.org/ ( #37234 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Milan Burda <miburda@microsoft.com >
2023-02-13 16:32:32 +09:00
Milan Burda
e5e9186d61
docs: add missing clipboard-sanitized-write permission value to setPermissionRequestHandler() ( #37173 )
...
Co-authored-by: Milan Burda <miburda@microsoft.com >
2023-02-09 11:38:39 +01:00
Jeremy Rose
9a0a0a7a46
fix: type for received-apns-notification event ( #37177 )
2023-02-07 22:43:29 -08:00
Milan Burda
8d382b9c60
chore: remove deprecated capturer count APIs ( #37075 )
...
chore: remove deprecated incrementCapturerCount() / decrementCapturerCount()
Co-authored-by: Milan Burda <miburda@microsoft.com >
2023-02-06 07:54:47 -08:00
David Sanders
9ec13afeaf
docs: add missing ipcRenderer require to example code ( #37134 )
2023-02-06 14:40:16 +09:00
Samuel Attard
1a6085e20e
docs: improve globalShortcut and hookWindowMessage types ( #37115 )
2023-02-02 12:31:28 -08:00
Milan Burda
ac266e2187
docs: remove invalid appcache value from storages in clearStorageData() ( #37095 )
2023-02-01 17:35:21 -08:00
Shelley Vohr
730a07ad62
docs: note how to clear an aspect ratio ( #37074 )
2023-01-31 12:36:09 -08:00
Cheng Zhao
c303135b02
fix: fallback to GtkStatusIcon when app indicator is not supported ( #36815 )
...
* chore: get ready for multi backend tray
* fix: fallback to GtkStatusIcon when app indicator is not supported
* chore: use smart pointers
2023-01-26 19:15:55 +09:00
Shelley Vohr
7d46d3ec9d
feat: emit devtools-open-url event for DevTools link selection ( #36774 )
...
* feat: emit event for DevTools link selection
* chore: devtools-open-in-new-tab -> devtools-open-url
2023-01-26 09:54:26 +01:00
David Sanders
ca3145a547
chore: use vscode-markdown-languageservice for link linting ( #36901 )
...
* chore: use vscode-markdown-languageservice for docs link linting
* docs: make links relative
2023-01-24 09:00:25 +01:00
GGIEnrike
5ce8dfdcb5
docs: Change factuality and word choice in app.runningUnderARM64Translation ( #36947 )
...
Change factuality and word choice.
Added "or WOW" to the phrase, "when they are running the x64 version under Rosetta", to reflect the use of a supported platform, Windows, as a possible scenario.
Changed the wording of that same sentence to make it appear clearer. "incorrectly" to "mistakenly" and moved this word to before the verb instead of the end of the sentence.
2023-01-19 15:00:06 -05:00
David Sanders
4e4ae9ff53
docs: update clipboard fiddles ( #36946 )
2023-01-19 14:59:35 -05:00
Milan Burda
2c56a06ad3
feat: add label property to Display objects ( #36855 )
2023-01-18 15:44:40 +09:00
David Sanders
d94f35a8f6
chore: disallow shortcut reference links in docs Markdown ( #36860 )
...
* chore: disallow shortcut reference links in docs Markdown
* docs: clean up shortcut-style links
2023-01-16 10:22:49 +01:00
David Sanders
a9c03950c0
docs: cleanup reference links ( #36659 )
2023-01-11 22:16:34 -08:00
Milan Burda
1c9e7687f9
docs: add missing window-management permission value to setPermissionRequestHandler() ( #36776 )
...
Co-authored-by: Milan Burda <miburda@microsoft.com >
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2023-01-10 09:49:04 +01:00
Mikael Finstad
ba962c94cc
docs: Add note about argv getting modified ( #36735 )
...
Add note about argv getting modified
See https://github.com/electron/electron/issues/20322
2023-01-05 11:39:45 +01:00
David Sanders
700f43c90c
docs: cleanup some rogue backticks ( #36778 )
2023-01-04 14:52:46 +01:00
David Sanders
20cff64282
docs: update links ( #36657 )
2023-01-02 11:52:18 +01:00
Michał Zarach
6a798b1c58
feat: added username to IAP purchaseProduct method ( #35902 )
2022-12-12 10:11:48 -08:00
Hugh Davey
4e66184287
docs: add mdn link to web-request-filter.md ( #36603 )
...
* Add MDN link to web-request-filter.md
When I was using the Electron docs I wanted to know how to use [webRequest.onBeforeSendHeaders](https://www.electronjs.org/docs/latest/api/web-request#webrequestonbeforesendheadersfilter-listener ) but I was unable to correctly guess the correct format for the `WebRequestFilter` URL strings, and there was no explanation in the Electron docs. Eventually I googled it and found the MDN article which helped me.
* Update docs/api/structures/web-request-filter.md
Co-authored-by: Black-Hole <158blackhole@gmail.com >
* Update docs/api/structures/web-request-filter.md
Co-authored-by: Black-Hole <158blackhole@gmail.com >
Co-authored-by: Black-Hole <158blackhole@gmail.com >
2022-12-08 17:11:42 -05:00
Samuel Attard
e1e66fc8ac
docs: link net.request options to ClientRequestConstructorOptions ( #36556 )
2022-12-05 15:17:37 -08:00
David Sanders
993d0337a7
docs: fix broken links ( #36519 )
...
* docs: fix broken links
* docs: change link to navigator.getUserMedia
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
* docs: fix link in examples.md
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2022-12-05 13:18:57 -05:00