21
edits
| Line 32: | Line 32: | ||
Here is a list of bugs filed on the cache. Many are resolved. | Here is a list of bugs filed on the cache. Many are resolved. | ||
* | *Eliminate synchronous reads from cache (make cache reads asynchronous): {{bug|513008}} | ||
* | *Remove sync writes from current cache: {{bug|513074}} | ||
* | *Write/flush cache metadata off main-thread: {{bug|549767}} | ||
* | *xpcshell tests: assertion "mem cache leaking entries" in nsMemoryCacheDevice::Shutdown() causing abort test failed: {{bug|548406}} | ||
* | *Replace necko cache with the Google Chrome cache: {{bug|514213}} | ||
* | *Implement modern cache: {{bug|512849}} | ||
* | *Disk Cache overflow when downloading large files: {{bug|443067}} | ||
* | *Cache corruption when viewing sites with several large images (simultaneous hash collision & cache dooming by disk cache size limit): {{bug|321361}} | ||
*https://bugzilla.mozilla.org/show_bug.cgi?id=193911 | *https://bugzilla.mozilla.org/show_bug.cgi?id=193911 | ||
*https://bugzilla.mozilla.org/show_bug.cgi?id=290032 | *https://bugzilla.mozilla.org/show_bug.cgi?id=290032 | ||
*https://bugzilla.mozilla.org/show_bug.cgi?id=355567 | *https://bugzilla.mozilla.org/show_bug.cgi?id=355567 | ||
edits