Bug 122220 - Remove Qt-specific code in WebCore/{rendering,editing,history}.
Summary: Remove Qt-specific code in WebCore/{rendering,editing,history}.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-02 10:52 PDT by Andreas Kling
Modified: 2013-10-02 12:02 PDT (History)
1 user (show)

See Also:


Attachments
Patch (12.63 KB, patch)
2013-10-02 10:54 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

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