Bug 224189

Summary: [iOS] Prevent background blur when presenting date/time pickers
Product: WebKit Reporter: Aditya Keerthi <akeerthi>
Component: FormsAssignee: Aditya Keerthi <akeerthi>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, cdumez, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: iPhone / iPad   
OS: Unspecified   
Attachments:
Description Flags
Patch
wenson_hsieh: review+, wenson_hsieh: commit-queue-
Patch for landing ews-feeder: commit-queue-

Description Aditya Keerthi 2021-04-05 09:38:05 PDT
...
Comment 1 Aditya Keerthi 2021-04-05 09:38:18 PDT
<rdar://problem/76220352>
Comment 2 Aditya Keerthi 2021-04-05 09:39:35 PDT
Created attachment 425159 [details]
Patch
Comment 3 Aditya Keerthi 2021-04-05 09:42:08 PDT
Thanks for the review!

Will commit once the tree is open.
Comment 4 Aakash Jain 2021-04-05 12:00:23 PDT
Comment on attachment 425159 [details]
Patch

From https://ews-build.webkit.org/#/builders/53/builds/11856:
WKDateTimeInputControl.mm:162:11: error: property 'preferredBackgroundEffects' not found on object of type '_UIContextMenuStyle *'
Comment 5 Wenson Hsieh 2021-04-05 12:02:49 PDT
Comment on attachment 425159 [details]
Patch

Restoring the r+ (and adding cq- instead).

The build fix here is straightforward (we probably just need to update UIKitSPI.h)
Comment 6 Aditya Keerthi 2021-04-05 12:08:39 PDT
Created attachment 425184 [details]
Patch for landing
Comment 7 Aakash Jain 2021-04-05 12:26:53 PDT
I did the r- so that rest of EWS bots do not process that patch (since they have  backlog of patches to process currently). Since there is a new patch uploaded, we can also mark the older patch as obsolete, so that all the EWS queue do not need to process that patch.

EWS skips r- and obsolete patches.
Comment 8 Wenson Hsieh 2021-04-05 12:28:42 PDT
Comment on attachment 425159 [details]
Patch

(In reply to Aakash Jain from comment #7)
> I did the r- so that rest of EWS bots do not process that patch (since they
> have  backlog of patches to process currently). Since there is a new patch
> uploaded, we can also mark the older patch as obsolete, so that all the EWS
> queue do not need to process that patch.
> 
> EWS skips r- and obsolete patches.

I see. In that case, we could mark the patch as obsolete.
Comment 9 EWS 2021-04-06 10:54:15 PDT
Committed r275532: <https://commits.webkit.org/r275532>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 425184 [details].