1. 26 Oct, 2018 10 commits
  2. 25 Oct, 2018 12 commits
  3. 24 Oct, 2018 12 commits
  4. 23 Oct, 2018 6 commits
    • Michael Goderbauer's avatar
      55fe15bf
    • Yegor's avatar
      Revert "make LocalHistoryRoute a proper super-mixin (#23382)" (#23430) · 3bbb3082
      Yegor authored
      This reverts commit a3e0b0ae.
      
      This change broke the analyzer during the dartdoc step.
      3bbb3082
    • engine-flutter-autoroll's avatar
      Roll engine 4c79e423dc6f..2586e9412257 (15 commits) (#23428) · f7f72211
      engine-flutter-autoroll authored
      https://github.com/flutter/engine/compare/4c79e423dc6f...2586e9412257
      
      git log 4c79e423dc6f..2586e9412257 --no-merges --oneline
      2586e9412 Support all combinations of GetRectsForRange styles (flutter/engine#6591)
      e78f86e01 Fix mac builds. Only Linux and Windows require default GL proc resolvers. (flutter/engine#6641)
      52e48ab84 Fix Windows embedding. Appears that #6523 or #6525 introduced a bug for embedder scenarios causing the window native library to be incorrectly initialized and thus incapable of correctly resolving GL functions.  This change fixes that. (flutter/engine#6624)
      c9197e449 Roll src/third_party/skia 25837bf17019..b46c4d0925ad (6 commits) (flutter/engine#6640)
      324c21a72 Roll src/third_party/skia 1b07dffd979d..25837bf17019 (1 commits) (flutter/engine#6639)
      5dfbc0a07 Roll src/third_party/skia e023ae7c5540..1b07dffd979d (1 commits) (flutter/engine#6638)
      4a18dfffe Roll src/third_party/skia ff1aeb953faf..e023ae7c5540 (1 commits) (flutter/engine#6637)
      427915e2f Allow FlutterViewController to specify whether its FlutterView is opaque (flutter/engine#6570)
      20c805c97 Ensure that Scene::toImage renders texture backed images. (flutter/engine#6636)
      25d0507d8 Roll buildtools to 5a9e1b3a0b84a2871f20f85fde665e54a894ba72 (flutter/engine#6633)
      4f17d7ee7 Roll src/third_party/skia 327955b1ba19..ff1aeb953faf (13 commits) (flutter/engine#6635)
      cdd592f5b Reland 'Pass null instead of 'none' locale' (flutter/engine#6632)
      2cd89200c Roll src/third_party/skia b1a002e850e1..327955b1ba19 (12 commits) (flutter/engine#6631)
      edfe02481 13771 - iOS dictation bug (flutter/engine#6607)
      cadf4405b Roll src/third_party/skia b9998cdceec7..b1a002e850e1 (13 commits) (flutter/engine#6626)
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-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.
      f7f72211
    • Jacob Richman's avatar
    • Gary Qian's avatar
      Support null locale before locale initialization, Roll engine to cdd592f5be97e824 (#23417) · 02d659e8
      Gary Qian authored
      cdd592f5b Reland 'Pass null instead of 'none' locale' (#6632)
      2cd89200c Roll src/third_party/skia b1a002e850e1..327955b1ba19 (12 commits) (#6631)
      edfe02481 13771 - iOS dictation bug (#6607)
      cadf4405b Roll src/third_party/skia b9998cdceec7..b1a002e850e1 (13 commits) (#6626)
      02d659e8
    • Greg Spencer's avatar
      Dartdoc snippet extension to inject full featured code snippets in to API docs. (#23281) · 65d3ddd5
      Greg Spencer authored
      This creates a custom dartdoc tool that will generate snippet blocks in our API docs that allow the user to copy easily to the clipboard, and will also embed the snippet code into a template to show it in a larger context with an app.
      
      This PR adds the snippet tool, a template, and a couple of HTML skeleton files, one for snippets that are designed to be in an application setting, and one where it simply puts a nice container around existing snippets, making them easier to copy to the clipboard.
      65d3ddd5