Bug 124291 - Move provisional load state handling to FrameLoadState
Summary: Move provisional load state handling to FrameLoadState
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 10:02 PST by Anders Carlsson
Modified: 2013-11-13 10:49 PST (History)
0 users

See Also:


Attachments
Patch (4.17 KB, patch)
2013-11-13 10:04 PST, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-11-13 10:02:10 PST
Move provisional load state handling to FrameLoadState
Comment 1 Anders Carlsson 2013-11-13 10:04:56 PST
Created attachment 216817 [details]
Patch
Comment 2 mitz 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?
Comment 3 Anders Carlsson 2013-11-13 10:49:47 PST
Committed r159209: <http://trac.webkit.org/changeset/159209>