Bug 47461 - WKFrameGetFrameLoadState() returns kWKFrameLoadStateCommitted after the load has been stopped
Summary: WKFrameGetFrameLoadState() returns kWKFrameLoadStateCommitted after the load ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-10-09 15:33 PDT by Sam Weinig
Modified: 2010-10-09 16:19 PDT (History)
1 user (show)

See Also:


Attachments
Patch (10.65 KB, patch)
2010-10-09 15:38 PDT, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2010-10-09 15:33:20 PDT
WKFrameGetFrameLoadState() returns kWKFrameLoadStateCommitted after the load has been stopped.
Comment 1 Sam Weinig 2010-10-09 15:33:36 PDT
<rdar://problem/8173667>
Comment 2 Sam Weinig 2010-10-09 15:38:05 PDT
Created attachment 70379 [details]
Patch
Comment 3 WebKit Review Bot 2010-10-09 15:40:21 PDT
Attachment 70379 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKitTools/TestWebKitAPI/Tests/WebKit2/FailedLoad.cpp:26:  Found other header before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
WebKitTools/TestWebKitAPI/Tests/WebKit2/FailedLoad.cpp:28:  Alphabetical sorting problem.  [build/include_order] [4]
WebKitTools/TestWebKitAPI/Tests/WebKit2/FailedLoad.cpp:31:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 3 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Sam Weinig 2010-10-09 16:19:08 PDT
Landed in r69461.