1. 25 1月, 2017 4 次提交
    • J
      Roll FTL (#3360) · 1210a2e7
      Jason Simmons 提交于
      1210a2e7
    • I
    • J
      Exit the non-interactive sky_shell on Linux when the Dart script has completed (#3358) · fdcd65ee
      Jason Simmons 提交于
      The script will be finished when the microtask queue has been drained and
      Dart_HasLivePorts is returning false for the main isolate
      fdcd65ee
    • C
      Handle double-height status bar on iOS (#3357) · 16b2964f
      Chris Bracken 提交于
      * Handle double-height status bar on iOS
      
      In certain cases, iOS displays a double-height status bar (e.g., when an
      application is using device location or while in a call). In such cases,
      iOS offsets the app view origin by 20px, reduces view height by 20px,
      then overlays a 40px opaque status bar: 20px covering the newly opened
      20px gap at the top of the screen, 20px covering the top 20px of the
      view, which had previously been under the standard-sized status bar.
      
      Flutter previously set top padding to the height of the status bar,
      which resulted in 40px padding with a double-sized status bar. However,
      the padding should match the portion of the status bar overlapping the
      view, which is 20px.
      
      Note that the final case is the one in which no status bar is shown and
      padding should be zero.
      
      * Only apply status bar padding on root views
      16b2964f
  2. 24 1月, 2017 2 次提交
  3. 21 1月, 2017 5 次提交
  4. 20 1月, 2017 2 次提交
  5. 19 1月, 2017 2 次提交
    • C
      Add OpenSSL as supported licence type (#3345) · 54069032
      Chris Bracken 提交于
      * Add OpenSSL as supported licence type
      
      Adds special handling for the OpenSSL licensed files under BoringSSL.
      Specifically, some of the ARM assembly files in the latest Dart SDK are
      dual-licensed with OpenSSL.
      
      * Support blocks that ref by type with no copyright
      
      The upcoming Dart SDK includes files (e.g., sha256-armv4.S) with a block
      that specifies teh code is dual-licenced under OpenSSL, but doesn't
      include a copyright date of its own.
      54069032
    • J
      Clear the GPU thread's EGL context only after the GPUSurfaceGL has been destroyed (#3346) · d394e8a9
      Jason Simmons 提交于
      The GPUSurfaceGL holds references to Skia objects that may own GL objects.
      If the GL objects are destructed on the GPU thread after the EGL context has been
      dropped, then the GL delete calls will not take effect.
      d394e8a9
  6. 18 1月, 2017 6 次提交
  7. 14 1月, 2017 2 次提交
  8. 13 1月, 2017 2 次提交
  9. 12 1月, 2017 2 次提交
  10. 11 1月, 2017 5 次提交
  11. 07 1月, 2017 1 次提交
  12. 06 1月, 2017 4 次提交
  13. 04 1月, 2017 3 次提交