Bug 130416

Summary: Share MemoryPressureHandler::releaseMemory() between platforms.
Product: WebKit Reporter: Andreas Kling <kling>
Component: PlatformAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Andreas Kling 2014-03-18 13:16:26 PDT
Share MemoryPressureHandler::releaseMemory() between platforms.
Comment 1 Andreas Kling 2014-03-18 13:17:20 PDT
Created attachment 227094 [details]
Patch
Comment 2 WebKit Commit Bot 2014-03-18 13:19:25 PDT
Attachment 227094 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/MemoryPressureHandler.cpp:31:  Alphabetical sorting problem.  [build/include_order] [4]
ERROR: Source/WebCore/platform/MemoryPressureHandler.cpp:35:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 2 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2014-03-18 13:25:44 PDT
Created attachment 227097 [details]
Patch
Comment 4 Andreas Kling 2014-03-18 13:36:35 PDT
Created attachment 227099 [details]
Patch
Comment 5 Antti Koivisto 2014-03-18 14:51:15 PDT
Comment on attachment 227099 [details]
Patch

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

> Source/WebCore/platform/MemoryPressureHandler.cpp:82
> +    for (auto* document : Document::allDocuments())

pointer :O
Comment 6 WebKit Commit Bot 2014-03-18 19:33:55 PDT
Comment on attachment 227099 [details]
Patch

Clearing flags on attachment: 227099

Committed r165866: <http://trac.webkit.org/changeset/165866>
Comment 7 WebKit Commit Bot 2014-03-18 19:36:07 PDT
All reviewed patches have been landed.  Closing bug.