Bug 86562

Summary: DocumentLoader wastes vector capacity
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: beidson, kling, koivisto, simon.fraser, w.bielawski
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 86281    
Attachments:
Description Flags
A patch from mother issue modified for latest version none

Description Simon Fraser (smfr) 2012-05-15 20:20:10 PDT
9 vectors, 2.27KB used of 32.62KB, 30.36KB wasted at:
1   0x108e022c4 WebCore::DocumentLoader::DocumentLoader(WebCore::ResourceRequest const&, WebCore::SubstituteData const&)
2   0x108395263 WebKit::WebFrameLoaderClient::createDocumentLoader(WebCore::ResourceRequest const&, WebCore::SubstituteData const&)
3   0x108f7d367 WebCore::FrameLoader::loadWithNavigationAction(WebCore::ResourceRequest const&, WebCore::NavigationAction const&, bool, WebCore::FrameLoadType, WTF::PassRefPtr<WebCore::FormState>)
4   0x108f7b450 WebCore::FrameLoader::loadURL(WebCore::KURL const&, WTF::String const&, WTF::String const&, bool, WebCore::FrameLoadType, WTF::PassRefPtr<WebCore::Event>, WTF::PassRefPtr<WebCore::FormState>)
5   0x108f7a1dd WebCore::FrameLoader::loadURLIntoChildFrame(WebCore::KURL const&, WTF::String const&, WebCore::Frame*)
Comment 1 Wojciech Bielawski 2014-03-10 02:56:03 PDT
Looks like it's not a Loader problem any more. I've tested latest vesion of webkit and there was no Loader related classes on the lists.
Comment 2 Wojciech Bielawski 2014-03-10 08:44:56 PDT
Created attachment 226305 [details]
A patch from mother issue modified for latest version

EFL port was tested with attached patch
Comment 3 Wojciech Bielawski 2014-05-16 01:08:20 PDT
Simon would you mind closing it as a resolved/works for me? According to EFL port this issue is not relevant.