Summary: | We shouldn't make a ScrollingThread on iOS. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> | ||||
Component: | Layout and Rendering | Assignee: | Andreas Kling <kling> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | kling, simon.fraser, thorton | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Andreas Kling
2014-05-17 18:05:23 PDT
Created attachment 231643 [details]
Patch
Comment on attachment 231643 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=231643&action=review > Source/WebCore/ChangeLog:10 > + * platform/MemoryPressureHandler.cpp: > + (WebCore::MemoryPressureHandler::releaseMemory): This could use some explanation. I assume this is the only place where we dispatch the to the scrolling thread still? Perhaps we should have a proper ENABLE() for this and compile out all the ScrollingThread code. Committed r169004: <http://trac.webkit.org/changeset/169004> This doesn't seem like the right fix. What if we have UI-side compositing turned on on Mac? *** Bug 133037 has been marked as a duplicate of this bug. *** |