Bug 155127 - Cleanup: Add convenience function URL::procotolIsBlob()
Summary: Cleanup: Add convenience function URL::procotolIsBlob()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-03-07 13:07 PST by Daniel Bates
Modified: 2016-03-07 14:17 PST (History)
3 users (show)

See Also:


Attachments
Patch (8.91 KB, patch)
2016-03-07 13:08 PST, Daniel Bates
bfulgham: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2016-03-07 13:07:21 PST
Similar to the class member function URL::protocolIsData(), we should add a convenience class member function to class URL to determine if a URL is a blob URL.
Comment 1 Daniel Bates 2016-03-07 13:08:39 PST
Created attachment 273202 [details]
Patch
Comment 2 Brent Fulgham 2016-03-07 13:10:40 PST
Comment on attachment 273202 [details]
Patch

Thank you for this cleanup! r=me.
Comment 3 Radar WebKit Bug Importer 2016-03-07 14:14:50 PST
<rdar://problem/25016829>
Comment 4 Daniel Bates 2016-03-07 14:17:49 PST
Committed r197706: <http://trac.webkit.org/changeset/197706>