Revert of [V8] Added Script::is_opaque flag for embedders (patchset #5 id:80001 of...
authormachenbach <machenbach@chromium.org>
Mon, 18 May 2015 14:54:54 +0000 (07:54 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 18 May 2015 14:54:42 +0000 (14:54 +0000)
commit91f38435ead6901c96b6a1e723b1cd1460f4543e
tree9e8245f0b0868be672ae7b3aa1e78a418b5ebf58
parent9d1705865194c9e9d40ae1f363b442f92fb95815
Revert of [V8] Added Script::is_opaque flag for embedders (patchset #5 id:80001 of https://codereview.chromium.org/1140673002/)

Reason for revert:
[Sheriff] Breaks chromium win compilation:
http://build.chromium.org/p/client.v8.fyi/builders/V8-Blink%20Win/builds/96

Original issue's description:
> [V8] Added Script::is_opaque flag for embedders
>
> When the page is controlled by a ServiceWorker, the ServiceWorker can return an opaque (non-CORS cross origin) resource response.
> We need to treat the messages from such script resource as opaque.
>
> Committed: https://crrev.com/7a599c5e1242d3c5ab7515ee149623da90ae69ec
> Cr-Commit-Position: refs/heads/master@{#28445}

TBR=mkwst@chromium.org,jochen@chromium.org,yangguo@chromium.org,horo@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/1135343005

Cr-Commit-Position: refs/heads/master@{#28449}
16 files changed:
include/v8.h
src/accessors.cc
src/api.cc
src/bootstrapper.cc
src/compilation-cache.cc
src/compilation-cache.h
src/compiler.cc
src/compiler.h
src/debug.cc
src/objects-inl.h
src/objects.h
test/cctest/compiler/test-linkage.cc
test/cctest/test-api.cc
test/cctest/test-compiler.cc
test/cctest/test-heap.cc
test/cctest/test-serialize.cc