Commit Graph

582 Commits (master)
 

Author SHA1 Message Date
Emi Simpson 65d0eab793
Use a shared client initialized in main.rs 4 years ago
Emi Simpson 292221ea28
Lazyloaded images are now loaded at compilation, with placeholders omitted 4 years ago
Emi Simpson 614af44c92
Gramatical and stylistic fixes 4 years ago
Emi Simpson feb37f5812
Added support for lazy loaded images
Note: The way this patch works is by resolving any data-src tags on images in
the same way as normal source tags are resolved.  It is assumed that most
lazy-load libraries will use this tag, and that if this tag is set, then it is a
URL that is in use.
5 years ago
Emi Simpson 028beb821c
Rustfmt update for nightly formatter 5 years ago
Emi Simpson 76ccff80f9
Fixed failure of regex to match @imports 5 years ago
Emi Simpson 45335d7507
Support links in style= attributes 5 years ago
Emi Simpson a4743ca92f
Respect the --no-images flag while parsing CSS 5 years ago
Emi Simpson b96a777e8a
Merge commit '4decea7' into load-css-imports 5 years ago
Emi Simpson 4decea716c
Fixed css replacement with more than one linked asset 5 years ago
Emi Simpson 695a787206
Moved regex compilation to lazy_static 5 years ago
Emi Simpson 90e6cb1c45
Prevent crash on URLs delimited by single quotes 5 years ago
Emi Simpson 7412d663e0
Use a slightly more efficient .replace_range() instead of cloning the string twice 5 years ago
Emi Simpson 8646af6e9f
removed debug code (woops sorry) 5 years ago
Emi Simpson de383c94b1
Applied rustfmt 5 years ago
Emi Simpson ab65b44f0d
Cleaned up some overcomplicated code 5 years ago
Emi Simpson 13bacb4320
EMPTY_STRING no longer used 5 years ago
Emi Simpson d574e9a5da
Added support for <style> tags 5 years ago
Emi Simpson 1de0fc0961
Add warning and fallback when parsing a rel=stylesheet link 5 years ago
Emi Simpson ebbf755e09
Fixed misleading variable name 5 years ago
Emi Simpson d3956a7905
Made merge compatible with Y2Z/master 5 years ago
Emi Simpson ef7ddcd434
Added fallback to absolute URL on failure to resolve CSS stylesheet @imports 5 years ago
Emi Simpson 11bbfc0851
Added support for recursively nested css @imports 5 years ago
Emi Simpson a2bf7e3345
Fixed some errors detecting, parsing, and transforming urls in `resolve_css_imports` 5 years ago
Sunshine 35f5e1353d
Merge pull request #77 from chenrui333/add-locked-flag-to-ci
Add --locked flag to the cargo build/test
5 years ago
Rui Chen f8040f4d8c Add --locked flag to the cargo build/test 5 years ago
Sunshine 31d3fee626
Merge pull request #76 from chenrui333/add-cargo-lock-file
Add Cargo.lock file
5 years ago
Rui Chen 178abd07bd Add Cargo.lock file 5 years ago
Sunshine 491185e191 Bump version number (2.0.22 → 2.0.23) 5 years ago
Sunshine b0c55d5016 Add Emmanuel to the list of authors 5 years ago
voila 1ff5e91087 Use HashMap as cache to minimize the number of HTTP requests (#75)
Use HashMap as cache to minimize the number of HTTP requests
5 years ago
knidarkness 550e4cc83f Fixed formatting 5 years ago
knidarkness 5443c0cc3f Added loading of the links given as url(...) in css files 5 years ago
Sunshine 8add3a8746
Bump version number 5 years ago
Sunshine 2f592d5561
Merge pull request #70 from robatipoor/master
refactor utils functions
5 years ago
robatipoor 55fe523a1c refactor utils functions 5 years ago
Sunshine b5d42bd722
Bump version number 5 years ago
Sunshine cbf3b66f33
Merge pull request #69 from robatipoor/master
move argument parser section to args mod
5 years ago
robatipoor 2e48ea90e1 move argument parser section to args mod 5 years ago
Sunshine 9c006f3258
Update README.md 5 years ago
Sunshine ab24851b5b
Merge pull request #67 from distributed-mind/master
add related projects section
5 years ago
Cobin Bluth de11559efa add related projects 5 years ago
Sunshine dbacd76103
Merge pull request #65 from Y2Z/redirects
Properly handle 30x redirects
5 years ago
Sunshine 0896f2e214 Properly handle 30x redirects 5 years ago
Sunshine b6ba22513d
Merge pull request #64 from Y2Z/refactor
Improve code structure
5 years ago
Vincent Flyson 3948ea3aa0 Improve code structure 5 years ago
Sunshine 8b3f3f3a6e
Merge pull request #63 from Y2Z/poster
Add support for poster attribute
5 years ago
Vincent Flyson eec05767cf Add support for poster attribute 5 years ago
Sunshine c05dc2ae65
Merge pull request #61 from Y2Z/isolate
Add CSP isolation, no CSS and no iframe options
5 years ago
Vincent Flyson 88a230872c Add CSP isolation, no CSS, and no iframe options 5 years ago