Bug 127189

Summary: Move didPerformFirstNavigation() logic to -[WebView _didCommitLoadForFrame:]
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Anders Carlsson
Reported 2014-01-17 14:12:13 PST
Move didPerformFirstNavigation() logic to -[WebView _didCommitLoadForFrame:]
Attachments
Patch (6.43 KB, patch)
2014-01-17 14:16 PST, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2014-01-17 14:16:38 PST
mitz
Comment 2 2014-01-17 14:20:17 PST
Comment on attachment 221492 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221492&action=review > Source/WebKit/mac/WebView/WebView.mm:2891 > + > + if (_private->_didPerformFirstNavigation) > + return; Please remove.
Anders Carlsson
Comment 3 2014-01-17 14:34:39 PST
Note You need to log in before you can comment on or make changes to this bug.