22 Commits

Author SHA1 Message Date
Jackson Gardner
1a59a35e3c ui_web library (flutter/engine#40608)
`ui_web` library
2023-03-30 23:14:18 +00:00
Yegor
e9abb22ba1 Revert "[web] Access engine version to get correct gstatic URL (#40194)" (flutter/engine#40235)
This reverts commit 46682951fe7f61296070c2fdfb673576628bbd89.
2023-03-10 14:46:06 -08:00
Harry Terkelsen
46682951fe [web] Access engine version to get correct gstatic URL (flutter/engine#40194) 2023-03-10 10:16:48 -08:00
LongCatIsLooong
48c413ae2f Add new test font (flutter/engine#39809)
Add new test font
2023-03-03 21:38:01 +00:00
Tong Mu
c3925d9120 [Web, keyboard] Locale layout mapping (flutter/engine#34625)
* WIP

* WIP: Better debug log

* WIP

* Finish logic (untested)

* Use third_party for layouts

* Update gen

* Fix filtering bugs

* Format

* Fix build

* Add scripts

* Try license

* Copyright

* Rename license

* Use case insensitive

* more lower case

* Sort. Migrate to better types.

* Fix template

* Marshall and unmarshall

* Comments

* Gen types file

* gen json

* engine compilable

* benchmark_detector

* Move github to separate file

* Generate full mapping

* test cases

* Unified dead key

* Correct key

* remove duplicate file

* letter in test cases

* Compile

* int keycode, and fix compile

* Correct gen directory

* Heuristic

* Heuristic benchmark

* Reorganize logical key

* Move to common

* Docs

* Combine into bin

* Remove layout_types

* Rename to locale_keymap

* Rename class

* Rename to heuristicMapper

* Format

* Fix license

* Fix test

* Test license

* Fix tests

* Fix import as

* Fix analyze problem

* Fix license

* Update license pattern

* The MIT license

* License diff

* Fix license

* Update signature

* readme

* fix signature?

* fix signature?

* Fix license count

* Fix build

* Compression

* Fix _eventKeyIsKeyname

* remove gitignore

* Fix nullable

* Fix doc

* Add underscore lead. Make everything lower case. Print by line.

* Better event code encoding

* Signature

* Comment. Change dead key mapping to the last.

* Better digit heuristic. Better _eventKeyIsKeyName

* en-in test

* Remove unnecessary build change

* Better order
2022-11-30 01:28:02 +00:00
Mouad Debbar
9d9401970f [web] Move unicode properties to third_party (flutter/engine#37440)
* [web] Move unicode properties to third_party

* license

* fix license check

* attempt to fix license golden

* more license fixes

* even more license fixes

* add check mode and readme file

* fix licenses + add web_unicode.dart

* build web_unicode as an sdk library

* remove unnecessary variable

* minor fix in license golden

* tool signature
2022-11-22 18:47:11 +00:00
Jackson Gardner
3abd78d817 Add stubs for Skwasm renderer (flutter/engine#35748) 2022-09-01 18:36:29 +00:00
joshualitt
9a9136c045 [web] Changes to support dart:wasm. (flutter/engine#34991) 2022-08-01 10:26:26 -07:00
sigmundch
988a3911db [web]: update libraries.json to use the include feature. (flutter/engine#32874) 2022-04-28 15:09:04 -07:00
sigmundch
9eb3d24186 Revert "[web]: update libraries.json to use the include feature. (#30961)" (flutter/engine#31123) 2022-01-28 11:25:11 -08:00
sigmundch
c11791240a [web]: update libraries.json to use the include feature. (flutter/engine#30961) 2022-01-24 10:55:10 -08:00
sigmundch
5d1a6d167e [web] bring libraries.yaml/libraries.json up to date (flutter/engine#30467) 2022-01-04 21:45:07 -08:00
Yegor
078629ad1e First batch of CanvasKit bindings using @JS (flutter/engine#19450)
* first batch of @JS bindings
2020-07-01 18:30:58 -07:00
vsmenon
d66d21edab Remove mirrors on the web (flutter/engine#16516) 2020-02-10 13:58:04 -08:00
vsmenon
08f169dbcc [web] update dart:js and dart:js_util to new upstream locations (flutter/engine#15681) 2020-01-15 15:58:47 -08:00
vsmenon
9a39e19daf Enable/tweak web sdk source maps, take 2 (flutter/engine#13161)
Update outline step to remove absolute paths here as well.  See: https://dart-review.googlesource.com/c/sdk/+/122178/5/utils/dartdevc/BUILD.gn
2019-10-21 21:20:58 -07:00
Devon Carew
00ae651c92 remove references to package:_chrome (flutter/engine#12931) 2019-10-08 09:41:46 -07:00
Jonah Williams
765d746608 roll dart and update libraries files (flutter/engine#9201) 2019-06-05 13:01:10 -07:00
Jonah Williams
490cb86f01 fix dartdevc build (flutter/engine#9036) 2019-05-21 15:30:57 -07:00
Jonah Williams
7c214df22f Add web sdk implementation. (flutter/engine#8891) 2019-05-08 18:16:20 -07:00
Jonah Williams
88936d94b0 Support dartdevc, dart2js with shared source files, dartdevc sdk (flutter/engine#8105) 2019-03-18 11:58:35 -07:00
Jonah Williams
61c8d27f6c Refactor web configuration/ Add dartdevc (flutter/engine#7978) 2019-03-07 11:03:39 -08:00