Bug 138039

Summary: [Mac] Use NSString API in QuickLookMac::computeNeedsQuickLookResourceCachingQuirks()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Enhancement CC: ap, commit-queue, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from webkit-ews-14 for mac-mountainlion-wk2
none
Patch none

Chris Dumez
Reported 2014-10-23 21:32:27 PDT
Use NSString API in QuickLookMac::computeNeedsQuickLookResourceCachingQuirks() for case-insensitive string comparison instead of converting to UTF-8 and then using strcasecmp().
Attachments
Patch (1.74 KB, patch)
2014-10-23 21:44 PDT, Chris Dumez
no flags
Archive of layout-test-results from webkit-ews-14 for mac-mountainlion-wk2 (543.77 KB, application/zip)
2014-10-23 22:25 PDT, Build Bot
no flags
Patch (1.64 KB, patch)
2014-10-23 23:03 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-10-23 21:44:43 PDT
Build Bot
Comment 2 2014-10-23 22:25:01 PDT
Created attachment 240392 [details] Archive of layout-test-results from webkit-ews-14 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-14 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Chris Dumez
Comment 3 2014-10-23 22:33:48 PDT
Hmm, the following layout tests are failing on the bots, so I must have changed the behavior unintentionally: Regressions: Unexpected text-only failures (2) http/tests/cache/loaded-from-cache-after-reload-within-iframe.html [ Failure ] http/tests/cache/post-redirect-get.php [ Failure ]
Chris Dumez
Comment 4 2014-10-23 23:03:46 PDT
Created attachment 240397 [details] Patch Gosh, [NSString caseInsensitiveCompare] returns True if the NSString is nil :)
Darin Adler
Comment 5 2014-10-24 09:17:05 PDT
Comment on attachment 240397 [details] Patch Did you land this already? I would set review+ but it does’t have review?.
Chris Dumez
Comment 6 2014-10-24 10:23:20 PDT
(In reply to comment #5) > Comment on attachment 240397 [details] > Patch > > Did you land this already? I would set review+ but it does’t have review?. I did not land it. Bugzilla just won't let me set the review flag (gives me an error)...
Chris Dumez
Comment 7 2014-10-24 10:37:33 PDT
Bugzilla is partially back and the review flag is set!
Darin Adler
Comment 8 2014-10-24 12:34:12 PDT
Comment on attachment 240397 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240397&action=review > Source/WebCore/platform/mac/QuickLookMac.mm:45 > + if (bundleID && [bundleID caseInsensitiveCompare:@"com.apple.QuickLookUIFramework"] == NSOrderedSame) (Side note: This does a little extra work because it for use in sorting, not just an equality comparison, which is why the WebKit framework has a helper method for this that uses a slightly different method. But here this seems fine.)
WebKit Commit Bot
Comment 9 2014-10-24 13:12:43 PDT
Comment on attachment 240397 [details] Patch Clearing flags on attachment: 240397 Committed r175174: <http://trac.webkit.org/changeset/175174>
WebKit Commit Bot
Comment 10 2014-10-24 13:12:46 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.