Savely Krasovsky 
								
							 
						 
						
							
							
								
							
							
	
	
	c5ea177b3d 
 
						 
						
							
							
								
								
								feat: add query-session-end and improve session-end events on Windows ( #44598 )  
							
							 
							
							... 
							
							
							
							* feat: add query-session-end event for Windows
* fix: remove debug line
* feat: notify with reason on session-end
* docs: add comments and return params
* docs: add same docs to the BrowserWindow
* fix: add shutdown reason if lParam == 0
* docs: remove 'force' word
* docs: revert multithreading.md change
* docs: add reasons documentation, reason variable renamed to reasons
* docs: improve 'shutdown' reason wording
* docs: reword with 'can be'
* fix: pass reasons by reference
* fix: use newer approach which expose reasons value directly on Event object
* docs: add escaping
* style: linter fixes
* fix: project now should compile
* fix: EmitWithoutEvent method added, EmitWithEvent moved to private again
* docs: typo fix
Co-authored-by: Sam Maddock <samuel.maddock@gmail.com>
* docs: dedicated WindowSessionEndEvent type created
* docs: better wording for session-end event description
Co-authored-by: Will Anderson <will@itsananderson.com>
---------
Co-authored-by: Sam Maddock <samuel.maddock@gmail.com>
Co-authored-by: Will Anderson <will@itsananderson.com> 
							
						 
						
							2024-11-22 11:47:36 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Charles Kerr 
								
							 
						 
						
							
							
								
							
							
	
	
	7cdf1a01b8 
 
						 
						
							
							
								
								
								docs: fix win.setContentView() arg type ( #44478 )  
							
							 
							
							... 
							
							
							
							fix: setContentView type 
							
						 
						
							2024-10-30 15:56:10 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	7ff7160135 
 
						 
						
							
							
								
								
								docs: fix win.getContentView() return type ( #44430 )  
							
							 
							
							... 
							
							
							
							docs: fix win.getContentView() return type 
							
						 
						
							2024-10-29 21:41:44 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Niklas Wenzel 
								
							 
						 
						
							
							
								
							
							
	
	
	72802c374b 
 
						 
						
							
							
								
								
								docs: add section on resource management to base-window.md ( #43610 )  
							
							 
							
							
							
						 
						
							2024-10-15 11:49:54 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	
	
	74af96da16 
 
						 
						
							
							
								
								
								build: update some build dependencies ( #43882 )  
							
							 
							
							... 
							
							
							
							* build: update some build dependencies
* build: fix eslint issues after updating
* build: disable ts check on busted js example
* build: update internal types for stricter event handling
* restore url.parse behavior
* fix typing issues
* sigh
* build: update easy deps
* build: skip woa engines check 
							
						 
						
							2024-09-26 00:12:11 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Piotr Płaczek 
								
							 
						 
						
							
							
								
							
							
	
	
	4d51edc504 
 
						 
						
							
							
								
								
								docs: api history ( #42982 )  
							
							 
							
							... 
							
							
							
							* feat(api-history): api history schema
Reference: f36e0a8483/text/0004-api-history-schema.md 
* feat(api-history): add `lint:api-history` to `package.json`
* docs(api-history): add api history to `styleguide.md`
* docs(api-history): `win.flashFrame(flag)`
* docs(api-history): `new WebContentsView([options])`
* docs(api-history): non-navigation APIs on `WebContents`
* docs(api-history): `nativeImage.toDataURL`
* docs(api-history): `window.flashFrame(bool)`
* docs(api-history): `browser-view.md`
* docs(api-history): `ipcRenderer`
* docs(api-history): `protocol.*Protocol`
* revert: `new WebContentsView([options])`
This reverts commit 0a11efcf57cdf1f061ed4a3272e87f06d2fc7cb0.
* Apply suggestions from code review
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
* fix(api-history): remove incorrect `pr-url`
Reference: https://github.com/electron/electron/pull/42982/files#r1692532877 
* docs(api-history): schema word choice
Co-authored-by: Erick Zhao <erick@hotmail.ca>
Reference: 0b1b6a7cc0 
* docs(api-history): nicer format example in `styleguide.md`
Reference: https://github.com/electron/electron/pull/42982#discussion_r1692539906 
* docs(api-history): Always use double quotes for descriptions
* docs(api-history): `styleguide.md` improvements
* docs(api-history): copy `ipc-renderer.md` change to `context-bridge.md`
* docs(api-history): `styleguide.md` placement
* docs(api-history): add migration guide
* docs(api-history): remove confusing `breaking-changes-header` in `browser-view.md`
Reference: https://github.com/electron/electron/pull/42982/files/7b03c0703d7819add6afd022ec97a55b7a2aa268#r1703444772 
* docs(api-history): move migration guide
Reference: https://github.com/electron/electron/pull/42982#discussion_r1703441001 
* docs(api-history): update `breaking-changer-header`
Reference: https://github.com/electron/electron/pull/43217 
* docs(api-history): deprecate `browser-view.md`
---------
Co-authored-by: David Sanders <dsanders11@ucsbalum.com> 
							
						 
						
							2024-08-19 11:17:10 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	32e5012017 
 
						 
						
							
							
								
								
								feat: enable Windows Control Overlay on Linux ( #41769 )  
							
							 
							
							
							
						 
						
							2024-06-27 14:56:36 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Erick Zhao 
								
							 
						 
						
							
							
								
							
							
	
	
	c3c4173377 
 
						 
						
							
							
								
								
								docs: update formatting for mdx3 compatibility ( #42052 )  
							
							 
							
							... 
							
							
							
							docs: update formatting for mdx3 compat 
							
						 
						
							2024-05-07 19:20:47 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Erick Zhao 
								
							 
						 
						
							
							
								
							
							
	
	
	b9c4b27781 
 
						 
						
							
							
								
								
								docs: backslash escape parametrized TypeScript types ( #41575 )  
							
							 
							
							... 
							
							
							
							* docs: backslash escape parametrized TypeScript types
* missing instances 
							
						 
						
							2024-03-25 11:19:44 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Milan Burda 
								
							 
						 
						
							
							
								
							
							
	
	
	2ea569e0d2 
 
						 
						
							
							
								
								
								docs: fix docs/api/base-window.md ( #41240 )  
							
							 
							
							... 
							
							
							
							* docs: fix docs/api/base-window.md
* Update docs/api/base-window.md
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
---------
Co-authored-by: David Sanders <dsanders11@ucsbalum.com> 
							
						 
						
							2024-02-08 10:13:48 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jeremy Rose 
								
							 
						 
						
							
							
								
							
							
	
	
	15c6014324 
 
						 
						
							
							
								
								
								feat: replace BrowserView with WebContentsView ( #35658 )  
							
							 
							
							
							
						 
						
							2023-12-13 13:01:03 -08:00