NEW142365
[GTK] Documentation for webkit_user_style_sheet_new is wrong
https://bugs.webkit.org/show_bug.cgi?id=142365
Summary [GTK] Documentation for webkit_user_style_sheet_new is wrong
Michael Catanzaro
Reported 2015-03-05 15:19:56 PST
Our documentation for webkit_user_style_sheet_new says: "URI patterns must be of the form [protocol]://[host]/[path], where the *host* and *path* components can contain the wildcard character (*) to represent zero or more other characters." But looking at UserContentURLPattern.cpp, that's not right. Either the entire host must be * (match all domains) or the host must begin with *. (match all subdomains); any other use of * in the host string is invalid. This was reported on IRC by the Midori folks.
Attachments
Carlos Garcia Campos
Comment 1 2015-03-05 23:21:27 PST
See bugs #112476 and #37931
Note You need to log in before you can comment on or make changes to this bug.