engine icon indicating copy to clipboard operation
engine copied to clipboard

The Flutter engine

Results 339 engine issues
Sort by recently updated
recently updated
newest added

This PR reverts https://github.com/flutter/engine/pull/52527 now that the view focus functionality was fully launched. This PR should be merged at least 1 week after https://github.com/flutter/engine/pull/54966 is checked in. Fixes https://github.com/flutter/flutter/issues/153022. ##...

platform-web

The safelyBlurElement method in the view manager should become the standard way to "blur" and "remove" elements within the web engine. Calling this method ensures the blur operation doesn't disrupt...

platform-web

See what's failing on the release candidate, on presubmit https://github.com/flutter/flutter/issues/148906

I am unsure why the `tabindex` was removed when semantics were enabled. It seems this change was made without a clear explanation (by me). This PR shouldn't cause any issues...

platform-web

fixes https://github.com/flutter/flutter/issues/154650 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene]...

e: impeller

Add aria selected attributes to tabs Fixes https://github.com/flutter/flutter/issues/66673 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [...

platform-web

This PR minimizes the heap usage in CanvasKit and SkWasm when using decodeImageFromPixels, by utilizing the new createImageFromTextureSource API to keep the image data off the CanvasKit heap. Fixes: https://github.com/flutter/flutter/issues/153184...

platform-web
will affect goldens

fixes https://github.com/flutter/flutter/issues/152778 ## 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,...

will affect goldens
e: impeller
autosubmit