mirror of
https://github.com/servo/servo.git
synced 2025-07-19 13:23:46 +01:00
Move common indexeddb methods out of dom implementations (#38101)
A lot of shared functions were scattered around the dom files; I moved them into `indexed_db.rs` for clarity. Fixes: Nothing to my knowledge, just a cleanup Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
e10466b4c4
commit
f70a4eb4ff
8 changed files with 314 additions and 299 deletions
|
@ -19,9 +19,9 @@ use js::typedarray::Float32Array;
|
|||
use profile_traits::ipc;
|
||||
use stylo_atoms::Atom;
|
||||
use webxr_api::{
|
||||
self, util, ApiSpace, ContextId as WebXRContextId, Display, EntityTypes, EnvironmentBlendMode,
|
||||
self, ApiSpace, ContextId as WebXRContextId, Display, EntityTypes, EnvironmentBlendMode,
|
||||
Event as XREvent, Frame, FrameUpdateEvent, HitTestId, HitTestSource, InputFrame, InputId, Ray,
|
||||
SelectEvent, SelectKind, Session, SessionId, View, Viewer, Visibility,
|
||||
SelectEvent, SelectKind, Session, SessionId, View, Viewer, Visibility, util,
|
||||
};
|
||||
|
||||
use crate::conversions::Convert;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue