Many resources with file scheme return error
authordaehyun81.yoo <daehyun81.yoo@samsung.com>
Fri, 28 Jun 2013 12:03:36 +0000 (21:03 +0900)
committerdaehyun81.yoo <daehyun81.yoo@samsung.com>
Fri, 28 Jun 2013 12:07:31 +0000 (21:07 +0900)
commitb596103da66246f7f0505a11699dd9fc122ed916
tree05fedc7df7d3ad3c96c407e64d3a7bf875ae41af
parent1c94be94fc1450e739df19ae77008f7121dbbaf5
Many resources with file scheme return error

[Title] When lots of images (over 1000) with file scheme are loaded, they dont load properly
[Issue#] DCM-2062, WEB-3382
[Problem] Resource load scheduler limits number of requests to 20, but it does not work for file scheme.
          Since kernel limits the number of files open to 1024 at any moment, loading fails with error "Too many files".
[Cause] When file scheme is used, the resource limit is lifted off when parsing of document is completed
[Solution] Limit requests of every scheme, but raise the limit to 512

Change-Id: I22977fde46391fa52dfaf3259101ca4f8d557a9f
Source/WebCore/loader/ResourceLoadScheduler.cpp