index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
static
/
storage.js
Age
Commit message (
Expand
)
Author
Lines
2021-07-07
Clean up rustdoc static files
Guillaume Gomez
-219
/
+0
2021-05-15
Fix eslint errors
Guillaume Gomez
-1
/
+1
2021-05-11
rustdoc: remove explicit boolean comparisons.
Jacob Hoffman-Andrews
-7
/
+7
2021-04-12
Improve CSS for "hide contents, not items"
Jacob Hoffman-Andrews
-1
/
+0
2021-03-05
Remove theme.js file creation and move its code inside main.js
Guillaume Gomez
-9
/
+9
2021-02-15
Fix ES5 errors (IE11)
Guillaume Gomez
-1
/
+1
2021-02-10
Fix getCurrentValue
Ophir LOJKINE
-1
/
+1
2021-02-10
Catch errors on localStorage setting failure
Ophir LOJKINE
-23
/
+8
2021-01-25
Fix some bugs reported by eslint
Guillaume Gomez
-2
/
+8
2020-10-28
rustdoc: Provide a way to set the default settings from Rust code
Ian Jackson
-1
/
+23
2020-10-28
rustdoc: js: Use getSettingValue for all rustdoc-* values
Ian Jackson
-9
/
+14
2020-10-23
Always store Rustdoc theme when it's changed
nasso
-5
/
+6
2020-10-15
Set preferred-dark-theme to the last dark theme
nasso
-0
/
+10
2020-10-13
Coding style fixes
nasso
-5
/
+8
2020-10-13
Add a setting to use the system theme
nasso
-6
/
+66
2020-05-26
Fix eslint lints
Guillaume Gomez
-2
/
+7
2019-11-07
Remove old isHidden function
Guillaume Gomez
-4
/
+0
2019-09-02
Fix regex replacement in theme detection
Guillaume Gomez
-1
/
+1
2019-08-30
Rollup merge of #63847 - GuillaumeGomez:system-theme-detection, r=kinnison
Mazdak Farrokhzad
-1
/
+2
2019-08-28
Auto merge of #62941 - GuillaumeGomez:save-crate-filter, r=Mark-Simulacrum
bors
-1
/
+1
2019-08-28
Save crate filtering on rustdoc
Guillaume Gomez
-1
/
+1
2019-08-25
Fix system theme detection
Guillaume Gomez
-1
/
+2
2019-08-21
Replaced skipStorage with saveTheme variable
Guillaume Gomez
-3
/
+3
2019-08-21
take into account the system theme
Guillaume Gomez
-3
/
+13
2019-06-11
Fix storage usage when disabled
Guillaume Gomez
-3
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-12
/
+0
2018-12-16
Fix invalid JS file generation
Guillaume Gomez
-1
/
+1
2018-12-06
cleanup
Guillaume Gomez
-8
/
+9
2018-12-06
Greatly improve rustdoc rendering speed issues
Guillaume Gomez
-29
/
+18
2018-12-04
Added a bare-bones eslint config (removing jslint)
John Heitmann
-0
/
+3
2018-11-24
Add source file sidebar
Guillaume Gomez
-0
/
+40
2018-10-21
Hide items if they use default docs
Guillaume Gomez
-4
/
+12
2018-10-16
Move usableLocalStorage() above functions that make use of it
Roy Wellington Ⅳ
-15
/
+15
2018-10-15
Extract localStorage tests out into a helper method; use in getCurrentValue()
Roy Wellington Ⅳ
-8
/
+20
2018-10-14
Detect if access to localStorage is forbidden by the user's browser
Roy Wellington Ⅳ
-0
/
+6
2018-04-04
Fix anchors issue when everything is collapsed
Guillaume Gomez
-1
/
+2
2018-03-29
Rename main theme into light theme
Guillaume Gomez
-1
/
+1
2018-03-12
Fix blink when main theme is selected
Guillaume Gomez
-1
/
+5
2018-03-05
Add resource-suffix option for rustdoc
Guillaume Gomez
-1
/
+3
2018-02-20
Allow to not switch to a theme if it doesn't exist
Guillaume Gomez
-3
/
+31
2018-02-20
Change local storage name for rustdoc because of conflicts with mdbook
Guillaume Gomez
-1
/
+1
2018-01-23
Fasten even more theme switch
Guillaume Gomez
-8
/
+0
2018-01-22
Fasten up theme loading
Guillaume Gomez
-0
/
+44