[webkit-changes] [WebKit/WebKit] b1058b: Resuming download a second time restarts the download

Per Arne Vollan noreply at github.com
Thu Sep 19 08:07:19 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b1058b4a3a63f13c446f35f9343d1db4ea451f54
      https://github.com/WebKit/WebKit/commit/b1058b4a3a63f13c446f35f9343d1db4ea451f54
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M Source/WebKit/NetworkProcess/Downloads/cocoa/DownloadCocoa.mm

  Log Message:
  -----------
  Resuming download a second time restarts the download
https://bugs.webkit.org/show_bug.cgi?id=279970
rdar://136257668

Reviewed by Chris Dumez.

Set the placeholder URL member in the Download object, which we extracted from the resume data.
If we don't set this data member, we have no placeholder URL to store in the resume data for
the second time we resume.

* Source/WebKit/NetworkProcess/Downloads/cocoa/DownloadCocoa.mm:
(WebKit::Download::resume):

Canonical link: https://commits.webkit.org/283917@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