WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
71245
Add more APIs to WKUserContentURLPattern.h
https://bugs.webkit.org/show_bug.cgi?id=71245
Summary
Add more APIs to WKUserContentURLPattern.h
Jeff Miller
Reported
2011-10-31 15:32:25 PDT
Follow-up to
bug 47783
to provide the same functionality in WebKit2 that we had in WebKit1. Specifically, we need to add: WK_EXPORT WKStringRef WKUserContentURLPatternCopyHost(WKUserContentURLPatternRef urlPatternRef); WK_EXPORT WKStringRef WKUserContentURLPatternCopyScheme(WKUserContentURLPatternRef urlPatternRef); WK_EXPORT bool WKUserContentURLPatternIsValid(WKUserContentURLPatternRef urlPatternRef); \WK_EXPORT bool WKUserContentURLPatternMatchesSubdomains(WKUserContentURLPatternRef urlPatternRef);
Attachments
Patch
(4.33 KB, patch)
2011-10-31 15:38 PDT
,
Jeff Miller
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2011-10-31 15:33:06 PDT
<
rdar://problem/10373269
>
Jeff Miller
Comment 2
2011-10-31 15:38:02 PDT
Created
attachment 113094
[details]
Patch
Darin Adler
Comment 3
2011-10-31 15:53:00 PDT
Comment on
attachment 113094
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=113094&action=review
> Source/WebKit2/Shared/API/c/WKUserContentURLPattern.h:41 > WK_EXPORT WKUserContentURLPatternRef WKUserContentURLPatternCreate(WKStringRef patternRef); > > + > +WK_EXPORT WKStringRef WKUserContentURLPatternCopyHost(WKUserContentURLPatternRef urlPatternRef);
Extra blank line here.
Jeff Miller
Comment 4
2011-10-31 15:55:09 PDT
Committed
r98894
: <
http://trac.webkit.org/changeset/98894
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug