Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Issue 7019016: Merge 86290 - 2011-05-11 Antoine Labour <piman@chromium.org> (Closed)

Created:
9 years, 7 months ago by kerz_chromium
Modified:
9 years, 7 months ago
Reviewers:
commit-queue
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/742/
Visibility:
Public.

Description

Merge 86290 - 2011-05-11 Antoine Labour <piman@chromium.org>; Reviewed by David Levin. Expose shouldBufferData to ThreadableLoaderOptions to be able to disable buffering of the loaded resource. https://bugs.webkit.org/show_bug.cgi?id=60656 * loader/DocumentThreadableLoader.cpp: (WebCore::DocumentThreadableLoader::loadRequest): Pass the shouldBufferData to the resource load scheduler, forcing it to true for the preflight request. * loader/ResourceLoadScheduler.cpp: (WebCore::ResourceLoadScheduler::scheduleSubresourceLoad): Pass through shouldBufferData to SubresourceLoader::create * loader/ResourceLoadScheduler.h: * loader/SubresourceLoader.cpp: (WebCore::SubresourceLoader::create): Set shouldBufferData on the newly created loader * loader/SubresourceLoader.h: * loader/ThreadableLoader.h: (WebCore::ThreadableLoaderOptions::ThreadableLoaderOptions): Add shouldBufferData to the options, defaulting to true. 2011-05-11 Antoine Labour <piman@chromium.org>; Reviewed by David Levin. Don't buffer data for resources loaded by AssociatedURLLoader. https://bugs.webkit.org/show_bug.cgi?id=60656 * src/AssociatedURLLoader.cpp: (WebKit::AssociatedURLLoader::loadAsynchronously): set shouldBufferData to false in ThreadableLoaderOptions TBR=commit-queue@webkit.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86690

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21696 lines, -7 lines) Patch
M Source/WebCore/ChangeLog View 1 chunk +16485 lines, -0 lines 0 comments Download
M Source/WebCore/loader/DocumentThreadableLoader.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M Source/WebCore/loader/ResourceLoadScheduler.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebCore/loader/ResourceLoadScheduler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/WebCore/loader/SubresourceLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebCore/loader/SubresourceLoader.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/WebCore/loader/ThreadableLoader.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/WebKit/chromium/ChangeLog View 1 chunk +5199 lines, -0 lines 0 comments Download
M Source/WebKit/chromium/src/AssociatedURLLoader.cpp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
kerz_chromium
9 years, 7 months ago (2011-05-17 18:15:29 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698