Closed
Bug 30670
Opened 25 years ago
Closed 25 years ago
"clear memory cache" preferences button has no effect
Categories
(Core :: Networking: Cache, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: david+bugs, Assigned: gordon)
Details
(Keywords: verifyme)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; N; Linux 2.2.13-lazuli i686; en-US; m14)
BuildID: 2000030312
Clicking on the "Clear Memory Cache" button in the
Edit/Preferences/Advanced/Cache section does not seem to have any effect.
Netscape still sends If-None-Mach or If-Modified-Since headers and accepts a 304
Not Modified reply without complaining.
Reproducible: Always
Steps to Reproduce:
1. Disactivate disk cache but leave memory cache.
2. Load any page.
3. Click on "Clear Memory Cache".
4. Reload document.
Actual Results: The HTTP request sent is exactly identical to that obtained if
the memory cache is not cleared.
Expected Results: No If-Modified-Since and If-None-Match headers should be
sent. In fact, Mozilla should not be *able* to send such headers.
In combination to bug 30663 this does not solve the problem described there.
I do not know whether the problem is due to the actual cache component, or to
the preferences button.
Comment 1•25 years ago
|
||
*** This bug has been marked as a duplicate of 18579 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•25 years ago
|
||
this bug definitely isn't a dupe of bug 18579, reopening.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Here is Neeti's quote--
The debug preferences panel for mem cache is broken.
The pref string in
/xpfe/components/prefwindow/resources/content/pref-debug.xul
is specified as browser.enable.cache,
<checkbox id="browserEnableCache" value="&debugEnableMemCache.label;"
110 pref="true" preftype="bool" prefstring="browser.enable.cache"
111 prefattribute="checked"/>
whereas the actual pref string defined in all.js for mem cache is
browser.cache.enable
pref("browser.cache.enable", true);
Since this is set to true, mem cache is enabled.
I just tried this, and I am not able to reproduce the problem
1. Disactivate disk cache but leave memory cache.
2. Load tinderbox page.
3. Click on "Clear Memory Cache". This is actually deleting all memory records (
verified in debugger)
4. Reload tinderbox document.( Mozilla is not sending If-Modified-Since and
If-None-Match headers, verified in debugger).
I am marking this bug WORKSFORME, and reopening 47056 and 44766.
Neeti
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → WORKSFORME
Comment 10•25 years ago
|
||
I just tried this, and I am not able to reproduce the problem
1. Disactivate disk cache but leave memory cache.
2. Load tinderbox page.
3. Click on "Clear Memory Cache". This is actually deleting all memory records (
verified in debugger)
4. Reload tinderbox document.( Mozilla is not sending If-Modified-Since and
If-None-Match headers, verified in debugger).
I am marking this bug WORKSFORME, and reopening 47056 and 44766.
Neeti
You need to log in
before you can comment on or make changes to this bug.
Description
•