Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cross-origin window and location wrappers #291

Merged
merged 5 commits into from
Sep 24, 2024

Commits on Aug 24, 2024

  1. Add cross-origin window and location wrappers

    Closes dart-lang/sdk#54443
    Closes dart-lang#247
    Closes dart-lang/sdk#54938
    
    Since cross-origin objects have limitations around
    access, wrappers are introduced to do the only safe
    operations. Extension methods are added to get instances
    of these wrappers.
    srujzs committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    1e17c5a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Address review comments

    srujzs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fd199ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f1f8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4351aa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add bug number to todo

    srujzs committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    56d78b2 View commit details
    Browse the repository at this point in the history