| Summary: | Remove _setIsNavigatingToAppBoundDomain testing SPI | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Kate Cheney <katherine_cheney> | ||||||
| Component: | WebKit Misc. | Assignee: | Kate Cheney <katherine_cheney> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | ddkilzer, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Kate Cheney
2020-04-03 10:14:04 PDT
Created attachment 395390 [details]
Patch
Comment on attachment 395390 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=395390&action=review r=me assuming EWS passes. Consider renaming `request2` as well. > Tools/TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm:239 > + NSURLRequest *request2 = [NSURLRequest requestWithURL:[[NSBundle mainBundle] URLForResource:@"in-app-browser-privacy-local-file" withExtension:@"html" subdirectory:@"TestWebKitAPI.resources"]]; Nit: `request2` isn't a great variable name. Better to reuse `request` from above (since it's no longer used), or change it to something like `localFileRequest` or `fileRequest`. Created attachment 395406 [details]
Patch for landing
(In reply to David Kilzer (:ddkilzer) from comment #3) > Comment on attachment 395390 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=395390&action=review > > r=me assuming EWS passes. Consider renaming `request2` as well. > > > Tools/TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm:239 > > + NSURLRequest *request2 = [NSURLRequest requestWithURL:[[NSBundle mainBundle] URLForResource:@"in-app-browser-privacy-local-file" withExtension:@"html" subdirectory:@"TestWebKitAPI.resources"]]; > > Nit: `request2` isn't a great variable name. Better to reuse `request` from > above (since it's no longer used), or change it to something like > `localFileRequest` or `fileRequest`. Thanks! I reused 'request' in the patch for landing. Committed r259507: <https://trac.webkit.org/changeset/259507> All reviewed patches have been landed. Closing bug and clearing flags on attachment 395406 [details]. |