1. 28 4月, 2021 1 次提交
  2. 11 2月, 2021 1 次提交
  3. 11 12月, 2020 1 次提交
  4. 20 10月, 2020 1 次提交
    • F
      [web] Fix 3d transforms for html backend (#21499) · 0747f2f4
      Ferhat 提交于
      * Workaround for canvas element lacking support for 3d setTransform
      
      * update golden test
      
      * Add webkit workaround
      
      * Implement DOM rendering for perspective
      
      * cleanup
      
      * update goldens lock
      
      * Add check for shader and filtermask for dom use
      
      * Fix svg viewBox. Move zIndex check to bitmap canvas
      
      * Fix null check warning
      
      * Fix scene_builder zIndex=-1 test to force canvas usage
      
      * Add blendmode handling for DOM mode
      
      * Update maxdiff and golden locks
      
      * Remove unused import
      
      * Add drawcolor/drawpaint test. Fix bounds for drawColor/drawPaint
      
      * update golden locks
      
      * adjust drawColor for dpr
      
      * Update test to use canvas
      
      * Fix toDataUrl NNBD
      
      * Update Picture.toImage to use canvas to obstain image data
      
      * Remove write:true from golden calls
      
      * Add fill-rule for _pathToSvgElement
      
      * Update golden locks
      
      * Fix sceneBuilder pushClip / add missing clipBehaviour
      
      * Fix test now that clipping works correctly
      
      * move overflow handling for tests into DOMClip.addOverflow
      
      * Add clipRect to test to keep render inside bitmap canvas area
      
      * Update compositing test, fix drawColor coordinates
      
      * update golden locks
      
      * Skip test for matchGolden infra fail
      
      * update golden lock
      
      * merge
      
      * update maxdiff for text over canvas
      
      * update golden diff
      
      * update paint spread bounds maxdiff
      
      * update paint spread maxDiff
      0747f2f4
  5. 28 8月, 2020 1 次提交
    • F
      Cliprect op (#20837) · 3ccf1ed2
      Ferhat 提交于
      * Switched PathCommand apply parameter to non-nullable. Add clip op parameter to ClipCommand.
      3ccf1ed2
  6. 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
  7. 10 8月, 2020 1 次提交
  8. 08 8月, 2020 1 次提交
  9. 02 6月, 2020 1 次提交
  10. 15 4月, 2020 1 次提交
    • Y
      Optimize static content scrolling (#17621) · dd87e3f9
      Yegor 提交于
      * store paint command bounds
      * do not apply commands outside the clip region
      * better cull rect prediction
      * enforce RecordingCanvas.endRecording
      dd87e3f9
  11. 14 4月, 2020 1 次提交
  12. 30 3月, 2020 1 次提交
  13. 21 2月, 2020 1 次提交
  14. 06 2月, 2020 1 次提交
  15. 31 1月, 2020 1 次提交
  16. 08 1月, 2020 1 次提交
  17. 20 12月, 2019 1 次提交
  18. 12 11月, 2019 1 次提交
  19. 09 11月, 2019 1 次提交