mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 984253 part.1 Rename nsJSEventListener.(cpp|h) to JSEventHandler.(cpp|h) r=smaug
--HG-- rename : dom/events/nsJSEventListener.cpp => dom/events/JSEventHandler.cpp rename : dom/events/nsJSEventListener.h => dom/events/JSEventHandler.h
This commit is contained in:
parent
03af678bc0
commit
6a6d857a74
@ -2,7 +2,6 @@
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
#include "nsJSEventListener.h"
|
||||
#include "nsJSUtils.h"
|
||||
#include "nsString.h"
|
||||
#include "nsIServiceManager.h"
|
||||
@ -19,6 +18,7 @@
|
||||
#include "nsDOMJSUtils.h"
|
||||
#include "WorkerPrivate.h"
|
||||
#include "mozilla/ContentEvents.h"
|
||||
#include "mozilla/JSEventHandler.h"
|
||||
#include "mozilla/Likely.h"
|
||||
#include "mozilla/dom/ErrorEvent.h"
|
||||
#include "mozilla/dom/UnionTypes.h"
|
@ -3,8 +3,8 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef nsJSEventListener_h__
|
||||
#define nsJSEventListener_h__
|
||||
#ifndef mozilla_JSEventHandler_h_
|
||||
#define mozilla_JSEventHandler_h_
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/MemoryReporting.h"
|
||||
@ -41,5 +41,5 @@ public:
|
||||
bool IsBlackForCC();
|
||||
};
|
||||
|
||||
#endif //nsJSEventListener_h__
|
||||
#endif // mozilla_JSEventHandler_h_
|
||||
|
@ -27,6 +27,7 @@ EXPORTS.mozilla += [
|
||||
'EventStateManager.h',
|
||||
'IMEStateManager.h',
|
||||
'InternalMutationEvent.h',
|
||||
'JSEventHandler.h',
|
||||
'KeyNameList.h',
|
||||
'VirtualKeyCodeList.h',
|
||||
]
|
||||
@ -86,6 +87,7 @@ UNIFIED_SOURCES += [
|
||||
'FocusEvent.cpp',
|
||||
'IMEContentObserver.cpp',
|
||||
'IMEStateManager.cpp',
|
||||
'JSEventHandler.cpp',
|
||||
'KeyboardEvent.cpp',
|
||||
'MessageEvent.cpp',
|
||||
'MouseEvent.cpp',
|
||||
@ -93,7 +95,6 @@ UNIFIED_SOURCES += [
|
||||
'MutationEvent.cpp',
|
||||
'NotifyAudioAvailableEvent.cpp',
|
||||
'NotifyPaintEvent.cpp',
|
||||
'nsJSEventListener.cpp',
|
||||
'nsPaintRequest.cpp',
|
||||
'PointerEvent.cpp',
|
||||
'ScrollAreaEvent.cpp',
|
||||
|
Loading…
Reference in New Issue
Block a user