Milan Burda 
								
							 
						 
						
							
							
								
							
							
	28fd571d0c  
						 
						
							
							
								
								
								refactoring: use std::make_unique<T> ( #13245 )  
							
							
							
						 
						
							2018-06-18 16:32:55 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Khalil 
								
							 
						 
						
							
							
								
							
							
	ef1e2d6fe0  
						 
						
							
							
								
								
								fix: tray title not inverting when highlighted ( #13085 )  
							
							
							
						 
						
							2018-06-16 16:24:26 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									mdpetuum 
								
							 
						 
						
							
							
								
							
							
	1b8790aeb2  
						 
						
							
							
								
								
								fix: tray icon bounds didn't allow negative macOS ( #13162 )  
							
							
							
						 
						
							2018-06-07 18:48:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	2c8dc9e0bd  
						 
						
							
							
								
								
								Add View.addChildView API  
							
							
							
						 
						
							2018-05-24 15:36:29 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Milan Burda 
								
							 
						 
						
							
							
								
							
							
	2337237d58  
						 
						
							
							
								
								
								Refactoring: use C++11 class member variable initialization  
							
							
							
						 
						
							2018-05-22 00:18:38 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	
	
	156a97b80d 
 
						 
						
							
							
								
								
								fix: Menu.setApplicationMenu(null) crash on Linux ( #12983 )  
							
							
							
						 
						
							2018-05-18 10:29:28 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	da0fd10423  
						 
						
							
							
								
								
								refactor: chromium-style warnings in linux code ( #12949 )  
							
							
							
						 
						
							2018-05-16 14:12:45 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									John Kleinschmidt 
								
							 
						 
						
							
							
								
							
							
	
	
	9488ef4867 
 
						 
						
							
							
								
								
								Merge pull request  #12496  from mikeykhalil/8952-ignore-tray-double-click-events  
							
							... 
							
							
							
							8952 option to ignore tray double click events 
							
						 
						
							2018-05-16 10:17:36 -04: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 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	8fa48d1c04  
						 
						
							
							
								
								
								fix: unused variable warnings in linux code ( #12950 )  
							
							
							
						 
						
							2018-05-15 13:49:27 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	136105e353  
						 
						
							
							
								
								
								fix: wrong list index type in file_dialog_gtk.cc ( #12952 )  
							
							
							
						 
						
							2018-05-15 13:22:52 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	ea97f43145  
						 
						
							
							
								
								
								check content view in SetMenuBarVisibility  
							
							
							
						 
						
							2018-05-15 14:12:47 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	640877ebf8  
						 
						
							
							
								
								
								attach native view after widget is created  
							
							
							
						 
						
							2018-05-15 14:03:21 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Heilig Benedek 
								
							 
						 
						
							
							
								
							
							
	eae0674f61  
						 
						
							
							
								
								
								Match chromium's workaround when setting size of unresizable windows  
							
							
							
						 
						
							2018-05-12 17:37:31 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	5547df6073  
						 
						
							
							
								
								
								report correct content size in AtomNSWindow  
							
							... 
							
							
							
							The views framework relies on NSWindow to return content size of window,
since we don't use the borderless window, the original result would
include titlebar. We have to override the function to return correct
result for frameless window. 
							
						 
						
							2018-05-04 09:55:09 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	28fc58067b  
						 
						
							
							
								
								
								remove usage of FullSizeContentView  
							
							
							
						 
						
							2018-05-04 09:55:09 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	a9709a635c  
						 
						
							
							
								
								
								display WebContents as views::View on macOS  
							
							
							
						 
						
							2018-05-04 09:55:09 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									mikeykhalil 
								
							 
						 
						
							
							
								
							
							
	94ffd4bfc0  
						 
						
							
							
								
								
								add getter for ignoreDoubleClickEvents field  
							
							
							
						 
						
							2018-05-03 13:49:33 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									mikeykhalil 
								
							 
						 
						
							
							
								
							
							
	208374afa4  
						 
						
							
							
								
								
								clean up ignore double click event implementation  
							
							
							
						 
						
							2018-05-03 13:49:33 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									mikeykhalil 
								
							 
						 
						
							
							
								
							
							
	1f29124d11  
						 
						
							
							
								
								
								updated Tray API to ignore double click events on macOS ( #8952 )  
							
							
							
						 
						
							2018-05-03 13:49:32 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	cdc5022305  
						 
						
							
							
								
								
								Fix chromium-style errors ( #12802 )  
							
							
							
						 
						
							2018-05-03 09:04:22 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	
	
	c67d1b62e3 
 
						 
						
							
							
								
								
								refactor: NativeWindowViews should not be a View ( #12750 )  
							
							
							
						 
						
							2018-05-01 13:28:22 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	cf70267871  
						 
						
							
							
								
								
								remove unnecessary overrides  
							
							
							
						 
						
							2018-04-26 09:48:12 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	39242c978f  
						 
						
							
							
								
								
								fix failed BrowserWindow tests  
							
							
							
						 
						
							2018-04-25 15:10:29 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	75a624434c  
						 
						
							
							
								
								
								refactor: use views::Widget on macOS  
							
							
							
						 
						
							2018-04-25 15:10:29 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	12a57ff1c2  
						 
						
							
							
								
								
								clang-format objc files ( #12673 )  
							
							
							
						 
						
							2018-04-20 11:47:04 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	c44279bb10  
						 
						
							
							
								
								
								Move AtomNSWindow to a new file  
							
							
							
						 
						
							2018-04-20 19:26:20 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	569967ac21  
						 
						
							
							
								
								
								Move QLPreviewPanelDataSource to AtomNSWindowDelegate  
							
							
							
						 
						
							2018-04-20 19:17:08 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	f6a7e5ea23  
						 
						
							
							
								
								
								Move NSTouchBarDelegate to AtomNSWindowDelegate  
							
							
							
						 
						
							2018-04-20 19:15:45 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	ce54fd334d  
						 
						
							
							
								
								
								Move AtomNSWindowDelegate to a new file  
							
							
							
						 
						
							2018-04-20 19:12:17 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	9bc79f840e  
						 
						
							
							
								
								
								mac: Override NativeWidgetMac  
							
							
							
						 
						
							2018-04-20 19:10:37 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	37a7df49d6  
						 
						
							
							
								
								
								mac: Provide ViewsDelegate  
							
							
							
						 
						
							2018-04-20 19:10:37 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									deepak1556 
								
							 
						 
						
							
							
								
							
							
	30f1d0991b  
						 
						
							
							
								
								
								enable chromium style checker plugin for electron and brightray targets  
							
							
							
						 
						
							2018-04-19 11:12:58 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	eb7ccf8afa  
						 
						
							
							
								
								
								Bring mac code into conformance with -Wobjc-missing-property-synthesis  
							
							
							
						 
						
							2018-04-19 11:12:58 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	f3c00e96aa  
						 
						
							
							
								
								
								Bring mac code into conformance with -Wunguarded-availability  
							
							
							
						 
						
							2018-04-19 11:12:58 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	27cee90e5e  
						 
						
							
							
								
								
								[chromium-style] move methods out of headers  
							
							
							
						 
						
							2018-04-19 11:12:58 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	f1587da480  
						 
						
							
							
								
								
								[chromium-style] out-of-line default constructors and destructors  
							
							
							
						 
						
							2018-04-19 11:12:58 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	e6695cf2ec  
						 
						
							
							
								
								
								[chromium-style] override / virtual warnings  
							
							
							
						 
						
							2018-04-19 11:12:10 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Apthorp 
								
							 
						 
						
							
							
								
							
							
	a635f078c6  
						 
						
							
							
								
								
								[chromium-style] auto variable type must not deduce to a raw pointer type  
							
							
							
						 
						
							2018-04-19 11:10:52 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	c6f4bbd143 
 
						 
						
							
							
								
								
								also format missing .cc files  
							
							
							
						 
						
							2018-04-18 20:48:45 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	53bdf22c85 
 
						 
						
							
							
								
								
								clang-format atom files  
							
							
							
						 
						
							2018-04-18 20:48:45 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	d722008367 
 
						 
						
							
							
								
								
								remove unnecessary ptr_util.h include  
							
							
							
						 
						
							2018-04-12 22:34:26 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	b05932310b 
 
						 
						
							
							
								
								
								replace base::MakeUnique with std::make_unique  
							
							
							
						 
						
							2018-04-12 08:48:32 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	97e8800677  
						 
						
							
							
								
								
								Remove web_contents from NativeWindow's constructor  
							
							
							
						 
						
							2018-04-11 15:12:53 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	41134f52d9  
						 
						
							
							
								
								
								Fix memory leaks in file_dialog_mac.mm  
							
							
							
						 
						
							2018-04-09 16:51:25 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yuya Ochiai 
								
							 
						 
						
							
							
								
							
							
	2131dc839a  
						 
						
							
							
								
								
								Show file filter name for accessory view of file dialog  
							
							... 
							
							
							
							- Respect filters option of dialog.showOpenDialog() and
  dialog.showSaveDialog(). (#10335 )
- Show "All Files" for <input> apart from "accept" attribute. (#11456 ) 
							
						 
						
							2018-04-09 16:50:21 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles Kerr 
								
							 
						 
						
							
							
								
							
							
	
	
	f8b8dc1494 
 
						 
						
							
							
								
								
								Simplify views/menu_bar focus management ( #12536 )  
							
							... 
							
							
							
							* Simplify views/menu_bar focus management
* Make the linter happy
* Remove NativeWindowView focus manager listener API
* remove unnecessary change
* MenuBar ctor now takes a views::View 
							
						 
						
							2018-04-05 21:53:08 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Heilig Benedek 
								
							 
						 
						
							
							
								
							
							
	a14ebc80d2  
						 
						
							
							
								
								
								Disable chromium's redraw locking on Windows when DWM is disabled ( #12501 )  
							
							... 
							
							
							
							* disable redraw locking on windows
* update libcc ref 
							
						 
						
							2018-04-05 15:55:26 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	
	
	c75dd93b92 
 
						 
						
							
							
								
								
								Move AutofillPopup from NativeWindow to WebContents ( #12514 )  
							
							
							
						 
						
							2018-04-05 09:53:51 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	
	
	8fc5c6c862 
 
						 
						
							
							
								
								
								Refactor NativeWindow (Part 3):  Remove is_offscreen_dummy from NativeWindow ( #12503 )  
							
							... 
							
							
							
							* Don't use is_offscreen_dummy in MessageBox
* Don't use is_offscreen_dummy in DownloadManagerDelegate
* Don't use is_offscreen_dummy in CommonWebContentsDelegate
* Remove is_offscreen_dummy from NativeWindow 
							
						 
						
							2018-04-03 12:19:35 +09:00