Bug 124291

Summary: Move provisional load state handling to FrameLoadState
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Anders Carlsson
Reported 2013-11-13 10:02:10 PST
Move provisional load state handling to FrameLoadState
Attachments
Patch (4.17 KB, patch)
2013-11-13 10:04 PST, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2013-11-13 10:04:56 PST
mitz
Comment 2 2013-11-13 10:06:57 PST
Comment on attachment 216817 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=216817&action=review > Source/WebKit2/UIProcess/FrameLoadState.cpp:43 > + m_loadState = FrameLoadState::LoadStateProvisional; Why FrameLoadState:: here… > Source/WebKit2/UIProcess/FrameLoadState.cpp:56 > + m_loadState = LoadStateFinished; …but not here?
Anders Carlsson
Comment 3 2013-11-13 10:49:47 PST
Note You need to log in before you can comment on or make changes to this bug.