Closed
Bug 1101271
Opened 8 years ago
Closed 8 years ago
stale cache in ff developer's edition debugger
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 893696
People
(Reporter: jmichae3, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0 Build ID: 20141118004001 Steps to reproduce: refresh button or F5 or stop + refresh do not refresh the page. Actual results: it still holds old content. I am using a test server http://j local to my box and DHTML I wrote. it gave me error messages that did not change even though my code changed until after closing and restarting the debugger. Expected results: it should keep the mode up-to-date page and not use a stale cache.
Reporter | ||
Updated•8 years ago
|
Updated•8 years ago
|
Component: Untriaged → Developer Tools: Debugger
Reporter | ||
Comment 1•8 years ago
|
||
apparently it' a flaky bug, working now. but it wasn't earlier.
Comment 2•8 years ago
|
||
Looks like another duplicate of bug 863078
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
I believe you meant bug 893696, as this does not appear to be about debugger statements.
Reporter | ||
Comment 4•8 years ago
|
||
problem again. code just won't update anymore in either ff or ff dev ed. both are broken and I can't debug even with firebug because it uses the same buggy stale cache. http://jesusnjim.com/calculators/memory-card-real-fps-shots-qty-estimator.html?icamera_name=high-end+camera&icard_name=high-end+professional+CF+card&itype=SD&iMP=24.1%3AMP&ix=6957&iy=5217&icam_fps=6fps&isetcompression_ratio=1%2F1.73+%2B+1%2F4&icompression_ratio=1%2F1+%2B+1%2F16&ibit_size=14bits&icard_speed=150%3AMB%2Fs&icard_size=128%3AGiB&idisk_size=4%3ATB&idisk_qty=1&ivideofps=29.97&iusevideofps=1#card-image-speed-calc
Reporter | ||
Comment 5•8 years ago
|
||
by the way, even without the debugger, it takes 2 F5's to refresh a page lately with I think the 34.0 upgrade.
Reporter | ||
Comment 6•8 years ago
|
||
that last HTML file location is an old location of mine, pre-debugged. so that was my error. the proper location is http://jesusnjim.com/calculators/imaging/memory-card-real-fps-shots-qty-estimator.html?icamera_name=high-end+camera&icard_name=high-end+professional+CF+card&itype=SD&iMP=24.1%3AMP&ix=6957&iy=5217&icam_fps=6fps&isetcompression_ratio=1%2F1.73+%2B+1%2F4&icompression_ratio=1%2F1+%2B+1%2F16&ibit_size=14bits&icard_speed=150%3AMB%2Fs&icard_size=128%3AGiB&idisk_size=4%3ATB&idisk_qty=1&ivideofps=29.97&iusevideofps=1#card-image-speed-calc
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•