Bug 37889 - URL patterns for file URLs fail to match
Summary: URL patterns for file URLs fail to match
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Critical
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-20 14:29 PDT by Timothy Hatcher
Modified: 2010-04-20 23:03 PDT (History)
4 users (show)

See Also:


Attachments
Proposed change (3.25 KB, patch)
2010-04-20 14:46 PDT, Timothy Hatcher
hyatt: review+
timothy: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2010-04-20 14:29:34 PDT
A pattern like "file:///*" always fails to match a file URL.
Comment 1 Timothy Hatcher 2010-04-20 14:46:07 PDT
Created attachment 53882 [details]
Proposed change
Comment 2 Dave Hyatt 2010-04-20 14:46:57 PDT
Comment on attachment 53882 [details]
Proposed change

r=me
Comment 3 Timothy Hatcher 2010-04-20 14:51:23 PDT
Landed in r57923.
Comment 4 Eric Seidel (no email) 2010-04-20 22:57:11 PDT
I think this might have introduced new inspector failures on windows?
http://build.webkit.org/results/Windows%20Release%20(Tests)/r57923%20(11512)/results.html
Comment 5 Timothy Hatcher 2010-04-20 23:00:50 PDT
No.
Comment 6 Eric Seidel (no email) 2010-04-20 23:03:45 PDT
The failures are https://bugs.webkit.org/show_bug.cgi?id=36946.  However, they're now every time starting between r57921 and r57923.