Closed
Bug 8305
Opened 25 years ago
Closed 25 years ago
[Arch] Cache needs to be implemented
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: morse, Assigned: fur)
References
()
Details
dp wanted to know why we are not eating dogfood yet and encouraged us to spend an hour with the 5.0 browser to see what is blocking us. OK, I tried it and attemted to file a bug report with bugzilla. Filled in a form but had an error in it. Got the bugzilla error messagae that instructed me to press the back button and correct my error. I did so but all the information that I had previously entered on the form was missing -- I had to re-enter it all over again. In 4.x, that information is cached and so automatically reappears when the back button is pressed.
Reporter | ||
Comment 1•25 years ago
|
||
Sorry about the description line on this bug not wrapping. That's another bug
(see 8507). I filed this original report using 5.0 but I am filling this
comment using 4.5 so it should wrap properly.
Updated•25 years ago
|
Assignee: dp → warren
Comment 2•25 years ago
|
||
CGIs arent cached in session history. Maybe this requires a real cache.
Updated•25 years ago
|
Assignee: warren → dp
Comment 3•25 years ago
|
||
I don't know what I'm supposed to do with this. When necko is switched on, it
won't yet have a cache. We know we have to fix that. Do you just want this to be
a bug to hang dependencies on?
Updated•25 years ago
|
Assignee: dp → warren
Comment 4•25 years ago
|
||
Naa. If you think you already have a bug on this, just mark this dup.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Updated•25 years ago
|
Component: Cache → Necko
Target Milestone: M10
Comment 5•25 years ago
|
||
Changing the component to necko to make it easier to track this.
Updated•25 years ago
|
Assignee: warren → fur
Status: ASSIGNED → NEW
Comment 6•25 years ago
|
||
Scott Furman is going to take over the cache stuff.
Assignee | ||
Comment 7•25 years ago
|
||
Wait a minute. The original reporter of this bug reported a problem with
caching of forms values, i.e. so that when you go back to a page it fills out
the forms the same way that they were filled in the last time you visited that
page. That's part of the session history - not the Necko cache. Who owns
session history ?
Comment 8•25 years ago
|
||
there is a bug 13537 assigned to Don right now that deals with form caching
Updated•25 years ago
|
OS: Windows 95 → All
Hardware: PC → All
Summary: cache not working (or: "Why I'm not eating dogfood yet") → Cache needs to be implemented
Comment 9•25 years ago
|
||
Okay, I am calling this the great cache bug, if anyone has a problem speak up
(this is actually paulmac). Setting component to all.
Comment 10•25 years ago
|
||
I had set up a meta bug 14050 for cache.
Updated•25 years ago
|
Target Milestone: M10 → M11
Comment 11•25 years ago
|
||
sound like m11. our hopes and prayers are with you. gods speed scott furman.
;-)
Updated•25 years ago
|
Priority: P3 → P2
Updated•25 years ago
|
Summary: Cache needs to be implemented → [Arch] Cache needs to be implemented
Comment 12•25 years ago
|
||
Added a new keyword Arch to the title to help make it easier for pointy heads
like me that are scanning summary to see this is fundamental architectural stuff
that we want landed sooner, and hence should have a high priority. I know it
already has the priority... it is just easier to spot in the summary :-).
Updated•25 years ago
|
Target Milestone: M11 → M12
Comment 13•25 years ago
|
||
shooting for m12 tree open
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 14•25 years ago
|
||
*** Bug 19443 has been marked as a duplicate of this bug. ***
Comment 15•25 years ago
|
||
Moving what's not done for M12 to M13.
Assignee | ||
Comment 16•25 years ago
|
||
Cache is currently implemented, but needs to be turned on by pref. See message
on n.p.m.seamonkey
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 17•25 years ago
|
||
I'm going to mark this as FIXED, since the code is basically working and checked
in. I've filed separate bugs for individual problems observed with the new
cache implementaion.
Comment 18•25 years ago
|
||
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 19•25 years ago
|
||
marking as verified, cache exists now, other bugs to surely follow
You need to log in
before you can comment on or make changes to this bug.
Description
•