Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@yaakovschectman
Copy link
Contributor

Adds support for program exit request for Windows. This does not allow canceling closing the application by closing the window, yet.

Addresses windows portion of flutter/flutter#30735

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@yaakovschectman
Copy link
Contributor Author

Currently, when the application exits through PostQuitMessage, [ERROR:flutter/shell/gpu/gpu_surface_gl_skia.cc(97)] Could not make the context current to destroy the GrDirectContext resources. is reported on the shell.

@yaakovschectman yaakovschectman marked this pull request as ready for review March 17, 2023 21:36
@yaakovschectman yaakovschectman changed the title Windows exit Add Window exit requests and responses Mar 17, 2023
@yaakovschectman yaakovschectman changed the title Add Window exit requests and responses Add Windows exit requests and responses Mar 17, 2023
Copy link
Contributor

@gspencergoog gspencergoog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

32384589-a60f0e74-c078-11e7-9bc1-e5b5287aea9d

Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, but some post-landing review comments.

This does not allow canceling closing the application by closing the window, yet.

Addresses windows portion of flutter/flutter#30735

Sounds like this only addresses part of the Windows portion of that issue then?

@yaakovschectman
Copy link
Contributor Author

Sounds like this only addresses part of the Windows portion of that issue then?

Correct, this PR only addresses part of the windows portion of the issue. I am currently putting together a PR to address the missing portion.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants