index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
net
/
shr-tests.el
Age
Commit message (
Expand
)
Author
2026-02-14
Escape attribute values and string DOMs when inserting them
Visuwesh
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-07-17
; * test/lisp/net/shr-tests.el (shr-test/zoom-image): Fix <img> (bug#79041).
Eli Zaretskii
2025-02-23
Merge from origin/emacs-30
Eli Zaretskii
2025-02-23
Prefer incf to cl-incf in tests
Stefan Kangas
2025-02-21
; Skip shr-test/zoom-image test if png or libxml support is missing
Ulrich Müller
2025-01-02
Update copyright year to 2025
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-09-23
; Fix shr-tests when Emacs was built without libxml2
Eli Zaretskii
2024-07-04
In SHR, keep track of image sizes as specified by the HTML
Jim Porter
2024-07-04
Slice images based on their height in SHR, not their zoom level
Jim Porter
2024-06-29
; Fix SHR test on MS-Windows
Jim Porter
2024-06-23
; Restore inadvertently removed line.
Eli Zaretskii
2024-06-23
; * test/lisp/net/shr-tests.el (shr-test--rendering-check): Use UTF-8.
Eli Zaretskii
2024-06-23
; Don't run new 'shr-test/zoom-image' when built without image support
Jim Porter
2024-06-22
Fix zooming images in SHR
Jim Porter
2024-03-15
Keep indenting text when 'shr-fill-text' is nil (bug#69555)
Kévin Le Gouguec
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-07-23
Fix srcset parsing in shr
Lars Ingebrigtsen
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-21
Declare functions to silence byte-compiler
Stefan Kangas
2021-09-26
; Minor stylistic checkdoc fixes in test/**/*.el
Stefan Kangas
2021-04-19
; Normalize and add missing first and last lines
Stefan Kangas
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-10-24
Move shr.el test data to follow our conventions
Stefan Kangas
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-09-24
Allow controlling when to send cookies when retrieving images in shr
Lars Ingebrigtsen
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-01-01
Update copyright year to 2017 in master
Paul Eggert
2016-05-24
Allow shr-tests to work for out-of-tree builds
Ken Brown
2016-04-24
Encode the shr tests files with trailing white space
Lars Magne Ingebrigtsen
2016-03-20
Add more shr HTML rendering tests
Lars Magne Ingebrigtsen
2016-03-20
Add a test harness for shr HTML rendering and one test
Lars Magne Ingebrigtsen