Bug 53501 - Web Inspector: add test for OPTIONS requests caused by CORS preflight checking to appear in Network panel
Summary: Web Inspector: add test for OPTIONS requests caused by CORS preflight checkin...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 09:21 PST by Andrey Kosyakov
Modified: 2011-02-03 04:56 PST (History)
10 users (show)

See Also:


Attachments
patch (3.68 KB, patch)
2011-02-01 09:36 PST, Andrey Kosyakov
no flags Details | Formatted Diff | Diff
patch to land (4.90 KB, patch)
2011-02-02 03:08 PST, Andrey Kosyakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2011-02-01 09:21:01 PST
This adds a test for additional OPTIONS request generated by CORS XHRs showing up among network resources (it works now, but we have a bug report, so I thought having a test might be useful): http://crbug.com/71361
Comment 1 Andrey Kosyakov 2011-02-01 09:36:18 PST
Created attachment 80774 [details]
patch
Comment 2 Andrey Kosyakov 2011-02-02 03:08:31 PST
Created attachment 80906 [details]
patch to land

- added tests for denied requests (both with and without prelfight checking)
Comment 3 Andrey Kosyakov 2011-02-03 04:56:30 PST
Manually committed r77379: http://trac.webkit.org/changeset/77379