Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e68129e610 
							
						 
					 
					
						
						
							
							devops: build firefox-beta with new bots ( #9453 )  
						
						
						
						
					 
					
						2021-10-12 13:41:32 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87f120fa35 
							
						 
					 
					
						
						
							
							devops: stop using MacOS 10.12 SDK when building Firefox ( #9452 )  
						
						... 
						
						
						
						An investigation has shown, that:
- Official Firefox builds actually cross-compile from Linux to MacOS,
  and for this reason use the old MacOS 10.12 SDK.
- We should be able to build with 11+ SDK just fine; read [primer on
  MacOS SDKs] for details.
- A random `symbol '___darwin_check_fd_set_overflow' not supported`
  error seems to be an [apple bug]. We can fix it using
  `LDFLAGS="-Wl,-U,___darwin_check_fd_set_overflow"`
  flag, similarly to [haskell compiler fix].
[primer on MacOS SDKs]: https://firefox-source-docs.mozilla.org/widget/cocoa/sdks.html 
[apple bug]: https://openradar.appspot.com/FB7647406 
[haskell compiler fix]: 7745638702 
						
						
					 
					
						2021-10-12 13:23:43 -07:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8d1537c5aa 
							
						 
					 
					
						
						
							
							browser(chromium): roll to r930007 ( #9425 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-11 12:10:50 +02:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
						
						
							
						
						
							c7b045a037 
							
						 
					 
					
						
						
							
							devops: fix expected ffmpeg os host  
						
						
						
						
					 
					
						2021-10-08 14:11:49 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3fb39e7c5 
							
						 
					 
					
						
						
							
							devops: build FFMPEG using MacOS 11 ( #9402 )  
						
						
						
						
					 
					
						2021-10-08 13:52:02 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d278675a62 
							
						 
					 
					
						
						
							
							devops: start using Xcode 13 to compile Firefox ( #9401 )  
						
						... 
						
						
						
						It didn't compile withh Xcode 12.2, but does compile with Xcode 13
locally for me.
Moving on to Xcode 13 then. 
						
						
					 
					
						2021-10-08 13:05:32 -07:00 
						 
				 
			
				
					
						
							
							
								Daniel Kolesa 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ab4f99d443 
							
						 
					 
					
						
						
							
							browser(webkit): roll to 10/07/21 ( #9365 )  
						
						
						
						
					 
					
						2021-10-08 12:23:35 -07:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e87af8117f 
							
						 
					 
					
						
						
							
							browser(chromium): roll to r929512 ( #9390 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-08 12:08:44 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e4ef2e202 
							
						 
					 
					
						
						
							
							browser(webkit): dedupe screencast frames (mac) ( #9387 )  
						
						
						
						
					 
					
						2021-10-07 21:51:32 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							349f3444e6 
							
						 
					 
					
						
						
							
							browser(webkit): dedupe screencast frames ( #9386 )  
						
						
						
						
					 
					
						2021-10-07 19:25:02 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							120e919b8e 
							
						 
					 
					
						
						
							
							devops: move building Firefox for Mac Intel to MacOS 11 ( #9383 )  
						
						
						
						
					 
					
						2021-10-07 16:23:00 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3781faeaaa 
							
						 
					 
					
						
						
							
							chore: fix builds on Apple M1 ( #9375 )  
						
						... 
						
						
						
						Apple M1 builders are now updated to the BigSur 11.6.
This patch:
- changes build assertions to validate 11.6 operating system
- changes build archive name to have major version only
- updates `//src/utils/registry.ts` to a new archive name for M1
This affects only M1 builds for Firefox, Firefox-Beta & WebKit.
We should roll these browsers at least once before 1.16 release. 
						
						
					 
					
						2021-10-07 13:56:08 -07:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd235a187e 
							
						 
					 
					
						
						
							
							browser(webkit): fix curl compilation after recent changes ( #9327 )  
						
						
						
						
					 
					
						2021-10-05 15:17:19 -07:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							431aa5c9b3 
							
						 
					 
					
						
						
							
							browser(webkit): align set-cookie handling on mac with other platforms ( #9321 )  
						
						
						
						
					 
					
						2021-10-05 12:51:08 -07:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ec7ae4e96b 
							
						 
					 
					
						
						
							
							browser(webkit): respect first party url in intercepted set-cookie (soup) ( #9320 )  
						
						
						
						
					 
					
						2021-10-05 12:25:48 -07:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							61480e6f1d 
							
						 
					 
					
						
						
							
							browser(webkit): handle set-cookie from intercepted request (Cocoa) ( #9304 )  
						
						
						
						
					 
					
						2021-10-04 22:18:30 -07:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0c34ec6e9f 
							
						 
					 
					
						
						
							
							browser(webkit): set-cookie from intercepted response(CURL) ( #9303 )  
						
						
						
						
					 
					
						2021-10-04 18:04:50 -07:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59532d05ea 
							
						 
					 
					
						
						
							
							browser(webkit): support set-cookie in intercepted response(SOUP) ( #9273 )  
						
						
						
						
					 
					
						2021-10-04 13:41:33 -07:00 
						 
				 
			
				
					
						
							
							
								Diego Pino 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff02184acf 
							
						 
					 
					
						
						
							
							browser(webkit): roll to 2021/09/30 ( #9288 )  
						
						
						
						
					 
					
						2021-10-04 13:49:34 +02:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6918c25b30 
							
						 
					 
					
						
						
							
							browser(chromium): roll to r927453 ( #9285 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-04 12:07:40 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Pino 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							46b5c81f82 
							
						 
					 
					
						
						
							
							browser(webkit): roll to 23/09/21 ( #9107 )  
						
						
						
						
					 
					
						2021-10-01 16:03:13 +02:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							94a9691122 
							
						 
					 
					
						
						
							
							browser(chromium): roll to r926934 ( #9255 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-01 12:07:11 +02:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							563652cc1d 
							
						 
					 
					
						
						
							
							browser(webkit): disable COOP support ( #9185 )  
						
						
						
						
					 
					
						2021-09-27 16:40:46 -07:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							83910a9469 
							
						 
					 
					
						
						
							
							browser(chromium): roll to r925110 ( #9171 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-09-27 12:06:06 +02:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							231bf36029 
							
						 
					 
					
						
						
							
							browser(chromium): roll to r924544 ( #9124 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-09-24 12:10:52 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d0a4480cf7 
							
						 
					 
					
						
						
							
							browser(webkit): fix text padding ( #9114 )  
						
						
						
						
					 
					
						2021-09-23 12:08:07 -07:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ac56958afe 
							
						 
					 
					
						
						
							
							browser(chromium): roll to r922811 ( #9020 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-09-20 12:06:00 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Pino 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2408a5dfb9 
							
						 
					 
					
						
						
							
							browser(webkit): Follow-up  #8980  ( #8993 )  
						
						... 
						
						
						
						Bring back snippet of code that was removed in #8802  
						
						
					 
					
						2021-09-17 20:10:14 +02:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd88119313 
							
						 
					 
					
						
						
							
							browser(webkit): Page.overridePlatform ( #8443 )  
						
						... 
						
						
						
						Co-authored-by: Max Schmitt <max@schmitt.mx> 
						
						
					 
					
						2021-09-17 13:52:22 +02:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d13b7703a7 
							
						 
					 
					
						
						
							
							browser(chromium): roll to r922354 ( #8985 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-09-17 12:07:01 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Pino 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							44b4c2f792 
							
						 
					 
					
						
						
							
							browser(webkit): Reenable OS_DARK_MODE_SUPPORT ( #8980 )  
						
						
						
						
					 
					
						2021-09-17 10:15:14 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bca283837c 
							
						 
					 
					
						
						
							
							browser(webkit): compute raw header size in soup ( #8977 )  
						
						
						
						
					 
					
						2021-09-16 14:17:50 -07:00 
						 
				 
			
				
					
						
							
							
								Diego Pino 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2ede38551 
							
						 
					 
					
						
						
							
							browser(webkit): roll to 15/09/21 ( #8935 )  
						
						
						
						
					 
					
						2021-09-15 08:34:00 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5953472899 
							
						 
					 
					
						
						
							
							devops: fix --full command in FF which installs deps ( #8878 )  
						
						... 
						
						
						
						Broken since https://github.com/microsoft/playwright/pull/8049 
Previously when doing `build.sh --full` it was installing deps + building. Currently when passing `--full` it does not install the deps before, since it tries to compile before. 
						
						
					 
					
						2021-09-13 08:01:35 -07:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ef0be3648f 
							
						 
					 
					
						
						
							
							browser(chromium): roll to r920619 ( #8876 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-09-13 12:07:13 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e95448887 
							
						 
					 
					
						
						
							
							browser(firefox): expose encodedBodySize in requestFinished ( #8835 )  
						
						
						
						
					 
					
						2021-09-10 08:41:34 -07:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e9729a6e9 
							
						 
					 
					
						
						
							
							browser(chromium): roll to r920003 ( #8832 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-09-10 12:12:41 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Pino 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							653e25fc01 
							
						 
					 
					
						
						
							
							build(webkit): disable OS_DARK_MODE_SUPPORT ( #8802 )  
						
						
						
						
					 
					
						2021-09-09 13:01:33 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e8d26c622 
							
						 
					 
					
						
						
							
							browser(ff-beta): roll ff-beta to 93.0b3 ( #8779 )  
						
						
						
						
					 
					
						2021-09-08 07:54:44 -07:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9cd5c61716 
							
						 
					 
					
						
						
							
							browser(chromium): roll to r918973 ( #8776 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-09-08 15:51:50 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Pino 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7debcf48ff 
							
						 
					 
					
						
						
							
							browser(webkit): roll to 08/09/21 ( #8769 )  
						
						
						
						
					 
					
						2021-09-08 06:50:10 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2a07b353dc 
							
						 
					 
					
						
						
							
							browser(firefox): roll Firefox to Firefox Stable 92.0 ( #8774 )  
						
						
						
						
					 
					
						2021-09-08 06:47:26 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							06b69f6a97 
							
						 
					 
					
						
						
							
							browser(firefox): disable background tasks and updater for firefox ( #8773 )  
						
						... 
						
						
						
						References #8536  
						
						
					 
					
						2021-09-08 06:15:22 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e36f6da030 
							
						 
					 
					
						
						
							
							browser(webkit): dsf-scale wpe videos ( #8763 )  
						
						
						
						
					 
					
						2021-09-07 18:08:46 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d9eb37b0b9 
							
						 
					 
					
						
						
							
							browser(firefox): resolve socks DNS on server side ( #8723 )  
						
						
						
						
					 
					
						2021-09-06 16:34:28 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1762f4c547 
							
						 
					 
					
						
						
							
							browser(firefox): expose protocolVersion in ResponseFinished ( #8687 )  
						
						
						
						
					 
					
						2021-09-03 11:39:38 -07:00 
						 
				 
			
				
					
						
							
							
								github-actions[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf8e3b087f 
							
						 
					 
					
						
						
							
							browser(chromium): roll to r917400 ( #8681 )  
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-09-03 12:18:28 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Pino 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c6cfa6f69d 
							
						 
					 
					
						
						
							
							browser(webkit): fix compilation in Ubuntu 18.04 ( #8672 )  
						
						
						
						
					 
					
						2021-09-02 20:51:53 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							30b6614e5a 
							
						 
					 
					
						
						
							
							browser(firefox): enable SharedArrayBuffer in Firefox builds ( #8610 )  
						
						
						
						
					 
					
						2021-09-01 12:27:37 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Pino 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d8cc457fd9 
							
						 
					 
					
						
						
							
							browser(webkit): roll to 01/09/21 ( #8606 )  
						
						
						
						
					 
					
						2021-09-01 10:47:58 +02:00