about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/storage.js
AgeCommit message (Expand)AuthorLines
2023-12-15Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomezGuillaume Gomez-0/+28
2023-12-07rustdoc: remove unused parameter `reversed` from onEach(Lazy)Michael Howell-19/+6
2023-10-11rustdoc: enforce BODY_MIN constraint on sidebar resizeMichael Howell-2/+5
2023-10-11rustdoc: allow resizing the sidebarMichael Howell-0/+25
2023-09-15rustdoc: avoid calling `document.write` after the page loadsMichael Howell-2/+12
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-11/+15
2023-07-14rustdoc: use `src` consistently over `source` in codeMichael Howell-1/+1
2023-06-27Replace `id` attribute with `name` for `<meta>` tagGuillaume Gomez-1/+1
2023-04-08Rollup merge of #110037 - notriddle:notriddle/theme-default, r=GuillaumeGomezNilstrieb-0/+1
2023-04-06rustdoc: add test and bug fix for theme defaultsMichael Howell-0/+1
2023-04-06rustdoc: clean up JSMichael Howell-14/+5
2023-03-23rustdoc: remove old `content` hack for theme switchingMichael Howell-32/+5
2023-03-23rustdoc: clean up `storage.js`Michael Howell-29/+8
2023-03-08Update src/librustdoc/html/static/js/storage.jsMichael Howell-1/+1
2023-03-08Fix eslint errorsGuillaume Gomez-0/+1
2023-03-08Only load one CSS theme by defaultMichael Howell-21/+25
2023-01-31Clean up eslint annotations and remove unused JS functionGuillaume Gomez-1/+0
2023-01-30Keep all theme-updating logic togetherRoy Wellington Ⅳ-44/+52
2023-01-21This function appears to be unusedRoy Wellington Ⅳ-16/+0
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-14/+10
2022-10-17rustdoc: change mobile breakpoint to match CSSMichael Howell-1/+1
2022-10-17rustdoc: remove CSS `@media (min-width: 701px)`Michael Howell-1/+1
2022-07-01Improve click behavior of the source code mobile full-screen "sidebar"Michael Howell-0/+5
2022-06-20rustdoc: optimize loading of source sidebarJacob Hoffman-Andrews-0/+11
2022-05-25Add new eslint rule "space-before-function-paren"Guillaume Gomez-2/+2
2022-05-19Add new lint to enforce whitespace after keywordsGuillaume Gomez-2/+2
2022-05-17rustdoc: make search.js a moduleJacob Hoffman-Andrews-5/+0
2022-05-07Enforce quote rule for JS source codeGuillaume Gomez-2/+2
2022-05-07Change eslint rules from configuration comments to configuration filesFolyd-5/+0
2022-05-05Use "strict" mode in JS scriptsGuillaume Gomez-0/+2
2022-05-04Move callback to the () => {} syntax.Folyd-7/+8
2022-04-26Migrate storage.js to ES6Guillaume Gomez-22/+25
2022-02-02Unify storage getter and setter functionsGuillaume Gomez-6/+6
2022-01-23Update theme on pageshow eventJacob Hoffman-Andrews-6/+25
2022-01-14Add support for "always theme" in settingJacob Hoffman-Andrews-4/+7
2021-12-22Add some JSDoc comments to rustdoc JSJacob Hoffman-Andrews-0/+16
2021-11-24Move themes and version into rustdoc-varsJacob Hoffman-Andrews-5/+2
2021-07-21rustdoc: Restore --default-theme, etc, by restoring varname escapingIan Jackson-0/+2
2021-07-07Clean up rustdoc static filesGuillaume Gomez-0/+219