1. 06 Sep, 2019 9 commits
  2. 05 Sep, 2019 21 commits
    • Andrew Brogdon's avatar
      54003236
    • engine-flutter-autoroll's avatar
      Roll engine cd920398e40e..edee1fea5850 (21 commits) (#39936) · 161d2a27
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/cd920398e40e...edee1fea5850
      
      git log cd920398e40e..edee1fea5850 --no-merges --oneline
      2019-09-05 egarciad@google.com Add @Keep annotation (flutter/engine#11893)
      2019-09-05 bkonyi@google.com Roll src/third_party/dart d0218d4771..be66176534 (11 commits)
      2019-09-05 shihaohong@google.com Incorporate View.setSystemGestureExclusionRects code review feedback from #11441 (flutter/engine#11804)
      2019-09-05 naifu.guan@gmail.com Support build windows release/profile embedding builds (flutter/engine#11475)
      2019-09-05 skia-flutter-autoroll@skia.org Roll src/third_party/skia e784f75beb20..adecf4b6d5fe (6 commits) (flutter/engine#11900)
      2019-09-05 xster@google.com remove extra redundant channels setup in iOS embedding engine (flutter/engine#11886)
      2019-09-05 liyuqian@google.com Revert "Add a BroadcastStream to FrameTiming (#11041)" (flutter/engine#11841)
      2019-09-05 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from OmqaW... to Z7PSg... (flutter/engine#11898)
      2019-09-05 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from S-f_C... to -AQkJ... (flutter/engine#11897)
      2019-09-05 skia-flutter-autoroll@skia.org Roll src/third_party/skia b0e2347fedfc..e784f75beb20 (1 commits) (flutter/engine#11896)
      2019-09-05 bkonyi@google.com Roll src/third_party/dart 6eed35b60d..d0218d4771 (5 commits)
      2019-09-05 skia-flutter-autoroll@skia.org Roll src/third_party/skia 97218352addb..b0e2347fedfc (4 commits) (flutter/engine#11894)
      2019-09-05 bkonyi@google.com Roll src/third_party/dart 67bb2b7819..6eed35b60d (18 commits)
      2019-09-05 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from LKWtB... to OmqaW... (flutter/engine#11891)
      2019-09-05 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from m-hNV... to S-f_C... (flutter/engine#11889)
      2019-09-05 skia-flutter-autoroll@skia.org Roll src/third_party/skia 166751ef578a..97218352addb (1 commits) (flutter/engine#11888)
      2019-09-05 bkonyi@google.com Roll src/third_party/dart 08132661a6..67bb2b7819 (4 commits)
      2019-09-04 franciscojma86@gmail.com Finish plumbing message responses on method channels (flutter/engine#11877)
      2019-09-04 bkonyi@google.com Roll src/third_party/dart c3db2e3ee0..08132661a6 (2 commits)
      2019-09-04 james@clarkezone.net [Windows] Address #36422 by adding a context for async resource uploading (flutter/engine#11828)
      2019-09-04 skia-flutter-autoroll@skia.org Roll src/third_party/skia e7366841663b..166751ef578a (7 commits) (flutter/engine#11881)
      
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
      Please CC franciscojma@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      161d2a27
    • Shi-Hao Hong's avatar
      ToggleButtons test improvement (#38898) · abfc560b
      Shi-Hao Hong authored
      * Improve finders throughout toggle_buttons_test.dart
      
      * Improve Material finders
      
      * Update toggle_buttons_theme_test.dart finders to be more precise
      
      * Refactor out textStyle and iconTheme finders
      
      * Refactor iconTheme and buttonTextTheme logic
      abfc560b
    • Ian Hickson's avatar
      Docs (#39198) · a415c76b
      Ian Hickson authored
      * Minor improvements to framework documentation.
      
      * maybePop documentation fix
      
      * Mark some flutter_test arguments required.
      
      Without these set, we get a crash.
      
      * Minor correction to ListView docs
      a415c76b
    • Jonah Williams's avatar
    • stuartmorgan's avatar
      Switch to the Win32 Windows embedding (#39836) · 4c2c7c41
      stuartmorgan authored
      Pulls the Win32 embedding artifacts instead of the GLFW versions for
      Windows.
      
      Fixes #38590
      4c2c7c41
    • stuartmorgan's avatar
      Allow specifying a project for Xcode getInfo (#39782) · 3948e875
      stuartmorgan authored
      Avoids unnecessarily breaking projects that have another .xcodeproj in
      their macos/ directory, which worked until the addition of the getInfo
      call.
      3948e875
    • LongCatIsLooong's avatar
      CupertinoButton & Bottom tab bar dark mode (#39765) · 443892bd
      LongCatIsLooong authored
      * CupertinoTabBar
      
      * CupertinoButton
      
      * update
      
      * review
      443892bd
    • Dan Field's avatar
      Build flutter_gallery with bitcode (#39851) · b6abf0ca
      Dan Field authored
      b6abf0ca
    • liyuqian's avatar
      7c0dfd53
    • Jonah Williams's avatar
      dd769425
    • Jonah Williams's avatar
      handle browser refresh (#39776) · 4728ef5c
      Jonah Williams authored
      4728ef5c
    • Jonah Williams's avatar
    • Justin McCandless's avatar
      Null TextWidthBasis docs (#39761) · 64424a6a
      Justin McCandless authored
      Docs improvement after seeing "null" showing up for TextWidthBasis.
      64424a6a
    • Mouad Debbar's avatar
      Allow gaps in the initial route (#39440) · 2640bfeb
      Mouad Debbar authored
      2640bfeb
    • Zachary Anderson's avatar
    • Kenzie Schmoll's avatar
      Register flutterVersion service in flutter_tools. (#39524) · d50d9c5e
      Kenzie Schmoll authored
      * Register getFlutterVersion service in flutter_tools.
      
      * Add short revision ids to response.
      
      * Rename method and remove obsolete comments.
      
      * Fix broken test by adding sendPeerNotifications flag.
      
      * Implement mockPeer.sendNotification.
      d50d9c5e
    • Devon Carew's avatar
      update to the latest package:dwds (#39834) · 57e6042f
      Devon Carew authored
      57e6042f
    • engine-flutter-autoroll's avatar
      Roll engine e7f9ef6aa0b9..cd920398e40e (29 commits) (#39854) · 2c0fce54
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/e7f9ef6aa0b9...cd920398e40e
      
      git log e7f9ef6aa0b9..cd920398e40e --no-merges --oneline
      2019-09-04 mouad.debbar@gmail.com Handle new navigation platform messages (flutter/engine#11880)
      2019-09-04 shihaohong@google.com Android 10+ View.getSystemGestureExclusionRects (flutter/engine#11451)
      2019-09-04 aukwat@gmail.com Fix deleting Thai vowel bug on iOS (skip string range sanitization) (flutter/engine#11807)
      2019-09-04 bkonyi@google.com Roll src/third_party/dart 4bd13a74d9..c3db2e3ee0 (4 commits)
      2019-09-04 skia-flutter-autoroll@skia.org Roll src/third_party/skia c2dc9c864844..e7366841663b (2 commits) (flutter/engine#11878)
      2019-09-04 iska.kaushik@gmail.com [flutter_runner] Add common libs to the test far (flutter/engine#11875)
      2019-09-04 bkonyi@google.com Roll src/third_party/dart fd27e795ba..4bd13a74d9 (5 commits)
      2019-09-04 aam@google.com Provide dart vm initalize isolate callback so that children isolates belong to parent's isolate group. (flutter/engine#9888)
      2019-09-04 stuartmorgan@google.com Add style guide and formatting information (flutter/engine#11669)
      2019-09-04 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from BR_-u... to LKWtB... (flutter/engine#11874)
      2019-09-04 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from dRCdb... to m-hNV... (flutter/engine#11873)
      2019-09-04 skia-flutter-autoroll@skia.org Roll src/third_party/skia 77743492418e..c2dc9c864844 (22 commits) (flutter/engine#11872)
      2019-09-04 iska.kaushik@gmail.com Add a sample unit test target to flutter runner (flutter/engine#11847)
      2019-09-04 iska.kaushik@gmail.com Support building standalone far packages with autogenerating manigests (flutter/engine#11849)
      2019-09-04 bkonyi@google.com Roll src/third_party/dart 622747502e..fd27e795ba (9 commits)
      2019-09-04 bkonyi@google.com Roll src/third_party/dart 54fdd559d8..622747502e (1 commits)
      2019-09-04 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from KqidK... to BR_-u... (flutter/engine#11845)
      2019-09-04 skia-flutter-autoroll@skia.org Roll src/third_party/skia 452ce044f0db..77743492418e (12 commits) (flutter/engine#11837)
      2019-09-04 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from -kKi5... to dRCdb... (flutter/engine#11840)
      2019-09-04 bkonyi@google.com Roll src/third_party/dart 36985859e4..54fdd559d8 (65 commits)
      2019-09-04 chinmaygarde@google.com Minor tweaks to the Doxygen theme. (flutter/engine#11576)
      2019-09-04 matthew-carroll@users.noreply.github.com Updated API usage in scenario app by deleting unnecessary method. (flutter/engine#11844)
      2019-09-03 garyq@google.com Fix RTL justification alignment with newline (flutter/engine#11842)
      2019-09-03 matthew-carroll@users.noreply.github.com Rename first frame method and notify FlutterActivity when full drawn (#38714 #36796). (flutter/engine#11357)
      2019-09-03 skia-flutter-autoroll@skia.org Roll src/third_party/skia 8050d94ae227..452ce044f0db (1 commits) (flutter/engine#11834)
      2019-09-03 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from a8wlq... to KqidK... (flutter/engine#11833)
      2019-09-03 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from pVy4h... to -kKi5... (flutter/engine#11832)
      2019-09-03 skia-flutter-autoroll@skia.org Roll src/third_party/skia 033c4014b788..8050d94ae227 (2 commits) (flutter/engine#11831)
      2019-09-03 skia-flutter-autoroll@skia.org Roll src/third_party/skia 94c66475560d..033c4014b788 (2 commits) (flutter/engine#11830)
      
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
      Please CC franciscojma@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      2c0fce54
    • Anthony's avatar
      Revert "Show search app bar theme (#37962)" (#39786) · 3932ffb1
      Anthony authored
      This reverts commit e3f8d055.
      3932ffb1
    • Ian Hickson's avatar
  3. 04 Sep, 2019 5 commits
  4. 03 Sep, 2019 5 commits