- 03 Nov, 2023 1 commit
-
-
Matej Knopp authored
https://github.com/flutter/engine/pull/46829 changed event handling sequence on web so that KeyboardBinding/RawKeyboard handles the text event first before it reaches IME. That means when dispatching synthetised events to IME every keydown event must have a corresponding keyup, otherwise consistency assertions in `KeyboardBindings` are triggered. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat
-
- 06 Jul, 2023 1 commit
-
-
Michael Goderbauer authored
PLUS: clean-up of all the unreachable stuff.
-
- 24 May, 2023 1 commit
-
-
Mouad Debbar authored
Now that `platformViewRegistry` is [exposed](https://github.com/flutter/engine/pull/41877) through `dart:ui_web`, we can do some cleanup here. Part of https://github.com/flutter/flutter/issues/126831
-
- 06 Apr, 2023 1 commit
-
-
Ian Hickson authored
Deprecate these old APIs
-
- 07 Mar, 2023 1 commit
-
-
Yegor authored
[web] delete unhelpful image loading e2e test
-
- 26 Jan, 2023 1 commit
-
-
Todd Volkert authored
This updates the framework to provide higher level wrappers around ui.instantiateImageCodecWithSize(). Functionally, this doesn't change anything (other than deprecating the older loadBuffer() method in favor of loadImage()), but it sets the stage for a simpler change that will allow us to provide a more flexible way to load sized images. #118543
-
- 21 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 21 Dec, 2022 1 commit
-
-
alanwutang11 authored
* cacheWidth cacheHeight support for web canvaskit * comments * clarifying comment for loadTestImageProvider class Co-authored-by: alanwutang11 <alpwu@google.com>
-
- 18 Dec, 2022 1 commit
-
-
alanwutang11 authored
* isCanvasKit implement and test * isCanvasKit implement and test * ++ * forgot license * make isCanvasKit a getter * addressed comments * forgot to change names of integration test files * typo * simplified tests * comments
-
- 03 Aug, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 20 May, 2022 1 commit
-
-
Tong Mu authored
-
- 27 Oct, 2021 1 commit
-
-
Yegor authored
-
- 21 Oct, 2021 1 commit
-
-
Riley Porter authored
-
- 13 Oct, 2021 1 commit
-
-
- 09 Jul, 2021 1 commit
-
-
Yegor authored
* [web] move e2e tests from flutter/engine to flutter/flutter * flutter update-packages --force-upgrade
-
- 04 Jun, 2021 1 commit
-
-
Sam Rawlins authored
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 21 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 20 May, 2021 1 commit
-
-
David Iglesias authored
-
- 15 May, 2021 1 commit
-
-
Yegor authored
-
- 14 May, 2021 3 commits
-
-
Jonah Williams authored
-
Sam Rawlins authored
-
Ian Hickson authored
-
- 13 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 04 May, 2021 2 commits
-
-
Ian Hickson authored
- 27 Apr, 2021 1 commit
-
- 22 Apr, 2021 1 commit
-
-
Ian Hickson authored
-
- 21 Apr, 2021 2 commits
-
-
Abhishek Ghaskata authored
-
Phil Quitslund authored
-
- 07 Apr, 2021 1 commit
-
-
Justin McCandless authored
This reverts commit b070ed3c.
-
- 03 Apr, 2021 1 commit
-
-
Ian Hickson authored
-
- 19 Mar, 2021 1 commit
-
- 16 Mar, 2021 1 commit
-
-
Ian Hickson authored
-
- 02 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 30 Oct, 2020 1 commit
-
-
Jonah Williams authored
Disable null safety auto-detection for the web
-
- 09 Oct, 2020 1 commit
-
-
nturgut authored
* adding tests that uses integration_test (e2e) package to flutter * change the package name for the import * fix licenses. fix README commands. add links * adding dependency change auto generated by the tool * more analyzer error fixes
-