зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1450421 part 3. Give nsIDOMDOMRequest.idl a name that better reflects what it's about. r=qdot
MozReview-Commit-ID: AuaxlZm1AAN --HG-- rename : dom/base/nsIDOMDOMRequest.idl => dom/base/nsIDOMRequestService.idl
This commit is contained in:
Родитель
4342ff516f
Коммит
c813828d0c
|
@ -7,7 +7,7 @@
|
|||
#ifndef mozilla_dom_domrequest_h__
|
||||
#define mozilla_dom_domrequest_h__
|
||||
|
||||
#include "nsIDOMDOMRequest.h"
|
||||
#include "nsIDOMRequestService.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/DOMEventTargetHelper.h"
|
||||
#include "mozilla/dom/DOMException.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ XPIDL_SOURCES += [
|
|||
'mozIDOMWindow.idl',
|
||||
'nsIContentPolicy.idl',
|
||||
'nsIDocumentEncoder.idl',
|
||||
'nsIDOMDOMRequest.idl',
|
||||
'nsIDOMParser.idl',
|
||||
'nsIDOMRequestService.idl',
|
||||
'nsIDroppedLinkHandler.idl',
|
||||
'nsIFrameLoaderOwner.idl',
|
||||
'nsIImageLoadingContent.idl',
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "nsISupports.idl"
|
||||
|
||||
interface mozIDOMWindow;
|
||||
interface nsICursorContinueCallback;
|
||||
webidl DOMRequest;
|
||||
|
||||
[scriptable, builtinclass, uuid(9a57e5de-ce93-45fa-8145-755722834f7c)]
|
Загрузка…
Ссылка в новой задаче