rust/src/librustdoc/html
Ian Jackson 2e10475fdd rustdoc: js: Use getSettingValue for all rustdoc-* values
Currently, storage.js and main.js have many open-coded calls to
getCurrentValue for "rustdoc-" values, but these are settings and
should be handled by getSettingValue.

So make getSettingValue part of storage.js (where everyone can call
it) and use it everywhere.

No functional change yet.  We are going to make getSettingValue do
something more sophisticated in a moment.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
2020-10-28 15:44:59 +00:00
..
highlight Update expect-test to 1.0 2020-08-31 21:04:09 +02:00
markdown Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez 2020-09-03 19:07:38 +00:00
render Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514 2020-10-23 18:26:24 +09:00
static rustdoc: js: Use getSettingValue for all rustdoc-* values 2020-10-28 15:44:59 +00:00
toc Format the world 2019-12-22 17:42:47 -05:00
escape.rs Format the world 2019-12-22 17:42:47 -05:00
format.rs Simplify included import items handling 2020-10-09 20:26:06 +02:00
highlight.rs Fix strings indent 2020-08-31 13:16:50 +02:00
layout.rs Use theme-adaptive SVG favicon from other Rust sites 2020-09-23 21:31:27 -04:00
markdown.rs Add unclosed_html_tags lint 2020-10-03 14:16:23 +02:00
mod.rs Extract Cache and other types from html module 2020-07-27 16:00:38 -05:00
sources.rs Apply some review suggestions 2020-10-20 13:23:34 -07:00
static_files.rs Use theme-adaptive SVG favicon from other Rust sites 2020-09-23 21:31:27 -04:00
toc.rs fix rustdoc warnings 2020-05-02 10:41:04 +02:00