Bug 45569

Summary: Move code from WebKit-layer to DocumentLoader
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, fishd, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 29947    
Attachments:
Description Flags
work in progress
none
Patch none

Adam Barth
Reported 2010-09-10 15:52:39 PDT
Move code from WebKit-layer to DocumentLoader
Attachments
work in progress (38.53 KB, patch)
2010-09-10 15:58 PDT, Adam Barth
no flags
Patch (39.09 KB, patch)
2010-09-10 16:34 PDT, Adam Barth
no flags
Adam Barth
Comment 1 2010-09-10 15:58:57 PDT
Created attachment 67252 [details] work in progress
Darin Fisher (:fishd, Google)
Comment 2 2010-09-10 16:13:50 PDT
Comment on attachment 67252 [details] work in progress View in context: https://bugs.webkit.org/attachment.cgi?id=67252&action=prettypatch > WebKit/chromium/src/WebFrameImpl.cpp:1017 > + m_frame->loader()->documentLoader()->commitDocumentData(data, length); I think you meant commitData here.
Adam Barth
Comment 3 2010-09-10 16:21:39 PDT
(In reply to comment #2) > (From update of attachment 67252 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=67252&action=prettypatch > > > WebKit/chromium/src/WebFrameImpl.cpp:1017 > > + m_frame->loader()->documentLoader()->commitDocumentData(data, length); > I think you meant commitData here. Yep. Thanks. That was the original name, but the "document" part seemed redundant. :)
Adam Barth
Comment 4 2010-09-10 16:34:14 PDT
Darin Fisher (:fishd, Google)
Comment 5 2010-09-10 16:43:58 PDT
Comment on attachment 67261 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=67261&action=prettypatch > WebCore/WebCore.xcodeproj/project.pbxproj:-20630 > - developmentRegion = English; not sure about this change. seems unrelated. otherwise, r=me
Adam Barth
Comment 6 2010-09-10 17:02:05 PDT
(In reply to comment #5) > (From update of attachment 67261 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=67261&action=prettypatch > > > WebCore/WebCore.xcodeproj/project.pbxproj:-20630 > > - developmentRegion = English; > not sure about this change. seems unrelated. This is a commit war between different versions of Xcode. The consensus last time we discussed it as a community was to just have the commit war and eventually the bug in Xcode will be fixed.
Adam Barth
Comment 7 2010-09-10 17:50:03 PDT
Comment on attachment 67261 [details] Patch Clearing flags on attachment: 67261 Committed r67253: <http://trac.webkit.org/changeset/67253>
Adam Barth
Comment 8 2010-09-10 17:50:08 PDT
All reviewed patches have been landed. Closing bug.
WebKit Review Bot
Comment 9 2010-09-10 19:15:20 PDT
Note You need to log in before you can comment on or make changes to this bug.