Milan Burda 
								
							 
						 
						
							
							
								
							
							
	d63a848011  
						 
						
							
							
								
								
								feat: add activate option to webContents.openDevTools ( #13852 )  
							
							
							
						 
						
							2018-11-27 18:34:44 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robo 
								
							 
						 
						
							
							
								
							
							
	82322968a3  
						 
						
							
							
								
								
								refactor: printing implementation ( #15143 )  
							
							... 
							
							
							
							* refactor: basic printing
* move build files to chromium_src/BUILD.gn
* remove dependency on chrome prerender sources
* spec: move printing specs behind feature flag
* build: register pdf compositor service 
							
						 
						
							2018-11-09 14:42:34 +11:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	746beb0d8b  
						 
						
							
							
								
								
								fix: destroy WebContents synchronously on shutdown ( #15541 )  
							
							
							
						 
						
							2018-11-08 07:57:28 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	
	
	932ffdc1e1 
 
						 
						
							
							
								
								
								test: fix a possible race condition in sendInputEvent test ( #15530 )  
							
							
							
						 
						
							2018-11-01 10:25:46 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andy Dill 
								
							 
						 
						
							
							
								
							
							
	37f2113032  
						 
						
							
							
								
								
								feat: expose setBackgroundThrottling api ( #15104 )  
							
							
							
						 
						
							2018-10-19 11:32:22 +11:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexey Kuzmin 
								
							 
						 
						
							
							
								
							
							
	5788600c46  
						 
						
							
							
								
								
								Revert "FIXME: disable isCurrentlyAudible test to unblock merge" ( #15078 )  
							
							... 
							
							
							
							This reverts commit c8a9a3f63c 
							
						 
						
							2018-10-11 08:26:37 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	c8a9a3f63c  
						 
						
							
							
								
								
								FIXME: disable isCurrentlyAudible test to unblock merge  
							
							
							
						 
						
							2018-10-09 14:39:39 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	b11b4f2235  
						 
						
							
							
								
								
								test: make before-input-event test more robust  
							
							
							
						 
						
							2018-10-04 00:14:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Milan Burda 
								
							 
						 
						
							
							
								
							
							
	3ad3ade828  
						 
						
							
							
								
								
								refactor: add prefer-const to .eslintrc + fix errors ( #14880 )  
							
							
							
						 
						
							2018-10-02 11:56:31 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	b42493e6e6  
						 
						
							
							
								
								
								test: guarantee the order of webview and devtools creation ( #14849 )  
							
							
							
						 
						
							2018-09-28 12:34:57 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	
	
	6be69048e6 
 
						 
						
							
							
								
								
								fix: handle shortcuts by default if no WebPreferences object exists ( #14766 )  
							
							... 
							
							
							
							DevTools webcontents do not have webpreferences
Fixes  #14685  
							
						 
						
							2018-09-28 01:41:09 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Milan Burda 
								
							 
						 
						
							
							
								
							
							
	e22142ef9c  
						 
						
							
							
								
								
								feat: add process.takeHeapSnapshot() / webContents.takeHeapSnapshot() ( #14456 )  
							
							
							
						 
						
							2018-09-18 11:00:31 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	
	
	558fff69e7 
 
						 
						
							
							
								
								
								chore: update to standard 12  
							
							
							
						 
						
							2018-09-14 14:57:01 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nitish Sakhawalkar 
								
							 
						 
						
							
							
								
							
							
	a2ab0d8ebe  
						 
						
							
							
								
								
								fix: notify focus change right away rather not on next tick ( #14453 )  
							
							... 
							
							
							
							* fix: Notify focus change right away, not on next tick
* fix: emit the JS blur/focus events on next tick to avoid race condition
* address feedback from review
* fix: bind deferred Emit() calls to a WeakPtr
This is so that the deferred Emit() calls will be canceled
if the TopLevelWindow is destroyed.
* chore: remove wip/test code cruft
* fix: make linter happy
* Enable disabled tests
* refactor: cleaner impl of EmitEventSoon()
* Revert "Merge branch 'fix-win-focus' of github.com:electron/electron into fix-win-focus"
This reverts commit 90576806eb271d059f0a215c67e9b4b04f7396a4, reversing
changes made to 9c13e47779a3af78fe0970c1f3d6cd040a5354e6.
* Restore 704722c1, which was removed in error.
We apologise again for the fault in the subtitles. Those responsible for sacking the people who have just been sacked have been sacked. 
							
						 
						
							2018-09-07 13:21:58 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robo 
								
							 
						 
						
							
							
								
							
							
	8441d09a18  
						 
						
							
							
								
								
								chore: refactor webContents module isCurrentlyAudible api spec ( #14410 )  
							
							
							
						 
						
							2018-09-05 16:00:05 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Milan Burda 
								
							 
						 
						
							
							
								
							
							
	c63014c256  
						 
						
							
							
								
								
								refactor: use loadFile when appropriate in tests ( #14422 )  
							
							
							
						 
						
							2018-09-04 09:50:53 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	e6e621515f  
						 
						
							
							
								
								
								chore: disable flaky isCurrentlyAudible test ( #13970 )  
							
							
							
						 
						
							2018-08-07 14:23:48 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	
	
	305e3aad40 
 
						 
						
							
							
								
								
								refactor: remove private webContents.getId() API ( #13674 )  
							
							
							
						 
						
							2018-07-23 18:08:36 +09: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 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Aleksei Kuzmin 
								
							 
						 
						
							
							
								
							
							
	03a63a485f  
						 
						
							
							
								
								
								FIXME: Disable some of the focus related tests  
							
							... 
							
							
							
							They all pass localy, so it must be a CI issue. 
							
						 
						
							2018-06-19 11:49:46 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Aleksei Kuzmin 
								
							 
						 
						
							
							
								
							
							
	7e4c0b304b  
						 
						
							
							
								
								
								Enable a few tests  
							
							
							
						 
						
							2018-06-19 11:49:44 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Aleksei Kuzmin 
								
							 
						 
						
							
							
								
							
							
	a45b1a9205  
						 
						
							
							
								
								
								FIXME: Disable a couple of webContents module tests  
							
							
							
						 
						
							2018-06-19 11:49:44 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									deepak1556 
								
							 
						 
						
							
							
								
							
							
	7b47d69efe  
						 
						
							
							
								
								
								Remove did-get-response-details and did-get-redirect-request events  
							
							... 
							
							
							
							https://chromium-review.googlesource.com/c/chromium/src/+/805008 
https://chromium-review.googlesource.com/c/chromium/src/+/786320  
						
							2018-06-19 11:49:41 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nitish Sakhawalkar 
								
							 
						 
						
							
							
								
							
							
	2579071b98  
						 
						
							
							
								
								
								Deprecate did-get-response-details and did-get-redirect-request ( #12615 )  
							
							... 
							
							
							
							* Deprecate webContents events did-get-response-details and did-get-redirect-request.
* Update guest view files
* Update webview tag docs and update specs
* Update deprecate.event function
* Update comment
* Update more
* Update documentation for other deprecated event 
							
						 
						
							2018-04-23 14:46:12 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	97fb15ac49  
						 
						
							
							
								
								
								Enable WebFrame method forwarding in sandboxed renderers ( #12538 )  
							
							... 
							
							
							
							* Enable WebFrame method forwarding in sandboxed renderers
Fixes  #9073 
* Non-change to kick CI 
							
						 
						
							2018-04-12 11:57:40 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	f0d08f4da1  
						 
						
							
							
								
								
								Propagate referrer to new windows ( #12397 )  
							
							... 
							
							
							
							* Propagate referrer to new windows
Fixes  #9205 
* Rearrange -new-window event arguments for backwards-compatibility
* Plumb referrer policy through guest-window-manager
* Document the Referrer structure and its uses
* Add tests for referrer in new windows
* Docs nits 
							
						 
						
							2018-04-05 18:13:24 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robo 
								
							 
						 
						
							
							
								
							
							
	e741bc0577  
						 
						
							
							
								
								
								fix crash when using getWebPreferences api with devtools webContents ( #12254 )  
							
							
							
						 
						
							2018-03-14 11:19:22 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	ea9771702b  
						 
						
							
							
								
								
								spec: setDevToolsWebContents  
							
							
							
						 
						
							2017-12-01 10:35:23 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Felix Rieseberg 
								
							 
						 
						
							
							
								
							
							
	9f0df695ca  
						 
						
							
							
								
								
								🔧  Spec: Fix style issues  
							
							
							
						 
						
							2017-11-23 14:22:58 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew MacDonald 
								
							 
						 
						
							
							
								
							
							
	51f6311f32  
						 
						
							
							
								
								
								Handle the possibility of unexpected logs.  
							
							
							
						 
						
							2017-11-08 00:09:54 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew MacDonald 
								
							 
						 
						
							
							
								
							
							
	e51042f5a1  
						 
						
							
							
								
								
								Add console-message test.  
							
							
							
						 
						
							2017-11-07 23:45:27 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	e4214a6cbe 
 
						 
						
							
							
								
								
								[WIP] Upgrade more specs ( #10945 )  
							
							... 
							
							
							
							Finish upgrading specs to ES6 
							
						 
						
							2017-10-27 16:45:58 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	af329a9429  
						 
						
							
							
								
								
								Suppress the destroy() spec on all platforms  
							
							... 
							
							
							
							It is also crashing on mac, but just not as frequent as other platforms. 
							
						 
						
							2017-09-14 17:20:14 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	cc9771a3d0  
						 
						
							
							
								
								
								Merge pull request  #10307  from liusy182/10240-theme-color-2  
							
							... 
							
							
							
							return null when theme color is transparent or not found 
							
						 
						
							2017-09-11 18:40:35 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	6e6b097968  
						 
						
							
							
								
								
								Revert "Revert "spec: Suppress the test that destroys WebContents in event listener""  
							
							... 
							
							
							
							This reverts commit 210652ed54 
							
						 
						
							2017-08-29 14:19:19 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Siyuan Liu 
								
							 
						 
						
							
							
								
							
							
	eeb2e58ad8  
						 
						
							
							
								
								
								return null when theme color is not found  
							
							
							
						 
						
							2017-08-20 22:48:13 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	210652ed54  
						 
						
							
							
								
								
								Revert "spec: Suppress the test that destroys WebContents in event listener"  
							
							... 
							
							
							
							This reverts commit b315eb83fd 
							
						 
						
							2017-08-07 12:56:48 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	b315eb83fd  
						 
						
							
							
								
								
								spec: Suppress the test that destroys WebContents in event listener  
							
							... 
							
							
							
							It is crashing when Electron is built in Debug mode. 
							
						 
						
							2017-08-02 11:14:06 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	9dd27ba3ec  
						 
						
							
							
								
								
								Add explicit expected value  
							
							
							
						 
						
							2017-06-28 10:21:25 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Birunthan Mohanathas 
								
							 
						 
						
							
							
								
							
							
	f20f87829b  
						 
						
							
							
								
								
								Add webContents.setIgnoreMenuShortcuts()  
							
							... 
							
							
							
							This allows you to disable application menu shortcut handling on a per
web contents basis. 
							
						 
						
							2017-06-26 14:01:17 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	65ab71c894  
						 
						
							
							
								
								
								Assert pid after load finishes  
							
							
							
						 
						
							2017-05-17 17:10:41 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	0ae5f7e623  
						 
						
							
							
								
								
								Assert PID is 0 with no URL  
							
							
							
						 
						
							2017-05-15 13:34:30 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	d79ac8d9c1  
						 
						
							
							
								
								
								Merge pull request  #9222  from alexstrat/add-os-process-id  
							
							... 
							
							
							
							Add OS pid to web-contents 
							
						 
						
							2017-05-15 13:28:47 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Lachèze 
								
							 
						 
						
							
							
								
							
							
	9b776369e6  
						 
						
							
							
								
								
								👕  
							
							
							
						 
						
							2017-05-15 21:00:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Lachèze 
								
							 
						 
						
							
							
								
							
							
	2f297b1893  
						 
						
							
							
								
								
								✅  Add simple spec for getOSProcessId()  
							
							
							
						 
						
							2017-05-15 19:57:19 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									22222 
								
							 
						 
						
							
							
								
							
							
	4044548f3e  
						 
						
							
							
								
								
								Add 'will-prevent-unload' event.  
							
							
							
						 
						
							2017-05-11 06:35:35 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									deepak1556 
								
							 
						 
						
							
							
								
							
							
	e4524ce42e  
						 
						
							
							
								
								
								add spec  
							
							
							
						 
						
							2017-05-01 16:53:55 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	ff5081816f  
						 
						
							
							
								
								
								Remove unneeded done call  
							
							
							
						 
						
							2017-03-09 09:53:01 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Kleinschmidt 
								
							 
						 
						
							
							
								
							
							
	d5a658bbe4  
						 
						
							
							
								
								
								Fixed pass by reference and added spec  
							
							
							
						 
						
							2017-03-08 22:06:26 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									deepak1556 
								
							 
						 
						
							
							
								
							
							
	a57af31b99  
						 
						
							
							
								
								
								add zoom specs based on standard protocols  
							
							
							
						 
						
							2017-02-18 01:41:39 +05:30