Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth

This commit is contained in:
Ben Kelly
2018-01-26 13:08:59 -08:00
parent bcf3407d3d
commit 52ca083d1d
61 changed files with 401 additions and 493 deletions

View File

@@ -47,12 +47,12 @@
#include "mozilla/dom/ScreenOrientation.h"
#include "mozilla/dom/ScriptSettings.h"
#include "mozilla/dom/ServiceWorkerInterceptController.h"
#include "mozilla/dom/ServiceWorkerManager.h"
#include "mozilla/dom/ServiceWorkerUtils.h"
#include "mozilla/dom/TabChild.h"
#include "mozilla/dom/TabGroup.h"
#include "mozilla/dom/ToJSValue.h"
#include "mozilla/dom/workers/ServiceWorkerManager.h"
#include "mozilla/net/ReferrerPolicy.h"
@@ -229,7 +229,6 @@
using namespace mozilla;
using namespace mozilla::dom;
using mozilla::dom::workers::ServiceWorkerManager;
// Threshold value in ms for META refresh based redirects
#define REFRESH_REDIRECT_TIMER 15000