Bug 34557

Summary: navigating a frame to new location closes websocket in the frame
Product: WebKit Reporter: Fumitoshi Ukai <ukai>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch ap: review+

Description Fumitoshi Ukai 2010-02-03 20:17:46 PST
navigating the frame to a different location (without removing it as does in close-on-unload.html) should close websocket kept in the frame.
Comment 1 Fumitoshi Ukai 2010-02-03 21:29:48 PST
Created attachment 48100 [details]
Patch
Comment 2 Alexey Proskuryakov 2010-02-03 23:00:02 PST
Comment on attachment 48100 [details]
Patch

r=me
Comment 3 Fumitoshi Ukai 2010-02-03 23:26:51 PST
Committed r54324: <http://trac.webkit.org/changeset/54324>