mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
Implement filter for file-type input's accept attribute
This commit is contained in:
parent
881c02ec89
commit
74eb80dbd8
9 changed files with 78 additions and 45 deletions
|
@ -55,6 +55,7 @@ extern crate libc;
|
|||
extern crate log;
|
||||
#[macro_use]
|
||||
extern crate mime;
|
||||
extern crate mime_guess;
|
||||
extern crate msg;
|
||||
extern crate net_traits;
|
||||
extern crate num_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue