Bug 122220

Summary: Remove Qt-specific code in WebCore/{rendering,editing,history}.
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore Misc.Assignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2013-10-02 10:52:52 PDT
Remove Qt-specific code in WebCore/{rendering,editing,history}.
Comment 1 Andreas Kling 2013-10-02 10:54:14 PDT
Created attachment 213176 [details]
Patch
Comment 2 Andreas Kling 2013-10-02 11:07:30 PDT
Comment on attachment 213176 [details]
Patch

Clearing flags on attachment: 213176

Committed r156779: <http://trac.webkit.org/changeset/156779>
Comment 3 Andreas Kling 2013-10-02 11:07:36 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Darin Adler 2013-10-02 12:02:07 PDT
Comment on attachment 213176 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=213176&action=review

> Source/WebCore/rendering/RenderElement.cpp:784
> +static bool shouldRepaintFixedBackgroundsOnScroll()

Should we explicitly mark this inline?