Kevin Sawicki
b9f569f7fb
Merge pull request #8248 from electron/secure-options
...
Add options to protocol.registerStandardSchemes docs
2016-12-21 09:40:30 -08:00
Kevin Sawicki
0a5f51fd03
Merge pull request #8259 from mawie81/fix-screen-docs
...
[Docs] fix link in screen docs
2016-12-21 09:40:13 -08:00
mawie81
d20e2ec349
[ci skip] fix link in screen docs
2016-12-21 09:43:47 +01:00
deepak1556
f9417e3fcc
net: disallow cookies from the cookie store
2016-12-21 11:54:48 +05:30
deepak1556
41c352c306
add failing spec
2016-12-21 11:52:27 +05:30
gellert
1ef0f6beff
creates offscreen window frameless
2016-12-20 23:43:52 +01:00
Kevin Sawicki
c70eb81e32
Use firstObject instead of objectAtIndex:0
2016-12-20 13:49:35 -08:00
Kevin Sawicki
38681d0a2b
Bump v1.4.13
2016-12-20 10:37:16 -08:00
Kevin Sawicki
c5097ae483
Add options to protocol.registerStandardSchemes docs
2016-12-20 09:44:58 -08:00
Kevin Sawicki
5bb196dce3
Merge pull request #8240 from electron/fix-structures-link
...
fix relative link to CertificatePrincipal doc
2016-12-20 09:13:01 -08:00
Kevin Sawicki
cb47de5eca
Merge pull request #8225 from Golasowski/docs-translations-cz
...
Create Czech translate
2016-12-20 09:09:39 -08:00
Kevin Sawicki
56a8e17b21
Merge pull request #8243 from x-yao/zh-cn-docs
...
[DOC] Add systemPreferences API Simplified Chinese translation
2016-12-20 09:09:01 -08:00
x-yao
e3b23842dd
[ci skip]add net API Simplified Chinese translation
2016-12-20 17:03:32 +08:00
Zeke Sikelianos
12cb35ef61
Merge pull request #8242 from DustinX/patch-1
...
Corrected some grammatical errors
2016-12-19 20:05:28 -08:00
longbotao
2fb8839d31
[ci skip]add systemPreferences API Simplified Chinese translation
2016-12-20 12:03:59 +08:00
Zeke Sikelianos
6578498e31
Merge pull request #8229 from electron/do-not-recommend-yarn
...
do not recommend yarn
2016-12-19 20:03:51 -08:00
Dustin
2e1feb63e4
Corrected some grammatical errors
2016-12-19 19:01:35 -08:00
Zeke Sikelianos
9e626c5fee
fix relative link to CertificatePrincipal doc
2016-12-19 13:49:02 -08:00
Kevin Sawicki
78a89c666b
Merge pull request #8238 from electron/doc-links
...
Link to return class type
2016-12-19 10:48:27 -08:00
Kevin Sawicki
6352afb07a
Link to return class type
2016-12-19 09:40:07 -08:00
Kevin Sawicki
683d8033f0
Merge pull request #8235 from x-yao/zh-cn-docs
...
[DOC]update electron-faq.md in Simplified Chinese docs
2016-12-19 09:22:24 -08:00
longbotao
e2bb8088d4
[ci skip]update electron-faq.md in Simplified Chinese docs and fix a little words
2016-12-19 15:01:50 +08:00
Zeke Sikelianos
64116e5d7c
do not recommend yarn
2016-12-17 20:35:06 -08:00
O.G.olasowski
219a6b175b
Create README.md
2016-12-17 00:31:37 +00:00
Kevin Sawicki
2a8b36c761
Merge pull request #8134 from deepak1556/empty_client_certificate_patch
...
app: select-client-certificate event callback can accept certificate optionally
2016-12-15 08:31:12 -08:00
Phil Wyett
2fbf560668
Commit...
...
* Update build instructions to correctly reflect python version on CentOS
that has Python 2.6.
* Correct Fedora package install command. Fedora now uses 'dnf' not 'yum'.
* Add RHEL / CentOS section that does use 'yum' for package install.
2016-12-15 03:05:24 +00:00
Kevin Sawicki
cd067bca37
Merge pull request #8175 from gerhardberger/createfrombuffer-bitmap
...
Add bitmap support to nativeImage.createFromBuffer
2016-12-14 13:24:45 -08:00
Kevin Sawicki
98d4e186e3
Move details next to params
2016-12-14 10:19:38 -08:00
Kevin Sawicki
8680a08a8d
Add deprecated comment to scaleFactor parameter
2016-12-14 10:18:01 -08:00
Kevin Sawicki
3b259b4243
Add createFromBuffer to planned breaking changes
2016-12-14 10:12:37 -08:00
Kevin Sawicki
25feb9232d
Merge pull request #8143 from poiru/webcontents-before-input-event
...
Add before-input-event event for webContents (fixes #7586 )
2016-12-14 10:05:32 -08:00
Kevin Sawicki
590bde5e14
Remove unused include
2016-12-13 16:00:37 -08:00
Kevin Sawicki
88dac36c91
Move footer link to bottom
2016-12-13 15:58:03 -08:00
Kevin Sawicki
7842040d9d
Add ToV8 converter for NativeWebKeyboardEvent
2016-12-13 15:54:13 -08:00
Kevin Sawicki
3237c6751a
Use DCHECK instead of assert
2016-12-13 15:54:13 -08:00
Kevin Sawicki
7a5ec96d53
Prevent input event from main process
2016-12-13 15:54:13 -08:00
Kevin Sawicki
5ae80d541b
Remove will-navigate spec
2016-12-13 15:54:13 -08:00
Kevin Sawicki
25ac23ab17
Upgrade brightray
2016-12-13 15:54:13 -08:00
Birunthan Mohanathas
a3b65ad481
Add before-input-event event for webContents ( fixes #7586 )
...
Embedding arbitrary web content is problematic when it comes to keyboard
shortcuts because:
* Web content can steal app shortcuts (see e.g. brave/browser-laptop#4408 )
* Blocked web content (e.g. a focused <webview> performing expensive
computation) will also prevent app shortcuts from firing immediately
The new before-input-event event can be used to overcome these issues by
always handle certain keyboard events in the main process.
Note that this requires electron/brightray#261 to compile.
2016-12-13 15:54:13 -08:00
gellert
9d2c9df992
adds empty bitmap test for createFromBuffer
2016-12-14 00:24:57 +01:00
gellert
7ceb8d1ab8
additional tests for createFromBuffer
2016-12-14 00:18:24 +01:00
gellert
a609e52a14
moves bitmap parameters to options object
2016-12-13 21:32:17 +01:00
gellert
39875c90f1
adds bitmap support to createFromBuffer
2016-12-13 21:32:17 +01:00
Kevin Sawicki
3290c6b335
Merge pull request #8201 from electron/docs-lint
...
Remove trailing spaces
2016-12-13 10:43:05 -08:00
Kevin Sawicki
0f93515ede
Remove trailing spaces
2016-12-13 10:42:13 -08:00
Kevin Sawicki
dfc25d0ca5
Merge pull request #8199 from Casimodo/patch-2
...
Create quick-start.md
2016-12-13 08:30:57 -08:00
Kevin Sawicki
db0beb6c36
Merge pull request #8192 from rhysd/patch-1
...
Fixed a broken link in dialog.md [ci skip]
2016-12-13 08:30:28 -08:00
Casimodo
7b240d82fd
Create quick-start.md
2016-12-13 15:50:23 +01:00
Linda_pp
704433f3d6
Fix broken link in dialog.md [ci skip]
2016-12-13 17:48:49 +09:00
Kevin Sawicki
8ae7d01d1a
Merge pull request #8189 from electron/undefined-browser-window-in-dialog
...
Undefined browser causes error in dialog APIs
2016-12-12 16:44:16 -08:00