[Webkit-unassigned] [Bug 23346] Restore form control values to a wrong form

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 12 09:51:15 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=23346





--- Comment #41 from Brady Eidson <beidson at apple.com>  2010-04-12 09:51:13 PST ---
(In reply to comment #40)
> The code that decides whether a frame can be cached is in
> FrameLoader::canCachePage(). Forms do not prevent caching, as far as I can
> tell.

Correct, we *definitely* cache pages with forms.  Looking at the attached test
case, I don't see anything that would make it not page-cache worthy.

For the purposes of making "autocomplete=off" be a security feature, we also
happen to clear certain form values, even in the page cache case.  But I don't
*THINK* we do any restoring.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list