Bug 20854 - [GTK] Windows can be not realized in ScrollView::update
Summary: [GTK] Windows can be not realized in ScrollView::update
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Marco Barisione
URL:
Keywords: Gtk
Depends on:
Blocks: 19130 19908
  Show dependency treegraph
 
Reported: 2008-09-15 04:44 PDT by Marco Barisione
Modified: 2008-09-18 04:45 PDT (History)
1 user (show)

See Also:


Attachments
Don't call gtk functions on non-realized windows (1.12 KB, patch)
2008-09-15 05:09 PDT, Marco Barisione
alp: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.