Martin
9636acb907
docs: update setAspectRatio documentation ( #19945 )
2020-01-17 20:35:27 +00:00
Shelley Vohr
5c6f9a6947
feat: add mouse-down & mouse-up to Tray ( #21795 )
2020-01-17 16:28:34 +00:00
Shelley Vohr
3019a2650d
docs: ignore_locks not break_repo_locks ( #21775 )
2020-01-14 20:50:37 -08:00
Felix Rieseberg
2d0bf81bd4
docs: Little fix in Goma docs ( #21762 )
...
* docs: Little fix in Goma docs
* docs: Remove space
2020-01-14 11:04:08 -05:00
Samuel Attard
80a037db86
chore: update goma documentation ( #21761 )
2020-01-13 15:49:29 -08:00
Konstantinos Ntoutsos-Oikonomou
20c910f98e
docs: New fiddle example 'Create a new window' ( #20480 )
...
* add: New fiddle for Manage Windows section example
* Delete package.json
Not needed
* Address issue with .gitignore file, load new window, removing unwanted css class
* Delete package.json
* Pushing change regarding the use of shell.OpenExternal API with an event listener for the href tag on the link
2020-01-13 15:35:56 +09:00
Yaser
b31084493e
docs: Added Window Management Fiddle example ( #20535 )
2020-01-13 15:34:13 +09:00
daveilers
2f394d46c7
docs: Update online-offline-events.md to reflect nodeIntegration required ( #21707 )
...
* Update online-offline-events.md
NodeIntegration is required for online/offline and the default changed, so the example should reflect the need for that config
* chore: fix lint warning
Co-authored-by: Cheng Zhao <zcbenz@github.com>
2020-01-13 14:56:39 +09:00
Shelley Vohr
2e7f9bffeb
docs: update source code dir structure ( #21659 )
2020-01-12 21:08:00 -08:00
Jorn
aef9ab1bb7
Es6ify api docs ( #21686 )
...
* docs: es6ify docs -> var -> const / let
* docs: apply arrow functions throughout all of the docs
2020-01-13 10:29:46 +09:00
Milan Burda
c0bde4baa4
docs: responseHeaders should be Record<string, string[]> ( #21730 )
2020-01-12 09:20:13 -08:00
Shelley Vohr
2858471151
feat: remove visibleOnFullscreen option ( #21706 )
2020-01-10 09:11:38 -08:00
Kilian Valkhof
bd923838c1
docs: initial document for comparing web embeds ( #20478 )
...
Co-authored-by: Felix Rieseberg <felix@felixrieseberg.com>
Co-authored-by: Mark Lee <malept@users.noreply.github.com>
2020-01-09 09:29:22 -08:00
Shelley Vohr
bb054716c9
feat: allow http-parser NODE_OPTION in packaged apps ( #21694 )
2020-01-09 08:09:14 -08:00
Samuel Attard
e18acb4380
build: document electron goma usage and add the external binaries ( #21622 )
2020-01-07 10:35:52 -08:00
Shogun Sea
0a850fbc5d
docs: Update react devtool version in document ( #21601 )
...
* docs: update react devtool version in document
* bump react devtool version ref to 4.3.0
2020-01-07 09:14:49 -05:00
Kilian Valkhof
8dc4a20069
docs: fix typos in security.md ( #21665 )
2020-01-03 11:11:01 -05:00
Shelley Vohr
181eecd03e
docs: fix shell.openPath documentation ( #21641 )
2019-12-30 11:40:30 -08:00
Jeremy Apthorp
1cac62f0a2
feat: remove deprecated base::Value-based serialization ( #21560 )
...
* feat: remove deprecated base::Value-based serialization
* add note to breaking-changes
2019-12-18 15:24:50 +09:00
liulun
cc8bf12351
docs: replace systemPreferences.isDarkMode() with nativeTheme.shouldUseDarkColors ( #21480 )
2019-12-17 15:13:35 -08:00
Shelley Vohr
dba8a0caa8
feat: enable explicit IAP restoration ( #21461 )
2019-12-17 07:07:11 -08:00
Jeremy Apthorp
53957d47d6
test: clean up some stale code in renderer spec runner ( #21384 )
...
* test: clean up some stale code in renderer spec runner
* remove jquery from spec
* remove extraneous close tag
* Revert "remove jquery from spec"
This reverts commit 7b885c8ca807e15bad3b7bf94691eee3c53d0a8d.
* re-clean-up html
* don't highlight tags
* update session docs; clear cache on boot
* clear user-data-dir before running tests
2019-12-17 11:15:12 +09:00
Javan Makhmali
b57d218466
docs: update webContents.printToPDF() example for promisified API ( #21541 )
2019-12-16 16:14:13 -08:00
Mark Lee
9c442e0a7e
docs: update installation docs to reflect latest @electron/get changes ( #21491 )
...
* doc: update Chinese Electron mirror URL
* doc: replace remaining references of electron-download with @electron/get
* doc: update cache dir example based on recent @electron/get cache changes
2019-12-16 08:16:55 -08:00
Felix Rieseberg
7932e28aa2
docs: Explain notarization, improve code-signing docs ( #21373 )
...
* docs: Explain notarization
* Update docs/tutorial/code-signing.md
Co-Authored-By: Zeke Sikelianos <zeke@github.com>
2019-12-13 11:16:20 -05:00
Victor Bennich
cf833a7650
feat: add win.getBackgroundColor() for macOS ( #21448 )
...
thanks @vbennich - great work on this 🌟
2019-12-13 11:08:30 -05:00
Jeremy Apthorp
1f3561227d
feat: add tracing info to WebContents IPC methods ( #21404 )
2019-12-06 13:15:23 -08:00
Jeremy Apthorp
dc9beda182
feat: remove deprecated setLayoutZoomLevelLimits ( #21383 )
2019-12-06 13:14:25 -08:00
Shelley Vohr
4ac575416f
docs: fix return type of getPrinters ( #21411 )
2019-12-06 12:36:35 -08:00
Tierney Cyren
6df7bd63e4
docs: improve Windows build variable documentation ( #20548 )
...
* docs: improve Windows build variable documentation
Documents an additional and possibly unclear variable, `DRIVE:`, in the example global variables for building with Windows
* docs: update formatting in build-instructions-windows.md to align with styleguide
2019-12-06 08:53:50 +09:00
Cheng Zhao
0a741670a9
chore: remove native_mate (Part 14) ( #21365 )
...
* chore: remove uses of mate::Dictionary and mate::Handle
* chore: move CreateConstructor to gin_helper
* chore: remove native_mate
* chore: remove unneeded gin patch
2019-12-05 18:46:34 +09:00
Yaser
143407ea1b
docs: Adds Native-UI tray Fiddle example ( #20526 )
2019-12-04 15:38:53 +09:00
Yaser
1b61fe780e
docs: adds Native-UI Open external links and the file manager Fiddle example ( #20524 )
2019-12-04 15:38:19 +09:00
Amor
5733507040
docs: update installation.md ( #21331 )
2019-12-04 15:11:09 +09:00
Jeremy Apthorp
9526c5584e
fix: deprecate setLayoutZoomLevelLimits ( #21296 )
2019-12-02 13:27:03 -08:00
Alex Kondratyuk
f2f52c23b5
docs: rename ELECTRON_CACHE env variable to electron_config_cache ( #21313 )
2019-12-02 10:12:51 -08:00
liulun
3d2fa09db3
Two 'close' in this line ( #21345 )
2019-12-02 18:30:56 +09:00
Julio
96c4c48268
docs: app.dock could be undefined
( #20609 )
2019-11-27 22:23:13 +09:00
Jeremy Apthorp
d25256dcf5
refactor: rewrite the net module to simplify state tracking ( #21244 )
2019-11-26 17:01:13 -08:00
Samuel Attard
149aaeba94
feat: add session.addWordToSpellCheckerDictionary to allow custom words in the dictionary ( #21266 )
...
* feat: add session.addWordToSpellCheckerDictionary to allow custom words in the dictionary
* Update session.md
2019-11-26 13:16:43 -08:00
Samuel Attard
34452ee69e
feat: expose executeJavaScriptInIsolatedWorld on webContents ( #21190 )
...
* feat: expose executeJavaScriptInIsolatedWorld on webContents
* Apply suggestions from code review
Co-Authored-By: loc <andy@slack-corp.com>
2019-11-22 15:33:55 -08:00
Samuel Attard
0cadf2846b
docs: remove string literal type from window events ( #21235 )
2019-11-21 11:12:03 -08:00
Bruce Auyeung
07b94ff578
docs: clarify uniqueness of WebContents.id, BrowserWindow.id ( #21101 )
2019-11-21 11:11:44 -08:00
Samuel Attard
ea23f18e94
docs: document the channel param for event.reply
( #21185 )
2019-11-19 13:17:59 -08:00
Samuel Attard
c8ed22def3
docs: fix isMactemplateImage
type definition ( #21166 )
2019-11-18 10:57:22 -08:00
Cyril POIDEVIN
a6a028594d
docs: Use Promise for dialog.showMessageBox
( #21143 )
...
* Update updates.md
Use of the return promise for the use of `dialog.showMessageBox`.
* Update updates.md
2019-11-18 00:49:50 -08:00
Jeremy Apthorp
4f1536479e
fix: implement 'login' event for net.ClientRequest ( #21096 )
2019-11-14 10:01:18 -08:00
Shelley Vohr
af1e8a347e
chore: remove unused promisify code ( #21114 )
2019-11-14 14:50:50 +09:00
Milan Burda
97e2569f02
feat: add 'screen' to systemPreferences.getMediaAccessStatus() ( #20764 )
...
* feat: add 'screen' to systemPreferences.getMediaAccessStatus()
* Update docs/api/system-preferences.md
2019-11-13 16:47:51 -05:00
Erick Zhao
ba85d4c3bb
docs: document webkitdirectory breaking change ( #20934 )
...
* chore: empty folder structure
* chore: PR template
* docs: add `webkitdirectory` change in Electron 7
* linguist?
* link
* Delete hacktoberfest.md
2019-11-13 14:11:25 -05:00