electron/docs/api
Charles Kerr 33ef0d23a6
docs: minor grammar & spelling fixes (#22851)
* docs: fix minor grammar error 'punctuations'

* docs: fix minor grammar error pluralizing Chromium

* docs: fix typo 'updateCurrentActiviy'

* docs: use consistent spelling of 'behavior'

* docs: use 'macOS' instead of 'Mac OS' or 'OS X'.

* docs: use 'GTK' instead of 'GTK+'

https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html

* docs: minor capitalization: use 'TCP' not 'tcp'

* Update docs/development/build-instructions-linux.md

Co-Authored-By: Mark Lee <malept@users.noreply.github.com>

Co-authored-by: Mark Lee <malept@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@github.com>
2020-03-31 13:06:25 +09:00
..
modernization chore: update app module property support (#22713) 2020-03-18 10:06:41 -07:00
structures feat: enhance native window.open to match the custom implementation's behavior (#19703) 2020-03-26 11:05:45 -07:00
accelerator.md docs: minor grammar & spelling fixes (#22851) 2020-03-31 13:06:25 +09:00
app.md docs: minor grammar & spelling fixes (#22851) 2020-03-31 13:06:25 +09:00
auto-updater.md docs: remove implicit 'any' and 'Object' types from the docs (#19585) 2019-08-05 10:45:58 -07:00
browser-view.md docs: windows don't need to be retained (#21957) 2020-01-30 14:15:35 -08:00
browser-window-proxy.md refactor: use IPC helpers in window-setup (#17948) 2019-07-09 02:43:49 +03:00
browser-window.md docs: minor grammar & spelling fixes (#22851) 2020-03-31 13:06:25 +09:00
client-request.md feat: add support for net requests to use the session cookie store (#22704) 2020-03-20 15:56:02 -07:00
clipboard.md docs: improve and add examples for clipboard (#20224) 2019-09-18 16:00:43 -07:00
command-line-switches.md docs: minor grammar & spelling fixes (#22851) 2020-03-31 13:06:25 +09:00
command-line.md feat: add --enable-api-filtering-logging commandline switch (#20335) 2019-10-04 10:49:09 -07:00
content-tracing.md refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
context-bridge.md docs: clean up context bridge API docs (#21888) 2020-01-27 17:14:54 -06:00
cookies.md docs: fix spelling and grammar errors (#18910) 2019-06-21 16:19:21 -05:00
crash-reporter.md test: move crashReporter specs to the main process (#20417) 2019-10-14 14:38:54 -07:00
debugger.md test: move debugger spec to main process (#20514) 2019-10-14 14:32:11 +09:00
desktop-capturer.md feat: add 'screen' to systemPreferences.getMediaAccessStatus() (#20764) 2019-11-13 16:47:51 -05:00
dialog.md docs: added info on bookmark return values for securityScopedBookmarks (#17584) 2020-01-23 10:17:39 +09:00
dock.md docs: clarify dock.bounce usage (#19894) 2019-08-23 01:16:18 -07:00
download-item.md chore: more modules to dual prop/fn support (#22688) 2020-03-17 18:06:52 -07:00
environment-variables.md feat: enable passing Node.js cli flags (#21110) 2020-02-07 02:59:38 +00:00
extensions.md fix: disallow loading extensions in temp sessions (#22090) 2020-02-10 10:28:03 -06:00
file-object.md
frameless-window.md docs: minor grammar & spelling fixes (#22851) 2020-03-31 13:06:25 +09:00
global-shortcut.md refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
in-app-purchase.md feat: enable explicit IAP restoration (#21461) 2019-12-17 07:07:11 -08:00
incoming-message.md docs: update type and description of IncomingMessage.headers (#22522) 2020-03-18 11:32:26 +09:00
ipc-main.md docs: the ipc main listener being removed can have args (#20712) 2019-10-29 13:18:39 +09:00
ipc-renderer.md feat: MessagePorts in the main process (#22404) 2020-03-11 18:07:54 -07:00
locales.md
menu-item.md docs: minor grammar & spelling fixes (#22851) 2020-03-31 13:06:25 +09:00
menu.md docs: fix undefined isMac in menu example (#19071) 2019-07-02 10:09:10 -05:00
message-channel-main.md feat: MessagePorts in the main process (#22404) 2020-03-11 18:07:54 -07:00
message-port-main.md feat: add onclose method to MessagePort (#22532) 2020-03-13 10:00:50 -07:00
native-image.md chore: more modules to dual prop/fn support (#22688) 2020-03-17 18:06:52 -07:00
native-theme.md update (#21915) 2020-01-29 18:42:25 +09:00
net-log.md refactor: ginify session.netLog (#22732) 2020-03-18 16:46:05 -07:00
net.md refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
notification.md feat: allow Linux/Windows users to set notification timeout (#20153) 2019-10-09 11:22:21 -04:00
power-monitor.md refactor: ginify powerMonitor (#22751) 2020-03-24 09:03:29 -07:00
power-save-blocker.md
process.md chore: remove unused promisify code (#21114) 2019-11-14 14:50:50 +09:00
protocol-ns.md refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
protocol.md refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
remote.md refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
sandbox-option.md docs: minor grammar & spelling fixes (#22851) 2020-03-31 13:06:25 +09:00
screen.md refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
service-workers.md feat: set app.enableRendererProcessReuse to true by default (#22336) 2020-02-24 18:11:06 -08:00
session.md feat: add API to check if session is persistent (#22622) 2020-03-11 16:02:22 +09:00
shell.md docs: fix shell.openPath documentation (#21641) 2019-12-30 11:40:30 -08:00
synopsis.md refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
system-preferences.md docs: minor grammar & spelling fixes (#22851) 2020-03-31 13:06:25 +09:00
touch-bar-button.md feat: allow TouchBarButton instances to be disabled (#20945) 2019-11-05 15:56:36 -08:00
touch-bar-color-picker.md
touch-bar-group.md
touch-bar-label.md feat: improve TouchBarButton accessibility (#20454) 2019-10-08 11:13:57 -04:00
touch-bar-other-items-proxy.md feat: Add OtherItemsProxy TouchBar item (#22270) 2020-02-24 17:55:06 +09:00
touch-bar-popover.md docs: fix TouchBar related documentation (#19444) 2019-08-01 10:59:26 -04:00
touch-bar-scrubber.md docs: fix TouchBar related documentation (#19444) 2019-08-01 10:59:26 -04:00
touch-bar-segmented-control.md docs: fix TouchBar related documentation (#19444) 2019-08-01 10:59:26 -04:00
touch-bar-slider.md
touch-bar-spacer.md docs: fix TouchBar related documentation (#19444) 2019-08-01 10:59:26 -04:00
touch-bar.md feat: Add OtherItemsProxy TouchBar item (#22270) 2020-02-24 17:55:06 +09:00
tray.md refactor: prefer using app.whenReady() (#21972) 2020-02-03 22:43:22 +00:00
web-contents.md feat: enhance native window.open to match the custom implementation's behavior (#19703) 2020-03-26 11:05:45 -07:00
web-frame.md fix: crash on invalid zoomFactor (#22673) 2020-03-13 16:13:05 -07:00
web-request.md fix: make webRequest work with WebSocket (#22040) 2020-02-11 14:56:09 +09:00
webview-tag.md feat: allow specifying pageSize for print (#22014) 2020-02-05 04:25:02 +00:00
window-open.md