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

Ensure Refresh pragma always uses a URL record #2865

Merged
merged 5 commits into from
Aug 2, 2017

Commits on Jul 24, 2017

  1. Ensure Refresh pragma always uses a URL record

    Before this change you could sometimes end up passing a string to navigate. This also reduces the number of jumps and confines the remaining to a single block.
    annevk committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    ec947aa View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. use a flag / say urlString

    annevk committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    e1a2366 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. s/to/be

    domenic committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    d06b0ae View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. booleans ftw

    annevk committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    c51b6d8 View commit details
    Browse the repository at this point in the history
  2. declaratively

    annevk committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    7c6c673 View commit details
    Browse the repository at this point in the history