Bug 47461

Summary: WKFrameGetFrameLoadState() returns kWKFrameLoadStateCommitted after the load has been stopped
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

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.