[webkit-changes] [WebKit/WebKit] d1f63c: [iOS] Increase the limit on the canvas size to 819...

Said Abou-Hallawa noreply at github.com
Fri Mar 15 03:32:44 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d1f63c061eadee6c83dc9fa06a2725c3d099a86b
      https://github.com/WebKit/WebKit/commit/d1f63c061eadee6c83dc9fa06a2725c3d099a86b
  Author: Said Abou-Hallawa <said at apple.com>
  Date:   2024-03-15 (Fri, 15 Mar 2024)

  Changed paths:
    A LayoutTests/fast/canvas/canvas-size-minimum-limit-expected.txt
    A LayoutTests/fast/canvas/canvas-size-minimum-limit.html
    M LayoutTests/platform/ios/compositing/canvas/accelerated-canvas-compositing-size-limit-expected.txt
    M LayoutTests/platform/ios/fast/canvas/canvas-toDataURL-crash-expected.txt
    M LayoutTests/platform/ios/fast/canvas/image-buffer-backend-variants-expected.txt
    M LayoutTests/platform/ios/fast/canvas/offscreen-giant-transfer-to-imagebitmap-expected.txt
    M LayoutTests/platform/ios/fast/canvas/pattern-too-large-to-create-expected.txt
    M LayoutTests/platform/ios/fast/canvas/resize-to-large-canvas-and-convert-to-blog-expected.txt
    M Source/WebCore/html/CanvasBase.cpp

  Log Message:
  -----------
  [iOS] Increase the limit on the canvas size to 8192x8192
https://bugs.webkit.org/show_bug.cgi?id=271002
rdar://122230873

Reviewed by Chris Dumez.

The maximum size of the canvas on iOS has been 4096x4096. The jetsam limit on iOS
has been raised. So we can safely double the limit on the canvas size on iOS.

* LayoutTests/fast/canvas/canvas-size-minimum-limit-expected.txt: Added.
* LayoutTests/fast/canvas/canvas-size-minimum-limit.html: Added.
* LayoutTests/platform/ios/compositing/canvas/accelerated-canvas-compositing-size-limit-expected.txt:
* LayoutTests/platform/ios/fast/canvas/canvas-toDataURL-crash-expected.txt:
* LayoutTests/platform/ios/fast/canvas/image-buffer-backend-variants-expected.txt:
* LayoutTests/platform/ios/fast/canvas/offscreen-giant-transfer-to-imagebitmap-expected.txt:
* LayoutTests/platform/ios/fast/canvas/pattern-too-large-to-create-expected.txt:
* LayoutTests/platform/ios/fast/canvas/resize-to-large-canvas-and-convert-to-blog-expected.txt:
* Source/WebCore/html/CanvasBase.cpp:
(WebCore::maxCanvasArea):

Canonical link: https://commits.webkit.org/276145@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list