[Webkit-unassigned] [Bug 76721] New: history.replaceState should update the HistoryItem to use a GET method if previously non-GET (POST)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 11:28:49 PST 2012


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

           Summary: history.replaceState should update the HistoryItem to
                    use a GET method if previously non-GET (POST)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: History
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fishd at chromium.org
                CC: creis at chromium.org, mihaip at chromium.org


history.replaceState should update the HistoryItem to use a GET method if previously non-GET (POST)

This is about implementing step #4 under http://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#dom-history-replacestate

  4. If the current entry in the session history represents a non-GET request (e.g.
     it was the result of a POST submission) then update it to instead represent 
     a GET request (or equivalent).

-- 
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