mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Working implementation of dblclick.
Signed-off-by: Sam Wood <sam@sam.uk.net> Fix mach test tidy Signed-off-by: Sam Wood <sam@sam.uk.net> Fix import newline Signed-off-by: Sam Wood <sam@sam.uk.net>
This commit is contained in:
parent
3631e314b9
commit
b6f2a4f159
2 changed files with 59 additions and 1 deletions
|
@ -85,7 +85,7 @@ use std::rc::Rc;
|
|||
use std::sync::Arc;
|
||||
use std::sync::atomic::{AtomicBool, AtomicUsize};
|
||||
use std::sync::mpsc::{Receiver, Sender};
|
||||
use std::time::SystemTime;
|
||||
use std::time::{SystemTime, Instant};
|
||||
use string_cache::{Atom, Namespace, QualName};
|
||||
use style::attr::{AttrIdentifier, AttrValue, LengthOrPercentageOrAuto};
|
||||
use style::domrefcell::DOMRefCell;
|
||||
|
@ -341,6 +341,7 @@ no_jsmanaged_fields!(USVString);
|
|||
no_jsmanaged_fields!(ReferrerPolicy);
|
||||
no_jsmanaged_fields!(ResourceThreads);
|
||||
no_jsmanaged_fields!(SystemTime);
|
||||
no_jsmanaged_fields!(Instant);
|
||||
no_jsmanaged_fields!(RelativePos);
|
||||
no_jsmanaged_fields!(OpaqueStyleAndLayoutData);
|
||||
no_jsmanaged_fields!(PathBuf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue