Commit Graph

18 Commits

Author SHA1 Message Date
Sunshine
a6ddf1c13a
simplify code responsible for processing CSS 2021-03-14 19:42:57 -10:00
Sunshine
2e86ee67a5
revamp codebase 2021-03-11 14:15:18 -10:00
Sunshine
38a6f963ad
account for network errors, add option to ignore them 2020-11-22 16:49:26 -10:00
Sunshine
23de5ced21
add tests for utils::indent() 2020-06-28 16:15:42 -04:00
Sunshine
bc98aca2a2
indent items in retrieval log to form a tree-like structure 2020-06-28 16:11:15 -04:00
Sunshine
ddb97009e9
pass options object instead of using separate parameters 2020-06-28 01:36:41 -04:00
Sunshine
5c229c51da
move functions related to URL manipulation into url.rs 2020-06-24 03:16:40 -04:00
Sunshine
f6ea16b3ad
create a separate function for appending URL fragments 2020-06-24 02:26:05 -04:00
Sunshine
090d647390
group all tests into either passing or failing groups 2020-05-23 03:49:04 -04:00
Sunshine
cbe3f9f554
implement support for embedding images within srcset 2020-05-17 14:06:44 -04:00
Sunshine
a18df74946
refactor code and implement integrity validation 2020-05-12 02:51:37 -04:00
Sunshine
c999359b9f
Merge branch 'context-comment' of github.com:Alch-Emi/monolith into context-comment 2020-04-30 19:54:13 -04:00
Sunshine
edacd09dc8
store blobs instead of data URLs in cache 2020-04-19 13:26:14 -04:00
Sunshine
594ad55bd8
improve data URL media type detection 2020-04-10 05:50:33 -04:00
Sunshine
c097733ae7
improve parsing of data URLs 2020-04-09 20:27:07 -04:00
Sunshine
4951fea730
implement full CSS parsing 2020-04-02 01:09:32 -04:00
Sunshine
be25784297
improve SVG media type detection 2020-03-24 08:50:39 -04:00
Sunshine
479c42e1ce
improve test code structure 2020-03-22 22:08:41 -04:00