| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Previously we passed a null Context into the WebStorageSizeManager
from the unit test. After the refactoring to get the
application context from the passed in Context, this no longer
works. So pass in a valid Context.
(See Ib0be5f8c for the regression)
Bug: 5319628
Change-Id: I691e2edb0a4174076c7599525569d104a83d3442
|
| |
|
|
|
|
|
|
|
| |
When storing a reference to a Context, ensure that it's the
Application context rather than Activity Context.
Bug: 5084293
Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
|
| |
|
|
|
|
|
|
| |
On devices with large storage partitions, we could overflow when
converting free blocks to free bytes. Cast to long to avoid this.
Bug: 3327970
Change-Id: I3c007fc5c9fc758a03ee6ec0b7ee5a1423c170b3
|
| |
|
|
|
|
|
| |
Bug: 3231307
Moved WebsiteSettingsActivity to a fragment
Change-Id: If1fa56ab48167c004fb65c756f325e108f14fe8f
|
| |
|
|
|
|
|
|
| |
that origin is large enough to cover both databases (old and new).
Fix for 2417477
Change-Id: I914b29a5f90a11fe3c3dc9a927a8720197b03560
|
| | |
|
| | |
|
| |
|
|
|
|
| |
enough space to satisfy it.
Change-Id:I23daac8fbf27f50f304ee53060353423deaed50a
|
| | |
|
| |
|
|
| |
and quota increase step
|
|
|
- Abandon the Quota UI: it does not make sense to ask the users to decide individual database quota increases. It is unlikely anyone will be able to make a meaningul decision.
- Introduce a global limit for all WebStorage content. This is shared between Database and AppCache.
- Make the quota increase decision automatic
- Treat out-of-space situations by creaying a system notification (TODO).
|