mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
moebius#73: DOM - window.requestIdleCallback - improvements (basic)
https://github.com/MoonchildProductions/moebius/pull/73
This commit is contained in:
parent
ec18bcca97
commit
da2320b2ef
11 changed files with 558 additions and 200 deletions
|
|
@ -217,6 +217,7 @@ EXPORTS.mozilla.dom += [
|
|||
'TabGroup.h',
|
||||
'Text.h',
|
||||
'Timeout.h',
|
||||
'TimeoutHandler.h',
|
||||
'TreeWalker.h',
|
||||
'WebKitCSSMatrix.h',
|
||||
'WebSocket.h',
|
||||
|
|
@ -364,6 +365,7 @@ UNIFIED_SOURCES += [
|
|||
'TextInputProcessor.cpp',
|
||||
'ThirdPartyUtil.cpp',
|
||||
'Timeout.cpp',
|
||||
'TimeoutHandler.cpp',
|
||||
'TimerClamping.cpp',
|
||||
'TreeWalker.cpp',
|
||||
'WebKitCSSMatrix.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue