mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Issue #2112 - Part 10: Remove remaining Stylo/Servo includes and code
Some classes have been marked for removal/merging, macros used for forwarding/casting were moved to DeprecatedUtils.h.
This commit is contained in:
parent
b96b733bfa
commit
d6852b3170
54 changed files with 35 additions and 2957 deletions
|
|
@ -120,7 +120,6 @@
|
|||
#include "MediaDecoder.h"
|
||||
#include "MediaManager.h"
|
||||
#include "MediaPrefs.h"
|
||||
#include "mozilla/ServoBindings.h"
|
||||
#include "mozilla/StaticPresData.h"
|
||||
#include "mozilla/dom/WebIDLGlobalNameHash.h"
|
||||
|
||||
|
|
@ -311,10 +310,6 @@ nsLayoutStatics::Initialize()
|
|||
|
||||
mozilla::dom::WebCryptoThreadPool::Initialize();
|
||||
|
||||
// NB: We initialize servo in nsAppRunner.cpp, because we need to do it after
|
||||
// creating the hidden DOM window to support some current stylo hacks. We
|
||||
// should move initialization back here once those go away.
|
||||
|
||||
MediaPrefs::GetSingleton();
|
||||
|
||||
return NS_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue