[webkit-reviews] review granted: [Bug 225923] loadURL not attributing requests as app bound : [Attachment 428952] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 19 07:39:05 PDT 2021


youenn fablet <youennf at gmail.com> has granted katherine_cheney at apple.com's
request for review:
Bug 225923: loadURL not attributing requests as app bound
https://bugs.webkit.org/show_bug.cgi?id=225923

Attachment 428952: Patch

https://bugs.webkit.org/attachment.cgi?id=428952&action=review




--- Comment #3 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 428952
  --> https://bugs.webkit.org/attachment.cgi?id=428952
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=428952&action=review

> Source/WebCore/loader/FrameLoader.cpp:1341
> +	  
request.setIsAppBound(m_documentLoader->lastNavigationWasAppBound());

What about the other call sites like loadPostRequest?


More information about the webkit-reviews mailing list