16 Commits

Author SHA1 Message Date
Ferhat
fd982f2fc5 [web] Code cleanup (flutter/engine#27734) 2021-07-27 11:49:52 -07:00
Yegor
247f67c06f [web] enable prefer_final_locals lint (flutter/engine#27420) 2021-07-15 10:02:39 -07:00
Yegor
060aa22d2d [web] enable always_specify_types lint (flutter/engine#27406) 2021-07-14 16:32:59 -07:00
Yegor
2abe536ed8 [web] replace browser-related conditional logic with BrowserEnvironment (flutter/engine#27084)
* [web] replace browser-related conditional logic with BrowserEnvironment
2021-07-02 12:04:45 -07:00
Yegor
7a60f2fb7f [web] text_editing_test.dart nnbd; bump test dep (flutter/engine#26709) 2021-06-11 12:31:51 -07:00
Yegor
339073d44b [web] migrate some felt code to null safety (flutter/engine#26644)
* [web] migrate some felt code to null safety
2021-06-09 11:30:51 -07:00
Zachary Anderson
dc3cf6a04e Migrate runZoned to runZonedGuarded (flutter/engine#22198) 2020-10-29 11:02:35 -07:00
Jason Simmons
b4b5342886 [web] Upgrade the test package to remove the dependency on package_resolver (flutter/engine#18135) 2020-05-05 10:57:02 -07:00
Yegor
97bf969dc0 fix implicit dynamic and two lints everywhere; implicit cast in dev/ (flutter/engine#17372) 2020-03-29 19:23:37 -07:00
Yegor
d20bb30d3a Reland "add limited analysis options (#17332)" (flutter/engine#17374)
* Reland "add limited analysis options (#17332)"

This time I'm starting without Cirrus. Will add Cirrus serpartely from code changes.

This reverts commit 27da616b212419552551d1f9a9ed097f133d1221.

* disable Cirrus analysis check
2020-03-27 11:06:10 -07:00
Chinmay Garde
27da616b21 Revert "add limited analysis options (#17332)" (flutter/engine#17368)
This reverts commit c6aa044fde6a2b4fe89b6c92402126d6b33ef01b.
2020-03-27 02:38:50 -07:00
Yegor
c6aa044fde add limited analysis options (flutter/engine#17332)
add limited analysis options
2020-03-26 14:38:59 -07:00
vsmenon
a605113c25 opt out dart:ui from nnbd (flutter/engine#16473)
* opt out dart:ui from nnbd

* Annotate tests as well
2020-02-20 11:04:00 -08:00
Ferhat
62edec4b08 Fix lint warnings across web_ui, add missing browserEngine case in text field. (flutter/engine#14535)
* Fix lint warnings across web_ui

* add textureCoordinates/indices getters for Vertices

* fix compositor indices
2019-12-19 17:39:33 -08:00
Nurhan Turgut
395ce7ae62 Changing test runner and platform to be browser independent (flutter/engine#13869)
* changes to add firefox as one of the browser options to test_platform and test_runner

* Creating a supported_browsers file to put all the different browser related maps and utilities

* Remove accidentaly forgotten commented out lines. Clear imports

* fix error in screenshot handler

* Addressing PR comments.

* addressing PR comments part 2:
2019-11-19 12:18:10 -08:00
Nurhan Turgut
fb0e5e5c61 [web] [test] Adding firefox install functionality to the test platform (flutter/engine#13272)
* Add Firefox installing functionality to test platform. For Linux only. Refactor test platform code

* remove download.dart. Not complete for now

* uncomment firefox.dart. Adding new CL parameters.

* Licence headers added.

* adding more comments to firefox_installer

* adding test for firefox download

* address pr comments. change directory for test in .cirrus.yml

* change directory for test_web_engine_firefox_script

* removing the system test.
2019-10-23 14:41:49 -07:00