Bug 23612 - Merged FrameLoadTypeReloadAllowingStaleData with FrameLoadTypeReload
Summary: Merged FrameLoadTypeReloadAllowingStaleData with FrameLoadTypeReload
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-28 22:24 PST by Geoffrey Garen
Modified: 2009-01-29 14:07 PST (History)
0 users

See Also:


Attachments
patch (9.16 KB, patch)
2009-01-28 22:24 PST, Geoffrey Garen
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2009-01-28 22:24:14 PST
Patch coming.
Comment 1 Geoffrey Garen 2009-01-28 22:24:32 PST
Created attachment 27137 [details]
patch
Comment 2 Alexey Proskuryakov 2009-01-28 22:56:17 PST
Will a POST be re-sent if the page was a result of a form submission?
Comment 3 Geoffrey Garen 2009-01-28 23:22:12 PST
Yes, a POST will be re-sent. (That was true before this patch, too.)
Comment 4 Sam Weinig 2009-01-28 23:24:02 PST
Comment on attachment 27137 [details]
patch

Do any other ports call reloadAllowingStaleData()?  r=me
Comment 5 Geoffrey Garen 2009-01-28 23:33:16 PST
> Do any other ports call reloadAllowingStaleData()?  r=me

I didn't see anything in a grep -r in WebCore and WebKit.
Comment 6 Geoffrey Garen 2009-01-28 23:39:15 PST
Committed revision 40353.