Revert of Service Worker: Add FetchEvent.clientId (patchset #8 id:170001 of
https://codereview.chromium.org/1435633002/ )
Reason for revert:
This CL is suspected to break Webkit Linux ASAN tests:
https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20MSAN/builds/8085/steps/webkit_tests/logs/stdio
==4==WARNING: MemorySanitizer: use-of-uninitialized-value
...
#7 0xe5d7fd5 in Write content/common/service_worker/service_worker_messages.h:55:0
Please check initializaiton paths, and run on more ASAN bots before relanding.
Original issue's description:
> Service Worker: Add FetchEvent.clientId
>
> As per the latest spec update, this CL implements FetchEvent.clientId attribute.
>
> Spec discussion:
https://github.com/slightlyoff/ServiceWorker/issues/723#issuecomment-151326898
> Spec:
https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#fetch-event-clientid
>
> Intent to implement and ship:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/XlBHOIOCjUk
>
> The layout tests for this CL are mostly taken from Mozilla's work instead of making new ones to ensure compatibility:
https://bugzilla.mozilla.org/show_bug.cgi?id=1222464
>
> BUG=
552309
>
> Committed:
https://crrev.com/f1b2374078adf2068473bd9f81fd7615cf35d34d
> Cr-Commit-Position: refs/heads/master@{#369649}
TBR=dcheng@chromium.org,falken@chromium.org,jinho.bang@samsung.com,kinuko@chromium.org,michaeln@chromium.org,mkwst@chromium.org,nhiroki@chromium.org,palmer@chromium.org,tkent@chromium.org,jungkee.song@samsung.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=
552309
Committed:
https://crrev.com/0ef76e34a0795583225d399377873e8de2622b19
Cr-Commit-Position: refs/heads/master@{#369748}