move MozBrowserEvent to script_traits (+ documentation)

This commit is contained in:
apopiak 2016-01-11 23:20:10 +01:00
parent 0e6bca8e8e
commit 4b773cefe9
10 changed files with 74 additions and 77 deletions

View file

@ -5,12 +5,12 @@
use DocumentState;
use IFrameLoadInfo;
use MouseEventType;
use MozBrowserEvent;
use canvas_traits::CanvasMsg;
use euclid::point::Point2D;
use euclid::size::Size2D;
use ipc_channel::ipc::IpcSender;
use msg::constellation_msg::{AnimationState, NavigationDirection};
use msg::constellation_msg::{Failure, MozBrowserEvent, PipelineId};
use msg::constellation_msg::{AnimationState, NavigationDirection, Failure, PipelineId};
use msg::constellation_msg::{LoadData, MouseButton, SubpageId};
use offscreen_gl_context::GLContextAttributes;
use style_traits::viewport::ViewportConstraints;