Bug 53159 - V8GCController::checkMemoryUsage() should let the web client to determine high and low memory usage
Summary: V8GCController::checkMemoryUsage() should let the web client to determine hig...
Status: RESOLVED DUPLICATE of bug 67575
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-25 20:39 PST by Xianzhu Wang
Modified: 2012-06-04 10:53 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xianzhu Wang 2011-01-25 20:39:11 PST
V8GCController::checkMemoryUsage() now uses fixed values for Chromium and QT, and call through PlatformBridge for Android.

We should add some methods such as lowMemoryUsageMB() and highMemoryUsageMB() into Chromium PlatformBridge and WebClient so that the web client can determine suitable numbers.
Comment 1 Xianzhu Wang 2012-06-04 10:53:26 PDT

*** This bug has been marked as a duplicate of bug 67575 ***