mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Refactor FileAPI implementation
This commit is contained in:
parent
9b01a4cc97
commit
aea99e081b
8 changed files with 224 additions and 178 deletions
|
@ -79,6 +79,7 @@ use std::collections::{BTreeMap, HashMap, HashSet};
|
|||
use std::hash::{BuildHasher, Hash};
|
||||
use std::mem;
|
||||
use std::ops::{Deref, DerefMut};
|
||||
use std::path::PathBuf;
|
||||
use std::rc::Rc;
|
||||
use std::sync::Arc;
|
||||
use std::sync::atomic::{AtomicBool, AtomicUsize};
|
||||
|
@ -331,6 +332,7 @@ no_jsmanaged_fields!(SystemTime);
|
|||
no_jsmanaged_fields!(SelectedFileId);
|
||||
no_jsmanaged_fields!(RelativePos);
|
||||
no_jsmanaged_fields!(OpaqueStyleAndLayoutData);
|
||||
no_jsmanaged_fields!(PathBuf);
|
||||
no_jsmanaged_fields!(CSSErrorReporter);
|
||||
no_jsmanaged_fields!(WebGLBufferId);
|
||||
no_jsmanaged_fields!(WebGLFramebufferId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue