Bug 20854

Summary: [GTK] Windows can be not realized in ScrollView::update
Product: WebKit Reporter: Marco Barisione <marco.barisione>
Component: WebKitGTKAssignee: Marco Barisione <marco.barisione>
Status: RESOLVED FIXED    
Severity: Normal CC: alp
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 19130, 19908    
Attachments:
Description Flags
Don't call gtk functions on non-realized windows alp: review+

Description Marco Barisione 2008-09-15 04:44:52 PDT
It make sense to have non-realised windows in ScrollView::update, in this case we should avoid calling gtk functions to avoid critical warnings.
Comment 1 Marco Barisione 2008-09-15 05:09:56 PDT
Created attachment 23435 [details]
Don't call gtk functions on non-realized windows
Comment 2 Alp Toker 2008-09-16 08:49:02 PDT
Comment on attachment 23435 [details]
Don't call gtk functions on non-realized windows

r=me
Comment 3 Alp Toker 2008-09-16 21:30:32 PDT
Landed in r36533.