[webkit-changes] [WebKit/WebKit] e78009: ARQL: Launch Preview needs to be passed along the ...

Dean Jackson noreply at github.com
Fri Mar 24 10:24:38 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e7800968d1c8f502c22250854397d16fd0679cde
      https://github.com/WebKit/WebKit/commit/e7800968d1c8f502c22250854397d16fd0679cde
  Author: Dean Jackson <dino at apple.com>
  Date:   2023-03-24 (Fri, 24 Mar 2023)

  Changed paths:
    M Source/WebKit/UIProcess/Cocoa/LegacyDownloadClient.mm
    M Source/WebKit/UIProcess/Cocoa/SystemPreviewControllerCocoa.mm

  Log Message:
  -----------
  ARQL: Launch Preview needs to be passed along the appropriate disableScaling and customSharing fragment identifiers
https://bugs.webkit.org/show_bug.cgi?id=254371
rdar://106193234

Reviewed by Antoine Quint.

ARQL needs to see the fragment identifier on the link in order
to do things like disable scaling.

* Source/WebKit/UIProcess/Cocoa/LegacyDownloadClient.mm:
(WebKit::LegacyDownloadClient::didCreateDestination): Pass along the fragment identifier.
(WebKit::LegacyDownloadClient::didFinish): Copy the code from above.
* Source/WebKit/UIProcess/Cocoa/SystemPreviewControllerCocoa.mm: Don't explicitly remove the fragment identifier.

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




More information about the webkit-changes mailing list