..
structures
Create network_converter for services/network/* types
2018-06-19 11:49:42 +10:00
accelerator.md
Link Accelerator docs to globalShortcut module
2016-10-26 14:48:09 +02:00
app.md
docs: update second-instance event docs ( #13682 )
2018-07-16 13:57:58 -07:00
auto-updater.md
clarify usage around before-quit-for-update event
2018-04-16 08:13:04 -04:00
breaking-changes.md
docs: keyboard listeners no longer work on webview ( #14372 )
2018-08-29 19:26:33 +09:00
browser-view.md
Document BrowserView.{destroy,isDestroyed} ( #12274 )
2018-03-15 16:15:56 +09:00
browser-window-proxy.md
updates to the docs
2017-07-24 10:29:45 +02:00
browser-window.md
feat: allow setting window shape (backport: 3-0-x) ( #14445 )
2018-09-04 09:22:11 -07:00
chrome-command-line-switches.md
Remove more words ( #12852 )
2018-05-08 00:16:09 -05:00
client-request.md
Disallow launching unknown apps via browser client.
2018-01-22 16:49:30 -06:00
clipboard.md
Update electron.atom.io -> electronjs.org
2017-11-19 04:01:33 -08:00
content-tracing.md
contentTracing.setWatchEvent/cancelWatchEvent is removed
2017-02-06 10:34:28 -08:00
cookies.md
Merge pull request #11282 from Toinane/fix-documentation
2017-12-03 09:01:24 -06:00
crash-reporter.md
Add Sentry.io to 3rd party hosted solution list for crash reports ( #13281 )
2018-06-19 10:32:37 -05:00
debugger.md
link process annotations to glossary
2016-12-21 13:47:40 -08:00
desktop-capturer.md
📝 Fix desktopCapturer example ( #10303 )
2017-08-18 22:02:28 +02:00
dialog.md
Mark securityScopedBookmarks as optional and a boolean ( #11901 )
2018-02-12 13:48:45 -05:00
download-item.md
docs: specify string values for DownloadItem
2018-01-03 13:34:19 +11:00
environment-variables.md
Provide an easy way to use a local build of Electron ( #12426 )
2018-03-25 00:03:17 -04:00
file-object.md
this code is not care a bubbling event
2017-07-11 15:44:08 +09:00
frameless-window.md
Revert "fix: Drop support for OS X Mavericks (version 10.9)"
2018-06-20 12:29:14 +00:00
global-shortcut.md
link process annotations to glossary
2016-12-21 13:47:40 -08:00
in-app-purchase.md
docs: fix the type information in in-app-purchase
2018-05-03 09:34:21 -07:00
incoming-message.md
updates to the docs
2017-07-24 10:29:45 +02:00
ipc-main.md
fix broken fragment link in ipc-main.md ( #12389 )
2018-03-21 12:05:27 -05:00
ipc-renderer.md
add some markdown links
2017-11-29 12:13:45 +01:00
locales.md
Use actual Chromium l10n_util list in locales.md
2017-05-01 17:15:37 -04:00
menu-item.md
MenuItem roles camelCase-compatible
2017-12-28 13:28:20 +08:00
menu.md
Remove more words ( #12852 )
2018-05-08 00:16:09 -05:00
native-image.md
clarify docs
2018-06-02 20:41:19 +02:00
net-log.md
feat: netLog API for dynamic logging control ( #13068 )
2018-06-19 11:45:58 +10:00
net.md
link process annotations to glossary
2016-12-21 13:47:40 -08:00
notification.md
Remove more words ( #12852 )
2018-05-08 00:16:09 -05:00
power-monitor.md
Screen Lock / Unlock events ( #12714 )
2018-05-01 02:04:27 +10:00
power-save-blocker.md
remove all double spaces not needed
2017-11-29 11:58:24 +01:00
process.md
Fix process.execPath returning parent process path instead of the helper in sandboxed renderer ( #13959 )
2018-08-09 09:58:44 -05:00
protocol.md
remove all double spaces not needed
2017-11-29 11:58:24 +01:00
remote.md
docs: update remote.md ( #13229 )
2018-06-16 16:21:07 +10:00
sandbox-option.md
Remove more words ( #12852 )
2018-05-08 00:16:09 -05:00
screen.md
fix: dipToScreenRect / screenToDipRect - window can be null ( #13924 )
2018-08-03 13:14:52 +10:00
session.md
Clear cache storage data ( #12546 )
2018-04-13 13:03:16 -04:00
shell.md
📝 Fix url to unity-launcher and tiny correction ( #12084 )
2018-02-28 18:28:40 -06:00
synopsis.md
Remove more words ( #12852 )
2018-05-08 00:16:09 -05:00
system-preferences.md
Workspace notifications support on macOS ( #12093 )
2018-03-22 18:41:03 +09:00
touch-bar-button.md
📝 Fix dead urls
2018-04-09 17:58:10 -03:00
touch-bar-color-picker.md
📝 Fix dead urls
2018-04-09 17:58:10 -03:00
touch-bar-group.md
📝 Fix dead urls
2018-04-09 17:58:10 -03:00
touch-bar-label.md
📝 Fix dead urls
2018-04-09 17:58:10 -03:00
touch-bar-popover.md
📝 Fix dead urls
2018-04-09 17:58:10 -03:00
touch-bar-scrubber.md
📝 Fix dead urls
2018-04-09 17:58:10 -03:00
touch-bar-segmented-control.md
📝 Fix dead urls
2018-04-09 17:58:10 -03:00
touch-bar-slider.md
📝 Fix dead urls
2018-04-09 17:58:10 -03:00
touch-bar-spacer.md
📝 Fix dead urls
2018-04-09 17:58:10 -03:00
touch-bar.md
📝 Fix dead urls
2018-04-09 17:58:10 -03:00
tray.md
fix: don't crash on tray.setContextMenu(null) ( #14331 )
2018-08-27 13:27:41 -07:00
web-contents.md
Print error when removed webview attribute is used (backport: 3-0-x) ( #14274 )
2018-08-23 15:42:08 +09:00
web-frame.md
docs: fix electron.d.ts typings ( #14138 )
2018-08-16 11:11:38 -07:00
web-request.md
feat(docs): fix 'optional' wording
2017-11-28 18:15:15 +01:00
webview-tag.md
docs: add notes on OOPIF webview's behaviors ( #14409 )
2018-08-31 14:48:38 -07:00
window-open.md
add some markdown links
2017-11-29 12:13:45 +01:00