1. 24 2月, 2019 1 次提交
  2. 23 2月, 2019 12 次提交
  3. 22 2月, 2019 16 次提交
  4. 21 2月, 2019 11 次提交
    • B
      Roll src/third_party/dart 5ddd157809..75ee523f91 (19 commits) · 1cf6b8b6
      Ben Konyi 提交于
      75ee523f91 [VM] Remove flutter/flutter patch for 3head, the issue has been fixed upstream
      4013b0eece [gardening] Add adjusted fix to flutter test patch.
      69d46587cf [gardening] Add fix to flutter test patch.
      f5d43c45ea Include 'linterVersion' into AnalysisOption signature.
      e58b7cd59e [gardening] Fix flutter patch.
      22e70ed48f [gardening] Patch flutter/flutter to fix hhh buildbot
      dc2422ef84 [vm, gc] Fix accounting of external sizes in the class table.
      bdb52a8f33 Fix 'Organize Directives' handling end-of-line comments.
      371d244273 linter version support
      435a52eafa [ VM / Service ] Fixed inconsistencies in service protocol spec.
      8ac6114028 Sort AvailableDeclaration fields.
      48a9eb87ba [analyzer] Add hint for unnecessary ?.
      ccb2e2d293 [analyzer] Report dead code for x ?? y where x is non-null
      004dd969b0 Remove mock_type.dart, it looks that it is not used.
      266ce73e28 Remove CompletionSuggestion.elementUri, replaced with AvailableSuggestionSet.
      7ebb0411f3 Rework DartFix listener interface to separate edits from suggestions.
      1c576b66bc Generalize FixCodeTask to handle arbitrary numbers of phases.
      fd377a4d6f Sort file non_nullable_fix.dart
      98af688787 Sort dartfix_listener.dart
      1cf6b8b6
    • S
      Roll src/third_party/skia 348227b89430..05ff93c43ea5 (2 commits) (#7901) · be32040e
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/348227b89430..05ff93c43ea5
      
      git log 348227b8943013f86d689bac0f8db8b287e96d97..05ff93c43ea57fd62cd1bc36ab7cd9b6112a7ecf --date=short --no-merges --format=%ad %ae %s
      2019-02-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 eef531f1716a..08573730b75a (5 commits)
      2019-02-21 recipe-roller@chromium.org Roll recipe dependencies (trivial).
      
      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 (jvanverth@google.com), and stop
      the roller if necessary.
      be32040e
    • S
      Roll src/third_party/skia 20ebd0cb3882..348227b89430 (4 commits) (#7900) · 293b3de9
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/20ebd0cb3882..348227b89430
      
      git log 20ebd0cb3882d1bdeed04eaa983b0e5842f0fdaf..348227b8943013f86d689bac0f8db8b287e96d97 --date=short --no-merges --format=%ad %ae %s
      2019-02-20 recipe-roller@chromium.org Roll recipe dependencies (trivial).
      2019-02-21 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
      2019-02-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 902ceed39986..eef531f1716a (2 commits)
      2019-02-20 recipe-roller@chromium.org Roll recipe dependencies (trivial).
      
      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 (jvanverth@google.com), and stop
      the roller if necessary.
      293b3de9
    • C
      Eliminate .member = foo struct initialization (#7899) · 6e6020d2
      Chris Bracken 提交于
      This breaks MSVC:
      ```
      [3049/3506] CXX obj/flutter/shell/gpu/gpu_surface_gl.gpu_surface_gl_delegate.obj
      FAILED: obj/flutter/shell/gpu/gpu_surface_gl.gpu_surface_gl_delegate.obj
      ninja -t msvc -e environment.x64 -- E:\b\c\goma_cache\client/gomacc.exe "E:\b\depot_tools\win_toolchain\vs_files\3bc0ec615cf20ee342f3bc29bc991b5ad66d8d2c\VC\Tools\MSVC\14.14.26428\bin\HostX64\x64/cl.exe" /nologo /showIncludes /FC @obj/flutter/shell/gpu/gpu_surface_gl.gpu_surface_gl_delegate.obj.rsp /c ../../flutter/shell/gpu/gpu_surface_gl_delegate.cc /Foobj/flutter/shell/gpu/gpu_surface_gl.gpu_surface_gl_delegate.obj /Fdobj/flutter/shell/gpu/gpu_surface_gl_cc.pdb
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(70): error C2059: syntax error: '.'
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(71): error C2143: syntax error: missing ';' before '}'
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(76): error C2061: syntax error: identifier 'ProcResolverContext'
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(78): error C3536: 'proc_resolver_context': cannot be used before it is initialized
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(78): error C2227: left of '->resolver' must point to class/struct/union/generic type
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(78): note: type is 'int'
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(82): error C2059: syntax error: 'if'
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(82): error C2143: syntax error: missing ';' before '{'
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(82): error C2447: '{': missing function header (old-style formal list?)
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(87): error C2059: syntax error: 'if'
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(87): error C2143: syntax error: missing ';' before '{'
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(87): error C2447: '{': missing function header (old-style formal list?)
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(91): error C2059: syntax error: '('
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(91): error C2059: syntax error: ')'
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(92): error C2059: syntax error: 'return'
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(95): error C2653: 'GPUSurfaceGLDelegate': is not a class or namespace name
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(95): error C2270: 'GetGLInterface': modifiers not allowed on nonmember functions
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(96): error C3861: 'GetGLProcResolver': identifier not found
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(96): error C3861: 'CreateGLInterface': identifier not found
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(100): error C2653: 'GPUSurfaceGLDelegate': is not a class or namespace name
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(101): error C3861: 'CreateGLInterface': identifier not found
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(104): error C2059: syntax error: '}'
      e:\b\rr\tmpahx5uo\w\src\flutter\shell\gpu\gpu_surface_gl_delegate.cc(104): error C2143: syntax error: missing ';' before '}'
      ```
      6e6020d2
    • C
      Revert "Reland PerformanceOverlayLayer golden test (#7863)" (#7895) · 6d8bd99a
      Chris Bracken 提交于
      Reverting this broke the flow tests for the performance overlay:
      
      ```
      ../../flutter/flow/layers/performance_overlay_layer_unittests.cc:70: Failure
      Value of: golden_data != nullptr
        Actual: false
      Expected: true
      ```
      
      This reverts commit 8427d73c.
      6d8bd99a
    • D
      Test profile and release build and unit tests (#7880) · 39f7066b
      Dan Field 提交于
      * Test profile build and unit tests
      
      * update googletest, skip JIT tests on non-debug builds
      39f7066b
    • C
      Add accessibility semantics support to embedder (#7891) · abe9826a
      Chris Bracken 提交于
      Flutter's accessibility APIs consist of three main calls from the
      embedder to the Dart application:
      
        1. FlutterEngineUpdateSemanticsEnabled: enables/disables semantics support.
      
        2. FlutterEngineUpdateAccessibilityFeatures: sets embedder-specific
           accessibility features.
      
        3. FlutterEngineDispatchSemanticsAction: dispatches an action (tap,
           long-press, scroll, etc.) to a semantics node.
      
      and two main callbacks triggered by Dart code:
      
        1. FlutterUpdateSemanticsNodeCallback: notifies the embedder of
           updates to the properties of a given semantics node.
      
        2. FlutterUpdateSemanticsCustomActionCallback: notifies the embedder
           of updates to custom semantics actions registered in Dart code.
      
      In the Flutter framework, when accessibility is first enabled, the
      embedder will receive a stream of update callbacks notifying the
      embedder of the full semantics tree. On further changes in the Dart
      application, only updates will be sent.
      abe9826a
    • S
      Roll src/third_party/skia e471c05f92e8..20ebd0cb3882 (4 commits) (#7894) · ce7016e1
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/e471c05f92e8..20ebd0cb3882
      
      git log e471c05f92e86c8f8a460f55c775ca245924519e..20ebd0cb3882d1bdeed04eaa983b0e5842f0fdaf --date=short --no-merges --format=%ad %ae %s
      2019-02-20 reed@google.com remove SK_SUPPORT_LEGACY_TEXTBLOBCACHEDIFFCANVAS_CONSTRUCTOR code
      2019-02-20 fmalita@chromium.org [skottie] Tint effect support
      2019-02-20 michaelludwig@google.com Support decal mode in GrTextureProducer
      2019-02-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src bf1a36e53e69..dca111a7573e (503 commits)
      
      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 (jvanverth@google.com), and stop
      the roller if necessary.
      ce7016e1
    • C
    • M
      e11d0e96
    • M
      Android embedding refactor pr3 add remaining systemchannels (#7892) · 2f4a38db
      Matt Carroll 提交于
      Merging back in after reversion. Fixed some messaging issues in FlutterNativeView and corrected some message parsing.
      2f4a38db