rust/src/librustdoc
Steve Klabnik 6872d13e96 Rollup merge of #28400 - badboy:disable-browser-history-on-file, r=steveklabnik
history.pushState is defined, but not working whenever document.origin is "null"
(literally that string, not just the null object).
This is due to some security considerations and is unlikely to be ever working.

For now just disable the usage of the history API when the documentation
is accessed through a file:/// URL.

See https://code.google.com/p/chromium/issues/detail?id=301210 for a
Chrome-specific issue on the history API on file:/// URLs

Closes #25953
2015-09-19 11:15:47 -04:00
..
clean Remove Visibility field from enum variants 2015-09-17 10:02:59 +03:00
html Rollup merge of #28400 - badboy:disable-browser-history-on-file, r=steveklabnik 2015-09-19 11:15:47 -04:00
core.rs Add an early lint pass for lints that operate on the AST 2015-09-17 12:16:46 +12:00
doctree.rs Remove Visibility field from enum variants 2015-09-17 10:02:59 +03:00
externalfiles.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
flock.rs Add netbsd amd64 support 2015-07-01 19:09:14 -07:00
fold.rs rustdoc: Run external traits through filters 2015-04-07 17:54:33 -07:00
lib.rs Add an intital HIR and lowering step 2015-09-03 10:02:36 +12:00
markdown.rs fix rustdoc metadata parsing 2015-07-30 15:51:50 -07:00
passes.rs std: Account for CRLF in {str, BufRead}::lines 2015-09-03 23:01:41 -07:00
plugins.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
test.rs Use ast attributes every where (remove HIR attributes). 2015-09-16 10:57:06 +12:00
visit_ast.rs Remove Visibility field from enum variants 2015-09-17 10:02:59 +03:00