DescriptionAllow "freezing" NativePages to spare up memory.
If the user opens many tabs and navigates to a NativePage in each tab,
the NativePages may use enough memory to cause a Java out-of-memory error.
This adds a method Tab.freezeNativePage() which destroys the current
native page and replaces it with a FrozenNativePage, which allows querying
getTitle(), getUrl(), etc, but can't be displayed.
BUG=359573
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276342
Patch Set 1 #Patch Set 2 : removed assert false from updateForUrl() #
Messages
Total messages: 5 (0 generated)
|