Bug 27090 - Remove lockBackForwardList argument from HTMLFormElement::submit()
Summary: Remove lockBackForwardList argument from HTMLFormElement::submit()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Trivial
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-08 12:44 PDT by Alexey Proskuryakov
Modified: 2009-07-08 13:35 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (4.31 KB, patch)
2009-07-08 12:47 PDT, Alexey Proskuryakov
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2009-07-08 12:44:20 PDT
It's always false, no need to pass it in.
Comment 1 Alexey Proskuryakov 2009-07-08 12:47:20 PDT
Created attachment 32467 [details]
proposed patch
Comment 2 Geoffrey Garen 2009-07-08 12:51:33 PDT
Comment on attachment 32467 [details]
proposed patch

r=me
Comment 3 Alexey Proskuryakov 2009-07-08 13:35:31 PDT
Committed revision 45633 (with some changes suggested by Darin Adler).