Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	82856eb099  
						 
						
							
							
								
								
								Merge pull request  #5029  from Mr0grog/5013-add-main-frame-param-for-did-fail-load  
							
							 
							
							... 
							
							
							
							Add `isMainFrame` param to WebContents `did-fail-load` event 
							
						 
						
							2016-04-07 20:22:02 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	7d3f8cb222  
						 
						
							
							
								
								
								Merge pull request  #5009  from deepak1556/context_creation_patch  
							
							 
							
							... 
							
							
							
							browser: create cert verifier when browser context is created 
							
						 
						
							2016-04-07 16:18:55 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	efb0fc2ea5  
						 
						
							
							
								
								
								Merge pull request  #4968  from phamdaniel/exit-events  
							
							 
							
							... 
							
							
							
							Don't emit 'will-quit' when 'app.exit()' is called. 
							
						 
						
							2016-04-07 16:14:35 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	adb112e970  
						 
						
							
							
								
								
								Merge pull request  #5056  from electron/fix-a11y-reader  
							
							 
							
							... 
							
							
							
							Fix NVDA/JAWS support in Electron 
							
						 
						
							2016-04-07 16:11:05 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	548febfa4c  
						 
						
							
							
								
								
								Fix style issues  
							
							 
							
							
							
						 
						
							2016-04-07 15:23:16 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ben Gotow 
								
							 
						 
						
							
							
								
							
							
	e0ee60f290  
						 
						
							
							
								
								
								Fix memory leak  
							
							 
							
							
							
						 
						
							2016-04-07 15:21:07 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ben Gotow 
								
							 
						 
						
							
							
								
							
							
	91457fe739  
						 
						
							
							
								
								
								Support images larger than self.bounds  
							
							 
							
							
							
						 
						
							2016-04-07 15:21:07 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ben Gotow 
								
							 
						 
						
							
							
								
							
							
	f9644463a9  
						 
						
							
							
								
								
								Fix broken template image support in Tray icon  
							
							 
							
							... 
							
							
							
							Between Electron `0.30.x` and `0.37.x`, the tray icon stopped automatically inverting template images when highlighted. NSImageView normally uses the correct color for template images magicaly, but I think the addition of event handlers in the container view prevents the image view from determining highlight state.
This PR switches to drawing the image manually. The `drawRect` function decides whether to use `image` or `alternateImage`(pressed image) and then if that image is marked as a template, it fills it with the same color used for the text before drawing it. 
							
						 
						
							2016-04-07 15:21:07 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	55b8e9aa44  
						 
						
							
							
								
								
								Bump v0.37.5  
							
							 
							
							
							
						 
						
							2016-04-07 10:34:25 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Paul Betts 
								
							 
						 
						
							
							
								
							
							
	6e7aa6d299  
						 
						
							
							
								
								
								Even though this call is probably fast, it can potentially happen a lot, make it _really_ fast  
							
							 
							
							
							
						 
						
							2016-04-06 10:44:39 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Paul Betts 
								
							 
						 
						
							
							
								
							
							
	c474ad0913  
						 
						
							
							
								
								
								Revert "Remove custom WM_GETOBJECT"  
							
							 
							
							... 
							
							
							
							This reverts commit 705001a50e . 
							
						 
						
							2016-04-06 10:16:41 -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  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	fc84c952f2  
						 
						
							
							
								
								
								Update source code for new org  
							
							 
							
							
							
						 
						
							2016-04-04 12:07:22 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	fdb138f79c  
						 
						
							
							
								
								
								Bump v0.37.4  
							
							 
							
							
							
						 
						
							2016-04-03 18:31:23 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									deepak1556 
								
							 
						 
						
							
							
								
							
							
	769ba02b2a  
						 
						
							
							
								
								
								browser: create cert verifier when browser context is created  
							
							 
							
							
							
						 
						
							2016-04-03 10:01:47 +05:30  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	491bf30a15  
						 
						
							
							
								
								
								Window with frame should have white background by default  
							
							 
							
							
							
						 
						
							2016-04-03 12:04:58 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	f94661547c  
						 
						
							
							
								
								
								mac: backgroundColor should not change titlebar color  
							
							 
							
							
							
						 
						
							2016-04-03 11:59:21 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	9828875ebc  
						 
						
							
							
								
								
								Set the background color of RenderViewHost to transparent  
							
							 
							
							
							
						 
						
							2016-04-03 10:42:49 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	1980d85f3e  
						 
						
							
							
								
								
								Fix converting SkColor to NSColor  
							
							 
							
							... 
							
							
							
							Close  #4992 . 
							
						 
						
							2016-04-02 21:18:15 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	cb470cb94b  
						 
						
							
							
								
								
								Use BrowserWindow's backgroundColor as renderer view's background color  
							
							 
							
							
							
						 
						
							2016-04-02 20:46:50 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	ee9128268e  
						 
						
							
							
								
								
								Rename atom.icns to electron.icns  
							
							 
							
							
							
						 
						
							2016-04-01 16:12:12 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	576b54320a  
						 
						
							
							
								
								
								Fix compilation errors on Windows  
							
							 
							
							
							
						 
						
							2016-04-01 16:34:20 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									deepak1556 
								
							 
						 
						
							
							
								
							
							
	e14c91771b  
						 
						
							
							
								
								
								removed redundant delegation  
							
							 
							
							
							
						 
						
							2016-04-01 08:14:29 +05:30  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									deepak1556 
								
							 
						 
						
							
							
								
							
							
	e0fe478ae7  
						 
						
							
							
								
								
								decide early on render initiated window creations  
							
							 
							
							
							
						 
						
							2016-04-01 08:14:29 +05:30  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Robo 
								
							 
						 
						
							
							
								
							
							
	7016fbe258  
						 
						
							
							
								
								
								browser: fix disposition value for new-window event  
							
							 
							
							
							
						 
						
							2016-04-01 08:14:29 +05:30  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	daa09ea9e7  
						 
						
							
							
								
								
								Remove path for nodeIntgration value of 'disable'  
							
							 
							
							
							
						 
						
							2016-03-31 08:33:38 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Daniel Pham 
								
							 
						 
						
							
							
								
							
							
	6e46753499  
						 
						
							
							
								
								
								Don't emit 'will-quit' when 'app.exit()' is called.  Fixes   #4643  
							
							 
							
							
							
						 
						
							2016-03-31 10:18:18 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	293ca4ef55  
						 
						
							
							
								
								
								Merge pull request  #4929  from deepak1556/url_request_fetch_job_patch  
							
							 
							
							... 
							
							
							
							protocol: return status of ReadRawData instead of relying on SetStatus 
							
						 
						
							2016-03-31 19:37:28 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	c220753c60  
						 
						
							
							
								
								
								Merge pull request  #4896  from felixrieseberg/default-protocol-handler  
							
							 
							
							... 
							
							
							
							Enable Electron to set/unset itself as default protocol handler (OS X, Windows) 
							
						 
						
							2016-03-31 10:38:57 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	0e3737423b  
						 
						
							
							
								
								
								Merge pull request  #4843  from jwheare/mac-swipe-events  
							
							 
							
							... 
							
							
							
							OSX: Expose 3-finger swipe events in browser-window 
							
						 
						
							2016-03-31 10:37:27 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Felix Rieseberg 
								
							 
						 
						
							
							
								
							
							
	1231360b2f  
						 
						
							
							
								
								
								⚡  Add API: RemoveAsDefaultProtocolHandler  
							
							 
							
							
							
						 
						
							2016-03-28 15:31:01 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									deepak1556 
								
							 
						 
						
							
							
								
							
							
	73201e419d  
						 
						
							
							
								
								
								protocol: return status of ReadRawData instead of relying on SetStatus  
							
							 
							
							
							
						 
						
							2016-03-28 02:09:56 +05:30  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	e401335ebb  
						 
						
							
							
								
								
								Get rid of the global_env  
							
							 
							
							
							
						 
						
							2016-03-27 19:21:12 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	75f0942057  
						 
						
							
							
								
								
								Bump v0.37.3  
							
							 
							
							
							
						 
						
							2016-03-27 12:16:12 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Felix Rieseberg 
								
							 
						 
						
							
							
								
							
							
	d2567b0381  
						 
						
							
							
								
								
								⚡  Add API: SetASDefaultProtocolHandler  
							
							 
							
							... 
							
							
							
							This PR adds an API enabling Electron to set itself as the default
protocol handler for a custom porotocl on both oS X and Windows.
For details, please see `docs/app.md`.
Closes  #4857  
							
						 
						
							2016-03-23 22:12:17 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									James Wheare 
								
							 
						 
						
							
							
								
							
							
	8482109dea  
						 
						
							
							
								
								
								Switch to a single OS X swipe event with a direction argument  
							
							 
							
							
							
						 
						
							2016-03-23 15:20:11 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	6aa452cda4  
						 
						
							
							
								
								
								Set _setDeprecatedOptionsCheck on exports  
							
							 
							
							
							
						 
						
							2016-03-18 09:06:03 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									James Wheare 
								
							 
						 
						
							
							
								
							
							
	03319a5426  
						 
						
							
							
								
								
								OSX: Capture 3-finger swipe events in NativeWindow  
							
							 
							
							
							
						 
						
							2016-03-18 15:21:19 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	c31882749d  
						 
						
							
							
								
								
								Correct typos in comments  
							
							 
							
							
							
						 
						
							2016-03-17 13:37:08 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	15397bf879  
						 
						
							
							
								
								
								Report deprecated BrowserWindow options  
							
							 
							
							
							
						 
						
							2016-03-17 13:37:07 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	e50ba35871  
						 
						
							
							
								
								
								Merge pull request  #4777  from deepak1556/webview_background_patch  
							
							 
							
							... 
							
							
							
							webview: allow setting background color 
							
						 
						
							2016-03-15 21:12:04 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Robo 
								
							 
						 
						
							
							
								
							
							
	cdc7b8d15e  
						 
						
							
							
								
								
								devtools: fix filesyatem api usage and use prefs to track filesystem paths  
							
							 
							
							
							
						 
						
							2016-03-15 07:51:36 +05:30  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Robo 
								
							 
						 
						
							
							
								
							
							
	fd53a4b24d  
						 
						
							
							
								
								
								modify default background for all render views  
							
							 
							
							
							
						 
						
							2016-03-14 19:26:20 +05:30  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Robo 
								
							 
						 
						
							
							
								
							
							
	f8f3fba433  
						 
						
							
							
								
								
								webview: allow setting background color  
							
							 
							
							
							
						 
						
							2016-03-14 15:01:36 +05:30  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	e92d002eec  
						 
						
							
							
								
								
								Bump v0.37.2  
							
							 
							
							
							
						 
						
							2016-03-14 17:22:09 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	17f97bed30  
						 
						
							
							
								
								
								Merge pull request  #4793  from atom/gtk-dialog-extension  
							
							 
							
							... 
							
							
							
							Add extension to filename automatically for GTK+ save dialog 
							
						 
						
							2016-03-14 17:21:49 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	c2797e1864  
						 
						
							
							
								
								
								Replace extension with the one in filter  
							
							 
							
							
							
						 
						
							2016-03-14 17:08:32 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	81a16b424f  
						 
						
							
							
								
								
								Add extension to filename automatically for GTK+ save dialog  
							
							 
							
							
							
						 
						
							2016-03-14 16:28:01 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	73a5f323e7  
						 
						
							
							
								
								
								Merge pull request  #4788  from deepak1556/find_in_page_patch  
							
							 
							
							... 
							
							
							
							webcontents: provide position of match with found-in-page event 
							
						 
						
							2016-03-14 15:03:38 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	9a13d559e9  
						 
						
							
							
								
								
								Leak the JavascriptEnvironment on exit  
							
							 
							
							... 
							
							
							
							This is to work around the bug that V8 would be waiting for background
tasks to finish on exit, while somehow it waits forever in Electron, more
about this can be found at https://github.com/atom/electron/issues/4767 .
On the other handle there is actually no need to gracefully shutdown V8
on exit in the main process, we already ensured all necessary resources get
cleaned up, and it would make quitting faster. 
							
						 
						
							2016-03-14 13:59:31 +09:00