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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ecdfc91
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ecabc10
Choose a head ref
  • 20 commits
  • 26 files changed
  • 7 contributors

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    05dd023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f439d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    effd8a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af90e8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae999f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0897c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7af8d3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb3dc86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    468b371 View commit details
    Browse the repository at this point in the history
  10. fuchsia: remove use of replace_as_executable (#16690)

    On Fuchsia, we can now get executable VMOs from trusted backing
    filesystems.  This allows us to remove the use of replace_as_executable
    in favor of opening files with `fdio_open_fd_at` with the
    `OPEN_RIGHT_EXECUTABLE` flag and getting VMOs by calling
    `fdio_get_vmo_exec`.
    
    By moving the responsibility for executability into the filesystem, we
    should be able to remove deprecated-ambient-replace-as-executable from
    component manifests for non-JIT runners (the JIT runners still call
    replace_as_executable in Dart's allocator).
    
    Test: verified locally that this works on Astro on a _user build with
    the runtime allowlist tightened.
    zarvox authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    ff921cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d590e98 View commit details
    Browse the repository at this point in the history
  12. Fix handler unregistration in C++ channels (#16794)

    MethodChannel and BasicMessageChannel in the C++ wrapper didn't have the
    expected semantics that passing a null handler would remove any existing
    handler. This was inconsistent with other platforms and with the
    lower-level object APIs in this wrapper, and made unregistration in
    cases where that's desirable more difficult due to needing to keep other
    object references.
    
    Adds tests for this functionality, and some backfill of missing tests
    for basic handler behavior.
    
    See flutter/flutter#51207
    stuartmorgan-g authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    52070e3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    592b3ff View commit details
    Browse the repository at this point in the history
  14. [web] changing user limits for macos (#16797)

    * changing user limits for macos
    
    * check kernel name instead
    Nurhan Turgut authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    9ac76ad View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7685e08 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    3286543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29cff9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc3a15e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1a9dc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecabc10 View commit details
    Browse the repository at this point in the history
Loading