Bug 49585 - [gtk] r69119 modified just the gtk2 version of the scrolled_window_paint function but not the gtk3 version
Summary: [gtk] r69119 modified just the gtk2 version of the scrolled_window_paint func...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-16 02:40 PST by Alejandro G. Castro
Modified: 2010-11-17 04:29 PST (History)
1 user (show)

See Also:


Attachments
Proposed patch (2.65 KB, patch)
2010-11-16 03:06 PST, Alejandro G. Castro
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro G. Castro 2010-11-16 02:40:00 PST
Apparently the patch in r69119 did not included the fixes for the gtk3 version of the moz_gtk_scrolled_window_paint, they are causing problems because we are using uninitialized variables and rendering with the wrong function.
Comment 1 Alejandro G. Castro 2010-11-16 03:06:17 PST
Created attachment 73975 [details]
Proposed patch
Comment 2 Alejandro G. Castro 2010-11-17 04:29:40 PST
Landed http://trac.webkit.org/changeset/72191