Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/resources/worker.php
Issue 2086143006 :
Implement Referrer-Policy header for workers (Closed)
Patch Set: fix shared worker path
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/resources/save-referrer.php
third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/resources/worker.php
third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/shared-worker-with-header.html
third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/worker-with-header.html
third_party/WebKit/LayoutTests/http/tests/serviceworker/referrer-policy-header.html
third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fetch-rewrite-worker.php
third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/referrer-policy-iframe.html
third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp
third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp
third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.cpp
third_party/WebKit/Source/core/workers/WorkerScriptLoader.h
third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp
third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
third_party/WebKit/Source/core/workers/WorkerThreadStartupData.cpp
third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.cpp
third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp