gellert [Wed, 21 Dec 2016 22:15:05 +0000 (23:15 +0100)]
use only one if statement
gellert [Tue, 20 Dec 2016 22:43:52 +0000 (23:43 +0100)]
creates offscreen window frameless
Kevin Sawicki [Tue, 20 Dec 2016 17:13:58 +0000 (09:13 -0800)]
Bump v1.4.13
Kevin Sawicki [Tue, 20 Dec 2016 17:13:01 +0000 (09:13 -0800)]
Merge pull request #8240 from electron/fix-structures-link
fix relative link to CertificatePrincipal doc
Kevin Sawicki [Tue, 20 Dec 2016 17:09:39 +0000 (09:09 -0800)]
Merge pull request #8225 from Golasowski/docs-translations-cz
Create Czech translate
Kevin Sawicki [Tue, 20 Dec 2016 17:09:01 +0000 (09:09 -0800)]
Merge pull request #8243 from x-yao/zh-cn-docs
[DOC] Add systemPreferences API Simplified Chinese translation
x-yao [Tue, 20 Dec 2016 09:03:32 +0000 (17:03 +0800)]
[ci skip]add net API Simplified Chinese translation
Zeke Sikelianos [Tue, 20 Dec 2016 04:05:28 +0000 (20:05 -0800)]
Merge pull request #8242 from DustinX/patch-1
Corrected some grammatical errors
longbotao [Tue, 20 Dec 2016 04:03:59 +0000 (12:03 +0800)]
[ci skip]add systemPreferences API Simplified Chinese translation
Zeke Sikelianos [Tue, 20 Dec 2016 04:03:51 +0000 (20:03 -0800)]
Merge pull request #8229 from electron/do-not-recommend-yarn
do not recommend yarn
Dustin [Tue, 20 Dec 2016 03:01:35 +0000 (19:01 -0800)]
Corrected some grammatical errors
Zeke Sikelianos [Mon, 19 Dec 2016 21:49:02 +0000 (13:49 -0800)]
fix relative link to CertificatePrincipal doc
Kevin Sawicki [Mon, 19 Dec 2016 18:48:27 +0000 (10:48 -0800)]
Merge pull request #8238 from electron/doc-links
Link to return class type
Kevin Sawicki [Mon, 19 Dec 2016 17:40:07 +0000 (09:40 -0800)]
Link to return class type
Kevin Sawicki [Mon, 19 Dec 2016 17:22:24 +0000 (09:22 -0800)]
Merge pull request #8235 from x-yao/zh-cn-docs
[DOC]update electron-faq.md in Simplified Chinese docs
longbotao [Mon, 19 Dec 2016 07:01:50 +0000 (15:01 +0800)]
[ci skip]update electron-faq.md in Simplified Chinese docs and fix a little words
Zeke Sikelianos [Sun, 18 Dec 2016 04:35:06 +0000 (20:35 -0800)]
do not recommend yarn
O.G.olasowski [Sat, 17 Dec 2016 00:31:37 +0000 (00:31 +0000)]
Create README.md
Kevin Sawicki [Thu, 15 Dec 2016 16:31:12 +0000 (08:31 -0800)]
Merge pull request #8134 from deepak1556/empty_client_certificate_patch
app: select-client-certificate event callback can accept certificate optionally
Kevin Sawicki [Wed, 14 Dec 2016 21:24:45 +0000 (13:24 -0800)]
Merge pull request #8175 from gerhardberger/createfrombuffer-bitmap
Add bitmap support to nativeImage.createFromBuffer
Kevin Sawicki [Wed, 14 Dec 2016 18:19:38 +0000 (10:19 -0800)]
Move details next to params
Kevin Sawicki [Wed, 14 Dec 2016 18:18:01 +0000 (10:18 -0800)]
Add deprecated comment to scaleFactor parameter
Kevin Sawicki [Wed, 14 Dec 2016 18:12:37 +0000 (10:12 -0800)]
Add createFromBuffer to planned breaking changes
Kevin Sawicki [Wed, 14 Dec 2016 18:05:32 +0000 (10:05 -0800)]
Merge pull request #8143 from poiru/webcontents-before-input-event
Add before-input-event event for webContents (fixes #7586)
Kevin Sawicki [Wed, 14 Dec 2016 00:00:37 +0000 (16:00 -0800)]
Remove unused include
Kevin Sawicki [Tue, 13 Dec 2016 23:58:03 +0000 (15:58 -0800)]
Move footer link to bottom
Kevin Sawicki [Tue, 13 Dec 2016 23:52:37 +0000 (15:52 -0800)]
Add ToV8 converter for NativeWebKeyboardEvent
Kevin Sawicki [Tue, 13 Dec 2016 23:31:02 +0000 (15:31 -0800)]
Use DCHECK instead of assert
Kevin Sawicki [Tue, 13 Dec 2016 23:19:15 +0000 (15:19 -0800)]
Prevent input event from main process
Kevin Sawicki [Tue, 13 Dec 2016 23:00:36 +0000 (15:00 -0800)]
Remove will-navigate spec
Kevin Sawicki [Tue, 13 Dec 2016 22:51:32 +0000 (14:51 -0800)]
Upgrade brightray
Birunthan Mohanathas [Tue, 6 Dec 2016 22:41:18 +0000 (14:41 -0800)]
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.
gellert [Tue, 13 Dec 2016 23:24:57 +0000 (00:24 +0100)]
adds empty bitmap test for createFromBuffer
gellert [Tue, 13 Dec 2016 23:18:24 +0000 (00:18 +0100)]
additional tests for createFromBuffer
gellert [Tue, 13 Dec 2016 20:30:45 +0000 (21:30 +0100)]
moves bitmap parameters to options object
gellert [Fri, 9 Dec 2016 23:12:36 +0000 (00:12 +0100)]
adds bitmap support to createFromBuffer
Kevin Sawicki [Tue, 13 Dec 2016 18:43:05 +0000 (10:43 -0800)]
Merge pull request #8201 from electron/docs-lint
Remove trailing spaces
Kevin Sawicki [Tue, 13 Dec 2016 18:42:13 +0000 (10:42 -0800)]
Remove trailing spaces
Kevin Sawicki [Tue, 13 Dec 2016 16:30:57 +0000 (08:30 -0800)]
Merge pull request #8199 from Casimodo/patch-2
Create quick-start.md
Kevin Sawicki [Tue, 13 Dec 2016 16:30:28 +0000 (08:30 -0800)]
Merge pull request #8192 from rhysd/patch-1
Fixed a broken link in dialog.md [ci skip]
Casimodo [Tue, 13 Dec 2016 14:50:23 +0000 (15:50 +0100)]
Create quick-start.md
Linda_pp [Tue, 13 Dec 2016 08:42:47 +0000 (17:42 +0900)]
Fix broken link in dialog.md [ci skip]
Kevin Sawicki [Tue, 13 Dec 2016 00:44:16 +0000 (16:44 -0800)]
Merge pull request #8189 from electron/undefined-browser-window-in-dialog
Undefined browser causes error in dialog APIs
Kevin Sawicki [Tue, 13 Dec 2016 00:25:56 +0000 (16:25 -0800)]
Use != null to handle undefined
Kevin Sawicki [Tue, 13 Dec 2016 00:25:08 +0000 (16:25 -0800)]
Test with some null/undefined windows
Kevin Sawicki [Mon, 12 Dec 2016 21:52:17 +0000 (13:52 -0800)]
Merge pull request #8187 from electron/optional-buttons
Allow buttons to be optional in 'showMessageBox'
Kevin Sawicki [Mon, 12 Dec 2016 21:50:42 +0000 (13:50 -0800)]
Merge pull request #8159 from seanchas116/devtools
Record JavaScript calls in DevTools timeline on Node/ipc callback
Kevin Sawicki [Mon, 12 Dec 2016 21:49:58 +0000 (13:49 -0800)]
Use trace event with zero args
Kevin Sawicki [Mon, 12 Dec 2016 21:34:24 +0000 (13:34 -0800)]
Merge pull request #8137 from deepak1556/media_device_id_patch
session: reset media device id salt when cookies are cleared
Kevin Sawicki [Mon, 12 Dec 2016 21:33:14 +0000 (13:33 -0800)]
Make deviceIds const
Kevin Sawicki [Mon, 12 Dec 2016 21:32:27 +0000 (13:32 -0800)]
Catch any close window errors
Kevin Sawicki [Mon, 12 Dec 2016 21:12:45 +0000 (13:12 -0800)]
Upgrade brightray for media device salt fix
Kevin Sawicki [Mon, 12 Dec 2016 21:07:14 +0000 (13:07 -0800)]
Merge pull request #8085 from deepak1556/protocol_http_session_patch
protocol: support custom session with interceptHttpProtocol
Kevin Sawicki [Mon, 12 Dec 2016 20:52:28 +0000 (12:52 -0800)]
Merge pull request #7947 from beakerbrowser/register-standard-secure-schemes
Add {secure:} opt to protocol.registerStandardSchemes
Kevin Sawicki [Mon, 12 Dec 2016 20:45:57 +0000 (12:45 -0800)]
Remove linter errors
Kevin Sawicki [Mon, 12 Dec 2016 20:42:30 +0000 (12:42 -0800)]
Remove unneeded empty checks
Paul Frazee [Mon, 12 Dec 2016 18:59:06 +0000 (12:59 -0600)]
removed unused iostream include
Paul Frazee [Sun, 11 Dec 2016 21:26:39 +0000 (15:26 -0600)]
remove unneeded deprecations couts
Paul Frazee [Wed, 16 Nov 2016 14:41:06 +0000 (08:41 -0600)]
fix documentation for planned breaking changes
Paul Frazee [Mon, 14 Nov 2016 18:44:22 +0000 (12:44 -0600)]
log deprecation notices for webframe
Paul Frazee [Mon, 14 Nov 2016 18:33:30 +0000 (12:33 -0600)]
add deprecation notices to webframe
Paul Frazee [Mon, 14 Nov 2016 16:20:04 +0000 (10:20 -0600)]
finish implementation of {secure:true} opt on protocol.registerStandardScehesm, and add working test
Paul Frazee [Fri, 11 Nov 2016 19:10:54 +0000 (13:10 -0600)]
add {secure:} opt to protocol.registerStandardSchemes
Daniel Pham [Mon, 12 Dec 2016 18:05:01 +0000 (13:05 -0500)]
:bug: Allow buttons to be optional in 'showMessageBox'
Kevin Sawicki [Mon, 12 Dec 2016 18:06:28 +0000 (10:06 -0800)]
Merge pull request #8186 from devjin0617/devjin0617-docs-browser-window-proxy
[Docs] Add translations of broswer-window-proxy in korean docs
Kevin Sawicki [Mon, 12 Dec 2016 18:05:47 +0000 (10:05 -0800)]
Merge pull request #8167 from seanchas116/fix-modal-corner
:apple: Make sure no round corners for modal windows
Kevin Sawicki [Mon, 12 Dec 2016 17:39:08 +0000 (09:39 -0800)]
Merge pull request #8156 from sindresorhus/remove-dock-window-level
:apple: Document that the `dock` window level is deprecated
Kevin Sawicki [Mon, 12 Dec 2016 17:29:27 +0000 (09:29 -0800)]
Merge pull request #8178 from lgeiger/native-modules-prebuild
Add instructions for native modules using prebuild
Kevin Sawicki [Mon, 12 Dec 2016 17:28:46 +0000 (09:28 -0800)]
Merge pull request #8177 from Geo1088/patch-1
[Docs] Fix list item number rendering in distribution tutorial
Kevin Sawicki [Mon, 12 Dec 2016 17:26:52 +0000 (09:26 -0800)]
Merge pull request #8165 from geoff-addepar/geoff/fix-sandbox-printing
Fix printing with the sandbox enabled
cheongjin.kim [Mon, 12 Dec 2016 15:11:16 +0000 (00:11 +0900)]
Add translations of broswer-window-proxy in korean docs
Lukas Geiger [Sat, 10 Dec 2016 19:23:33 +0000 (20:23 +0100)]
:memo: Add instructions for native modules using prebuild
George [Sat, 10 Dec 2016 16:14:10 +0000 (11:14 -0500)]
Indent tree structure to fix Markdown list number rendering
Kevin Sawicki [Sat, 10 Dec 2016 03:25:32 +0000 (19:25 -0800)]
Bump v1.4.12
Kevin Sawicki [Sat, 10 Dec 2016 03:24:59 +0000 (19:24 -0800)]
Merge pull request #8176 from electron/upgrade-libcc-for-ct-timebomb-patch
Upgrade libcc for CT timebomb patch
Kevin Sawicki [Fri, 9 Dec 2016 18:47:09 +0000 (10:47 -0800)]
Upgrade libcc for CT timebomb patch
Kevin Sawicki [Fri, 9 Dec 2016 18:08:02 +0000 (10:08 -0800)]
Merge pull request #8107 from deepak1556/clear_auth_cache_patch
session: add api to clear http auth cache
Kevin Sawicki [Fri, 9 Dec 2016 18:07:04 +0000 (10:07 -0800)]
Throw error when options object is invalid
deepak1556 [Thu, 1 Dec 2016 12:40:02 +0000 (18:10 +0530)]
fix spec
deepak1556 [Wed, 30 Nov 2016 20:29:03 +0000 (01:59 +0530)]
add docs
deepak1556 [Wed, 30 Nov 2016 20:02:17 +0000 (01:32 +0530)]
add spec
deepak1556 [Wed, 30 Nov 2016 20:01:32 +0000 (01:31 +0530)]
net: add api to set request flags for testing
deepak1556 [Wed, 30 Nov 2016 16:35:15 +0000 (22:05 +0530)]
session: api to clear auth cache
Kevin Sawicki [Fri, 9 Dec 2016 17:39:14 +0000 (09:39 -0800)]
Merge pull request #8061 from deepak1556/resume_download_api
session: api to resume canceled downloads from previous session
Kevin Sawicki [Fri, 9 Dec 2016 17:36:44 +0000 (09:36 -0800)]
Fix issue where actual/expected was same variable
deepak1556 [Wed, 7 Dec 2016 07:28:53 +0000 (12:58 +0530)]
fix code style
deepak1556 [Thu, 24 Nov 2016 15:16:39 +0000 (20:46 +0530)]
add spec
deepak1556 [Wed, 23 Nov 2016 08:35:26 +0000 (14:05 +0530)]
add docs
deepak1556 [Fri, 18 Nov 2016 10:43:43 +0000 (16:13 +0530)]
session: add api to create interrupted downloads
Sindre Sorhus [Tue, 6 Dec 2016 21:48:40 +0000 (22:48 +0100)]
:apple: Remove deprecated `dock` window level
According to the Apple docs, the `NSDockWindowLevel` constant is deprecated: https://developer.apple.com/reference/appkit/nsdockwindowlevel?language=objc
Ryohei Ikegami [Thu, 8 Dec 2016 03:12:53 +0000 (12:12 +0900)]
:apple: Make sure no round corners for modal windows
Geoff Lywood [Thu, 8 Dec 2016 01:33:28 +0000 (17:33 -0800)]
Fix printing with the sandbox enabled
Closes #7984
Kevin Sawicki [Wed, 7 Dec 2016 18:29:42 +0000 (10:29 -0800)]
Merge pull request #8155 from salomvary/explain-macos-modal-sheet
Clarify modal windows being sheets on macOS
Kevin Sawicki [Wed, 7 Dec 2016 18:28:34 +0000 (10:28 -0800)]
Merge pull request #8158 from jdfwarrior/master
Add detail for the browserWindow argument in dialog docs
Kevin Sawicki [Wed, 7 Dec 2016 18:28:00 +0000 (10:28 -0800)]
Merge pull request #8157 from electron/post-data-example
Add simple postData example to docs
Kevin Sawicki [Wed, 7 Dec 2016 00:10:30 +0000 (16:10 -0800)]
Bump v1.4.11
Ryohei Ikegami [Wed, 7 Dec 2016 11:22:08 +0000 (20:22 +0900)]
Record JavaScript calls in DevTools timeline on Node/ipc callback
deepak1556 [Sun, 27 Nov 2016 19:10:06 +0000 (00:40 +0530)]
URLRequestFetchJob should report start error
deepak1556 [Sun, 27 Nov 2016 19:07:50 +0000 (00:37 +0530)]
protocol: support custom session with interceptHttpProtocol
deepak1556 [Wed, 7 Dec 2016 10:03:56 +0000 (15:33 +0530)]
fix code style