John Kleinschmidt 
								
							 
						 
						
							
							
								
							
							
	
	
	fd63510ca9 
 
						 
						
							
							
								
								
								feat: add serial api support ( #25237 )  
							
							... 
							
							
							
							* feat: add serial api support
resolves  #22478 
* Put serial port support behind a flag and mark as experimental
* Update docs/api/session.md
Co-authored-by: Jeremy Rose <jeremya@chromium.org>
* Use enable-blink-features=Serial instead of enable-experimental-web-platform-features
* Set enableBlinkFeatures on webPreferences instead of commandline
Co-authored-by: Jeremy Rose <jeremya@chromium.org> 
							
						 
						
							2020-09-28 12:22:03 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Rose 
								
							 
						 
						
							
							
								
							
							
	
	
	3ceaf4aa54 
 
						 
						
							
							
								
								
								docs: document process.crashReporter apis in node children ( #25579 )  
							
							
							
						 
						
							2020-09-24 08:22:50 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Rose 
								
							 
						 
						
							
							
								
							
							
	
	
	27ea3fc069 
 
						 
						
							
							
								
								
								feat: allow setting SSL config ( #25461 )  
							
							... 
							
							
							
							* feat: allow setting SSL config
* lint
* configure system network context with min TLS1.2
* fix
* note defaults 
							
						 
						
							2020-09-23 16:22:10 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Maddock 
								
							 
						 
						
							
							
								
							
							
	
	
	9d0d9a1664 
 
						 
						
							
							
								
								
								feat(extensions): expose ExtensionRegistryObserver events in Session ( #25385 )  
							
							... 
							
							
							
							* feat(extensions): expose ExtensionRegistryObserver events in Session
Extensions can be loaded and unloaded for various reasons. In some cases this can
occur by no means of the Electron programmer, such as in the case of chrome.runtime.reload().
In order to be able to manage state about extensions outside of Electron's APIs, events
reloaded to loading and unloaded are needed.
* docs(extensions): elaborate on extension-loaded/unloaded details
* fix: remove scoped extension registry observer
* docs: update extension-unloaded 
							
						 
						
							2020-09-23 15:29:08 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									liulun 
								
							 
						 
						
							
							
								
							
							
	
	
	6aaaabd90f 
 
						 
						
							
							
								
								
								docs: add more info about downloadItem.setSavePath api ( #25402 )  
							
							... 
							
							
							
							* docs: add more info about downloadItem.setSavePath api
add more info about downloadItem.setSavePath api
* Update docs/api/download-item.md
^_^
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com> 
							
						 
						
							2020-09-23 11:02:05 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Milan Burda 
								
							 
						 
						
							
							
								
							
							
	
	
	29c6864ee1 
 
						 
						
							
							
								
								
								docs: remove unused StreamProtocolResponse / StringProtocolResponse ( #25573 )  
							
							
							
						 
						
							2020-09-23 10:48:22 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jaroslav Maslo 
								
							 
						 
						
							
							
								
							
							
	
	
	4f54d71518 
 
						 
						
							
							
								
								
								docs: fix incorrect dialog.showMessageBox() docs ( #25549 )  
							
							
							
						 
						
							2020-09-23 10:35:00 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									dmitryk 
								
							 
						 
						
							
							
								
							
							
	
	
	0d72bf3ed2 
 
						 
						
							
							
								
								
								docs: remove deprecated options for the findInPage method. ( #25574 )  
							
							
							
						 
						
							2020-09-22 11:55:56 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	6acf34fa4c 
 
						 
						
							
							
								
								
								feat: add macOS fast user switching evt ( #25321 )  
							
							
							
						 
						
							2020-09-22 10:12:39 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	
	
	c50ded2b71 
 
						 
						
							
							
								
								
								feat: add BrowserWindow.isTabletMode API ( #25209 )  
							
							
							
						 
						
							2020-09-22 14:40:42 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bitdisaster 
								
							 
						 
						
							
							
								
							
							
	
	
	2cfa41e6e0 
 
						 
						
							
							
								
								
								feat: read/write Toast Activator CLSID in shortcuts ( #25493 )  
							
							... 
							
							
							
							* read/write Toast Activator CLSID
* docs
* tests
* tweaks 
							
						 
						
							2020-09-17 15:17:44 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	77038b7bda 
 
						 
						
							
							
								
								
								chore: upgrade to Node.js v14.9.0 ( #25249 )  
							
							
							
						 
						
							2020-09-17 16:08:57 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Rose 
								
							 
						 
						
							
							
								
							
							
	
	
	a200b15600 
 
						 
						
							
							
								
								
								docs: update menu example to avoid remote ( #25291 )  
							
							
							
						 
						
							2020-09-16 14:32:32 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Maddock 
								
							 
						 
						
							
							
								
							
							
	
	
	45170fdbd7 
 
						 
						
							
							
								
								
								fix(extensions): define platform info to prevent renderer crash ( #25357 )  
							
							
							
						 
						
							2020-09-15 10:29:32 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Rose 
								
							 
						 
						
							
							
								
							
							
	
	
	9f4a097e03 
 
						 
						
							
							
								
								
								feat: remove getMediaSourceIdForWebContents() ( #25414 )  
							
							... 
							
							
							
							This reverts commit 204f001c5d 
							
						 
						
							2020-09-14 10:38:05 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Rose 
								
							 
						 
						
							
							
								
							
							
	
	
	5de7eb3618 
 
						 
						
							
							
								
								
								docs: remove references to remote from docs ( #25416 )  
							
							
							
						 
						
							2020-09-14 10:36:54 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Rose 
								
							 
						 
						
							
							
								
							
							
	
	
	4dc09ea9dc 
 
						 
						
							
							
								
								
								feat: [crashReporter] enable compression by default ( #25288 )  
							
							
							
						 
						
							2020-09-03 12:43:58 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Rose 
								
							 
						 
						
							
							
								
							
							
	
	
	1b6534b326 
 
						 
						
							
							
								
								
								feat: add shell.trashItem() to replace shell.moveItemToTrash() ( #25114 )  
							
							
							
						 
						
							2020-09-02 10:32:33 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									morgan-sam 
								
							 
						 
						
							
							
								
							
							
	
	
	e0611d0946 
 
						 
						
							
							
								
								
								docs: setZoomLevel chromium zoom policy ( #25105 )  
							
							
							
						 
						
							2020-09-02 10:06:58 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Eryk Rakowski 
								
							 
						 
						
							
							
								
							
							
	
	
	3745b76da8 
 
						 
						
							
							
								
								
								feat(extensions): add support for some chrome.management APIs ( #25098 )  
							
							... 
							
							
							
							* fix: initialize management policy
* fix(extensions): crash when using chrome.management
* test: add tests
* docs: add a note about chrome.management
* fix: lint errors
* fix: lint errors
* fix: remove favicon_service include
* fix: add missing management permission
* docs: more supported apis
* fix: extensions.md line endings 
							
						 
						
							2020-09-02 09:59:56 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Rose 
								
							 
						 
						
							
							
								
							
							
	
	
	bf7dbff858 
 
						 
						
							
							
								
								
								docs: note remote deprecation in docs/api/remote ( #24941 )  
							
							
							
						 
						
							2020-08-31 11:27:00 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	
	
	e06a1c2746 
 
						 
						
							
							
								
								
								docs: fix supported platforms of powerMonitor ( #25149 )  
							
							
							
						 
						
							2020-08-31 16:46:10 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	a4b6fce907 
 
						 
						
							
							
								
								
								fix: honor pageRanges when printing ( #25064 )  
							
							
							
						 
						
							2020-08-27 20:21:29 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	c8a0b2b71d 
 
						 
						
							
							
								
								
								fix: prevent crash if BrowserView webContents was destroyed ( #25112 )  
							
							
							
						 
						
							2020-08-25 20:04:13 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Keeley Hammond 
								
							 
						 
						
							
							
								
							
							
	
	
	7704954505 
 
						 
						
							
							
								
								
								docs: add restricted header info to ClientRequest docs ( #25075 )  
							
							... 
							
							
							
							* docs: add restricted header info to docs
* docs: clarify header language
Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
Co-authored-by: Jeremy Rose <nornagon@nornagon.net> 
							
						 
						
							2020-08-25 20:29:58 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									George Xu 
								
							 
						 
						
							
							
								
							
							
	
	
	beaf60de0a 
 
						 
						
							
							
								
								
								feat: add nativeImage.createThumbnailFromPath API ( #24802 )  
							
							... 
							
							
							
							* initial commit, mac implementation
* add documentation
* convert createThumbnailFromPath to async function
* windows impl protoype
* add tests
* added test
* fix
* fix test
* clean up
* update docs
* cleaning up code
* fix test
* retrigger CI
* retrigger CI
* refactor from app to native_image
* windows build
* lint
* lint
* add smart pointers, fix test
* change tests and update docs
* fix test, remove nolint
* add renderer-main process routing to fix tests
* lint
* thanks sam
* thanks sam 
							
						 
						
							2020-08-24 09:36:13 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	024ea32313 
 
						 
						
							
							
								
								
								feat: make window visual effect state customizable ( #25083 )  
							
							
							
						 
						
							2020-08-24 11:44:48 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alfred Xing 
								
							 
						 
						
							
							
								
							
							
	
	
	a23c66e4e1 
 
						 
						
							
							
								
								
								feat: allow monospaced font styles to be specified for macOS tray titles ( #25059 )  
							
							... 
							
							
							
							* feat: add optional font type to macOS tray title
* test: add tests for tray font type
* docs: update API reference for Tray setTitle
* review: change API to use an options object
* review: fix string enum in docs
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
* review: return after throwing errors
* review: don't need thrower anymore now that we have args
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com> 
							
						 
						
							2020-08-23 14:39:29 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									shur 
								
							 
						 
						
							
							
								
							
							
	
	
	a17e97c3b2 
 
						 
						
							
							
								
								
								feat: expose currencyCode on Product struct in IAP module ( #25058 )  
							
							... 
							
							
							
							Co-authored-by: Shur Singh <ssingh@evernote.com> 
							
						 
						
							2020-08-21 10:41:40 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles Kerr 
								
							 
						 
						
							
							
								
							
							
	
	
	d9a1c453ab 
 
						 
						
							
							
								
								
								fix: revert  6ecf729 to fix Linux titlebar dark mode ( #25055 )  
							
							... 
							
							
							
							Fixes  #24741  
						
							2020-08-20 16:53:06 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shelley Vohr 
								
							 
						 
						
							
							
								
							
							
	
	
	53668445ba 
 
						 
						
							
							
								
								
								feat: reinvigorate visibleOnFullscreen option ( #24956 )  
							
							
							
						 
						
							2020-08-19 13:31:25 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									GitHubPang 
								
							 
						 
						
							
							
								
							
							
	
	
	5c5e006e46 
 
						 
						
							
							
								
								
								docs: fix typos ( #24982 )  
							
							... 
							
							
							
							* docs: sync table of content from pull-requests.md to CONTRIBUTING.md
This also fixes some incorrect / dead links.
* docs: fix a bunch of typos 
							
						 
						
							2020-08-18 16:55:16 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Vlad Hashimoto 
								
							 
						 
						
							
							
								
							
							
	
	
	b55e8dc578 
 
						 
						
							
							
								
								
								docs: update default value for enableRemoteModule in BrowserWindow ( #24955 )  
							
							
							
						 
						
							2020-08-18 16:54:47 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									GitHubPang 
								
							 
						 
						
							
							
								
							
							
	
	
	47f88b65b7 
 
						 
						
							
							
								
								
								docs: fix typo in api/ipc-renderer ( #24901 )  
							
							
							
						 
						
							2020-08-11 07:31:38 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Rose 
								
							 
						 
						
							
							
								
							
							
	
	
	b5cd9ce0b3 
 
						 
						
							
							
								
								
								refactor: ginify WebContents ( #24651 )  
							
							
							
						 
						
							2020-07-30 09:17:57 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Rose 
								
							 
						 
						
							
							
								
							
							
	
	
	d93bb34ac4 
 
						 
						
							
							
								
								
								fix: increase max crash key value length ( #24782 )  
							
							... 
							
							
							
							* fix: increase max crash key value length
* chore: fix linting
* chore: fix linux
* Update spec-main/api-crash-reporter-spec.ts
Co-authored-by: Jeremy Rose <jeremya@chromium.org>
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
Co-authored-by: Samuel Attard <sattard@slack-corp.com> 
							
						 
						
							2020-07-29 19:04:04 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									George Xu 
								
							 
						 
						
							
							
								
							
							
	
	
	1b175a0609 
 
						 
						
							
							
								
								
								feat: add capabilities to app.getLoginItemSettings() and app.setLoginItemSettings()  ( #24494 )  
							
							... 
							
							
							
							* fixed
* semantic commit
* add comments to browser.h
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com> 
							
						 
						
							2020-07-29 10:08:37 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	
	
	b500294c1d 
 
						 
						
							
							
								
								
								feat: add worldSafe flag for executeJS results ( #24114 )  
							
							... 
							
							
							
							* feat: add worldSafe flag for executeJS results
* chore: do not log warning for webContents.executeJS
* Apply suggestions from code review
Co-authored-by: Jeremy Rose <jeremya@chromium.org>
* chore: apply PR feedback
* chore: split logic a bit
* chore: allow primitives through the world safe checl
* chore: clean up per PR feedback
* chore: flip boolean logic
* chore: update per PR feedback
* chore: fix typo
* chore: fix spec
Co-authored-by: Jeremy Rose <jeremya@chromium.org> 
							
						 
						
							2020-07-23 14:32:20 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									szTheory 
								
							 
						 
						
							
							
								
							
							
	
	
	3b250b649b 
 
						 
						
							
							
								
								
								docs: fix role typos in startSpeaking/stopSpeaking ( #24550 )  
							
							
							
						 
						
							2020-07-23 13:59:24 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles Kerr 
								
							 
						 
						
							
							
								
							
							
	
	
	00fc8066de 
 
						 
						
							
							
								
								
								docs: clarify use of pageRanges when printing. ( #24694 )  
							
							... 
							
							
							
							Fixes  #24684  -- the docs are slightly unclear about how pageRanges
should be used, e.g. whether the page indices are zero-based or
one-based. 
						
							2020-07-23 12:03:52 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles Kerr 
								
							 
						 
						
							
							
								
							
							
	
	
	cd805544d1 
 
						 
						
							
							
								
								
								docs: update the URL for catapult's trace viewer. ( #24654 )  
							
							... 
							
							
							
							The old URL points to an archived repo. The updated URL points to the
catapult's landing page for trace-viewer. 
							
						 
						
							2020-07-21 15:00:31 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									szTheory 
								
							 
						 
						
							
							
								
							
							
	
	
	74e7f2773f 
 
						 
						
							
							
								
								
								doc: fix typos in role values ( #24552 )  
							
							
							
						 
						
							2020-07-21 08:59:20 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	
	
	a12602dbc3 
 
						 
						
							
							
								
								
								docs: document missing permission types ( #24660 )  
							
							
							
						 
						
							2020-07-21 07:49:37 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Erick Zhao 
								
							 
						 
						
							
							
								
							
							
	
	
	77eea08a54 
 
						 
						
							
							
								
								
								docs: update webContents.send link in ipcMain docs ( #24245 )  
							
							
							
						 
						
							2020-07-21 14:47:10 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kriti Singh 
								
							 
						 
						
							
							
								
							
							
	
	
	86b441d599 
 
						 
						
							
							
								
								
								docs: add descriptions for types of permissions ( #23781 )  
							
							
							
						 
						
							2020-07-21 14:29:32 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	
	
	682f78b9a8 
 
						 
						
							
							
								
								
								test: add more auto updater tests for squirrel.mac ( #24611 )  
							
							
							
						 
						
							2020-07-20 09:51:33 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Milan Burda 
								
							 
						 
						
							
							
								
							
							
	
	
	fa1323d6cd 
 
						 
						
							
							
								
								
								feat: add child-process-gone event to app ( #24367 )  
							
							
							
						 
						
							2020-07-20 10:34:16 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Attard 
								
							 
						 
						
							
							
								
							
							
	
	
	4c3da359fc 
 
						 
						
							
							
								
								
								build: convert touch-bar to typescript ( #24511 )  
							
							
							
						 
						
							2020-07-16 11:37:38 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Electron Bot 
								
							 
						 
						
							
							
								
							
							
	
	
	8bbdc224ac 
 
						 
						
							
							
								
								
								chore: bump chromium to 6d130075d378a64187360ba4e7820 (master) ( #24256 )  
							
							... 
							
							
							
							* chore: bump chromium in DEPS to 7fb9778894d73378bff51087ce869ea5aa6e5d5d
* chore: bump chromium in DEPS to 83da426e53d423f0530fc23433b6d2c4d0548442
* update patches
* remove chromeos-only TtsControllerDelegate
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2255314 
* SharedUserScriptMaster -> SharedUserScriptManager
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2258357 
* avoid deprecated DISALLOW_COPY_AND_ASSIGN
https://groups.google.com/a/chromium.org/forum/#!msg/cxx/qwH2hxaEjac/TUKq6eqfCwAJ 
* chore: bump chromium in DEPS to b2eaf9ff4e6b03267bf279583ea20ceb2b25e9d0
* update patches
* rename GetHighContrastColorScheme -> GetPlatformHighContrastColorScheme
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2250224 
* remove vulkan info collection
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2252818 
* add max_xcode_version build var
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2264867 
* add missing headers
* chore: bump chromium in DEPS to cded18ca1138f7e8efc904f077ddcca34f0135cf
* update patches
* add empty floc blocklist to BrowserProcessImpl
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2240873 
* chore: bump chromium in DEPS to f06602226cd80bf677b2ce013a94a2fb7f6ac58d
* chore: bump chromium in DEPS to 747aa4bfc74fc6cf7f08ee72624cd69ae41ae28d
* chore: bump chromium in DEPS to 31c0105e50fcc4e94de33e5c8602c755ace4a32b
* chore: update patches
* Reland "[base] Stop including check.h, notreached.h, etc. in logging.h"
https://chromium-review.googlesource.com/c/chromium/src/+/2264297 
* X11 and Ozone: make sure gfx::AcceleratedWidget to be uint32_t
https://chromium-review.googlesource.com/c/chromium/src/+/2260554 
* Move zygote from //services/service_manager back to //content
https://chromium-review.googlesource.com/c/chromium/src/+/2252466 
* chore: update v8 patches
* [XProto] Remove usage of Shape extension
https://chromium-review.googlesource.com/c/chromium/src/+/2262113 
* fixup! add empty floc blocklist to BrowserProcessImpl
* Require macOS 10.15.1 sdk
https://chromium-review.googlesource.com/c/chromium/src/+/2238504 
* Use newer Xcode version 11.5.0
* update src cache
* chore: bump chromium in DEPS to 60a9883e35db3f6f91916f0878e88e1849c17b11
* chore: update patches
* Reland "Reland "New toolchain for Windows 10 19041 SDK""
https://chromium-review.googlesource.com/c/chromium/src/+/2255527 
* update patches
* Convert raw NonClientFrameViews to unique_ptrs
https://chromium-review.googlesource.com/c/chromium/src/+/2240417 
* [printing] Move PrintHostMsg_DidPreviewDocument_Params to print.mojom
https://chromium-review.googlesource.com/c/chromium/src/+/2257035 
* chore: bump chromium in DEPS to 12c233c2a85bfa28fb279f390121ba681e52a71b
* chore: update patches
* Removing oppressive language for the directory chrome/browser/apps
https://chromium-review.googlesource.com/c/chromium/src/+/2269822 
* Inclusion: rename SpellcheckLanguageBlacklistPolicyHandler
https://chromium-review.googlesource.com/c/chromium/src/+/2267646 
* Clean up duplicate WebContents "is fullscreen" functions
https://chromium-review.googlesource.com/c/chromium/src/+/2275148 
* Adds icon loading service with sandbox for Windows.
https://chromium-review.googlesource.com/c/chromium/src/+/1987273 
* No more Vulkan info collection for UMA on Windows
https://chromium-review.googlesource.com/c/chromium/src/+/2252818 
* fix lint
* chore: update buildflag conditions
* chore: bump chromium in DEPS to a837d4c4230ace4f10b2768728f4044b7995dfa5
* update hunspell files
* chore: update patches
* Make content::FileSelectListener a RefCounted
https://chromium-review.googlesource.com/c/chromium/src/+/2275338 
* fix build failures on MAS
* update patches
* fixup! Reland "[base] Stop including check.h, notreached.h, etc. in logging.h"
* fix build on windows
* Check for GDI exhaustion if window creation fails
https://chromium-review.googlesource.com/c/chromium/src/+/2244124 
* chore: bump chromium in DEPS to 2c9b2a73be4ef9ec22d8b6da8e174cb80753f125
* chore: update patches
* Network Service: Move DeleteCookiePredicate into public folder
https://chromium-review.googlesource.com/c/chromium/src/+/2264186 
* chore: bump chromium in DEPS to fa2606299bcc02c362528d26b5dcf8c8a0db0735
* chore: bump chromium in DEPS to d9c235d1227204dbae3708daae851573a3566b94
* chore: bump chromium in DEPS to 2f82c284243c035f49a747fd1ead6c44b4b31093
* chore: update patches
* Move creating the LayerTreeSettings into blink.
https://chromium-review.googlesource.com/c/chromium/src/+/2267720 
* chore: bump chromium in DEPS to 914112f1d9af9e4974059dc403da62699a55550f
* update patches
* chore: bump chromium in DEPS to e0bc1ffae6393fc543a2da94c88167df75859b36
* refactor: match upstream print preview handling (#24452 )
* update patches
* chore: bump chromium in DEPS to 0881423156abe084164b51ab58ce93a8bd380524
* update patches
* update patches
* give a type to pendingPromise
* chore: bump chromium in DEPS to 11a8c1534b16d130075d378a64187360ba4e7820
* update patches
* 2272609: Move //services/service_manager/sandbox to //sandbox/policy.
https://chromium-review.googlesource.com/c/chromium/src/+/2272609 
* update patches
* fixup! 2272609: Move //services/service_manager/sandbox to //sandbox/policy.
* fixup! 2272609: Move //services/service_manager/sandbox to //sandbox/policy.
* 2264511: Cookies: Update SetCanonicalCookie to return CookieAccessResult
https://chromium-review.googlesource.com/c/chromium/src/+/2264511 
* chore: fix setAlwaysOnTop test
The window must be visible for state to be updated properly.
* Revert "Migrate modules/desktop_capture and modules/video_capture to webrtc::Mutex."
https://webrtc-review.googlesource.com/c/src/+/179080 
* update patches
Co-authored-by: Andy Locascio <andy@slack-corp.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com>
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
Co-authored-by: John Kleinschmidt <jkleinsc@github.com>
Co-authored-by: Electron Bot <anonymous@electronjs.org>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
Co-authored-by: Samuel Attard <marshallofsound@electronjs.org> 
							
						 
						
							2020-07-13 21:13:34 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Saccone 
								
							 
						 
						
							
							
								
							
							
	
	
	e18f508e66 
 
						 
						
							
							
								
								
								docs: fix incorrect formatting in browser docs. ( #24473 )  
							
							... 
							
							
							
							Address incorrect typing for isEnabled. The root cause of this was due
to missing backticks which caused the docs parser to think that the
return type of the `isEnabled` function was null, where it was supposed
to be a boolean type.
The side effect of this was that the generated typescript typings were
incorrect for this function.
Fixes  #24409  
							
						 
						
							2020-07-10 13:57:29 -07:00