Commit Graph

77 Commits (4bc8043f0fab2d65b00378637b15d9b6766a56a1)

Author SHA1 Message Date
Sunshine 4bc8043f0f
account for charset when creating data URLs 3 years ago
Sunshine 5effa38392
use proper charset detection for linked assets 3 years ago
Sunshine b29b9a6a7c
add option for saving document using custom encoding 3 years ago
Sunshine b8aa545e8c
add support for wider range of charsets 3 years ago
Sunshine 6e6a60b305
Merge branch 'master' into more-tests-fixes-and-improvements 3 years ago
Sunshine 5db19d1a3e
update dependencies 3 years ago
Sunshine a6e891b3c5
add more tests 3 years ago
Sunshine 2369a4dd3c
remove optional trailing space from CSS idents 3 years ago
Sunshine a308a20411
simplify code of CLI tests 3 years ago
Sunshine a6ddf1c13a
simplify code responsible for processing CSS 3 years ago
Sunshine 6f918f6c1c
make possible to unwrap NOSCRIPT nodes 3 years ago
Sunshine 2e86ee67a5
revamp codebase 3 years ago
Sunshine 325688acf5
add test for alternate stylesheets 3 years ago
Sunshine 4921a70dda
Merge branch 'master' into change-meta-charset-to-utf-8 3 years ago
Sunshine e0273c664a
forcefully set document's charset to UTF-8 3 years ago
Sunshine 6d629bfd4a
Merge pull request #244 from snshn/process-noscript
Process contents of NOSCRIPT tags
3 years ago
Sunshine ae9d78a891
process contents of NOSCRIPT tags 3 years ago
Sunshine e41fd6a1c6
fix embedding of srcset for PICTURE nodes 3 years ago
Sunshine 2e1462a953
add test for stdin pipe 3 years ago
Sunshine 4fa2eda983
make it possible to specify an empty user-agent string 3 years ago
Sunshine ab6fed6d1f
Merge pull request #231 from snshn/fix-srcset
Fix srcset parsing
4 years ago
Sunshine 614a518475
fix srcset parsing 4 years ago
Sunshine 870a4b150e
make possible to use stdin as input method 4 years ago
Sunshine 4ba4285b6b
add support for embedding video and audio files 4 years ago
Sunshine 8adf059980
fix crash associated with trailing/repeating commas within srcset 4 years ago
Sunshine d89b4d5f5b
refactor code that processes the DOM 4 years ago
Sunshine 15d98a7269
don't modify base url by default, add option for setting it 4 years ago
Sunshine 38a6f963ad
account for network errors, add option to ignore them 4 years ago
zfhrp a296531b3f remove unused import opts::Options; 4 years ago
Sunshine 09d41d2cf1
automatically obtain favicon.ico 4 years ago
Sunshine 8883bd6aca
add more black box test data 4 years ago
Sunshine 23de5ced21
add tests for utils::indent() 4 years ago
Sunshine bc98aca2a2
indent items in retrieval log to form a tree-like structure 4 years ago
Sunshine 438ebd520a
Merge pull request #193 from snshn/options-struct
Pass options object instead of using separate parameters
4 years ago
Sunshine ddb97009e9
pass options object instead of using separate parameters 4 years ago
Sunshine 9e5d8ec691
add more sample data for blackbox tests 4 years ago
Sunshine 29bf042da0
trim CSS if it contains nothing but whitespaces 4 years ago
Sunshine 2ac964fae5
include font-src into CSP 4 years ago
Sunshine ae5d6d2df4
refactor CSP code 4 years ago
Sunshine 44cac65a83
automatically remove "Refresh" and "Location" META tags 4 years ago
Sunshine 0347fd3985
move metadata tag code into a function 4 years ago
Sunshine 5c229c51da
move functions related to URL manipulation into url.rs 4 years ago
Sunshine f6ea16b3ad
create a separate function for appending URL fragments 4 years ago
Sunshine 090d647390
group all tests into either passing or failing groups 4 years ago
Sunshine cbe3f9f554
implement support for embedding images within srcset 4 years ago
Sunshine a18df74946
refactor code and implement integrity validation 4 years ago
Sunshine c999359b9f
Merge branch 'context-comment' of github.com:Alch-Emi/monolith into context-comment 4 years ago
Sunshine 9b40dbbf27
add option to exclude web fonts 4 years ago
Sunshine edacd09dc8
store blobs instead of data URLs in cache 4 years ago
Sunshine eeea617fb1
escape all special chars within #id and .class CSS selectors 4 years ago