| Summary: | Web Inspector: ObjC Generate types from the GenericTypes domain | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | burg, commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
Created attachment 244223 [details]
[PATCH] Proposed Fix
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 on attachment 244223 [details] [PATCH] Proposed Fix Clearing flags on attachment: 244223 Committed r178075: <http://trac.webkit.org/changeset/178075> All reviewed patches have been landed. Closing bug. |
* SUMMARY ObjC Types should generate types from the GenericTypes domain, as they are expected elsewhere. For example, Page domain expects GenericTypes.SearchMatch: @protocol RWIProtocolPageDomainHandler <NSObject> - (void)searchInResourceWithErrorCallback:(void(^)(NSString *error))errorCallback successCallback:(void(^)(NSArray/*<RWIProtocolGenericTypesSearchMatch>*/ *result))successCallback...; @end