Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							722db85e1c 
							
						 
					 
					
						
						
							
							doc: generator code health (2) ( #4843 )  
						
						
						
						
					 
					
						2020-12-28 23:42:51 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							70c14e6b99 
							
						 
					 
					
						
						
							
							doc: generator code health ( #4840 )  
						
						
						
						
					 
					
						2020-12-28 17:38:00 -08:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1232b6980 
							
						 
					 
					
						
						
							
							chore: simplify and remove some scripts ( #4838 )  
						
						
						
						
					 
					
						2020-12-28 16:19:28 -08:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							94077e0e74 
							
						 
					 
					
						
						
							
							chore: remove JS types checker, rely on typescript ( #4831 )  
						
						... 
						
						
						
						chore: remove JS types checker, rely on typescript
We keep checking that all methods are documented, and no extra methods
are documented, but rely on typescript for everything else. 
						
						
					 
					
						2020-12-28 10:54:47 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a446792c18 
							
						 
					 
					
						
						
							
							docs: generate api.md off documentation model ( #4832 )  
						
						
						
						
					 
					
						2020-12-28 07:03:09 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fee7dd7cc1 
							
						 
					 
					
						
						
							
							chore: nit type validator fix ( #4830 )  
						
						
						
						
					 
					
						2020-12-27 08:42:22 -08:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							905f28c339 
							
						 
					 
					
						
						
							
							feat(types): simplify android and electron types ( #4829 )  
						
						... 
						
						
						
						These now follow the scheme for regular types. 
						
						
					 
					
						2020-12-26 20:25:18 -08:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34c1b338be 
							
						 
					 
					
						
						
							
							feat(types): make our client classes implement public types ( #4817 )  
						
						... 
						
						
						
						This patch:
- introduces non-exported but used in api/impl struct types (e.g. Point);
- makes all client classes implement respective public api interface.
Pros:
- Typescript is now responsible for type checking.
  We can remove our doclint checker (not removed yet).
- Electron and Android types can be defined in the same way
  (this is not implemented yet).
- We can move most of the type structs like Point to the public api
  and make some of them available.
Cons:
- Any cons? 
						
						
					 
					
						2020-12-26 17:05:57 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							15cdfd1cc1 
							
						 
					 
					
						
						
							
							chore: generate types, api.json off md rather than html ( #4825 )  
						
						
						
						
					 
					
						2020-12-26 14:31:41 -08:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9dd982c508 
							
						 
					 
					
						
						
							
							chore: commit generated types to the repository ( #4826 )  
						
						... 
						
						
						
						Also check them during `npm run lint` and regenerate during `npm run watch`. 
						
						
					 
					
						2020-12-26 13:52:05 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							277d255fc3 
							
						 
					 
					
						
						
							
							chore: brush up md processing ( #4819 )  
						
						
						
						
					 
					
						2020-12-23 19:35:43 -08:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a7f4c69a60 
							
						 
					 
					
						
						
							
							docs: fix browser version generation script ( #4797 )  
						
						
						
						
					 
					
						2020-12-21 18:09:55 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2e220df7ac 
							
						 
					 
					
						
						
							
							docs: explicitly annotate methods and parameters ( #4771 )  
						
						
						
						
					 
					
						2020-12-18 15:31:34 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1717cbd3d5 
							
						 
					 
					
						
						
							
							doc: describe return value as a part of method ( #4608 )  
						
						
						
						
					 
					
						2020-12-05 15:29:16 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96a1f79e96 
							
						 
					 
					
						
						
							
							docs: reformat api-body to allow multiline params documentation ( #4604 )  
						
						
						
						
					 
					
						2020-12-04 18:05:35 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
						
						
							
						
						
							bf7dff80da 
							
						 
					 
					
						
						
							
							chore: remove the --only-update-browsers option  
						
						
						
						
					 
					
						2020-12-04 12:22:34 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
						
						
							
						
						
							20c17d5470 
							
						 
					 
					
						
						
							
							chore: fix the doclint tests  
						
						
						
						
					 
					
						2020-12-04 12:10:44 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							150d778ca7 
							
						 
					 
					
						
						
							
							docs: disambiguate events ( #4597 )  
						
						
						
						
					 
					
						2020-12-04 11:09:20 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							761b78efc0 
							
						 
					 
					
						
						
							
							docs: generate links based on the method names ( #4593 )  
						
						
						
						
					 
					
						2020-12-04 09:03:33 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2452d07ff7 
							
						 
					 
					
						
						
							
							docs: generate method signatures in docs ( #4590 )  
						
						
						
						
					 
					
						2020-12-03 22:28:11 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0eb6f85617 
							
						 
					 
					
						
						
							
							docs: pretty-print api.md ( #4588 )  
						
						
						
						
					 
					
						2020-12-03 18:05:36 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d47a9744c 
							
						 
					 
					
						
						
							
							docs: reformat template parameters ( #4587 )  
						
						
						
						
					 
					
						2020-12-03 16:02:34 -08:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bc701629db 
							
						 
					 
					
						
						
							
							fix(doclint): exit 1 when doclint throws an error ( #4572 )  
						
						
						
						
					 
					
						2020-12-03 09:21:56 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							95c502d274 
							
						 
					 
					
						
						
							
							docs: use templates to reuse documentation properties ( #4578 )  
						
						
						
						
					 
					
						2020-12-03 09:11:48 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1fa7e86ea9 
							
						 
					 
					
						
						
							
							docs: generate api.md ( #4576 )  
						
						
						
						
					 
					
						2020-12-02 13:50:10 -08:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							46e124a933 
							
						 
					 
					
						
						
							
							fix(api.json): use separate maps for methods and events ( #4310 )  
						
						
						
						
					 
					
						2020-11-02 18:31:32 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be8428475d 
							
						 
					 
					
						
						
							
							feat(websocket): implement Web Sockets for Chromium & WebKit ( #4234 )  
						
						
						
						
					 
					
						2020-10-26 22:20:43 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2adc98cb0 
							
						 
					 
					
						
						
							
							chore: roll folio to 0.3.8 ( #4113 )  
						
						
						
						
					 
					
						2020-10-12 13:48:56 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							46b14bc740 
							
						 
					 
					
						
						
							
							chore: roll folio to 0.3.6 ( #4110 )  
						
						
						
						
					 
					
						2020-10-12 09:16:02 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0db09f8ed4 
							
						 
					 
					
						
						
							
							test: roll test runner to 0.9.20 ( #4062 )  
						
						
						
						
					 
					
						2020-10-05 17:03:24 -07:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fbe0fb2977 
							
						 
					 
					
						
						
							
							fix(api.json): do not copy documentation from base class members ( #4048 )  
						
						
						
						
					 
					
						2020-10-02 19:19:19 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4a77363af7 
							
						 
					 
					
						
						
							
							api: update videos api, hide tracing ( #4015 )  
						
						
						
						
					 
					
						2020-10-01 11:06:19 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7ccdc5176d 
							
						 
					 
					
						
						
							
							chore: include api.json into the Playwright package ( #4003 )  
						
						
						
						
					 
					
						2020-09-29 13:48:24 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							970b011cba 
							
						 
					 
					
						
						
							
							chore: roll @playwright/test to 0.9.6 ( #3977 )  
						
						
						
						
					 
					
						2020-09-25 12:52:06 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f94df318d5 
							
						 
					 
					
						
						
							
							chore: roll test runner to 0.3.9 ( #3847 )  
						
						
						
						
					 
					
						2020-09-11 10:02:07 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a597004780 
							
						 
					 
					
						
						
							
							chore: roll test runner to 0.3.5 ( #3832 )  
						
						
						
						
					 
					
						2020-09-10 21:31:46 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45542a5334 
							
						 
					 
					
						
						
							
							docs: fix table-of-contents generation ( #3840 )  
						
						
						
						
					 
					
						2020-09-10 15:14:00 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							868740067b 
							
						 
					 
					
						
						
							
							refactor: consolidate ffmpeg-related files in third_party/ffmpeg ( #3815 )  
						
						... 
						
						
						
						This patch:
- moves ffmpeg binaries from `//bin/` to `//third_party/ffmpeg`
- adds [COPYING.GPLv3](https://github.com/FFmpeg/FFmpeg/blob/master/COPYING.GPLv3 )
ffmpeg license
- changes npm packaging to include `//third_party/ffmpeg` only in `playwright` and `playwrihgt-chromium` a 
						
						
					 
					
						2020-09-09 09:51:28 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							143adc1634 
							
						 
					 
					
						
						
							
							refactor: bake ffmpeg into npm instead of CDN ( #3799 )  
						
						
						
						
					 
					
						2020-09-08 15:10:36 -07:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							658b34e3fe 
							
						 
					 
					
						
						
							
							fix(lint): fix doclint and preprocessor tests ( #3793 )  
						
						
						
						
					 
					
						2020-09-08 10:19:26 -07:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3cc91093a1 
							
						 
					 
					
						
						
							
							chore(testrunner): move out of the repo ( #3687 )  
						
						
						
						
					 
					
						2020-08-29 08:27:32 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9fca63f8ec 
							
						 
					 
					
						
						
							
							chore: move src/rpc/client to src/client ( #3581 )  
						
						
						
						
					 
					
						2020-08-22 15:13:51 -07:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							012f9425bf 
							
						 
					 
					
						
						
							
							chore(test-runner): move into its own folder and typescript project ( #3548 )  
						
						
						
						
					 
					
						2020-08-20 16:04:27 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							86815d70e0 
							
						 
					 
					
						
						
							
							test: convert rename options to parameters, remove options magic ( #3543 )  
						
						
						
						
					 
					
						2020-08-19 21:32:12 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5aa4116204 
							
						 
					 
					
						
						
							
							docs: sort all enums in doclint ( #3488 )  
						
						... 
						
						
						
						Currently, the order depends on some internals of typescript compiler
and changes from time to time. Sorting makes it stable. 
						
						
					 
					
						2020-08-17 10:47:21 -07:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d516f81eeb 
							
						 
					 
					
						
						
							
							fix(rpc): add a custom toJSON to help jest's expect library ( #3489 )  
						
						
						
						
					 
					
						2020-08-16 14:41:33 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6abc352498 
							
						 
					 
					
						
						
							
							test: remove output and golden directory notions ( #3456 )  
						
						
						
						
					 
					
						2020-08-13 17:32:27 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b52ca8676 
							
						 
					 
					
						
						
							
							chore: remove unused non-rpc code, test options, infra, bots ( #3444 )  
						
						
						
						
					 
					
						2020-08-13 16:00:23 -07:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							84441f8f77 
							
						 
					 
					
						
						
							
							chore(test): run doclint tests with mocha, delete testrunner again ( #3447 )  
						
						
						
						
					 
					
						2020-08-13 13:57:27 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51bd3709ff 
							
						 
					 
					
						
						
							
							Revert "chore(test): run doclint tests with mocha, delete utils/testrunner ( #3428 )" ( #3432 )  
						
						
						
						
					 
					
						2020-08-12 22:01:37 -07:00