Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	8ac93e02c6  
						 
						
							
							
								
								
								Merge pull request  #5616  from electron/inherit-zoom  
							
							... 
							
							
							
							Inherit zoomFactor in webview 
							
						 
						
							2016-05-20 00:27:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	cc7395eea8  
						 
						
							
							
								
								
								Remove returns from event listeners  
							
							
							
						 
						
							2016-05-19 15:28:08 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	4754e4aabb  
						 
						
							
							
								
								
								Add zoomFactor to guest params  
							
							
							
						 
						
							2016-05-19 14:32:16 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	fef2f789cd  
						 
						
							
							
								
								
								🎨  
							
							
							
						 
						
							2016-05-19 14:30:53 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bruno Queiros 
								
							 
						 
						
							
							
								
							
							
	046cb0df8d  
						 
						
							
							
								
								
								🎨  Use the same stack trace for both cases  
							
							
							
						 
						
							2016-05-18 19:02:42 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bruno Queiros 
								
							 
						 
						
							
							
								
							
							
	06e3e65c1b  
						 
						
							
							
								
								
								🎨  Improve error message  
							
							
							
						 
						
							2016-05-18 11:00:08 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	87c10b3ac2  
						 
						
							
							
								
								
								Make non-public module accesible via remote  
							
							
							
						 
						
							2016-05-18 13:57:48 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	c1399f9bdc  
						 
						
							
							
								
								
								Disable webview when nodeIntegration is off  
							
							
							
						 
						
							2016-05-17 16:51:06 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	49ac160ff7  
						 
						
							
							
								
								
								Move createIDWeakMap to v8Util  
							
							
							
						 
						
							2016-05-11 19:30:06 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	04d59991b0  
						 
						
							
							
								
								
								Use create function instead of IDWeakMap constructor  
							
							
							
						 
						
							2016-05-11 16:15:32 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	2ce4237083  
						 
						
							
							
								
								
								Remove hideInternalModules API  
							
							
							
						 
						
							2016-05-06 10:12:54 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	d988cae16d  
						 
						
							
							
								
								
								Remove deprecated ipc module  
							
							
							
						 
						
							2016-05-06 10:12:53 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	0342db9328  
						 
						
							
							
								
								
								Remove hyphenated options  
							
							
							
						 
						
							2016-05-06 10:12:53 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	dae68be2ce  
						 
						
							
							
								
								
								Remove deprecated APIs  
							
							
							
						 
						
							2016-05-06 10:12:53 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	06cf0406fe  
						 
						
							
							
								
								
								Dereference remote objects with native code  
							
							... 
							
							
							
							Previously we rely on the v8util.setDestructor to dereference the remote
objects in JavaScript, however as documented in V8, it is forbidden to
call V8 APIs in object's destructor (e.g. the weak callback), and doing
so would result in crashs.
This commit removes the JavaScript setDestructor method, and avoids
doing the dereference work with V8. 
							
						 
						
							2016-04-26 16:16:22 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	aa29dc0c8a  
						 
						
							
							
								
								
								Merge pull request  #5199  from Mr0grog/5183-disambiguate-loading-from-main-frame-loading  
							
							... 
							
							
							
							Add `isLoadingMainFrame()` to WebContents 
							
						 
						
							2016-04-20 20:49:56 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	ff1b7d18f6  
						 
						
							
							
								
								
								Cleanup the code determining value's type  
							
							
							
						 
						
							2016-04-20 14:26:49 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rob Brackett 
								
							 
						 
						
							
							
								
							
							
	64a84dee3b  
						 
						
							
							
								
								
								Add isLoadingMainFrame method to WebContents.  
							
							... 
							
							
							
							Also switch `webContents.executeJavaScript` to check it instead of `isLoading`.
There doesn’t seem to be a reasonable public way to get this information out of Chromium, so it’s synthesized here based on WebContentsObserver callbacks.
Fixes  #5183 . 
							
						 
						
							2016-04-18 10:37:08 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	31eb793fb0  
						 
						
							
							
								
								
								Avoid adding a new option to webPreferences  
							
							
							
						 
						
							2016-04-14 10:50:07 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	8f0e594007  
						 
						
							
							
								
								
								Fix lint warnings  
							
							
							
						 
						
							2016-04-13 23:10:31 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	43c44da50b  
						 
						
							
							
								
								
								Correctly set initial visibilityState  
							
							
							
						 
						
							2016-04-13 23:07:28 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	07a4c52919  
						 
						
							
							
								
								
								Reduces the IPC messages used for visibilityState  
							
							
							
						 
						
							2016-04-13 21:36:43 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rob Brackett 
								
							 
						 
						
							
							
								
							
							
	15b042b5f6  
						 
						
							
							
								
								
								Add support/tests for did-get-response-details event on <WebView>  
							
							
							
						 
						
							2016-04-08 12:55:20 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	8d8d5878a3  
						 
						
							
							
								
								
								Rename ATOM_ ipc event prefix to ELECTRON_  
							
							
							
						 
						
							2016-04-07 09:04:55 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rob Brackett 
								
							 
						 
						
							
							
								
							
							
	f12f87d6f0  
						 
						
							
							
								
								
								Add isMainFrame as last argument to WebContents did-fail-load event.  
							
							... 
							
							
							
							Fixes  #5013 . 
						
							2016-04-04 19:26:06 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	39d2b95a33  
						 
						
							
							
								
								
								Reference the remote object in its prototype chain's methods  
							
							
							
						 
						
							2016-04-01 15:46:01 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	4ebb01f8c9  
						 
						
							
							
								
								
								Remote object's members should reference itself  
							
							
							
						 
						
							2016-04-01 15:26:30 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robo 
								
							 
						 
						
							
							
								
							
							
	7016fbe258  
						 
						
							
							
								
								
								browser: fix disposition value for new-window event  
							
							
							
						 
						
							2016-04-01 08:14:29 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	7353fb4296  
						 
						
							
							
								
								
								Merge pull request  #4955  from atom/remove-node-integration-disable-path  
							
							... 
							
							
							
							Remove path for nodeIntegration value of 'disable' 
							
						 
						
							2016-04-01 11:14:30 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	f033f259b4  
						 
						
							
							
								
								
								Only check for nodeIntegration being true  
							
							
							
						 
						
							2016-03-31 08:33:38 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	252121ac70  
						 
						
							
							
								
								
								give anonymous function a name  
							
							
							
						 
						
							2016-03-30 17:00:35 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	9efd29d059  
						 
						
							
							
								
								
								fix a minor style issue  
							
							
							
						 
						
							2016-03-30 17:00:35 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	d5e8bb7f12  
						 
						
							
							
								
								
								derp  
							
							
							
						 
						
							2016-03-30 17:00:35 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	7c58f7fb02  
						 
						
							
							
								
								
								eradicate all per-file eslint globals  
							
							
							
						 
						
							2016-03-30 17:00:34 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	47a61e9f27  
						 
						
							
							
								
								
								use window.location instead of location  
							
							
							
						 
						
							2016-03-30 17:00:34 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	4e2f1311e0  
						 
						
							
							
								
								
								replace __proto__ with Object.setPrototype  
							
							
							
						 
						
							2016-03-30 17:00:33 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	e6698102c9  
						 
						
							
							
								
								
								standardize by hand  
							
							
							
						 
						
							2016-03-30 17:00:33 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	cfdfdc8ccc  
						 
						
							
							
								
								
								standardize by hand  
							
							
							
						 
						
							2016-03-30 17:00:33 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	fd0f9519f1  
						 
						
							
							
								
								
								remove useless constructors  
							
							
							
						 
						
							2016-03-30 17:00:33 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	c4b6cf4a8e  
						 
						
							
							
								
								
								do more manual cleanup and specify globals  
							
							
							
						 
						
							2016-03-30 17:00:32 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	3855a774ab  
						 
						
							
							
								
								
								autoformat more easy files  
							
							
							
						 
						
							2016-03-30 17:00:31 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	ad67070f23  
						 
						
							
							
								
								
								Merge pull request  #4861  from OctoHuman/master  
							
							... 
							
							
							
							Fix alert() 
							
						 
						
							2016-03-30 12:40:41 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	2d32956903  
						 
						
							
							
								
								
								Destructure objects  
							
							
							
						 
						
							2016-03-22 13:11:42 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	cbfe8b9228  
						 
						
							
							
								
								
								Add minWidth and maxWidth to ints array  
							
							
							
						 
						
							2016-03-21 09:12:47 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									OctoHuman 
								
							 
						 
						
							
							
								
							
							
	116d61185a  
						 
						
							
							
								
								
								Refix alert()  
							
							
							
						 
						
							2016-03-20 03:40:12 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									OctoHuman 
								
							 
						 
						
							
							
								
							
							
	9f6541228d  
						 
						
							
							
								
								
								Fix alert()  
							
							
							
						 
						
							2016-03-20 02:09:30 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	a53c7529c1  
						 
						
							
							
								
								
								Remove unneeded slice call  
							
							
							
						 
						
							2016-03-18 11:54:34 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	8889c29866  
						 
						
							
							
								
								
								Use rest parameters  
							
							
							
						 
						
							2016-03-18 11:51:02 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	90d815ce6c  
						 
						
							
							
								
								
								Add todo about removing hyphenated options  
							
							
							
						 
						
							2016-03-17 13:37:08 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	3e7501579f  
						 
						
							
							
								
								
								Add camel case versions to ints array  
							
							
							
						 
						
							2016-03-17 13:37:08 -07:00