Felix Rieseberg 
								
							 
						 
						
							
							
								
							
							
	a99cc969b5  
						 
						
							
							
								
								
								📝  Update security docs: will-navigate, new-window ( #13884 )  
							
							
							
						 
						
							2018-07-31 13:40:26 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	
	
	3bdff2d238 
 
						 
						
							
							
								
								
								feat: allow setting window shape ( #13789 )  
							
							... 
							
							
							
							This binds Widget::SetShape, an API that already exists in Chromium (for
Windows and Linux). It's a more reliable method of having some parts of
your window be "click-through" than the current `setIgnoreMouseEvents`
API, which messes around with the `WS_EX_LAYERED` window style on
Windows, causing strange bugs and incompatibility with hardware
acceleration. 
							
						 
						
							2018-07-30 13:37:40 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Lacheze 
								
							 
						 
						
							
							
								
							
							
	2bba11c5b0  
						 
						
							
							
								
								
								docs: warning unicity of webRequest event listener ( #13482 )  
							
							
							
						 
						
							2018-07-30 11:38:59 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Felix Rieseberg 
								
							 
						 
						
							
							
								
							
							
	c2218cc414  
						 
						
							
							
								
								
								📝  First draft: Here be dragons ( #13835 )  
							
							
							
						 
						
							2018-07-30 11:19:23 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Milan Burda 
								
							 
						 
						
							
							
								
							
							
	db38c8b620  
						 
						
							
							
								
								
								Fix process.execPath returning parent process path instead of the helper in sandboxed renderer ( #13839 )  
							
							
							
						 
						
							2018-07-30 11:13:42 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Milan Burda 
								
							 
						 
						
							
							
								
							
							
	aacbd76baa  
						 
						
							
							
								
								
								docs: fix electron.d.ts typings ( #13841 )  
							
							
							
						 
						
							2018-07-30 11:11:23 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	4b3011f3e8  
						 
						
							
							
								
								
								feat: add getUploadProgress API to the net API ( #13783 )  
							
							
							
						 
						
							2018-07-27 07:15:48 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Birunthan Mohanathas 
								
							 
						 
						
							
							
								
							
							
	c8dc2d3730  
						 
						
							
							
								
								
								feat: Add will-resize event to TopLevelWindow ( #13649 )  
							
							... 
							
							
							
							The new `will-resize` event can be used to prevent the resize from
happening before the native window is actually resized. This is in
contrast to the existing the `resize` event, which is sent *after* the
native window has already been resized. For apps with e.g. custom window
snapping logic, the `resize` event is not sufficient because it will
result in flickering between the dragged size and the snapped size.
`will-resize` is only emitted on macOS and Windows. 
							
						 
						
							2018-07-27 18:53:01 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Josh Goldberg 
								
							 
						 
						
							
							
								
							
							
	a11e8654cc  
						 
						
							
							
								
								
								Grammar fix in application-architecture.md ( #13798 )  
							
							
							
						 
						
							2018-07-26 23:14:20 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	0efb5853d6  
						 
						
							
							
								
								
								build: [gn] centralize GN args under build/args/*.gn  
							
							... 
							
							
							
							Devs can still locally override or add settings by adding lines after
the `import` statement in args.gn.
This will help make sure that everyone has a common set of build args,
and will allow us to update everyone's build args in git. 
							
						 
						
							2018-07-25 14:24:45 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	
	
	4822c130a3 
 
						 
						
							
							
								
								
								Merge pull request  #13801  from electron/update-ch-upgrade-docs  
							
							... 
							
							
							
							docs: update an estimate of how much we are behind Chromium 
							
						 
						
							2018-07-25 10:46:03 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Birunthan Mohanathas 
								
							 
						 
						
							
							
								
							
							
	f788143c1a  
						 
						
							
							
								
								
								pr: Update docs  
							
							
							
						 
						
							2018-07-25 10:12:27 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Birunthan Mohanathas 
								
							 
						 
						
							
							
								
							
							
	a42ca9eecc  
						 
						
							
							
								
								
								feat: Add BrowserWindow.setWindowButtonVisibility()  
							
							... 
							
							
							
							Fixes  #12701  and supersedes #13131 .
Ideally we would have added `setTitleBarStyle()`, but that is a
significantly more involved change. For example, consider the case where
we switch from `hidden` to `normal`. We would not only have to show the
traffic light buttons, we would also have to switch the window from a
frameless to a framed window and deal with various other window state.
Lets instead implement a simple solution for #12701 . 
						
							2018-07-25 10:12:27 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Aleksei Kuzmin 
								
							 
						 
						
							
							
								
							
							
	3b2424b4c8  
						 
						
							
							
								
								
								docs: update an estimate of how much we are behind Chromium  
							
							
							
						 
						
							2018-07-25 16:35:17 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	89a9ccab8b  
						 
						
							
							
								
								
								docs: clarify default auto-updater installation behavior ( #12783 )  
							
							... 
							
							
							
							* docs: clarify default auto-updater installation behavior
* remove redundant note 
							
						 
						
							2018-07-25 08:33:53 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Tiago Danin 
								
							 
						 
						
							
							
								
							
							
	1fd6d38a0a  
						 
						
							
							
								
								
								docs: Improved documentation ( #13403 )  
							
							
							
						 
						
							2018-07-20 10:58:19 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	16b66db9c7  
						 
						
							
							
								
								
								build: [gn] working on 32bit windows  
							
							
							
						 
						
							2018-07-19 17:04:44 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Kleinschmidt 
								
							 
						 
						
							
							
								
							
							
	
	
	fc33130aa3 
 
						 
						
							
							
								
								
								Merge pull request  #13672  from brunolemos/patch-1  
							
							... 
							
							
							
							docs: remove known issues from mac app store submission guide 
							
						 
						
							2018-07-18 14:44:50 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	f26880db03  
						 
						
							
							
								
								
								Update docs on semantic requirements for  #13359  ( #13365 )  
							
							
							
						 
						
							2018-07-18 10:41:58 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Kleinschmidt 
								
							 
						 
						
							
							
								
							
							
	
	
	05538aa32c 
 
						 
						
							
							
								
								
								Merge pull request  #13629  from electron/use-dot-env  
							
							... 
							
							
							
							docs: use .env (and .env.example) for tokens used in release 
							
						 
						
							2018-07-17 11:57:42 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	6045d1218a 
 
						 
						
							
							
								
								
								refactor: remove experimentalCanvasFeatures property ( #13684 )  
							
							
							
						 
						
							2018-07-16 13:32:42 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Kleinschmidt 
								
							 
						 
						
							
							
								
							
							
	
	
	cc03213b62 
 
						 
						
							
							
								
								
								Merge pull request  #13664  from electron/tweak-release-docs  
							
							... 
							
							
							
							docs: update release docs from Fri 13 release session 
							
						 
						
							2018-07-16 16:22:30 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	b44e7fb1f1  
						 
						
							
							
								
								
								docs: update second-instance event docs ( #13656 )  
							
							
							
						 
						
							2018-07-16 09:59:44 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Kleinschmidt 
								
							 
						 
						
							
							
								
							
							
	5764d76efa  
						 
						
							
							
								
								
								Fix formatting  
							
							... 
							
							
							
							Add alternate url for security token (depends on whether you are using new or old navigation on VSTS) 
							
						 
						
							2018-07-16 10:39:31 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bruno Lemos 
								
							 
						 
						
							
							
								
							
							
	
	
	f23d6fc107 
 
						 
						
							
							
								
								
								docs: remove known issues from mac app store submission guide  
							
							... 
							
							
							
							not necessary since #10552  
							
						 
						
							2018-07-15 17:45:50 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Kleinschmidt 
								
							 
						 
						
							
							
								
							
							
	87f34ccda4  
						 
						
							
							
								
								
								Update Windows VS2017 requirement ( #13663 )  
							
							
							
						 
						
							2018-07-13 17:43:27 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles Kerr 
								
							 
						 
						
							
							
								
							
							
	3653730cba  
						 
						
							
							
								
								
								Add post-publish 'npm dist-tag ls electron' step  
							
							
							
						 
						
							2018-07-13 16:17:02 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Kleinschmidt 
								
							 
						 
						
							
							
								
							
							
	
	
	6ea0e73b47 
 
						 
						
							
							
								
								
								Merge branch 'master' into use-dot-env  
							
							
							
						 
						
							2018-07-13 16:02:49 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles Kerr 
								
							 
						 
						
							
							
								
							
							
	da92abf964  
						 
						
							
							
								
								
								document ELECTRON_S3_ tokens  
							
							
							
						 
						
							2018-07-13 14:42:36 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles Kerr 
								
							 
						 
						
							
							
								
							
							
	452b5f342c  
						 
						
							
							
								
								
								add note about multiple calls to validateRelease  
							
							
							
						 
						
							2018-07-13 14:17:31 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles Kerr 
								
							 
						 
						
							
							
								
							
							
	02d072ed9d  
						 
						
							
							
								
								
								fix VSTS token generation URL  
							
							
							
						 
						
							2018-07-13 13:47:40 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lxx 
								
							 
						 
						
							
							
								
							
							
	
	
	b7bc16b39a 
 
						 
						
							
							
								
								
								docs: using chrome://flash to get the flash path  
							
							... 
							
							
							
							chrome://about no longer works , so we should use chrome://flash instead. 
							
						 
						
							2018-07-13 22:10:04 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Kleinschmidt 
								
							 
						 
						
							
							
								
							
							
	6b5ccec0c6  
						 
						
							
							
								
								
								chore: Updates for release process ( #13632 )  
							
							... 
							
							
							
							* Fix Appveyor URL
* Update docs to reflect current process
Also added troubleshooting steps. 
							
						 
						
							2018-07-12 07:53:07 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Felix Rieseberg 
								
							 
						 
						
							
							
								
							
							
	deedf6c3f4  
						 
						
							
							
								
								
								feat: Add isCurrentlyAudible() to WebContents ( #13614 )  
							
							... 
							
							
							
							* 🔧  Add isCurrentlyAudible() to WebContents
* ❤️  Implement feedback, use await to wait for event
* 👷  Add missing imports 
							
						 
						
							2018-07-12 21:35:11 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	849cddf4be  
						 
						
							
							
								
								
								update tokens portion of releasing docs  
							
							
							
						 
						
							2018-07-11 11:02:41 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	4f8acb0cdd  
						 
						
							
							
								
								
								docs: add link to Chromium windows debugging docs  
							
							... 
							
							
							
							I found this tidbit in particular helpful: 
```sh
> devenv /debugexe out\Debug\chrome.exe <options to Chromium can go here>
``` 
							
						 
						
							2018-06-27 23:06:30 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	
	
	28d148b475 
 
						 
						
							
							
								
								
								docs: add native_mate to source code directory structure doc ( #13451 )  
							
							
							
						 
						
							2018-06-27 17:46:14 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	f9e2ec43d0 
 
						 
						
							
							
								
								
								fix: deprecate properties in app.getAppMetrics() ( #13446 )  
							
							... 
							
							
							
							* fix: deprecate properties in app.getAppMetrics()
* address feedback from review
* fix deprecated property location
* simplify test 
							
						 
						
							2018-06-26 23:47:01 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	d068ff3afb  
						 
						
							
							
								
								
								fix linting  
							
							
							
						 
						
							2018-06-22 13:43:39 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	57d365a9f4  
						 
						
							
							
								
								
								Update build-instructions-windows.md  
							
							
							
						 
						
							2018-06-21 12:10:33 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Schmidt 
								
							 
						 
						
							
							
								
							
							
	
	
	cdd2bab7d5 
 
						 
						
							
							
								
								
								Fix links to webview.md  
							
							
							
						 
						
							2018-06-21 16:39:07 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									The Moses 
								
							 
						 
						
							
							
								
							
							
	6ecd8077e5  
						 
						
							
							
								
								
								Fix broken link of electron-builder ( #13341 )  
							
							
							
						 
						
							2018-06-20 09:42:46 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	79fbd6bab1  
						 
						
							
							
								
								
								Revert "fix: Drop support for OS X Mavericks (version 10.9)" ( #13333 )  
							
							
							
						 
						
							2018-06-20 07:27:55 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	0802f82356  
						 
						
							
							
								
								
								doc: add CSP examples ( #13167 )  
							
							... 
							
							
							
							* doc: add CSP examples
* Deafult to zero-permissions CSP 
							
						 
						
							2018-06-20 10:36:37 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Kleinschmidt 
								
							 
						 
						
							
							
								
							
							
	
	
	d367b75680 
 
						 
						
							
							
								
								
								Merge pull request  #13296  from electron/miniak/drop-macos-10.9  
							
							... 
							
							
							
							fix: Drop support for OS X Mavericks (version 10.9) 
							
						 
						
							2018-06-19 13:19:24 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Milan Burda 
								
							 
						 
						
							
							
								
							
							
	794fe741e9  
						 
						
							
							
								
								
								fix: Drop support for OS X Mavericks (version 10.9)  
							
							
							
						 
						
							2018-06-19 17:49:27 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									popod 
								
							 
						 
						
							
							
								
							
							
	13f97b4cae  
						 
						
							
							
								
								
								Add Sentry.io to 3rd party hosted solution list for crash reports ( #13281 )  
							
							... 
							
							
							
							* Add Sentry.io to 3rd party hosted solution list for crash reports
* Single link to sentry doc 
							
						 
						
							2018-06-19 10:32:37 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Danny Brown 
								
							 
						 
						
							
							
								
							
							
	dd6c776a19  
						 
						
							
							
								
								
								docs: add note about how to remove a previously set aspect ratio ( #13293 )  
							
							
							
						 
						
							2018-06-19 10:24:42 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	
	
	c58fa02e58 
 
						 
						
							
							
								
								
								Mark browser window affinity as experimental  
							
							
							
						 
						
							2018-06-20 00:33:24 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Heilig Benedek 
								
							 
						 
						
							
							
								
							
							
	60ba2013c4  
						 
						
							
							
								
								
								Re-add dirtyOnly to FrameSubscriber and document API change  
							
							
							
						 
						
							2018-06-19 11:49:44 +10:00