Bug 222610 - [Cocoa] REGRESSION(r272752): fix some internal builds that use WTFString::WTFString(NSString *)
Summary: [Cocoa] REGRESSION(r272752): fix some internal builds that use WTFString::WTF...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: BJ Burg
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-02 11:28 PST by BJ Burg
Modified: 2021-03-04 20:17 PST (History)
13 users (show)

See Also:


Attachments
Patch v1.0 (2.57 KB, patch)
2021-03-02 11:38 PST, BJ Burg
no flags Details | Formatted Diff | Diff
Patch v1.0 (11.66 KB, patch)
2021-03-02 11:53 PST, BJ Burg
no flags Details | Formatted Diff | Diff
Patch (4.85 KB, patch)
2021-03-04 11:33 PST, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (4.36 KB, patch)
2021-03-04 19:27 PST, Alex Christensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2021-03-02 11:28:40 PST
.
Comment 1 BJ Burg 2021-03-02 11:29:03 PST
<rdar://74938249>
Comment 2 BJ Burg 2021-03-02 11:38:30 PST
Created attachment 421970 [details]
Patch v1.0
Comment 3 EWS Watchlist 2021-03-02 11:39:41 PST
This patch modifies the inspector protocol generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-inspector-generator-tests --reset-results`)
Comment 4 BJ Burg 2021-03-02 11:53:11 PST
Created attachment 421973 [details]
Patch v1.0
Comment 5 Alex Christensen 2021-03-02 12:03:20 PST
r273751
Comment 6 Alex Christensen 2021-03-04 11:33:44 PST
Reopening to attach new patch.
Comment 7 Alex Christensen 2021-03-04 11:33:46 PST
Created attachment 422264 [details]
Patch
Comment 8 Alex Christensen 2021-03-04 11:40:08 PST
r273906
Comment 9 Alex Christensen 2021-03-04 14:06:16 PST
http://trac.webkit.org/r273917
Comment 10 Alex Christensen 2021-03-04 19:23:51 PST
Comment on attachment 422264 [details]
Patch

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

> Source/JavaScriptCore/inspector/scripts/codegen/objc_generator.py:399
> +            return 'fromProtocolString<%s>((__bridge CFStringRef)%s)' % (self.objc_enum_name_for_non_anonymous_enum(parameter.type), name)

This is the one that broke the internal build.  Will verify everything works without it then recommit
Comment 11 Alex Christensen 2021-03-04 19:27:38 PST
Created attachment 422324 [details]
Patch
Comment 12 Alex Christensen 2021-03-04 20:17:53 PST
http://trac.webkit.org/r273940