v8/include
mstarzinger@chromium.org 96fc677d25 Pipe a script's CORS status through V8 during compilation.
In order to properly sanitize exception data during a 'window.onerror'
handler, we need to know whether a script was served with proper CORS
headers at the time it was loaded into V8. This patch adds a single bool
to ScriptOrigin, and pipes that through the compiler to land on the
Script object. We can then retrieve the parameter when calling the
embedder's exception callback.

BUG=crbug.com/159566
R=mstarzinger@chromium.org

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

Patch from Mike West <mkwst@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15963 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-07-30 17:05:50 +00:00
..
v8-debug.h Deprecate some debugger methods 2013-07-19 09:38:18 +00:00
v8-preparser.h Fix shared library build of preparser: properly #undef V8EXPORT 2013-04-16 14:55:45 +00:00
v8-profiler.h Delete deprecated CPU profiler code that supports filtering by security token 2013-07-06 09:12:09 +00:00
v8-testing.h Fix building with GCC 3.x 2012-07-26 09:18:09 +00:00
v8.h Pipe a script's CORS status through V8 during compilation. 2013-07-30 17:05:50 +00:00
v8stdint.h Include what you use in accessors.{h,cc}. 2012-01-25 00:16:07 +00:00