зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1547114 - Part 8: Move nsCookiePermission to netwerk/cookie; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D29078 --HG-- rename : extensions/cookie/nsCookiePermission.cpp => netwerk/cookie/nsCookiePermission.cpp rename : extensions/cookie/nsCookiePermission.h => netwerk/cookie/nsCookiePermission.h extra : moz-landing-system : lando
This commit is contained in:
Родитель
72fd0967d6
Коммит
bba7e3c8b0
|
@ -6,12 +6,7 @@
|
|||
|
||||
TEST_DIRS += ['test']
|
||||
|
||||
EXPORTS += [
|
||||
'nsCookiePermission.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'nsCookiePermission.cpp',
|
||||
'nsPermission.cpp',
|
||||
'nsPermissionManager.cpp',
|
||||
]
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
#include "nsContentUtils.h"
|
||||
#include "nsIClassInfoImpl.h"
|
||||
#include "nsIEffectiveTLDService.h"
|
||||
#include "nsNetCID.h"
|
||||
#include "nsNetUtil.h"
|
||||
#include "mozilla/BasePrincipal.h"
|
||||
|
||||
// nsPermission Implementation
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#define nsPermission_h__
|
||||
|
||||
#include "nsIPermission.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsString.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -20,6 +20,10 @@ XPIDL_SOURCES += [
|
|||
XPIDL_MODULE = 'necko_cookie'
|
||||
|
||||
if CONFIG['NECKO_COOKIES']:
|
||||
EXPORTS += [
|
||||
'nsCookiePermission.h',
|
||||
]
|
||||
|
||||
EXPORTS.mozilla.net = [
|
||||
'CookieServiceChild.h',
|
||||
'CookieServiceParent.h',
|
||||
|
@ -31,6 +35,7 @@ if CONFIG['NECKO_COOKIES']:
|
|||
'CookieServiceParent.cpp',
|
||||
'CookieSettings.cpp',
|
||||
'nsCookie.cpp',
|
||||
'nsCookiePermission.cpp',
|
||||
]
|
||||
# nsCookieService.cpp can't be unified because of symbol conflicts
|
||||
SOURCES += [
|
||||
|
|
Загрузка…
Ссылка в новой задаче