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

Conversation

@ditman
Copy link
Member

@ditman ditman commented Apr 7, 2021

This is a WIP review, just to trigger CI and see all the breakage that a change like this would cause.

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.
  • The reviewer has submitted any presubmit flakes in this PR using the engine presubmit flakes form before re-triggering the failure.

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

@flutter-dashboard flutter-dashboard bot added the platform-web Code specifically for the web engine label Apr 7, 2021
@google-cla google-cla bot added the cla: yes label Apr 7, 2021
// found in the LICENSE file.

// @dart = 2.6
// @dart = 2.9
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be 2.12 at this point?

Copy link
Member Author

Choose a reason for hiding this comment

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

2.12 only if we migrate the test to null-safety, which this is not doing yet :P

@ditman ditman requested a review from yjbanov April 14, 2021 19:30
@ditman ditman changed the title [WIP] Wrap all the contents of the glass-pane in a shadow root. [web] Wrap all the contents of the glass-pane in a shadow root. Apr 14, 2021
@ditman
Copy link
Member Author

ditman commented Apr 15, 2021

I just realized that I regressed rendering the RulerHosts into the new ShadowDOM. Oops.

@ditman
Copy link
Member Author

ditman commented Apr 27, 2021

Continued in #25747

@ditman ditman closed this Apr 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes platform-web Code specifically for the web engine

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants