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: af855e063a9c
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d06e9e84d0ca
Choose a head ref
  • 14 commits
  • 23 files changed
  • 6 contributors

Commits on Jul 30, 2018

  1. Roll src/third_party/skia 227424b..c06b8a4 (22 commits) (#5904)

    Auto-roller completed checks. Merging.
    skia-flutter-autoroll authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    d34eb1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f4a022 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46b7793 View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia c06b8a4..62501c1 (11 commits) (#5905)

    Auto-roller completed checks. Merging.
    skia-flutter-autoroll authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    9336082 View commit details
    Browse the repository at this point in the history
  5. Add docker container generation scripts (#5898)

    These scripts generate the image we used to test flutter/engine in Cirrus.
    liyuqian authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    659e49e View commit details
    Browse the repository at this point in the history
  6. Use container and GKE to accelerate build (#5897)

    This reduces the build time from 5 minutes to 3 minutes as we no longer need to cold start a GCE instance. Moreover, we can now compile the host engine using this container.
    liyuqian authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    cd85329 View commit details
    Browse the repository at this point in the history
  7. Replace travis with cirrus (#5899)

    Using a custom container image, we reduce the test time from 5 minutes to 2 minutes as we no longer run gclient sync from zero.
    
    In the future, we may be able to cache the ninja output in the image (which probably gets updated daily) so we no longer compile from zero.
    liyuqian authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    10effc7 View commit details
    Browse the repository at this point in the history
  8. Roll src/third_party/skia 62501c1..f7dcd76 (5 commits) (#5906)

    Auto-roller completed checks. Merging.
    skia-flutter-autoroll authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    430ca29 View commit details
    Browse the repository at this point in the history
  9. Remove the "VSYNC" trace event on Fuchsia (#5907)

    Don't emit a "VSYNC" event when running on Fuchsia, as traces on Fuchsia
    are typically recorded across the whole system, causing the events to
    collide with each other.
    nathanrogersgoogle authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    0c8fda2 View commit details
    Browse the repository at this point in the history
  10. Roll src/third_party/skia f7dcd76..946a162 (3 commits) (#5908)

    Auto-roller completed checks. Merging.
    skia-flutter-autoroll authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    5ae8240 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Add word movement granularities to android (#5902)

    Jonah Williams authored Jul 31, 2018
    Configuration menu
    Copy the full SHA
    236d633 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 946a162..0bf5408 (1 commits) (#5909)

    Auto-roller completed checks. Merging.
    skia-flutter-autoroll authored Jul 31, 2018
    Configuration menu
    Copy the full SHA
    5b09e14 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 0bf5408..74c6ed3 (1 commits) (#5910)

    Auto-roller completed checks. Merging.
    skia-flutter-autoroll authored Jul 31, 2018
    Configuration menu
    Copy the full SHA
    3e6b681 View commit details
    Browse the repository at this point in the history
  4. Deprecate -[FlutterDartProject initFromDefaultSourceForConfiguration] (

    …#18886) (#5858)
    
    * Deprecate -[FlutterDartProject initFromDefaultSourceForConfiguration] (#18886)
    
    `-[FlutterDartProject initFromDefaultSourceForConfiguration]` no
    longer seems very useful.  It calls `-initWithPrecompiledDartBundle:`
    or `-initWithFlutterAssets:dartMain:packages:`, but since it now
    passes `nil` for all arguments, both paths end up doing the same
    thing.
    
    Additionally, `-initFromDefaultSourceForConfiguration` is awkward to
    use in Swift.  The automatically generated Swift interface is:
    
        public convenience init!(fromDefaultSourceForConfiguration: ())
    
    and it's not obvious how to call that.
    
    Let's deprecate `-initFromDefaultSourceForConfiguration` and instead
    expect callers to use the existing `-init` method. (We can make
    `-init` do different things for different build configurations later
    if necessary.)
    
    Bonus: Rename some parameters to make it more obvious when they may
    be `nil`.
    jamesderlin authored and chinmaygarde committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    d06e9e8 View commit details
    Browse the repository at this point in the history
Loading