Bug 211480 - [Quirk] Job listing page goes blank when scrolling on stackoverflow.com
Summary: [Quirk] Job listing page goes blank when scrolling on stackoverflow.com
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-05 17:21 PDT by zalan
Modified: 2020-05-05 20:09 PDT (History)
3 users (show)

See Also:


Attachments
Patch (8.46 KB, patch)
2020-05-05 17:30 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (8.48 KB, patch)
2020-05-05 18:47 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2020-05-05 17:21:16 PDT
<rdar://problem/62558405>
Comment 1 zalan 2020-05-05 17:30:21 PDT
Created attachment 398572 [details]
Patch
Comment 2 Wenson Hsieh 2020-05-05 17:42:19 PDT
Comment on attachment 398572 [details]
Patch

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

> Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm:1370
> +static RecommedDesktopClassBrowsingForRequest desktopClassBrowsingRecommendedForRequest(const WebCore::ResourceRequest& request)

“Recommed"

> Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm:1443
> +        return RecommedDesktopClassBrowsingForRequest::Always;

Nit - it’s not immediately obvious to me what the difference between Always and Yes is, and I find the asymmetry between No and Yes a bit odd. That said, it’s admittedly hard to come up with a good name for this :/

What do you think about just No, Yes, Auto?
Comment 3 zalan 2020-05-05 18:37:05 PDT
(In reply to Wenson Hsieh from comment #2)
> Comment on attachment 398572 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=398572&action=review
> 
> > Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm:1370
> > +static RecommedDesktopClassBrowsingForRequest desktopClassBrowsingRecommendedForRequest(const WebCore::ResourceRequest& request)
> 
> “Recommed"
> 
> > Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm:1443
> > +        return RecommedDesktopClassBrowsingForRequest::Always;
> 
> Nit - it’s not immediately obvious to me what the difference between Always
> and Yes is, and I find the asymmetry between No and Yes a bit odd. That
> said, it’s admittedly hard to come up with a good name for this :/
> 
> What do you think about just No, Yes, Auto?
Yeah I wasn't too happy about the naming either. Let me think a bit.
Comment 4 zalan 2020-05-05 18:47:31 PDT
Created attachment 398576 [details]
Patch
Comment 5 EWS 2020-05-05 20:08:48 PDT
Committed r261209: <https://trac.webkit.org/changeset/261209>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 398576 [details].
Comment 6 Radar WebKit Bug Importer 2020-05-05 20:09:15 PDT
<rdar://problem/62914831>