Charles Kerr 
								
							 
						 
						
							
							
								
							
							
	
	
	05f4860889 
 
						 
						
							
							
								
								
								fix: power observer dbus crash ( #15030 )  
							
							... 
							
							
							
							* fix: check dbus response for nullptr before using
* chore: use BindOnce for ProxyObject::CallMethod cb
* chore: comment out name of unused argument
* fix: re-enable and fix linux power monitor tests
* fix: change tyop from code comments
* refactor: don't keep unnecessary dbus pointer
* chore: remove the 'TODO: fix this' spec comment 
							
						 
						
							2018-10-09 00:32:19 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles Kerr 
								
							 
						 
						
							
							
								
							
							
	
	
	d663b4eaee 
 
						 
						
							
							
								
								
								fix: fix gn cpplint warnings ( #14583 )  
							
							... 
							
							
							
							* chore: fix cpplint 'include_what_you_use' warnings
Typically by including <memory>, <utility> etc.
* chore: fix 'static/global string constant' warning
Use C style strings instead of std::string.
Style guide forbids non-trivial static / global variables. https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables 
/home/charles/electron/electron-gn/src/electron/script/cpplint.js
* refactor: remove global string variables.
Fix 'global string variables are not permitted' linter warnings
by using the base::NoDestructor<> wrapper to make it explicit that
these variables are never destroyed.
The style guide's take on globals with nontrivial destructors:
https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables 
* fix: initializer error introduced in last commit
* fix: remove WIP file that was included by accident
* fix: include order
* fix: include order
* fix: include order
* fix: include order, again 
							
						 
						
							2018-09-12 19:25:56 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Milan Burda 
								
							 
						 
						
							
							
								
							
							
	2337237d58  
						 
						
							
							
								
								
								Refactoring: use C++11 class member variable initialization  
							
							
							
						 
						
							2018-05-22 00:18:38 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	da0fd10423  
						 
						
							
							
								
								
								refactor: chromium-style warnings in linux code ( #12949 )  
							
							
							
						 
						
							2018-05-16 14:12:45 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	
	
	73eb5af2cc 
 
						 
						
							
							
								
								
								refactor: remove unnecessary std::moves in linux code ( #12951 )  
							
							... 
							
							
							
							The compiler was complaining that the move was preventing copy elision. 
							
						 
						
							2018-05-15 14:33:47 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	c6f4bbd143 
 
						 
						
							
							
								
								
								also format missing .cc files  
							
							
							
						 
						
							2018-04-18 20:48:45 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	
	
	42fa018277 
 
						 
						
							
							
								
								
								Merge pull request  #11492  from timmyhadwen/master  
							
							... 
							
							
							
							Fixed Bluetooth chooser bug. Closes  #11399  
							
						 
						
							2018-02-05 20:44:42 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	983e1b1a70  
						 
						
							
							
								
								
								Implement shutdown event for macOS  
							
							
							
						 
						
							2018-02-05 16:20:57 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	109e2c760f  
						 
						
							
							
								
								
								Do not use virtual function to request shutdown  
							
							... 
							
							
							
							Would make it easier to port to other platforms. 
							
						 
						
							2018-02-05 15:50:55 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	8ae3d9dd0b  
						 
						
							
							
								
								
								Simplify the public PowerObserver interface  
							
							
							
						 
						
							2018-02-05 15:28:58 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thiago de Arruda 
								
							 
						 
						
							
							
								
							
							
	e0e7dd2a8f  
						 
						
							
							
								
								
								fixup! Implement powerMonitor 'shutdown' event for Linux.  
							
							
							
						 
						
							2018-02-05 15:21:31 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thiago de Arruda 
								
							 
						 
						
							
							
								
							
							
	f0e210360f  
						 
						
							
							
								
								
								fixup! Implement powerMonitor 'shutdown' event for Linux  
							
							
							
						 
						
							2018-02-05 15:21:31 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thiago de Arruda 
								
							 
						 
						
							
							
								
							
							
	45763c0afb  
						 
						
							
							
								
								
								fixup! Implement powerMonitor 'shutdown' event for Linux  
							
							
							
						 
						
							2018-02-05 15:21:31 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thiago de Arruda 
								
							 
						 
						
							
							
								
							
							
	56b53e71aa  
						 
						
							
							
								
								
								Implement powerMonitor 'shutdown' event for Linux.  
							
							... 
							
							
							
							The event is emitted when the OS is rebooting/shutting down, and allows
an electron app to call `e.preventDefault()` in order to delay shutdown
and exit cleanly. 
							
						 
						
							2018-02-05 15:21:31 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									timmyhadwen 
								
							 
						 
						
							
							
								
							
							
	a6bab71215  
						 
						
							
							
								
								
								Fixed BT bug  
							
							
							
						 
						
							2017-12-18 20:46:06 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thiago de Arruda 
								
							 
						 
						
							
							
								
							
							
	897712359f  
						 
						
							
							
								
								
								Implement powerMonitor "suspend"/"resume" events for Linux.  
							
							
							
						 
						
							2017-12-05 08:12:44 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Aleksei Kuzmin 
								
							 
						 
						
							
							
								
							
							
	48821a6d2a  
						 
						
							
							
								
								
								Fix compilation  
							
							
							
						 
						
							2017-08-15 16:19:21 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	497f5a1199  
						 
						
							
							
								
								
								Update files for Chrome 54 API changes  
							
							
							
						 
						
							2017-01-19 09:05:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									deepak1556 
								
							 
						 
						
							
							
								
							
							
	de4bff003f  
						 
						
							
							
								
								
								fix header paths and comments  
							
							
							
						 
						
							2016-06-01 11:44:29 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									deepak1556 
								
							 
						 
						
							
							
								
							
							
	db4dc4757a  
						 
						
							
							
								
								
								move bluetooth_chooser to atom/browser/lib  
							
							
							
						 
						
							2016-06-01 11:43:39 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	70aa9b06ee  
						 
						
							
							
								
								
								Move JavaScript to root lib/ folder  
							
							
							
						 
						
							2016-03-08 11:14:21 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	fe9e026f9e  
						 
						
							
							
								
								
								getObjectMemebers -> getObjectMembers  
							
							
							
						 
						
							2016-03-04 15:57:21 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robo 
								
							 
						 
						
							
							
								
							
							
	1235907835  
						 
						
							
							
								
								
								run webframe methods for webview in its context  
							
							
							
						 
						
							2016-02-26 05:14:45 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	6753fcc1b4  
						 
						
							
							
								
								
								Get rid of the ATOM_BROWSER_RELEASE_RENDER_VIEW event  
							
							
							
						 
						
							2016-02-22 15:24:19 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	593a79ce20  
						 
						
							
							
								
								
								Separate renderer functions by renderer process ID  
							
							... 
							
							
							
							Close  #4324 . 
						
							2016-02-22 15:24:18 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	d4c954870a  
						 
						
							
							
								
								
								Remove a few CoffeeScript generated junks  
							
							
							
						 
						
							2016-02-22 15:24:18 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	59d6e7d6ef  
						 
						
							
							
								
								
								ObjectsRegistry no longer needs to send events  
							
							
							
						 
						
							2016-02-22 15:24:18 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	2b04af4349  
						 
						
							
							
								
								
								No longer need to count the references in webContents  
							
							... 
							
							
							
							All remote objects are now cached in renderer process, so there is
always only one reference to one remote object for each webContents. 
							
						 
						
							2016-02-22 15:24:18 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	c65cfadd09  
						 
						
							
							
								
								
								v8Util.createObjectWithName is no longer used  
							
							
							
						 
						
							2016-02-22 13:05:58 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	67324ce732  
						 
						
							
							
								
								
								Keep the prototype chain in remote objects  
							
							
							
						 
						
							2016-02-22 12:35:51 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	7810f4293f  
						 
						
							
							
								
								
								Merge pull request  #4447  from KevinMartin/patch-3  
							
							... 
							
							
							
							Add ability to specify v8 flags in package.json 
							
						 
						
							2016-02-17 10:42:29 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Jose Martin 
								
							 
						 
						
							
							
								
							
							
	ee0cac7d54  
						 
						
							
							
								
								
								Remove command line switches, add v8 flags  
							
							
							
						 
						
							2016-02-16 21:23:13 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	61a9316f67  
						 
						
							
							
								
								
								Merge pull request  #4496  from cesine/update/deps  
							
							... 
							
							
							
							fix dependencies badge  which shows out of date 
							
						 
						
							2016-02-16 22:18:51 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									cesine 
								
							 
						 
						
							
							
								
							
							
	2aff0c47d0  
						 
						
							
							
								
								
								⬆️   👕  updated to eslint 2.1.0  
							
							... 
							
							
							
							Verified migration doc (nothing to be done)
http://eslint.org/docs/user-guide/migrating-to-2.0.0 
And made sure the eslint tasks passed 
							
						 
						
							2016-02-15 22:30:29 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Jose Martin 
								
							 
						 
						
							
							
								
							
							
	dbb4e21684  
						 
						
							
							
								
								
								Fix index increment  
							
							
							
						 
						
							2016-02-11 15:41:36 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Jose Martin 
								
							 
						 
						
							
							
								
							
							
	6d2ad5ae58  
						 
						
							
							
								
								
								Add ability to specify command line switches in package.json  
							
							
							
						 
						
							2016-02-11 15:34:19 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	adfa4844d1  
						 
						
							
							
								
								
								Don't return anything from will-quit handler  
							
							
							
						 
						
							2016-02-03 17:15:28 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	6252511b7f  
						 
						
							
							
								
								
								Delete extensions file when there are no loaded extensions  
							
							
							
						 
						
							2016-02-03 17:12:09 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	8bd07af5e5  
						 
						
							
							
								
								
								Correct typo in comment  
							
							
							
						 
						
							2016-02-03 16:22:16 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	69f93a7528  
						 
						
							
							
								
								
								Merge pull request  #4223  from deepak1556/notification_disable_patch  
							
							... 
							
							
							
							session: add setPermissionRequestHandler api 
							
						 
						
							2016-02-01 20:51:22 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robo 
								
							 
						 
						
							
							
								
							
							
	db26dcaf4c  
						 
						
							
							
								
								
								expose handler from session and remove permission-request event  
							
							
							
						 
						
							2016-02-01 12:23:51 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robo 
								
							 
						 
						
							
							
								
							
							
	f7556de9fb  
						 
						
							
							
								
								
								add spec for new permissions  
							
							
							
						 
						
							2016-01-30 19:10:52 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robo 
								
							 
						 
						
							
							
								
							
							
	2a278ceb8f  
						 
						
							
							
								
								
								delegate to permission manager for other permissions  
							
							
							
						 
						
							2016-01-30 16:49:18 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	3f68b2f227  
						 
						
							
							
								
								
								Check whether sender is destroyed before calling sender.send  
							
							... 
							
							
							
							Fix  #4279 . 
						
							2016-01-30 12:58:21 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robo 
								
							 
						 
						
							
							
								
							
							
	f32bf08eb3  
						 
						
							
							
								
								
								add spec  
							
							
							
						 
						
							2016-01-29 15:23:28 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robo 
								
							 
						 
						
							
							
								
							
							
	85e13333c3  
						 
						
							
							
								
								
								webview: add permission-request event  
							
							
							
						 
						
							2016-01-29 15:23:28 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	bbf622187c  
						 
						
							
							
								
								
								Merge pull request  #4178  from deepak1556/webview_blinkfeatures_attributes_patch  
							
							... 
							
							
							
							webview: add blinkfeatures attribute 
							
						 
						
							2016-01-21 15:03:33 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	16b4b58de1  
						 
						
							
							
								
								
								e -> error  
							
							
							
						 
						
							2016-01-21 09:32:21 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	70bcb0ac5a  
						 
						
							
							
								
								
								Clean up no-unused-vars lint errors  
							
							
							
						 
						
							2016-01-21 09:32:21 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robo 
								
							 
						 
						
							
							
								
							
							
	fab34b400e  
						 
						
							
							
								
								
								webview: add blinkfeatures attribute  
							
							
							
						 
						
							2016-01-21 15:43:41 +05:30