RESOLVED FIXED 182259
Clean up API after bugs 178240 and 176474
https://bugs.webkit.org/show_bug.cgi?id=182259
Summary Clean up API after bugs 178240 and 176474
Alex Christensen
Reported 2018-01-29 12:58:11 PST
Clean up API after bugs 178240 and 176474
Attachments
Patch (4.15 KB, patch)
2018-01-29 13:02 PST, Alex Christensen
no flags
Patch (4.98 KB, patch)
2018-01-29 15:02 PST, Alex Christensen
no flags
Patch (6.51 KB, patch)
2018-01-29 15:33 PST, Alex Christensen
mitz: review+
Alex Christensen
Comment 1 2018-01-29 13:02:43 PST
Sam Weinig
Comment 2 2018-01-29 14:58:14 PST
Comment on attachment 332572 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=332572&action=review > Source/WebKit/ChangeLog:9 > + * UIProcess/API/Cocoa/WKUIDelegatePrivate.h: > + * UIProcess/API/Cocoa/WKWebViewPrivate.h: Please add information about why these changes are being made.
Alex Christensen
Comment 3 2018-01-29 15:02:42 PST
Alex Christensen
Comment 4 2018-01-29 15:33:06 PST
mitz
Comment 5 2018-01-29 15:51:42 PST
Comment on attachment 332589 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=332589&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/UIDelegate.mm:588 > + EXPECT_EQ(static_cast<NSUInteger>([[change objectForKey:NSKeyValueChangeNewKey] integerValue]), _WKRectEdgeLeft | _WKRectEdgeRight); Why not just do unsignedIntegerValue?
Alex Christensen
Comment 6 2018-01-29 17:27:31 PST
Radar WebKit Bug Importer
Comment 7 2018-01-29 17:30:49 PST
Note You need to log in before you can comment on or make changes to this bug.