Commit Graph

24 Commits (67d4b7dafc7d7fc2312c93f5a3ded3562cd3cab3)

Author SHA1 Message Date
Sunshine 349c7bb3ea
properly parse negative units in CSS 5 years ago
Sunshine b88479446c
implement unit tests for macros 5 years ago
Sunshine 29836d979a
add support for image inputs 5 years ago
Sunshine 643c4ce7ef
implement improvements suggested by @robatipoor 5 years ago
Sunshine 4951fea730
implement full CSS parsing 5 years ago
Sunshine be25784297
improve SVG media type detection 5 years ago
Sunshine 479c42e1ce
improve test code structure 5 years ago
Sunshine 933379c798
ensure consistent naming across all tests 5 years ago
Sunshine 59a8be493d
add support for working with local assets 5 years ago
Sunshine d5ee8ae6ab
account for legacy BODY background="" attribute 5 years ago
Sunshine 7654eec7e2
treat frames the same way as iframes 5 years ago
Sunshine 0d1e21e9ad
add black box tests 5 years ago
Sunshine 3d2d40e7cd
add support for data URL targets 5 years ago
Sunshine b8b6d8cff6
fix "succeeding" to "passing" in tests 5 years ago
Sunshine 928664dc88
correct is_valid_url to is_http_url 5 years ago
Sunshine 5c8d75539b
rename dataurl to data_url 5 years ago
rhysd 6e99ad13e7 upgrade reqwest to v0.10.0
This will improve build time and binary size as follows:

* Before

- **Compile targets**: 220
- **Build time**: `cargo build --release  1264.95s user 39.72s system 335% cpu 6:29.14 total`
- **Binary size**: 6578568 bytes

* After

- **Compile targets**: 170
- **Build time**: `cargo build --release  1130.64s user 32.15s system 359% cpu 5:23.69 total`
- **Binary size**: 6107088 bytes

* Differences

- **Compile targets**: 1.29x smaller
- **Build time**: 1.23x faster
- **Binary size**: 1.07x smaller
5 years ago
rhysd ed879231af fix test code was broken by refactoring 5 years ago
Sunshine 88ffde0c3b wipe integrity attributes 5 years ago
Sunshine c7fc121c7c use clean URLs as hashmap keys 5 years ago
Emi Simpson 322ab41b8c
Updated tests to reflect API changes 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
Sunshine 0896f2e214 Properly handle 30x redirects 5 years ago
Vincent Flyson 3948ea3aa0 Improve code structure 5 years ago