Skip to content

Fix usability problem when browse document locally - #32308

Merged
bors merged 1 commit into
rust-lang:masterfrom
bombless:patch-2
Mar 19, 2016
Merged

Fix usability problem when browse document locally#32308
bors merged 1 commit into
rust-lang:masterfrom
bombless:patch-2

Conversation

@bombless

Copy link
Copy Markdown
Contributor

You cannot use history.replaceState when you browse locally, it breaks the security policy of Chrome and perhaps other browsers.
Closes#32307
Thank @crumblingstatue for the help!

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+ 2910c00

@eddyb

Copy link
Copy Markdown
Contributor

@bors rollup

eddyb added a commit to eddyb/rust that referenced this pull request Mar 19, 2016
Fix usability problem when browse document locally
You cannot use `history.replaceState` when you browse locally, it breaks the security policy of Chrome and perhaps other browsers.
Closesrust-lang#32307
Thank @crumblingstatue for the help!
@eddybeddyb mentioned this pull request Mar 19, 2016
bors added a commit that referenced this pull request Mar 19, 2016
Rollup of 14 pull requests
- Successful merges: #32265, #32269, #32271, #32288, #32308, #32316, #32319, #32321, #32327, #32329, #32332, #32337, #32342, #32347
- Failed merges:
@bors
bors merged commit 2910c00 into rust-lang:masterMar 19, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@bombless@alexcrichton@eddyb@xitep@steveklabnik@bors