1. 02 Apr, 2018 1 commit
  2. 31 Mar, 2018 2 commits
  3. 30 Mar, 2018 6 commits
  4. 29 Mar, 2018 13 commits
  5. 28 Mar, 2018 9 commits
  6. 27 Mar, 2018 9 commits
    • Chris Bracken's avatar
      Apply Mockito-related type fixes (#16002) · 39eeec47
      Chris Bracken authored
      Type-related fixes in flutter_driver and fuchsia_remote_debug_protocol
      tests.
      39eeec47
    • Chris Bracken's avatar
      Roll engine to 3e877d371a359097d7af28aa6e85026fa2318baa (#15992) · 040fbd29
      Chris Bracken authored
      Includes:
      * Remove declaration for undefined GPUSurfaceGL::SelectPixelConfig (flutter/engine#4857)
      * Vulkan swap chain setup no longer uses GrPixelConfig and doesn't incl…
      * Revert dart roll 20180322 (flutter/engine#4855)
      * Roll back pub upgrade. (flutter/engine#4854)
      * Roll flutter 20180322a (flutter/engine#4852)
      * Document Window.defaultRouteName a little better. (flutter/engine#4851)
      * Roll dart to 95e9e890a9 (flutter/engine#4850)
      040fbd29
    • Chris Bracken's avatar
      Roll engine to 01be4c6017f98532eea2456ea422e2c285e219c8 (#15990) · 40bcdf40
      Chris Bracken authored
      Includes:
      * Fix GPUSurfaceGL includes on Linux (flutter/engine#4849)
      * Slightly improve the docs for the internal _futurize method (flutter/engine#4847)
      * Fix supported color type check on iOS simulators (flutter/engine#4846)
      * Fix GPUSurfaceGL includes on macOS (flutter/engine#4844)
      * Handle Apple-specific GLES headers (flutter/engine#4843)
      * [fuchsia] Fix up includes of Zircon headers (flutter/engine#4842)
      * VulkanSurface and GPUSurfaceGL no longer use GrPixelConfig (flutter/engine#4814)
      40bcdf40
    • Hans Muller's avatar
      Make gallery tests more robust (#15957) · a0099a90
      Hans Muller authored
      a0099a90
    • Hans Muller's avatar
      8ca99327
    • Chris Bracken's avatar
      Roll engine to e102ae3d28eace7f350ece188187c2566920e654 (#15988) · eb9fc2ba
      Chris Bracken authored
      Includes:
      * Roll Skia (flutter/engine#4841)
      eb9fc2ba
    • Chris Bracken's avatar
      Roll engine to 2114a88b5ee0c5240f2aec6cde164798d00b61b4 (#15987) · 9c9162e5
      Chris Bracken authored
      Includes:
      * Provide asset lookup key on ios (flutter/engine#4817)
      * Load kernel files from the script URI in the isolate create callback (flutter/engine#4828)
      * Remove some unneeded profiling flags (flutter/engine#4827)
      * Remove the canvas save/restore calls in Paragraph::Paint (flutter/engine#4822)
      9c9162e5
    • Ian Hickson's avatar
      Update gallery about box. (#15954) · 171f94d1
      Ian Hickson authored
      171f94d1
    • Chris Bracken's avatar
      Revert "Roll engine to version dd6f46c485192f4506035088c9065b9f5dbba9ab (#15885)" (#15980) · 49c87d01
      Chris Bracken authored
      This caused a test failure in the integration_ui_ios devicelab test.
      
      ```
      stdout: [   +3 ms] 00:02 [32m+0[0m: end-to-end test Ensure keyboard dismissal resizes the view to original size[0m
      stdout: [+8129 ms] 00:11 [32m+0[0m[31m -1[0m: end-to-end test Ensure keyboard dismissal resizes the view to original size [1m[31m[E][0m[0m
      stdout: [   +5 ms]   DriverError: Failed to fulfill Tap: Flutter application not responding
      stdout: [        ]   Original error: TimeoutException after 0:00:07.500000: Future not completed
      stdout: [        ]   Original stack trace:
      stdout: [        ]   #0      FlutterDriver._sendCommand (package:flutter_driver/src/driver/driver.dart:324:18)
      stdout: [        ]
      stdout: [        ]   #1      FlutterDriver.tap (package:flutter_driver/src/driver/driver.dart:368:11)
      stdout: [        ]
      stdout: [        ]   #2      main.. (file:///[... snip ...]/flutter/dev/integration_tests/ui/test_driver/keyboard_resize_test.dart:34:20)
      ```
      
      This reverts commit 067be92a.
      49c87d01