Bug 147410 - [WK2][NetworkCache] Stop closing files on the main thread
Summary: [WK2][NetworkCache] Stop closing files on the main thread
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-29 11:32 PDT by Chris Dumez
Modified: 2015-07-30 12:41 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.82 KB, patch)
2015-07-29 11:34 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2015-07-29 11:32:10 PDT
After <http://trac.webkit.org/changeset/186510>, we no longer open cache files on the main thread. However, we still close them on the main thread. We should probably close the files on another thread instead.
Comment 1 Chris Dumez 2015-07-29 11:34:26 PDT
Created attachment 257759 [details]
Patch
Comment 2 WebKit Commit Bot 2015-07-30 12:41:03 PDT
Comment on attachment 257759 [details]
Patch

Clearing flags on attachment: 257759

Committed r187600: <http://trac.webkit.org/changeset/187600>
Comment 3 WebKit Commit Bot 2015-07-30 12:41:08 PDT
All reviewed patches have been landed.  Closing bug.