engine
engine copied to clipboard
The Flutter engine
Original comment: > ... So we flatten the layer tree into a picture and use that as the thread transport mechanism. However, looking at the whole code: ```c++ Dart_Handle Picture::RasterizeToImage(sk_sp...
Fixes https://github.com/flutter/flutter/issues/111425 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* ## Pre-launch Checklist - [X]...
This PR adds Windows support for `//flutter/fml/backtrace.h`. This PR fixes flutter/flutter#111614. No changes in the [flutter/tests] repo. ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the...
Send `PointerSignalKind.scale` instead of `PointerSignalKind.scroll` if ctrl key is pressed on wheel event. Part of https://github.com/flutter/flutter/issues/112103 ## Sequence 1. https://github.com/flutter/flutter/pull/112170 2. https://github.com/flutter/engine/pull/36342 3. https://github.com/flutter/flutter/pull/112172 4. This PR ## Pre-launch Checklist...
The implementation of a FIDL server side requires implementing all methods. Issue: https://github.com/flutter/flutter/issues/112991 This will need to wait until the new Fuchsia SDK rolls into Flutter. ## Pre-launch Checklist -...
Adds a small JS-Interop layer to use the TrustedTypes API from the flutter/engine code, and use it to download the CanvasKit JS. Adds a test that runs the canvaskit_api tests...
This PR tries to expose vsync information to the developer, so they can know when it is proper to call the more un-restricted `window.render` proposed in #36438. Currently only the...
This PR merges `AccessibilityBridgeDelegate` into `AccessibilityBridge`, and isolates accessibility bridge's delegates and node delegates from embedding engines. **This is still a draft.** TODO: - [x] Isolate FlutterPlatformNodeDelegateMac from the engine...
This PR changes the accessibility bridge and its delegate classes, so that they no longer assume that the embedding engine only has one view or one bridge, but instead receive...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...