Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify history.js to match current W3C popState event semantics (uncompresses only) #137

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 8, 2011

  1. From current draft .. referring ti pushState and replaceState ...

    "
    4. If the third argument is present, set the document's current address to the absolute URL that was found earlier in this algorithm.
    
    Since this is neither a navigation of the browsing context nor a history traversal, it does not cause a hashchange event to be fired.
    "
    I believe that " this is not a navigation" also applies to popState (as this this cause applies to push push and replace state)
    
    The changes to history.js bring statechange (event) in line with the spec.
    rroesler committed Dec 8, 2011
    Configuration menu
    Copy the full SHA
    7ed23c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2012

  1. Was too aggressive in "was_expected"

    rroesler committed Jan 11, 2012
    Configuration menu
    Copy the full SHA
    1f8f2ea View commit details
    Browse the repository at this point in the history