RESOLVED FIXED Bug 184554
Implement checked cast for DDResultRef once DDResultGetCFTypeID() is available
https://bugs.webkit.org/show_bug.cgi?id=184554
Summary Implement checked cast for DDResultRef once DDResultGetCFTypeID() is available
David Kilzer (:ddkilzer)
Reported 2018-04-12 13:03:07 PDT
Implement checked cast for DDResultRef once DDResultGetTypeID() is available.
Attachments
Patch (2.34 KB, patch)
2018-04-12 13:09 PDT, David Kilzer (:ddkilzer)
no flags
Patch v2 (2.45 KB, patch)
2018-05-29 15:53 PDT, David Kilzer (:ddkilzer)
no flags
Patch v3 (2.45 KB, patch)
2018-05-29 15:55 PDT, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2018-04-12 13:03:15 PDT
David Kilzer (:ddkilzer)
Comment 2 2018-04-12 13:09:15 PDT
Brent Fulgham
Comment 3 2018-04-17 09:20:28 PDT
Comment on attachment 337828 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=337828&action=review r=me > Source/WebCore/editing/cocoa/DataDetection.mm:87 > + DDResultRef result = checked_cf_cast<DDResultRef>(CFArrayGetValueAtIndex(results.get(), i)); Nice!
WebKit Commit Bot
Comment 4 2018-04-17 09:28:40 PDT
Comment on attachment 337828 [details] Patch Clearing flags on attachment: 337828 Committed r230713: <https://trac.webkit.org/changeset/230713>
WebKit Commit Bot
Comment 5 2018-04-17 09:28:42 PDT
All reviewed patches have been landed. Closing bug.
Matt Lewis
Comment 6 2018-04-17 10:03:07 PDT
Reverted r230713 for reason: This caused internal build failures. Committed r230716: <https://trac.webkit.org/changeset/230716>
David Kilzer (:ddkilzer)
Comment 7 2018-05-29 15:53:04 PDT
Created attachment 341530 [details] Patch v2
David Kilzer (:ddkilzer)
Comment 8 2018-05-29 15:55:27 PDT
Created attachment 341531 [details] Patch v3
David Kilzer (:ddkilzer)
Comment 9 2018-05-31 11:12:01 PDT
(In reply to David Kilzer (:ddkilzer) from comment #8) > Created attachment 341531 [details] > Patch v3 Going to land v3 with Brent's previous review as I fixed the build failure on internal bots, and the patch is not materially different.
Brent Fulgham
Comment 10 2018-05-31 11:15:56 PDT
Comment on attachment 341531 [details] Patch v3 I still approve of this patch! r=me.
WebKit Commit Bot
Comment 11 2018-05-31 12:33:44 PDT
Comment on attachment 341531 [details] Patch v3 Clearing flags on attachment: 341531 Committed r232362: <https://trac.webkit.org/changeset/232362>
WebKit Commit Bot
Comment 12 2018-05-31 12:33:46 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.