RESOLVED FIXED 47553
Add a simple Find UI to MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=47553
Summary Add a simple Find UI to MiniBrowser
Anders Carlsson
Reported 2010-10-12 13:15:18 PDT
Add a simple Find UI to MiniBrowser
Attachments
Patch (136.07 KB, patch)
2010-10-12 13:16 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2010-10-12 13:16:27 PDT
Sam Weinig
Comment 2 2010-10-12 13:20:26 PDT
Comment on attachment 70559 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=70559&action=review > WebKitTools/MiniBrowser/mac/BrowserWindowController.m:667 > +- (IBAction)performFindPanelAction:(id)sender { > + [findPanelWindow makeKeyAndOrderFront:sender]; > +} > + > +- (IBAction)find:(id)sender { > + WKStringRef string = WKStringCreateWithCFString((CFStringRef)[sender stringValue]); The { should be on the next line.
Anders Carlsson
Comment 3 2010-10-12 13:28:37 PDT
Note You need to log in before you can comment on or make changes to this bug.