summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Release notes for NSS 3.89.1Dennis Jackson2023-05-052-29/+65
|
* Bug 1822076 - fix rst warnings in nss doc r=jschanckogiorgis2023-03-1389-204/+21
| | | | Differential Revision: https://phabricator.services.mozilla.com/D172428
* Bug 1821997 - Fix incorrect pygment style r=nss-reviewers,bbeurdoucheogiorgis2023-03-1319-39/+30
| | | | Differential Revision: https://phabricator.services.mozilla.com/D172398
* Documentation: release notes for NSS 3.89John M. Schanck2023-03-092-0/+84
|
* Bug 1810702 - fix title length in doc ↵ogiorgis2023-02-167-13/+13
| | | | | | r=firefox-source-docs-reviewers,championshuttler,sylvestre Differential Revision: https://phabricator.services.mozilla.com/D170085
* Documentation: Update release note indexJohn M. Schanck2023-02-091-5/+13
|
* Documentation: release notes for NSS 3.88.1John M. Schanck2023-02-091-0/+58
|
* Documentation: release notes for NSS 3.87.1John M. Schanck2023-02-091-0/+57
|
* Documentation: release notes for NSS 3.79.4John M. Schanck2023-02-091-0/+58
|
* Documentation: Release notes for NSS 3.88Anna Weine2023-02-092-3/+13
|
* Bug 1810702 - remove nested table in rst doc ↵ogiorgis2023-02-071-379/+307
| | | | | | | | | | r=firefox-source-docs-reviewers,ahal These tables are not taken into account by sphinx, appear badly in html and trigger a problem when you want to build the doc in text mode. Differential Revision: https://phabricator.services.mozilla.com/D168766
* Documentation: Release notes for NSS 3.88Anna Weine2023-01-262-13/+100
|
* Doc: release notes for NSS 3.79.3Benjamin Beurdouche2023-01-101-0/+58
|
* Documentation: Release notes for NSS 3.87Dennis Jackson2023-01-052-18/+82
|
* Bug 1807822 - nss doc: remove non breaking space - r=nss-reviewers,bbeurdoucheSylvestre Ledru2022-12-28135-7927/+7927
| | | | | | | done with: $ LC_ALL=C sed -i 's/\xc2\xa0/ /g' $(fd .rst) Differential Revision: https://phabricator.services.mozilla.com/D165617
* Bug 1807822 - nss doc: remove some whitespaces r=nss-reviewers,bbeurdoucheSylvestre Ledru2022-12-2839-181/+181
| | | | | | | | | Done with: find . -type f -name '*.rst' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ Depends on D165615 Differential Revision: https://phabricator.services.mozilla.com/D165616
* Bug 1807822 - nss doc: remove some 'eval' r=nss-reviewers,bbeurdoucheSylvestre Ledru2022-12-2878-117/+117
| | | | | | | Done with: sed -i -e "s|.. code:: eval|.. code::|g" $(fd .rst) Differential Revision: https://phabricator.services.mozilla.com/D165615
* Bug 1807822 - nss doc: remove some 'notranslate' r=nss-reviewers,bbeurdoucheSylvestre Ledru2022-12-2838-380/+380
| | | | | | | | done with: L=$(rg "code:: notranslate"|cut -d: -f1|sort -u) sed -i -e "s|.. code:: notranslate|.. code::|g" $L Differential Revision: https://phabricator.services.mozilla.com/D165614
* Documentation: Release notes for NSS 3.86John M. Schanck2022-12-082-5/+92
|
* Documenation: release notes for NSS 3.85Natalia Kulatova2022-11-102-0/+72
|
* Documentation: Release notes for NSS 3.79.2John M. Schanck2022-10-252-3/+63
|
* No bug - Add note about python executable to build instructions. r=bbeurdoucheSimon Friedberger2022-10-171-3/+11
| | | | Differential Revision: https://phabricator.services.mozilla.com/D148143
* Release notes for NSS 3.84Dennis Jackson2022-10-132-21/+64
|
* Documentation: Release notes for NSS 3.83John M. Schanck2022-09-152-8/+96
|
* Update documentation to mention NSS ESR 3.71.1Anna Weine2022-08-181-2/+3
|
* Documentation: Release notes for NSS 3.79.1Anna Weine2022-08-181-0/+62
|
* Documentation: release notes for NSS 3.82Anna Weine2022-08-182-9/+70
|
* Documentation: release notes for NSS 3.81Dennis Jackson2022-07-212-21/+69
|
* Documentation: release notes for NSS 3.80John M. Schanck2022-06-232-18/+98
|
* Bug 1773022: Mark 3.79 as an ESR release. r=nss-reviewers,bbeurdoucheDennis Jackson2022-06-102-3/+3
| | | | Differential Revision: https://phabricator.services.mozilla.com/D148505
* Release notes for NSS 3.79Dennis Jackson2022-05-312-0/+71
|
* Release notes for NSS 3.68.4Dennis Jackson2022-05-312-2/+62
|
* Release notes for NSS 3.78.1Dennis Jackson2022-05-202-14/+81
|
* Release notes for NSS 3.78Dennis Jackson2022-04-282-25/+75
|
* Release notes for NSS 3.77John M. Schanck2022-03-312-12/+122
|
* Bug 1761779 - Fix link to TLS page on wireshark wiki r=sylvestreManuel Bucher2022-03-301-1/+1
| | | | Differential Revision: https://phabricator.services.mozilla.com/D142434
* Release notes for NSS 3.76.1John M. Schanck2022-03-251-0/+68
|
* Release notes for NSS 3.68.3John M. Schanck2022-03-251-0/+72
|
* Release notes for NSS 3.76Dennis Jackson2022-03-032-33/+73
|
* Fix missing release notes for NSS 3.75John M. Schanck2022-02-031-0/+89
|
* Release notes for NSS 3.75John M. Schanck2022-02-031-25/+36
|
* Bug 1753127 - NSS doc: fix a typo r=bbeurdoucheSylvestre Ledru2022-02-031-1/+1
| | | | Differential Revision: https://phabricator.services.mozilla.com/D137738
* Bug 1753127 - NSS doc: fix the link to NSPR r=bbeurdoucheSylvestre Ledru2022-02-031-4/+2
| | | | | | | | Note: these links won't work for local doc build of NSS. They are designed for firefox source tree: https://firefox-source-docs.mozilla.org/security/nss/ Differential Revision: https://phabricator.services.mozilla.com/D137732
* Documentation: HomepageBenjamin Beurdouche2022-01-302-1/+126
|
* Documentation: update the build artifact pageBenjamin Beurdouche2022-01-301-14/+15
|
* Documentation: build instructionsBenjamin Beurdouche2022-01-303-4/+227
|
* Documentation: remove redundant filesBenjamin Beurdouche2022-01-282-268/+0
| | | | Differential Revision: https://phabricator.services.mozilla.com/D137313
* Documentation: import legacy documentation from MDNBenjamin Beurdouche2022-01-28376-3/+89654
| | | | Differential Revision: https://phabricator.services.mozilla.com/D137312
* Documentation: update the NSS release pageNSS_3_75_BETA1Benjamin Beurdouche2022-01-281-9/+35
|
* Release notes for NSS 3.74Benjamin Beurdouche2022-01-061-0/+77
|