Simon Sapin
|
be56f24817
Travis: Only test url on 1.17 (data-url uses `pub(crate)`)
|
8 лет назад |
Simon Sapin
|
e76e98c446
Merge branch 'master' of ../rust-data-url into data
|
8 лет назад |
Simon Sapin
|
cc670f686b
Move into a subdirectory, to prepare for merge into the rust-url repository
|
8 лет назад |
Simon Sapin
|
a2851be757
Use `cargo test --all` on Travis
|
8 лет назад |
Simon Sapin
|
d56fcdd066
Add Mime::get_parameter
|
8 лет назад |
Simon Sapin
|
72a19fa69e
Switch to WHATWG’s MIME type parsing algorithm
|
8 лет назад |
Simon Sapin
|
16e0e57bbd
Use serde to read JSON into custom types rather than serde_json::Value
|
8 лет назад |
Simon Sapin
|
226e0a4ece
Run (very few of) the WPT MIME parsing tests
|
8 лет назад |
Simon Sapin
|
28c79fb2de
Another base64 bug
|
8 лет назад |
Simon Sapin
|
245626794e
Fix some base64 bugs
|
8 лет назад |
Simon Sapin
|
f18ed94bce
Add some detail to base64 errors
|
8 лет назад |
Simon Sapin
|
fb3174bec8
Run WPT tests for base64
|
8 лет назад |
Simon Sapin
|
63493ba0cc
Move base64 to a separate module
|
8 лет назад |
Simon Sapin
|
0b58116c77
Add base64 decoding to Vec
|
8 лет назад |
Simon Sapin
|
cfe91f8b0e
Add base64 to the public API
|
8 лет назад |
Simon Sapin
|
e2b423ab01
Run data URL tests from WPT
|
8 лет назад |
Simon Sapin
|
7c4eeea6a4
Import test cases from Web Platform Tests
|
8 лет назад |
Simon Sapin
|
5876b2933f
Add a doctest
|
8 лет назад |
Simon Sapin
|
6953b97a16
Percent-encode fragments
|
8 лет назад |
Simon Sapin
|
105581033f
Percent-encode the mime type like the URL parser would
|
8 лет назад |
Simon Sapin
|
9d8acc3980
Add a wrapper types for fragments
|
8 лет назад |
Simon Sapin
|
1cff0dd6cc
Use a closure and a generic error type rather than io::Write
|
8 лет назад |
Simon Sapin
|
dd3e072232
Separate base64 error from IO error
|
8 лет назад |
Simon Sapin
|
5551c48039
Don’t split at a comma within the URL fragment
|
8 лет назад |
Simon Sapin
|
14c82067d0
Implicit "text/plain" when MIME type starts with ";"
|
8 лет назад |
Simon Sapin
|
c12c810675
Invalid MIME types default to "text/plain;charset=US-ASCII"
|
8 лет назад |
Simon Sapin
|
ad7372a038
First pass at implementing "the data: URL processor", untested for now.
|
8 лет назад |
Simon Sapin
|
4c61d25b16
cargo new
|
8 лет назад |
bors-servo
|
0f0813fce4
Auto merge of #427 - dekellum:package-metadata-docs-rs, r=SimonSapin
|
8 лет назад |
David Kellum
|
72b7ff9c9b
Enable rustdoc for feature query_encoding on docs.rs
|
8 лет назад |