1. 12 6月, 2021 1 次提交
  2. 09 1月, 2021 1 次提交
  3. 07 11月, 2020 1 次提交
  4. 18 8月, 2020 1 次提交
    • N
      [web] Build unit tests with dart2js instead of build_runner (#20390) · bb24b493
      nturgut 提交于
      * change from build_runner to dart2js
      
      * add internalBootstrapBrowserTest to some of the tests
      
      * add internalBootstrapBrowserTest to all remaining tests
      
      * make tests build in paralel. Total time dropped from 586 to 177 seconds for 8 core MacBook
      
      * change isolates with pool
      
      * fixing analysis errors
      
      * skipping canvaskit tests for ios-safari
      
      * copy image files to the build directory
      
      * adding internalBootstrapBrowserTest to newly added tests
      
      * add internalBootstrapBrowserTest to faling path iterator test
      
      * necessary changes to make chrome windows work
      
      * in windows test in chrome instead of edge. our edge code was for legacy edge
      
      * do not run golden unit tests on Windows LUCI bots for now
      
      * addressing reviewer comments. Adding a method for deciding when to run integration tests.
      
      * remove lines that I forgot to remove
      
      * fixing analysis error. add issue for todo
      
      * add bootstap to a test file
      
      * adding bootstrap to another test
      
      * add internalBootstrapBrowserTest to a golden test
      
      * return test result in bat file. use archieve package to unzip
      
      * fixing logs for chrome_installer
      
      * use archieve and archieve entity instead of dynamic
      
      * adding comments for windows platform archieve part
      
      * addressing reviewer comments
      
      * change readme file
      bb24b493
  5. 15 5月, 2020 1 次提交
  6. 21 2月, 2020 1 次提交
  7. 19 2月, 2020 1 次提交
    • N
      [web] Skipping failing edge tests (#16626) · 77c5812d
      Nurhan Turgut 提交于
      * making edge default test browser on windows. adding some skips (not all) for methods failing on edge
      
      * skip failing tests. make egde default for testing
      
      * skip one more test
      
      * addressing reviewer comments. removing extra bat file
      77c5812d
  8. 15 2月, 2020 1 次提交
  9. 12 2月, 2020 1 次提交
  10. 20 12月, 2019 1 次提交
    • C
      Fix DOM-based ParagraphRuler.hitTest() (#14504) · 68d91967
      Chiung-Ming Huang 提交于
      * [web] Fix ParagraphRuler.hitTest
      
      * [web] Add a test-case for paragraph.getPositionForOffset and nested TextSpans
      
      * [web] Add a test-case for paragraph.getPositionForOffset and nested TextSpans
      
      * [web] remove trailing spaces
      
      * [web] avoid differences of overflow-wrap between chrome and firefox
      68d91967
  11. 10 12月, 2019 1 次提交
  12. 12 11月, 2019 1 次提交
  13. 09 11月, 2019 1 次提交
    • G
      Move TextRange from the framework to dart:ui. (#13747) · f7e73b62
      Greg Spencer 提交于
      This removes TextRange from the framework and moves it to the engine, in preparation for using it to return text ranges from the text extent APIs, like Paragraph.getWordBoundary instead of a List<int>.
      
      Also added new tests for TextRange.
      f7e73b62
  14. 10 9月, 2019 1 次提交
  15. 26 8月, 2019 1 次提交
  16. 23 8月, 2019 1 次提交