Bug 225775 - [Cocoa] Plumb data detector results through some platform objects
Summary: [Cocoa] Plumb data detector results through some platform objects
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-13 12:29 PDT by Wenson Hsieh
Modified: 2021-05-13 21:06 PDT (History)
11 users (show)

See Also:


Attachments
Patch (62.76 KB, patch)
2021-05-13 16:06 PDT, Wenson Hsieh
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Fix non-internal builds (63.48 KB, patch)
2021-05-13 16:16 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff
For EWS (64.29 KB, patch)
2021-05-13 17:40 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2021-05-13 12:29:46 PDT
Work towards rdar://75504956.
Comment 1 Wenson Hsieh 2021-05-13 16:06:16 PDT
Created attachment 428570 [details]
Patch
Comment 2 Wenson Hsieh 2021-05-13 16:16:47 PDT
Created attachment 428571 [details]
Fix non-internal builds
Comment 3 Devin Rousso 2021-05-13 16:19:07 PDT
Comment on attachment 428570 [details]
Patch

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

r=mews

> Source/WebCore/SourcesCocoa.txt:-240
> -platform/cocoa/DataDetectorsCoreSoftLink.mm @no-unify

Do you need to add this to another `SourcesCocoa.txt` and/or `.cmake` file in PAL?

> Source/WebKit/Shared/WebCoreArgumentCoders.cpp:3225
> +    return { WTFMove(result) };

NIT: I think you can drop the `{` `}`
Comment 4 Wenson Hsieh 2021-05-13 16:24:12 PDT
(In reply to Devin Rousso from comment #3)
> Comment on attachment 428570 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=428570&action=review
> 
> r=mews
> 
> > Source/WebCore/SourcesCocoa.txt:-240
> > -platform/cocoa/DataDetectorsCoreSoftLink.mm @no-unify
> 
> Do you need to add this to another `SourcesCocoa.txt` and/or `.cmake` file
> in PAL?

PAL doesn't build with unified sources. However, there is a cmake file for PAL; I added the new headers there.

> 
> > Source/WebKit/Shared/WebCoreArgumentCoders.cpp:3225
> > +    return { WTFMove(result) };
> 
> NIT: I think you can drop the `{` `}`

👍🏻
Comment 5 Wenson Hsieh 2021-05-13 17:40:53 PDT
Created attachment 428584 [details]
For EWS
Comment 6 EWS 2021-05-13 21:06:45 PDT
Committed r277479 (237714@main): <https://commits.webkit.org/237714@main>

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