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

Merge latest from master => 21008 staging branch #7012

This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 25, 2018

  1. Configuration menu
    Copy the full SHA
    cf75289 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia dfca8f6..a2272ef (4 commits) (#6659)

    https://skia.googlesource.com/skia.git/+log/dfca8f6adb6b..a2272ef92640
    
    
    Created with:
      gclient setdep -r src/third_party/skia@a2272ef92640
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    3edf5fa View commit details
    Browse the repository at this point in the history
  3. Dart SDK roll for 2018-10-25

    bf26f76 [infra] Ensure that core dump upload triggers on main builders
    cdf6dde [gardening] bigint_test may still time out when interpreted (2nd try).
    d3498a8 [vm] Cleanup int overflow checking
    9e9746a [gardening] bigint_test may still time out when interpreted.
    7de2510 [VM interpreter] Do not interpret some Bigint intrinsics (fixes #34901).
    816ab32 Fix versions in spec titles to match the description below
    c7c81af [vm/bytecode] Check for overflow of bytecode limits
    655310d Add ArgumentError.checkNotNull utility
    0170b8d Revert "[vm/compiler] Use loop framework for AOT inline heuristics"
    9aff930 Move test_methodCallTypeInference_mixinType into mixin_test.dart
    3e750a7 [vm] Add test for certain cases of unreachable code
    daae20d [vm/compiler] Use loop framework for AOT inline heuristics
    28a8fa5 Upgrade package:http to 0.12.0.
    b3055a1 [gardening] Mark co19 LibTest/io/RawDatagramSocket/any_A01_t03 flaky
    b8fd29e Remove dartfix dependencies on analysis server
    8a5405f [build] Add //third_party/android_tools BUILD file needed by zlib
    82c1f2a [vm] Eliminate dart_zlib_path from BUILD files
    11ad25a Reland "[VM runtime] Support Smi instances in type test cache."
    3dc9119 Generate analysis_server_client protocol_generated.dart and related protocol files
    a902fc3 [gardening] Mark co19 LibTest/io/Stdin/readByteSync_A02_t01 flaky
    cfecec5 Fix yet another cloning bug
    d8cb60d [infra] Improve clone command in analyze-flutter.sh script (#34739)
    34d0801 Generate analysis server protocol consts in analysis_server_client
    2c83eb5 [vm] Integrate dart binary with Crashpad on Windows.
    b9999b6 [gardening] Mark co19 LibTest/io/RawDatagramSocket/lastWhere_A01_t02 flaky
    0b15595 [gardening] Mark co19 LibTest/io/Link/rename_A02_t01 flaky
    57f895c Bounds of a generic type alias ensure the body is regular-bounded
    6efc58f [vm] Pass member name as a symbol in instantiateInvocation.
    cf0a99a [fasta] Check type arguments in method invocations while doing inference
    d693742 Specify for all literals whether the object overrides `Object.==`.
    5c90602 Change parameter 'silent' => 'instrumented'
    e4e82da Changed dartLangSpec errors to warnings
    4695b5f Add "convert to int literal" to dartfix
    0009ca7 In _matchInterfaceSubtypeOf, account for mixins having null superclass.
    1d10e03 [vm/bytecode] Remove unreachable bytecode
    03eafc0 Add fromEntries on HashMap and LinkedHashMap
    4f2a4e6 new convert-to-int-literal assist
    58d73e0 [vm] Remove incorrect assert in Script::GetSnippet
    6134ac8 Revert "[VM runtime] Support Smi instances in type test cache."
    4e49d19 [gardening] Update status for #34901
    6ba3e55 [VM runtime] Support Smi instances in type test cache.
    e4566d3 LSP: Fix nulls and missing fromJson calls in unions
    d91e0ad [VM] Make method extractors call a stub for creation of tear-off closure
    4c9684f [vm] Ignore compilation errors in CorelibCompileAll
    b73f7ed [infra] Add tools/bots/find_base_commit.dart
    6443a80 Remove flaky markers for standalone_2/io tests, MacOS upgrade seemed to have getten rid underlying OS issue
    c04215d [fasta] Add a test case for issue #34899
    03765ed Update old mixin tests. Remove the --super-mixins flag from the tests.
    a394e4f Fix handling of JSON with interfaces nested within Unions
    2f90f8d Issue 34896. Verify the superconstraint signature invoked by a mixin, not the mixin's one.
    b82c1f9 Revert "[VM] Fix for issue 34839 - Dart_Cleanup may hang while shutting down"
    289d2b0 [vm] Don't re-enqueue functions after unoptimized compiles
    33accb5 [VM] : Cleanup the file modified and service stream callbacks in        Dart_Cleanup so that the Flutter engine can restart the VM.
    89c845e [VM] Fix for issue 34839 - Dart_Cleanup may hang while shutting down      the service isolate.
    e648d63 Revert "Compute unlinked API signatures without unlinked summaries."
    74792f4 Revert "[vm] Revert service isolate setup in main.cc"
    b4fbf1a [vm/bytecode] Wire up bytecode generation in kernel service
    914065d [vm/compiler] Use loop framework for register allocator
    7fd78ed [infra] Add analyzer branch alias for flutter-analyze builder (#34739)
    9406b7b [vm/bytecode] Add versioning to bytecode format
    a82e025 Move dartfix to its own package
    872e901 Set to publish new analyzer_plugin.
    2d14d9a Improve how dartfix finds the analysis server pkg root
    a342cec Disable support for the old super mixins
    cddc2d4 Handle generic types in LSP spec parsing
    8b6f896 Support post-inference serialization/deserialization
    9c3834d Remove unused import that shows a warning
    a1d6137 Exposes VM and Isolate Metrics in the API.
    2c6eabd Compute substitution map on kernel objects instead of builders
    704a435 Move getSubstitutionMap to KernelClassBuilder
    af8e291 Respecify where type promotion happens.
    393fe44 Resolve types from the class header earlier
    1515d4f [Gardening] Mark LibTest/io/RawDatagramSocket/timeout_A06_t01 as flaky
    11adb81 Remove the last references to the analyzer package from kernel.
    0265151 Fix identifyWidgetExpression() for Flutter.
    f5cd6cc More shared fasta/analyzer error codes
    cecda90 Update analyzer docs based on previous feedback
    ab6eb93 [VM] Fix flaky crash when unwinding the mutator stack during GC
    bkonyi committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    69dced9 View commit details
    Browse the repository at this point in the history
  4. Update contributing.md for xcode_backend refactor notes (#6642)

    * Update contributing.md for xcode_backend refactor notes
    dnfield authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    6c2ade9 View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia a2272ef..2cf29ce (8 commits) (#6661)

    https://skia.googlesource.com/skia.git/+log/a2272ef92640..2cf29ce4dbbf
    
    
    Created with:
      gclient setdep -r src/third_party/skia@2cf29ce4dbbf
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    3930b7c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Roll src/third_party/skia 2cf29ce..f5eaee9 (4 commits) (#6664)

    https://skia.googlesource.com/skia.git/+log/2cf29ce4dbbf..f5eaee917bb7
    
    
    Created with:
      gclient setdep -r src/third_party/skia@f5eaee917bb7
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    7286e9a View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia f5eaee9..3f5b4ee (1 commits) (#6666)

    https://skia.googlesource.com/skia.git/+log/f5eaee917bb7..3f5b4ee4adfd
    
    
    Created with:
      gclient setdep -r src/third_party/skia@3f5b4ee4adfd
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    074e67a View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 3f5b4ee..603c5da (1 commits) (#6667)

    https://skia.googlesource.com/skia.git/+log/3f5b4ee4adfd..603c5da17491
    
    
    Created with:
      gclient setdep -r src/third_party/skia@603c5da17491
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    d53c2be View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 603c5da..e2fd74b (1 commits) (#6668)

    https://skia.googlesource.com/skia.git/+log/603c5da17491..e2fd74b48f6f
    
    
    Created with:
      gclient setdep -r src/third_party/skia@e2fd74b48f6f
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    9c46333 View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia e2fd74b..a944142 (9 commits) (#6669)

    https://skia.googlesource.com/skia.git/+log/e2fd74b48f6f..a944142412cd
    
    
    Created with:
      gclient setdep -r src/third_party/skia@a944142412cd
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    270b02b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd791f3 View commit details
    Browse the repository at this point in the history
  7. Add missing includes (#6670)

    mehmetf authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    3236b49 View commit details
    Browse the repository at this point in the history
  8. Roll src/third_party/skia a944142..3b79aa3 (15 commits) (#6671)

    https://skia.googlesource.com/skia.git/+log/a944142412cd..3b79aa3a5ad0
    
    
    Created with:
      gclient setdep -r src/third_party/skia@3b79aa3a5ad0
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    162b2e9 View commit details
    Browse the repository at this point in the history
  9. iOS Embedding Refactor (#6447)

    * Create FlutterEngine to manage a Shell to support maintaining execution state across instances of FlutterViewControllers
    * Refactor PlatformViewIOS to support adding or removing a FlutterViewController dynamically
    * Refactor FlutterDartHeadlessCodeRunner to implement FlutterEngine
    * Refactor FlutterViewController to accept a FlutterEngine at initialization or to create one for backwards compatibility; any Shell related responsibilities are now passed through to the Engine instance
    * Remove FlutterNavigationController (unused)
    * Update all public Objective C doc comments to be consistent and formatable
    * Add public documentation to all public headers
    dnfield authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    2bfb893 View commit details
    Browse the repository at this point in the history
  10. Plumb the iOS PlatformViewsController into flow. (#6603)

    For flow to manipulate the embedded UIViews during the paint traversal
    it needs some hook in PaintContext.
    This PR introduces a ViewEmbeder interface that is implemented by the
    iOS PlatformViewsController and plumbs it into PaintContext.
    
    The ViewEmbedder interface is mainly a place holder at this point, as
    this PR is focused on just the plumbing.
    amirh authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    df85722 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f797004 View commit details
    Browse the repository at this point in the history
  12. Update FlutterPlugin.h docs, suppress warning for older API (#6672)

    * Update FlutterPlugin.h docs, suppress warning for older API
    dnfield authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    55e1299 View commit details
    Browse the repository at this point in the history
  13. Undefine ERROR in platform_view_layer.cc (#6675)

    On Windows the ERROR macro is defined by some headers which breaks the
    FML_LOG(ERROR).
    amirh authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    6c2a0b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    505d2a9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba8f6aa View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Configuration menu
    Copy the full SHA
    c4f5061 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Roll src/third_party/skia 3b79aa3..b53f1f4 (13 commits) (#6679)

    https://skia.googlesource.com/skia.git/+log/3b79aa3a5ad0..b53f1f46982d
    
    
    Created with:
      gclient setdep -r src/third_party/skia@b53f1f46982d
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 28, 2018
    Configuration menu
    Copy the full SHA
    236661c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1d7cad View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia b53f1f4..38e4fd0 (1 commits) (#6681)

    https://skia.googlesource.com/skia.git/+log/b53f1f46982d..38e4fd0c5654
    
    
    Created with:
      gclient setdep -r src/third_party/skia@38e4fd0c5654
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 28, 2018
    Configuration menu
    Copy the full SHA
    2f06a53 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Roll src/third_party/skia 38e4fd0..79c9681 (1 commits) (#6682)

    https://skia.googlesource.com/skia.git/+log/38e4fd0c5654..79c96811863f
    
    
    Created with:
      gclient setdep -r src/third_party/skia@79c96811863f
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    3dac47e View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 79c9681..797197a (1 commits) (#6683)

    https://skia.googlesource.com/skia.git/+log/79c96811863f..797197a772b8
    
    
    Created with:
      gclient setdep -r src/third_party/skia@797197a772b8
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    7352251 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 797197a..1de48d8 (2 commits) (#6684)

    https://skia.googlesource.com/skia.git/+log/797197a772b8..1de48d8040aa
    
    
    Created with:
      gclient setdep -r src/third_party/skia@1de48d8040aa
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    c4aa8d3 View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 1de48d8..6882577 (1 commits) (#6685)

    https://skia.googlesource.com/skia.git/+log/1de48d8040aa..68825776f4b4
    
    
    Created with:
      gclient setdep -r src/third_party/skia@68825776f4b4
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    ab782fa View commit details
    Browse the repository at this point in the history
  5. Don't populate the external view embedder in PaintContext. (#6686)

    The platform views embedding is still WIP, and until we dynamically
    merge the gpu and platform threads based on the presence of an embedded
    view in the scene fetching the view embedder is not thread safe.
    
    This PR essentially disables iOS platform views embedding, we will
    re-enable once dynamic thread merging is supported.
    amirh authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    cc686d7 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia 6882577..ab18c8e (11 commits) (#6688)

    https://skia.googlesource.com/skia.git/+log/68825776f4b4..ab18c8e6cc20
    
    
    Created with:
      gclient setdep -r src/third_party/skia@ab18c8e6cc20
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    0e9defb View commit details
    Browse the repository at this point in the history
  7. Roll buildroot to 11a934e (#6687)

    This reverts a change in buildroot that caused regressions (see flutter/flutter#23678).
    goderbauer authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    96bbd2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b17cfb View commit details
    Browse the repository at this point in the history
  9. Roll src/third_party/skia ab18c8e..d48b7a8 (5 commits) (#6690)

    https://skia.googlesource.com/skia.git/+log/ab18c8e6cc20..d48b7a881b24
    
    
    Created with:
      gclient setdep -r src/third_party/skia@d48b7a881b24
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    58c8e30 View commit details
    Browse the repository at this point in the history
  10. Add Locale.fromSubtags and support for scriptCode. (#6518)

    * Add Locale.fromComponents.
    
    * Change toString from underscores to dashes. Expand the unit tests.
    
    * Rename 'fromComponents' to 'create'. Change variants from String to List<String>.
    
    * Use default for language parameter. Use hashCode/hashList.
    
    * Have toString() stick with old (underscore) behaviour.
    
    * Demonstrate empty-list bug in assert code.
    
    * Fix empty-list assert bug.
    
    * Add ignores for lint issues. Unsure about 71340 though.
    
    * Fix operator== via _listEquals.
    
    * Remove length-checking asserts: we're anyway not checking characters in fields.
    
    * Documentation update.
    
    * Change reasoning for ignore:prefer_initializing_formals.
    
    * Try 'fromSubtags' as new constructor name.
    
    * Documentation improvements based on Pull Request review.
    
    * Assert-fail for invalid-length subtags and drop bad subtags in production code.
    
    * Revert "Assert-fail for invalid-length subtags and drop bad subtags in production code."
    
    This reverts commit d6f06f5.
    
    * Re-fix Locale.toString() for variants=[].
    
    * Tear out variants, in case we want to have one fewer pointer in the future.
    
    * Make named parameters' names consistent with member names.
    
    * Also remove _listEquals: no longer in use.
    
    * Lint fix.
    
    * Fix code review nits.
    
    * Lint fix for assert, and a couple more not-zero-length-string asserts.
    
    * Code Review: two of three nits addressed...
    
    * Review fix: change 'should' to 'must' for subtag prescriptions.
    
    * Assert-check that countryCode is never ''.
    hugovdm authored and Hixie committed Oct 29, 2018
    2 Configuration menu
    Copy the full SHA
    2b2fbf0 View commit details
    Browse the repository at this point in the history
  11. Fix popSystemNavigator (#6691)

    dnfield authored and chinmaygarde committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    91a019c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Roll back _countryCode assert - breaking change (#6693)

    * Roll back _countryCode assert - breaking change
    
    * Add tests back in
    GaryQian authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    7be0217 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia d48b7a8..ca44d5d (3 commits) (#6694)

    https://skia.googlesource.com/skia.git/+log/d48b7a881b24..ca44d5d85895
    
    
    Created with:
      gclient setdep -r src/third_party/skia@ca44d5d85895
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    d7e2be2 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia ca44d5d..14768f6 (1 commits) (#6695)

    https://skia.googlesource.com/skia.git/+log/ca44d5d85895..14768f64fba3
    
    
    Created with:
      gclient setdep -r src/third_party/skia@14768f64fba3
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    ab92772 View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 14768f6..dde307f (3 commits) (#6697)

    https://skia.googlesource.com/skia.git/+log/14768f64fba3..dde307f14273
    
    
    Created with:
      gclient setdep -r src/third_party/skia@dde307f14273
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    3a67757 View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia dde307f..5785405 (1 commits) (#6698)

    https://skia.googlesource.com/skia.git/+log/dde307f14273..5785405afa1b
    
    
    Created with:
      gclient setdep -r src/third_party/skia@5785405afa1b
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    48f2662 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia 5785405..52a7154 (5 commits) (#6699)

    https://skia.googlesource.com/skia.git/+log/5785405afa1b..52a715455181
    
    
    Created with:
      gclient setdep -r src/third_party/skia@52a715455181
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    f5d571a View commit details
    Browse the repository at this point in the history
  7. Roll src/third_party/skia 52a7154..78252fe (6 commits) (#6700)

    https://skia.googlesource.com/skia.git/+log/52a715455181..78252fedaab9
    
    
    Created with:
      gclient setdep -r src/third_party/skia@78252fedaab9
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    e56c3b7 View commit details
    Browse the repository at this point in the history
  8. Roll src/third_party/skia 78252fe..4c16945 (12 commits) (#6701)

    https://skia.googlesource.com/skia.git/+log/78252fedaab9..4c169456061d
    
    
    Created with:
      gclient setdep -r src/third_party/skia@4c169456061d
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    d9c2b21 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Ensure Simulator publishes mDNS records (#6696)

    * Ensure Simulator publishes mDNS records on loopback interface.
    dnfield authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    d8672ba View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 4c16945..1801b94 (2 commits) (#6703)

    https://skia.googlesource.com/skia.git/+log/4c169456061d..1801b94e85b4
    
    
    Created with:
      gclient setdep -r src/third_party/skia@1801b94e85b4
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    605ae5d View commit details
    Browse the repository at this point in the history
  3. Delay embedded UIViews touch events until the framework says so. (#6665

    )
    
    This allows the framework to decide whether and when a touch event
    sequence arrives to the embedded view. Which gives the framework the
    ability to manage hit testing and gesture disambiguation for embedded
    UIViews.
    
    We achieve this by wrapping each embedded UIView with another UIView that has
    a custom UIGestureRecognizer that delays touch events from being
    delivered, and another UIGestureRecognizer that makes sure to let
    Flutter know of events that are hit tested to the embedded view.
    amirh authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    059876e View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 1801b94..69a7294 (1 commits) (#6704)

    https://skia.googlesource.com/skia.git/+log/1801b94e85b4..69a72945dcdd
    
    
    Created with:
      gclient setdep -r src/third_party/skia@69a72945dcdd
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    635e204 View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia 69a7294..4d8f48d (1 commits) (#6705)

    https://skia.googlesource.com/skia.git/+log/69a72945dcdd..4d8f48db9ef5
    
    
    Created with:
      gclient setdep -r src/third_party/skia@4d8f48db9ef5
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    54882ef View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia 4d8f48d..83d923f (2 commits) (#6706)

    https://skia.googlesource.com/skia.git/+log/4d8f48db9ef5..83d923f38664
    
    
    Created with:
      gclient setdep -r src/third_party/skia@83d923f38664
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    67ba697 View commit details
    Browse the repository at this point in the history
  7. Roll src/third_party/skia 83d923f..9985a27 (2 commits) (#6707)

    https://skia.googlesource.com/skia.git/+log/83d923f38664..9985a27c06ad
    
    
    Created with:
      gclient setdep -r src/third_party/skia@9985a27c06ad
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    552fae6 View commit details
    Browse the repository at this point in the history
  8. Check needs_painting in RasterCache::Prepare (#6708)

    Otherwise, this may trigger `FML_DCHECK(needs_painting())`. We haven't
    caused crashes for our users because it probably requires a locally
    debug engine build to trigger the assert.
    liyuqian authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    a27d2f2 View commit details
    Browse the repository at this point in the history
  9. Roll src/third_party/skia 9985a27..348a037 (15 commits) (#6710)

    https://skia.googlesource.com/skia.git/+log/9985a27c06ad..348a03729796
    
    
    Created with:
      gclient setdep -r src/third_party/skia@348a03729796
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    d34cb17 View commit details
    Browse the repository at this point in the history
  10. Move FlutterPlatformViewsController into FlutterEngine. (#6709)

    This PR breaks PlatformViewsController's construction dependency on FlutterView,
    which allows making FlutterEngine its owner instead of
    FlutterViewController.
    
    Also renamed the FlutterScreenshotDelegate to FlutterViewEngineDelegate
    which is FlutterView's delegate to the engine, and expanded it to
    provide a view embedder.
    amirh authored Oct 31, 2018
    1 Configuration menu
    Copy the full SHA
    92944f7 View commit details
    Browse the repository at this point in the history
  11. Apply changes to the embedded UIView tree when presenting a frame (#6712

    )
    
    Also tracks the order of embedded views from frame to frame, and only
    removes and reattaches subviews if there is a structural change to the
    UIView hierarchy.
    amirh authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    0ec3b7d View commit details
    Browse the repository at this point in the history
  12. Roll src/third_party/skia 348a037..d7a7586 (12 commits) (#6714)

    https://skia.googlesource.com/skia.git/+log/348a03729796..d7a7586b0d2f
    
    
    Created with:
      gclient setdep -r src/third_party/skia@d7a7586b0d2f
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    467ff33 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c79faed View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Roll src/third_party/skia d7a7586..628f0a5 (1 commits) (#6718)

    https://skia.googlesource.com/skia.git/+log/d7a7586b0d2f..628f0a57d102
    
    
    Created with:
      gclient setdep -r src/third_party/skia@628f0a57d102
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    1b0d26a View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 628f0a5..1ae419b (2 commits) (#6720)

    https://skia.googlesource.com/skia.git/+log/628f0a57d102..1ae419b62b2b
    
    
    Created with:
      gclient setdep -r src/third_party/skia@1ae419b62b2b
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    b9726c2 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 1ae419b..e008d6f (1 commits) (#6721)

    https://skia.googlesource.com/skia.git/+log/1ae419b62b2b..e008d6feb2d0
    
    
    Created with:
      gclient setdep -r src/third_party/skia@e008d6feb2d0
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    28514b5 View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia e008d6f..763fc96 (1 commits) (#6722)

    https://skia.googlesource.com/skia.git/+log/e008d6feb2d0..763fc966993d
    
    
    Created with:
      gclient setdep -r src/third_party/skia@763fc966993d
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    e91e4db View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia 763fc96..3bdaa46 (2 commits) (#6723)

    https://skia.googlesource.com/skia.git/+log/763fc966993d..3bdaa46bff71
    
    
    Created with:
      gclient setdep -r src/third_party/skia@3bdaa46bff71
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    60d4d58 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia 3bdaa46..f1eda00 (11 commits) (#6724)

    https://skia.googlesource.com/skia.git/+log/3bdaa46bff71..f1eda00bf6b0
    
    
    Created with:
      gclient setdep -r src/third_party/skia@f1eda00bf6b0
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    d06ace6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbb7893 View commit details
    Browse the repository at this point in the history
  8. Roll src/third_party/skia f1eda00..e978ca2 (10 commits) (#6725)

    https://skia.googlesource.com/skia.git/+log/f1eda00bf6b0..e978ca297965
    
    
    Created with:
      gclient setdep -r src/third_party/skia@e978ca297965
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    f3fcb8f View commit details
    Browse the repository at this point in the history
  9. Fixed typo (#6717)

    In comments, replaced `...using using...` with just `...using...`
    Maxim-Mazurok authored and jason-simmons committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    c57d29a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Roll src/third_party/skia e978ca2..94d7af7 (5 commits) (#6727)

    https://skia.googlesource.com/skia.git/+log/e978ca297965..94d7af7bcc96
    
    
    Created with:
      gclient setdep -r src/third_party/skia@94d7af7bcc96
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    1360556 View commit details
    Browse the repository at this point in the history
  2. Add an overlay surface on top of embedded UIViews. (#6726)

    The overlay surfaces are going to be the same IOSSurface implementation
    with the platform views controller set to null (so these are surfaces
    that don't support embedding platform views to them).
    
      * Adds a FlutterOverlayView which is a UIView that's showing an
        overlay surface.
      * Creates an overlay surface for each embedded UIView (done in
        FlutterPlatformViewsController).
      * Changes CompositeEmbeddedView to return a new canvas.
      * Makes the PlatformViewLayer replace the PaintContext's canvas with
        the canvas for the overlay view.
      * Changed canvas in PaintContext to be a pointer so it can be changed.
    
    TBD in following PRs:
      * Copy the current canvas state when replacing a canvas in PaintContext.
      * Make FlutterOverlayView work with a GL backend (currently it only
        works with software rendering)
    amirh authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    9e1f546 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 94d7af7..26fcd71 (5 commits) (#6729)

    https://skia.googlesource.com/skia.git/+log/94d7af7bcc96..26fcd7166c74
    
    
    Created with:
      gclient setdep -r src/third_party/skia@26fcd7166c74
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    10ec1fd View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 26fcd71..2dc1e34 (2 commits) (#6730)

    https://skia.googlesource.com/skia.git/+log/26fcd7166c74..2dc1e34f9029
    
    
    Created with:
      gclient setdep -r src/third_party/skia@2dc1e34f9029
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    7618e54 View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia 2dc1e34..13853a1 (1 commits) (#6731)

    https://skia.googlesource.com/skia.git/+log/2dc1e34f9029..13853a120d5a
    
    
    Created with:
      gclient setdep -r src/third_party/skia@13853a120d5a
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    eacf61e View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia 13853a1..30edaaa (1 commits) (#6732)

    https://skia.googlesource.com/skia.git/+log/13853a120d5a..30edaaac1da4
    
    
    Created with:
      gclient setdep -r src/third_party/skia@30edaaac1da4
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    88cb78c View commit details
    Browse the repository at this point in the history
  7. Roll src/third_party/skia 30edaaa..3bfe966 (5 commits) (#6735)

    https://skia.googlesource.com/skia.git/+log/30edaaac1da4..3bfe9665aabc
    
    
    Created with:
      gclient setdep -r src/third_party/skia@3bfe9665aabc
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    57c21d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5758d0 View commit details
    Browse the repository at this point in the history
  9. Update scene_update_context to match recent PaintContext changes. (#6736

    )
    
    This fixes a Fuchsia build breakage cause by #6726 and #6603.
    amirh authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    96f7f34 View commit details
    Browse the repository at this point in the history
  10. Roll src/third_party/skia 3bfe966..1324541 (15 commits) (#6737)

    https://skia.googlesource.com/skia.git/+log/3bfe9665aabc..13245412d49e
    
    
    Created with:
      gclient setdep -r src/third_party/skia@13245412d49e
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    50ecdf9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Roll src/third_party/skia 1324541..1edff30 (6 commits) (#6739)

    https://skia.googlesource.com/skia.git/+log/13245412d49e..1edff303fddb
    
    
    Created with:
      gclient setdep -r src/third_party/skia@1edff303fddb
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 3, 2018
    Configuration menu
    Copy the full SHA
    dd32b3f View commit details
    Browse the repository at this point in the history
  2. Roll freetype2 to a10b062 (#6738)

    * Roll freetype2 to a10b062
    
    Removes support for uncommon/outdated font formats. This reduces `libflutter.so` by ~131 KB uncompressed or 86 KB compressed.
    
    Going forward, we intent to only support the following formats:
    
    * TrueType fonts (TTF) and TrueType collections (TTC)
    * CFF fonts
    * OpenType fonts (OTF, both TrueType and CFF variants) and OpenType collections (OTC)
    * SFNT-based bitmap fonts, including color Emoji
    
    This change has been announced at https://groups.google.com/forum/#!topic/flutter-announce/N5aeq5aC1To.
    
    * licenses
    goderbauer authored Nov 3, 2018
    Configuration menu
    Copy the full SHA
    731045e View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 1edff30..5d5de8b (4 commits) (#6740)

    https://skia.googlesource.com/skia.git/+log/1edff303fddb..5d5de8bc79aa
    
    
    Created with:
      gclient setdep -r src/third_party/skia@5d5de8bc79aa
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 3, 2018
    Configuration menu
    Copy the full SHA
    be97304 View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 5d5de8b..f1ec391 (3 commits) (#6741)

    https://skia.googlesource.com/skia.git/+log/5d5de8bc79aa..f1ec3918534f
    
    
    Created with:
      gclient setdep -r src/third_party/skia@f1ec3918534f
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 3, 2018
    Configuration menu
    Copy the full SHA
    c5fa47a View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia f1ec391..e1b1d05 (1 commits) (#6742)

    https://skia.googlesource.com/skia.git/+log/f1ec3918534f..e1b1d056fed9
    
    
    Created with:
      gclient setdep -r src/third_party/skia@e1b1d056fed9
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 3, 2018
    Configuration menu
    Copy the full SHA
    3429791 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia e1b1d05..b5ae3b5 (3 commits) (#6743)

    https://skia.googlesource.com/skia.git/+log/e1b1d056fed9..b5ae3b5afc29
    
    
    Created with:
      gclient setdep -r src/third_party/skia@b5ae3b5afc29
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 3, 2018
    Configuration menu
    Copy the full SHA
    0e6b1e6 View commit details
    Browse the repository at this point in the history
  7. Roll src/third_party/skia b5ae3b5..7e40815 (1 commits) (#6744)

    https://skia.googlesource.com/skia.git/+log/b5ae3b5afc29..7e4081554d06
    
    
    Created with:
      gclient setdep -r src/third_party/skia@7e4081554d06
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 3, 2018
    Configuration menu
    Copy the full SHA
    5d57e8a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Roll src/third_party/skia 7e40815..2b21e88 (1 commits) (#6745)

    https://skia.googlesource.com/skia.git/+log/7e4081554d06..2b21e88ed6dd
    
    
    Created with:
      gclient setdep -r src/third_party/skia@2b21e88ed6dd
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 4, 2018
    Configuration menu
    Copy the full SHA
    fafef22 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 2b21e88..99485ac (1 commits) (#6746)

    https://skia.googlesource.com/skia.git/+log/2b21e88ed6dd..99485ace81ac
    
    
    Created with:
      gclient setdep -r src/third_party/skia@99485ace81ac
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 4, 2018
    Configuration menu
    Copy the full SHA
    4453e42 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 99485ac..16d91aa (1 commits) (#6747)

    https://skia.googlesource.com/skia.git/+log/99485ace81ac..16d91aaf44fa
    
    
    Created with:
      gclient setdep -r src/third_party/skia@16d91aaf44fa
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 4, 2018
    Configuration menu
    Copy the full SHA
    86feacc View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 16d91aa..0a8b4e1 (1 commits) (#6748)

    https://skia.googlesource.com/skia.git/+log/16d91aaf44fa..0a8b4e1acbd6
    
    
    Created with:
      gclient setdep -r src/third_party/skia@0a8b4e1acbd6
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 4, 2018
    Configuration menu
    Copy the full SHA
    551d7f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Roll src/third_party/skia 0a8b4e1..5191608 (2 commits) (#6749)

    https://skia.googlesource.com/skia.git/+log/0a8b4e1acbd6..51916083e752
    
    
    Created with:
      gclient setdep -r src/third_party/skia@51916083e752
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    1a5a083 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 5191608..e71e9ef (1 commits) (#6750)

    https://skia.googlesource.com/skia.git/+log/51916083e752..e71e9ef311ba
    
    
    Created with:
      gclient setdep -r src/third_party/skia@e71e9ef311ba
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    c9b36fa View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia e71e9ef..8b35379 (6 commits) (#6751)

    https://skia.googlesource.com/skia.git/+log/e71e9ef311ba..8b35379ae1f1
    
    
    Created with:
      gclient setdep -r src/third_party/skia@8b35379ae1f1
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    61dbcda View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 8b35379..32262da (8 commits) (#6752)

    https://skia.googlesource.com/skia.git/+log/8b35379ae1f1..32262da42bed
    
    
    Created with:
      gclient setdep -r src/third_party/skia@32262da42bed
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    3374f4c View commit details
    Browse the repository at this point in the history
  5. Clear the on-screen surface every frame. (#6753)

    We are currently clearing the offscreen surface before rasterizing, but
    as we draw the image snapshot of the offscreen surface into the onscreen
    surface transparent pixels are blended with the current contents of the onscreen surface instead of replacing them. This is
    particularly noticeable when embedding platform views.
    amirh authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    124f20f View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia 32262da..df8225e (10 commits) (#6755)

    https://skia.googlesource.com/skia.git/+log/32262da42bed..df8225e253a2
    
    
    Created with:
      gclient setdep -r src/third_party/skia@df8225e253a2
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 5, 2018
    Configuration menu
    Copy the full SHA
    f0380b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Roll src/third_party/skia df8225e..5b2bda7 (5 commits) (#6761)

    https://skia.googlesource.com/skia.git/+log/df8225e253a2..5b2bda70e52f
    
    
    Created with:
      gclient setdep -r src/third_party/skia@5b2bda70e52f
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    ded297f View commit details
    Browse the repository at this point in the history
  2. Add an Info.plist flag to enable the embedded iOS views preview. (#6756)

    When the flag is true, we currently use a single thread configuration,
    and disabled the raster cache for opacity layers.
    
    The flag's name is 'io.flutter_embedded_views_preview'.
    amirh authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    fa4c01e View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 5b2bda7..11407e5 (1 commits) (#6762)

    https://skia.googlesource.com/skia.git/+log/5b2bda70e52f..11407e56f277
    
    
    Created with:
      gclient setdep -r src/third_party/skia@11407e56f277
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    4fd2d14 View commit details
    Browse the repository at this point in the history
  4. Revert "Roll freetype2 to a10b062 (#6738)" (#6763)

    This reverts commit 731045e.
    dnfield authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    fb5b097 View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia 11407e5..e6c8575 (2 commits) (#6765)

    https://skia.googlesource.com/skia.git/+log/11407e56f277..e6c85755832b
    
    
    Created with:
      gclient setdep -r src/third_party/skia@e6c85755832b
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    1132d6c View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia e6c8575..e70c6b1 (1 commits) (#6766)

    https://skia.googlesource.com/skia.git/+log/e6c85755832b..e70c6b13dd55
    
    
    Created with:
      gclient setdep -r src/third_party/skia@e70c6b13dd55
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    aea7071 View commit details
    Browse the repository at this point in the history
  7. Roll src/third_party/skia e70c6b1..f2b35e4 (6 commits) (#6768)

    https://skia.googlesource.com/skia.git/+log/e70c6b13dd55..f2b35e4fb8cc
    
    
    Created with:
      gclient setdep -r src/third_party/skia@f2b35e4fb8cc
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    eec27fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5006ce5 View commit details
    Browse the repository at this point in the history
  9. Roll src/third_party/skia f2b35e4..2aa9a22 (7 commits) (#6770)

    https://skia.googlesource.com/skia.git/+log/f2b35e4fb8cc..2aa9a22fe159
    
    
    Created with:
      gclient setdep -r src/third_party/skia@2aa9a22fe159
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    5077e95 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e8f0c08 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dda667f View commit details
    Browse the repository at this point in the history
  12. Update the contributing guide (#6754)

    Content has moved to the wiki.
    Hixie authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    21eb1ca View commit details
    Browse the repository at this point in the history
  13. Roll src/third_party/skia 2aa9a22..630e7d6 (5 commits) (#6773)

    https://skia.googlesource.com/skia.git/+log/2aa9a22fe159..630e7d651a34
    
    
    Created with:
      gclient setdep -r src/third_party/skia@630e7d651a34
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    e61f052 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    6fa5c0a View commit details
    Browse the repository at this point in the history
  2. fix setInitialRoute (#6774)

    * fix setInitialRoute
    dnfield authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    177e043 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 630e7d6..3daed9b (6 commits) (#6775)

    https://skia.googlesource.com/skia.git/+log/630e7d651a34..3daed9b12db4
    
    
    Created with:
      gclient setdep -r src/third_party/skia@3daed9b12db4
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    4f4c470 View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 3daed9b..2a13921 (1 commits) (#6776)

    https://skia.googlesource.com/skia.git/+log/3daed9b12db4..2a13921745eb
    
    
    Created with:
      gclient setdep -r src/third_party/skia@2a13921745eb
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    824daac View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia 2a13921..67f5c0c (2 commits) (#6777)

    https://skia.googlesource.com/skia.git/+log/2a13921745eb..67f5c0ceac22
    
    
    Created with:
      gclient setdep -r src/third_party/skia@67f5c0ceac22
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    e64af75 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia 67f5c0c..273fa2f (1 commits) (#6779)

    https://skia.googlesource.com/skia.git/+log/67f5c0ceac22..273fa2f3bd0b
    
    
    Created with:
      gclient setdep -r src/third_party/skia@273fa2f3bd0b
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    daeeeda View commit details
    Browse the repository at this point in the history
  7. Roll src/third_party/skia 273fa2f..62cc5f5 (7 commits) (#6780)

    https://skia.googlesource.com/skia.git/+log/273fa2f3bd0b..62cc5f581747
    
    
    Created with:
      gclient setdep -r src/third_party/skia@62cc5f581747
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    2494abd View commit details
    Browse the repository at this point in the history
  8. Fix String comparison as if Java were Dart. (#6781)

    This also removes unused imports and sorts imports correctly
    tvolkert authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    4cdddba View commit details
    Browse the repository at this point in the history
  9. Roll src/third_party/skia 62cc5f5..b52c273 (13 commits) (#6783)

    https://skia.googlesource.com/skia.git/+log/62cc5f581747..b52c273d3f05
    
    
    Created with:
      gclient setdep -r src/third_party/skia@b52c273d3f05
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    f9095fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70a1106 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6f76e0 View commit details
    Browse the repository at this point in the history
  12. Roll src/third_party/skia b52c273..f49563b (7 commits) (#6785)

    https://skia.googlesource.com/skia.git/+log/b52c273d3f05..f49563bf9276
    
    
    Created with:
      gclient setdep -r src/third_party/skia@f49563bf9276
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    547b858 View commit details
    Browse the repository at this point in the history
  13. Skia Cleanup (#6786)

    mehmetf authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    94dd716 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Roll Dart version to 9c07fb6 (#6788)

    This hash corresponds to 2.10-dev.9.2
    
    Changes in this roll include:
    - Fix for flutter/flutter#23879 (Revert
    "[vm/compiler] Fine tune operator and phi handling.)
    - Fix for Dart issue dart-lang/sdk#35009
    - Recover from default values in function types
    - [vm, reload] On the path for no shape changes, defer freeing the old
    - [vm] Fix misc printf format bugs.
    - [VM] Added cleanup for Dart IO API
    a-siva authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    c8da288 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia f49563b..71bcc7d (3 commits) (#6790)

    https://skia.googlesource.com/skia.git/+log/f49563bf9276..71bcc7d63f8c
    
    
    Created with:
      gclient setdep -r src/third_party/skia@71bcc7d63f8c
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    bd793c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09ff6dc View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 71bcc7d..2f8889b (1 commits) (#6792)

    https://skia.googlesource.com/skia.git/+log/71bcc7d63f8c..2f8889b876d3
    
    
    Created with:
      gclient setdep -r src/third_party/skia@2f8889b876d3
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    0ce31d6 View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia 2f8889b..23d1f94 (1 commits) (#6793)

    https://skia.googlesource.com/skia.git/+log/2f8889b876d3..23d1f94faac1
    
    
    Created with:
      gclient setdep -r src/third_party/skia@23d1f94faac1
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    8f105d7 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia 23d1f94..fa88987 (1 commits) (#6794)

    https://skia.googlesource.com/skia.git/+log/23d1f94faac1..fa8898747551
    
    
    Created with:
      gclient setdep -r src/third_party/skia@fa8898747551
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    d372d56 View commit details
    Browse the repository at this point in the history
  7. Roll src/third_party/skia fa88987..5d58d09 (4 commits) (#6796)

    https://skia.googlesource.com/skia.git/+log/fa8898747551..5d58d09ae77d
    
    
    Created with:
      gclient setdep -r src/third_party/skia@5d58d09ae77d
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    22fc020 View commit details
    Browse the repository at this point in the history
  8. Add an internal_nodes_canvas to PaintContext. (#6728)

    When we visit a PlatformViewLayer during the paint traversal it replaces
    the PaintContext's canvas with a new one that is painted ontop of the
    embedded view.
    We need to make sure that operations applied by parent layers are also
    applied to the new canvas.
    
    To achieve this we collect all the canvases in a SkNWayCanvas and use
    this canvas by non leaf nodes. Leaf nodes still paint only to the "current"
    canvas.
    
    This PR moves the overlay canvas creation from the paint phase to the
    preroll phase, collects them into a SkNWayCanvas and set it in
    PaintContext.
    
    To keep this PR focused, I only used the internal_nodes_canvas in the
    tranform_layer.
    Will followup with a PR that changes all internal layers to use the
    internal_nodes_canvas.
    amirh authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    387ca2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18ca035 View commit details
    Browse the repository at this point in the history
  10. Roll src/third_party/skia 5d58d09..06a477c (5 commits) (#6797)

    https://skia.googlesource.com/skia.git/+log/5d58d09ae77d..06a477c3300d
    
    
    Created with:
      gclient setdep -r src/third_party/skia@06a477c3300d
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    01f6ad0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    86d34e0 View commit details
    Browse the repository at this point in the history
  12. Fix mDNS publishing for iOS simulator (#6789)

    * Don't block the platfrorm thread on simulator mDNS publishing
    dnfield authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    7ed4909 View commit details
    Browse the repository at this point in the history
  13. Make the FlutterPlatformViewFactory create FlutterPlatformViews. (#6782)

    Handing a UIView refererence directly to the engine makes it challenging
    for plugin authors to retain a controller for that UIView (e.g the
    controller that talks over the platform channel) for as long as the
    embedded view is needed.
    
    We instead make the factory return a FlutterPlatformView which is a
    wrapper around the UIView that the engine retains as long as the
    platform view instance is needed. This allows plugin authors to keep
    their control logic in the FlutterPlatformView and know that the engine
    is responsible for retaining the reference.
    amirh authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    a0efb94 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    47ef89e View commit details
    Browse the repository at this point in the history
  15. Roll src/third_party/skia 06a477c..dd650c4 (11 commits) (#6801)

    https://skia.googlesource.com/skia.git/+log/06a477c3300d..dd650c40d148
    
    
    Created with:
      gclient setdep -r src/third_party/skia@dd650c40d148
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    e011d54 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    16f8c67 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    b2479f8 View commit details
    Browse the repository at this point in the history
  2. Support platform view overlays with GL rendering (#6769)

    Moved the frame buffer specific logic from IOSGLContext to IOSGLRenderTarget.
    
    use recording canvases for overlays
    
    Support platform view overlays with gl rendering.
    
    This also changes the overlay canvases (for both software and gl
    rendering) be recording canvases, and only rasterize them after
    finishing the paint traversal.
    amirh authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    099b4ee View commit details
    Browse the repository at this point in the history
  3. Reland "Roll freetype2 to a10b062 (#6738)" (#6787)

    This reverts commit fb5b097.
    goderbauer authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    59f79d0 View commit details
    Browse the repository at this point in the history
  4. Fix wrong flutter/platform_views protocol implementation on iOS. (#…

    …6803)
    
    The `id` parameter of onDispose is passed as the method argument and not as
    part of a map.
    amirh authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    316f636 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5e5d81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a64049a View commit details
    Browse the repository at this point in the history
  7. Synchronize Flutter's rendering with CA. (#6807)

    Right now we do it whenever the platform views preview flag is on.
    This is less efficient, filed
    flutter/flutter#24133 to only do this when
    there's a platform view in the tree.
    amirh authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    21c265c View commit details
    Browse the repository at this point in the history
  8. Use the internal_nodes_canvas for all leaf node operations. (#6804)

    This also renames the PaintContext's canvas to lead_nodes_canvas so that it
    is more explicit on the call sites which canvas is being used.
    amirh authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    5646e86 View commit details
    Browse the repository at this point in the history
  9. Roll src/third_party/skia 06a477c..ef4709b (31 commits) (#6811)

    https://skia.googlesource.com/skia.git/+log/06a477c3300d..ef4709b7850d
    
    Created with:
      gclient setdep -r src/third_party/skia@ef4709b7850d
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored and brianosman committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    9669aeb View commit details
    Browse the repository at this point in the history
  10. Roll Dart version to f9ebf21 (#6812)

    * Roll Dart version to f9ebf21
    
    This roll includes the following fixes:
    - Fix obfuscation (issue
    flutter/flutter#22322)
    - Fix for issue 34839 Service isolate hangs during shutdown if
    - Fix bug in unboxed constant spilling
    (flutter/flutter#23879)
    - Reland Fine tune operator and phi handling which was reverted due to
    the above bug.
    a-siva authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    2584816 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Roll src/third_party/skia ef4709b..95af472 (22 commits) (#6815)

    https://skia.googlesource.com/skia.git/+log/ef4709b7850d..95af4726bf91
    
    
    Created with:
      gclient setdep -r src/third_party/skia@95af4726bf91
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 10, 2018
    Configuration menu
    Copy the full SHA
    3e4c8cc View commit details
    Browse the repository at this point in the history
  2. fix log (#6817)

    dnfield authored Nov 10, 2018
    Configuration menu
    Copy the full SHA
    799ce87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dbdf94 View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 95af472..1c3f17f (1 commits) (#6819)

    https://skia.googlesource.com/skia.git/+log/95af4726bf91..1c3f17fffa79
    
    
    Created with:
      gclient setdep -r src/third_party/skia@1c3f17fffa79
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 10, 2018
    Configuration menu
    Copy the full SHA
    9619306 View commit details
    Browse the repository at this point in the history
  5. Revert "Roll Dart version to f9ebf21 (#6812)" (#6820)

    This reverts commit 2584816.
    dnfield authored Nov 10, 2018
    Configuration menu
    Copy the full SHA
    a5bc335 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia 1c3f17f..c7a34ca (2 commits) (#6821)

    https://skia.googlesource.com/skia.git/+log/1c3f17fffa79..c7a34cae21d2
    
    
    Created with:
      gclient setdep -r src/third_party/skia@c7a34cae21d2
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 10, 2018
    Configuration menu
    Copy the full SHA
    bdd5640 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Configuration menu
    Copy the full SHA
    06377b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Roll src/third_party/skia c7a34ca..0243949 (11 commits) (#6823)

    https://skia.googlesource.com/skia.git/+log/c7a34cae21d2..0243949545eb
    
    
    Created with:
      gclient setdep -r src/third_party/skia@0243949545eb
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    1f73993 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 0243949..eb4d641 (10 commits) (#6825)

    https://skia.googlesource.com/skia.git/+log/0243949545eb..eb4d641d9437
    
    
    Created with:
      gclient setdep -r src/third_party/skia@eb4d641d9437
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    453fc8f View commit details
    Browse the repository at this point in the history
  3. SkPaint::FontMetrics -> SkFontMetrics (#6824)

    * SkPaint::FontMetrics -> SkFontMetrics
    
    * fix file formatting
    
    * another attempt to correct file formatting
    Rusino authored and brianosman committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    14db8b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faabf0c View commit details
    Browse the repository at this point in the history
  5. Fix a minikin crash (nullptr& EXC_BAD_ACCESS) on iOS8. (#6795)

    * Fix a minikin crash (nullptr& EXC_BAD_ACCESS) on iOS8.
    
    * Use find for vector to avoid side effect.
    kangwang1988 authored and jason-simmons committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    2c38967 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia eb4d641..6b90dfe (5 commits) (#6828)

    https://skia.googlesource.com/skia.git/+log/eb4d641d9437..6b90dfed6742
    
    
    Created with:
      gclient setdep -r src/third_party/skia@6b90dfed6742
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    28e7002 View commit details
    Browse the repository at this point in the history
  7. Respect offset in OpacityLayer's paint bounds (#6826)

    This fixes flutter/flutter#23890
    
    I'll add unit tests to flutter/flutter shortly.
    liyuqian authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    b1b5891 View commit details
    Browse the repository at this point in the history
  8. Release the surface texture entry when the platform view is disposed. (

    …#6829)
    
    We were leaking the texture after the view was disposed.
    amirh authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    266b098 View commit details
    Browse the repository at this point in the history
  9. Roll src/third_party/skia 6b90dfe..82cd7e8 (4 commits) (#6831)

    https://skia.googlesource.com/skia.git/+log/6b90dfed6742..82cd7e80a98d
    
    
    Created with:
      gclient setdep -r src/third_party/skia@82cd7e80a98d
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    5fb9b18 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Avoid announcing text field when it lacks a11y focus (#6830)

    * Avoid announcing text field when it lacks a11y focus
    dnfield authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    ea4bbbd View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 82cd7e8..f04fb3c (2 commits) (#6836)

    https://skia.googlesource.com/skia.git/+log/82cd7e80a98d..f04fb3cacbad
    
    
    Created with:
      gclient setdep -r src/third_party/skia@f04fb3cacbad
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    4959b71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09ef73f View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia f04fb3c..1e1ba0e (2 commits) (#6838)

    https://skia.googlesource.com/skia.git/+log/f04fb3cacbad..1e1ba0e0176f
    
    
    Created with:
      gclient setdep -r src/third_party/skia@1e1ba0e0176f
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    1174193 View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia 1e1ba0e..9e3109c (1 commits) (#6840)

    https://skia.googlesource.com/skia.git/+log/1e1ba0e0176f..9e3109c99ea5
    
    
    Created with:
      gclient setdep -r src/third_party/skia@9e3109c99ea5
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    a68e214 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia 9e3109c..60b6bc3 (1 commits) (#6843)

    https://skia.googlesource.com/skia.git/+log/9e3109c99ea5..60b6bc3c2950
    
    
    Created with:
      gclient setdep -r src/third_party/skia@60b6bc3c2950
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    889f41f View commit details
    Browse the repository at this point in the history
  7. - Roll engine to version f9ebf21 (#6839)

    * - Roll engine to version f9ebf21
    - Update @pragma directive for some classes in semantics.dart
    
    * Update license file.
    a-siva authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    e6d6f18 View commit details
    Browse the repository at this point in the history
  8. Fix Windows Engine Bot (#6844)

    Follow-up to #6833
    goderbauer authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    6a132f8 View commit details
    Browse the repository at this point in the history
  9. Roll src/third_party/skia 60b6bc3..abde1ad (6 commits) (#6845)

    https://skia.googlesource.com/skia.git/+log/60b6bc3c2950..abde1adc5f0c
    
    
    Created with:
      gclient setdep -r src/third_party/skia@abde1adc5f0c
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    4e89aa2 View commit details
    Browse the repository at this point in the history
  10. Roll src/third_party/skia abde1ad..14b9f53 (9 commits) (#6846)

    https://skia.googlesource.com/skia.git/+log/abde1adc5f0c..14b9f537c5ee
    
    
    Created with:
      gclient setdep -r src/third_party/skia@14b9f537c5ee
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    71ade82 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Avoid a never-disappearing splash screen if the engine came from some…

    …where else on iOS (#6834)
    
    * Ignore multiple attemps to set splash screen, print warning
    dnfield authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    0d02877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b6293 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 14b9f53..1e00aeb (5 commits) (#6848)

    https://skia.googlesource.com/skia.git/+log/14b9f537c5ee..1e00aebd9a45
    
    
    Created with:
      gclient setdep -r src/third_party/skia@1e00aebd9a45
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    520746e View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 1e00aeb..b45b53f (3 commits) (#6852)

    https://skia.googlesource.com/skia.git/+log/1e00aebd9a45..b45b53f01cf3
    
    
    Created with:
      gclient setdep -r src/third_party/skia@b45b53f01cf3
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    b10b8e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e7e676 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    396402f View commit details
    Browse the repository at this point in the history
  7. Set and unset accessibility flags even when re-entrant (#6853)

    * Make sure to not unset a11y flags on reentrant calls to API
    dnfield authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    114d33d View commit details
    Browse the repository at this point in the history
  8. Roll src/third_party/skia b45b53f..7f2b6fa (1 commits) (#6855)

    https://skia.googlesource.com/skia.git/+log/b45b53f01cf3..7f2b6fa66575
    
    
    Created with:
      gclient setdep -r src/third_party/skia@7f2b6fa66575
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    99d848a View commit details
    Browse the repository at this point in the history
  9. Roll src/third_party/skia 7f2b6fa..f152130 (5 commits) (#6856)

    https://skia.googlesource.com/skia.git/+log/7f2b6fa66575..f152130ef910
    
    
    Created with:
      gclient setdep -r src/third_party/skia@f152130ef910
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    76522eb View commit details
    Browse the repository at this point in the history
  10. Set up secondary isolates with all kernel buffers rather than just on…

    …e buffer. (#6832)
    
    * Set up secondary isolates with all kernel buffers rather than just one buffer.
    * Capture copy of the list
    * Make sure child_isolate_preparer_ is initialized only once
    aam authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    14ee957 View commit details
    Browse the repository at this point in the history
  11. Return EngineLayer for all SceneBuilder pushXXX (#6814)

    Most changes are trivial except pushTransform. In pushTransform, matrix4 is an Dart object and it has to be released before we can return a new Dart object (EngineLayer).
    liyuqian authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    289de46 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    110a5f3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f23862b View commit details
    Browse the repository at this point in the history
  14. Roll src/third_party/skia f152130..4476400 (8 commits) (#6860)

    https://skia.googlesource.com/skia.git/+log/f152130ef910..44764000b49c
    
    
    Created with:
      gclient setdep -r src/third_party/skia@44764000b49c
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    498bbd5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2c6be93 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Roll src/third_party/skia 4476400..7d2aae3 (1 commits) (#6861)

    https://skia.googlesource.com/skia.git/+log/44764000b49c..7d2aae3165a2
    
    
    Created with:
      gclient setdep -r src/third_party/skia@7d2aae3165a2
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    00e4abf View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 7d2aae3..2eccd58 (3 commits) (#6862)

    https://skia.googlesource.com/skia.git/+log/7d2aae3165a2..2eccd58916ee
    
    
    Created with:
      gclient setdep -r src/third_party/skia@2eccd58916ee
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    db59088 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 2eccd58..c3064e7 (6 commits) (#6863)

    https://skia.googlesource.com/skia.git/+log/2eccd58916ee..c3064e7c5139
    
    
    Created with:
      gclient setdep -r src/third_party/skia@c3064e7c5139
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    b20ec53 View commit details
    Browse the repository at this point in the history
  4. Disable the persistent cache (#6835)

    Michael Klimushyn authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    093b2fe View commit details
    Browse the repository at this point in the history
  5. Don't allow for creation of CallbackHandle objects for anonymous clos…

    …ures (#6864)
    
    * Don't allow for creation of CallbackHandle objects for anonymous closures. Fixes issue #22310
    bkonyi authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    6461f46 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia c3064e7..5fb83f9 (7 commits) (#6865)

    https://skia.googlesource.com/skia.git/+log/c3064e7c5139..5fb83f94c1f2
    
    
    Created with:
      gclient setdep -r src/third_party/skia@5fb83f94c1f2
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    c0aa62f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    699f328 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6de0be2 View commit details
    Browse the repository at this point in the history
  9. Fix license headers (#6868)

    These sneaked in between #6757 and #6759.
    goderbauer authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    e6f22b7 View commit details
    Browse the repository at this point in the history
  10. Reland "Clean up stale cache entries in Skia's GrContext" (#6867)

    Check for software rendering modes that do not have a GrContext
    jason-simmons authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    d8b52ef View commit details
    Browse the repository at this point in the history
  11. Roll src/third_party/skia 5fb83f9..2791be4 (5 commits) (#6869)

    https://skia.googlesource.com/skia.git/+log/5fb83f94c1f2..2791be403817
    
    
    Created with:
      gclient setdep -r src/third_party/skia@2791be403817
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    921eca9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Roll src/third_party/skia 2791be4..e5bb81f (2 commits) (#6870)

    https://skia.googlesource.com/skia.git/+log/2791be403817..e5bb81f640a1
    
    
    Created with:
      gclient setdep -r src/third_party/skia@e5bb81f640a1
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    d1ea3fe View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia e5bb81f..dcdb604 (2 commits) (#6871)

    https://skia.googlesource.com/skia.git/+log/e5bb81f640a1..dcdb6042002f
    
    
    Created with:
      gclient setdep -r src/third_party/skia@dcdb6042002f
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    333c2c1 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia dcdb604..c735b4f (1 commits) (#6874)

    https://skia.googlesource.com/skia.git/+log/dcdb6042002f..c735b4f9dc50
    
    
    Created with:
      gclient setdep -r src/third_party/skia@c735b4f9dc50
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    04e716f View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia c735b4f..6e486ce (1 commits) (#6875)

    https://skia.googlesource.com/skia.git/+log/c735b4f9dc50..6e486cec6a10
    
    
    Created with:
      gclient setdep -r src/third_party/skia@6e486cec6a10
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    6172548 View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia 6e486ce..c5df7cb (4 commits) (#6877)

    https://skia.googlesource.com/skia.git/+log/6e486cec6a10..c5df7cb3d9f7
    
    
    Created with:
      gclient setdep -r src/third_party/skia@c5df7cb3d9f7
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    c622e56 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia c5df7cb..a89316d (10 commits) (#6878)

    https://skia.googlesource.com/skia.git/+log/c5df7cb3d9f7..a89316d8227b
    
    
    Created with:
      gclient setdep -r src/third_party/skia@a89316d8227b
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5c327e1 View commit details
    Browse the repository at this point in the history
  7. Roll src/third_party/skia a89316d..c00e470 (4 commits) (#6880)

    https://skia.googlesource.com/skia.git/+log/a89316d8227b..c00e47054744
    
    
    Created with:
      gclient setdep -r src/third_party/skia@c00e47054744
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5ded367 View commit details
    Browse the repository at this point in the history
  8. Roll src/third_party/skia c00e470..3b155a7 (2 commits) (#6881)

    https://skia.googlesource.com/skia.git/+log/c00e47054744..3b155a77c370
    
    
    Created with:
      gclient setdep -r src/third_party/skia@3b155a77c370
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5a694c4 View commit details
    Browse the repository at this point in the history
  9. Remove unused examples targets. (#6882)

    These target are no longer built or referenced in either the Flutter or
    Fuchsia buildroots. Similar examples are present in the examples/ directory
    in the framework.
    chinmaygarde authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    8a42213 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c02dd8f View commit details
    Browse the repository at this point in the history
  11. Roll src/third_party/skia 3b155a7..a2187bf (11 commits) (#6884)

    https://skia.googlesource.com/skia.git/+log/3b155a77c370..a2187bf7629a
    
    
    Created with:
      gclient setdep -r src/third_party/skia@a2187bf7629a
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    0870e37 View commit details
    Browse the repository at this point in the history
  12. Keep a copy of each engine's description that can be accessed outside…

    … the engine's UI thread (#6885)
    
    The service protocol's ListViews method needs to return description data for
    each engine in the process.  Previously ListViews would queue a task to each
    UI thread to gather this data.  However, the UI thread might be blocked from
    executing tasks (e.g. if the Dart isolate is paused), resulting in a deadlock.
    
    This change provides a copy of the engine's description data to the
    ServiceProtocol's global list of engines, allowing ListViews to run without
    accessing any UI threads.
    
    Fixes flutter/flutter#24400
    jason-simmons authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    3978f07 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Roll src/third_party/skia a2187bf..2812240 (5 commits) (#6887)

    https://skia.googlesource.com/skia.git/+log/a2187bf7629a..281224020a57
    
    
    Created with:
      gclient setdep -r src/third_party/skia@281224020a57
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 17, 2018
    Configuration menu
    Copy the full SHA
    aa9793f View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 2812240..7fb30f1 (1 commits) (#6889)

    https://skia.googlesource.com/skia.git/+log/281224020a57..7fb30f11a055
    
    
    Created with:
      gclient setdep -r src/third_party/skia@7fb30f11a055
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 17, 2018
    Configuration menu
    Copy the full SHA
    93cbf60 View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 7fb30f1..73b4a1f (3 commits) (#6891)

    https://skia.googlesource.com/skia.git/+log/7fb30f11a055..73b4a1f57254
    
    
    Created with:
      gclient setdep -r src/third_party/skia@73b4a1f57254
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 17, 2018
    Configuration menu
    Copy the full SHA
    9296d80 View commit details
    Browse the repository at this point in the history
  4. Guard the service protocol's global handlers list with a reader/write…

    …r lock (#6888)
    
    The service protocol holds the lock while waiting for completion of service
    RPC tasks.  These tasks (specifically hot restart/RunInView) may need to
    modify a handler's description data.
    
    Task execution and ServiceProtocol::SetHandlerDescription will obtain a shared
    lock to make this possible.  AddHandler and RemoveHandler will obtain an
    exclusive lock in order to guard against a handler being deleted while a
    service task is running.
    jason-simmons authored Nov 17, 2018
    Configuration menu
    Copy the full SHA
    9352360 View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia 73b4a1f..7e9ea39 (1 commits) (#6892)

    https://skia.googlesource.com/skia.git/+log/73b4a1f57254..7e9ea391cfce
    
    
    Created with:
      gclient setdep -r src/third_party/skia@7e9ea391cfce
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 17, 2018
    Configuration menu
    Copy the full SHA
    517e525 View commit details
    Browse the repository at this point in the history
  6. Revert "Guard the service protocol's global handlers list with a read…

    …er/writer lock (#6888)" (#6893)
    
    This reverts commit 9352360.
    
    (shared_timed_mutex is unavailable in the iOS build)
    jason-simmons authored Nov 17, 2018
    Configuration menu
    Copy the full SHA
    9ba5561 View commit details
    Browse the repository at this point in the history
  7. Roll src/third_party/skia 7e9ea39..1bfdd1a (1 commits) (#6894)

    https://skia.googlesource.com/skia.git/+log/7e9ea391cfce..1bfdd1adfa22
    
    
    Created with:
      gclient setdep -r src/third_party/skia@1bfdd1adfa22
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 17, 2018
    Configuration menu
    Copy the full SHA
    a01c82e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Roll src/third_party/skia 1bfdd1a..d017e51 (1 commits) (#6896)

    https://skia.googlesource.com/skia.git/+log/1bfdd1adfa22..d017e5138c57
    
    
    Created with:
      gclient setdep -r src/third_party/skia@d017e5138c57
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    fffcce4 View commit details
    Browse the repository at this point in the history
  2. Guard the service protocol's global handlers list with a reader/write…

    …r lock (#6888) (#6895)
    
    The service protocol holds the lock while waiting for completion of service
    RPC tasks.  These tasks (specifically hot restart/RunInView) may need to
    modify a handler's description data.
    
    Task execution and ServiceProtocol::SetHandlerDescription will obtain a shared
    lock to make this possible.  AddHandler and RemoveHandler will obtain an
    exclusive lock in order to guard against a handler being deleted while a
    service task is running.
    jason-simmons authored and tvolkert committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    fd0911c View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia d017e51..66b91e4 (1 commits) (#6897)

    https://skia.googlesource.com/skia.git/+log/d017e5138c57..66b91e4afb88
    
    
    Created with:
      gclient setdep -r src/third_party/skia@66b91e4afb88
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    25db6e0 View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 66b91e4..def9bce (1 commits) (#6898)

    https://skia.googlesource.com/skia.git/+log/66b91e4afb88..def9bcecd994
    
    
    Created with:
      gclient setdep -r src/third_party/skia@def9bcecd994
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    b44b94e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6e9375 View commit details
    Browse the repository at this point in the history
  6. Guard the service protocol's global handlers list with a reader/write…

    …r lock. (#6900)
    
    * Revert "Revert "Guard the service protocol's global handlers list with a reader/writer lock (#6888) #6895" (#6899)"
    
    This reverts commit b6e9375 and applies fix for tests on Windows.
    
    * Reland guard the service protocol's global handlers list with a reader/writer lock.
    
    * Remove blank line
    aam authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    cebde43 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Roll src/third_party/skia def9bce..e22505b (1 commits) (#6901)

    https://skia.googlesource.com/skia.git/+log/def9bcecd994..e22505b4f07f
    
    
    Created with:
      gclient setdep -r src/third_party/skia@e22505b4f07f
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    3114206 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia e22505b..0197913 (1 commits) (#6902)

    https://skia.googlesource.com/skia.git/+log/e22505b4f07f..01979132133e
    
    
    Created with:
      gclient setdep -r src/third_party/skia@01979132133e
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    dccbf9f View commit details
    Browse the repository at this point in the history
  3. Roll src/third_party/skia 0197913..e7b1a13 (1 commits) (#6904)

    https://skia.googlesource.com/skia.git/+log/01979132133e..e7b1a13a1e2a
    
    
    Created with:
      gclient setdep -r src/third_party/skia@e7b1a13a1e2a
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    46b2e1e View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia e7b1a13..f737633 (1 commits) (#6905)

    https://skia.googlesource.com/skia.git/+log/e7b1a13a1e2a..f7376330d11e
    
    
    Created with:
      gclient setdep -r src/third_party/skia@f7376330d11e
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    2e06da3 View commit details
    Browse the repository at this point in the history
  5. Roll src/third_party/skia f737633..f2a7a20 (7 commits) (#6906)

    https://skia.googlesource.com/skia.git/+log/f7376330d11e..f2a7a20b32ad
    
    
    Created with:
      gclient setdep -r src/third_party/skia@f2a7a20b32ad
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    2f1b388 View commit details
    Browse the repository at this point in the history
  6. Roll src/third_party/skia f2a7a20..133944a (12 commits) (#6907)

    https://skia.googlesource.com/skia.git/+log/f2a7a20b32ad..133944a14f4f
    
    
    Created with:
      gclient setdep -r src/third_party/skia@133944a14f4f
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    e5b9f35 View commit details
    Browse the repository at this point in the history
  7. Roll src/third_party/skia 133944a..a63cf8e (3 commits) (#6909)

    https://skia.googlesource.com/skia.git/+log/133944a14f4f..a63cf8e80aa5
    
    
    Created with:
      gclient setdep -r src/third_party/skia@a63cf8e80aa5
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    a4afd19 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Roll src/third_party/skia a63cf8e..6bdfb6f (1 commits) (#6911)

    https://skia.googlesource.com/skia.git/+log/a63cf8e80aa5..6bdfb6fba352
    
    
    Created with:
      gclient setdep -r src/third_party/skia@6bdfb6fba352
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    1baf081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ccd1e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    983d70e View commit details
    Browse the repository at this point in the history
  4. Roll src/third_party/skia 6bdfb6f..eb35650 (15 commits) (#6914)

    https://skia.googlesource.com/skia.git/+log/6bdfb6fba352..eb35650f9177
    
    
    Created with:
      gclient setdep -r src/third_party/skia@eb35650f9177
    
    The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
    
    If the roll is causing failures, please contact the current sheriff, who should
    be CC'd on the roll, and stop the roller if necessary.
    skia-flutter-autoroll authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    3822765 View commit details
    Browse the repository at this point in the history
  5. Remove unused code from licenses script (#6910)

    Code became obsolete with #3627.
    
    Also fixes mix-in syntax and marks class as private. With the latter the anaylser tells us in the future if there are unused classes in the file.
    goderbauer authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    dda9f69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d38417 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    5c81474 View commit details
    Browse the repository at this point in the history
  2. Add basic validation on loading from kernel list (#6921)

    Adds a check/error message for the case where running from kernel list,
    but application_kernel_list_asset is left unset (or empty).
    
    Adds a check/error message for the case where we fail to load the
    application_kernel_list_asset specified in the settings.
    cbracken authored Nov 21, 2018
    Configuration menu
    Copy the full SHA
    1e37b99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df2e939 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. Roll buildroot to 29a5d76. (#6929)

    This picks up fix to Windows toolchain.
    aam authored Nov 25, 2018
    Configuration menu
    Copy the full SHA
    99e73d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Use software renderer in embedder unittests (#6928)

    Reduces spurious error log messages in GLContextMakeCurrent() attempting
    set up the GR context:
    
      [ERROR:flutter/shell/gpu/gpu_surface_gl.cc(42)] Could not make the context current to setup the gr context.
    cbracken authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    25d99cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eebc6a5 View commit details
    Browse the repository at this point in the history
  3. Improve error message when kernel not set (#6924)

    Pushes the check up front so that we don't always land on the
    application_kernel_list_asset error message, which may be misleading to
    readers.
    
    Also switches the empty check to only emit in debug builds, since this
    is almost certainly not a runtime error but a programmer error.
    cbracken authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    f804a1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84e3b13 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    5bf4deb View commit details
    Browse the repository at this point in the history
  2. Use application_kernel_asset in flutter_tester (#6972)

    Since the migration to Dart 2, the first positional command-line
    argument to flutter_tester has been a Dart kernel .dill file. Use
    Settings::application_kernel_asset here for consistency/clarity.
    cbracken authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    2ab0194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f706be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be973ea View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Prepend [NSLocale currentLocale] for first locale on iOS to ensure co…

    …untryCode exists. Allow language-only locales. (#6995)
    GaryQian authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    72c7a75 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Merge branch 'master' into rewrite-android-embedding_merge-latest-fro…

    …m-master
    Matt Carroll committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    d4889e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Manually adjusted licenses_flutter to pass analysis.

    Matt Carroll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    fb52e43 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Trying to make license happy

    Matt Carroll committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    e866eb7 View commit details
    Browse the repository at this point in the history