Maintain API compatibility with older versions of V8.
authordanno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 21 Mar 2013 14:42:17 +0000 (14:42 +0000)
committerdanno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 21 Mar 2013 14:42:17 +0000 (14:42 +0000)
commited3809c3181ac940ff9c89686180e2b5580ee50e
tree2b042d9d975dc498029b5381265b6cac54351bc9
parentf5418265c45ce7e22fc2de224bed05611176d29a
Maintain API compatibility with older versions of V8.

Revert "Allow recording individual samples in addition to the aggregated CPU profiles"
Revert "Isolatify CPU profiler"
Revert "Isolatify HeapProfiler"
Revert "Deprecate HeapSnapshot type"
Revert "Isolatify CPU profiler public API"
Revert "MSVS compilation fix after r14006"
Revert "Add methods to allow resuming execution after calling TerminateExecution()."

R=jkummerow@chromium.org,mstarzinger@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14031 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
34 files changed:
AUTHORS
include/v8-profiler.h
include/v8.h
src/api.cc
src/codegen.cc
src/compiler.cc
src/cpu-profiler.cc
src/cpu-profiler.h
src/execution.cc
src/execution.h
src/heap-profiler.cc
src/heap-profiler.h
src/heap-snapshot-generator.cc
src/heap-snapshot-generator.h
src/heap.cc
src/isolate.cc
src/isolate.h
src/log.cc
src/log.h
src/platform-cygwin.cc
src/platform-freebsd.cc
src/platform-linux.cc
src/platform-macos.cc
src/platform-openbsd.cc
src/platform-solaris.cc
src/platform-win32.cc
src/profile-generator-inl.h
src/profile-generator.cc
src/profile-generator.h
src/runtime.cc
test/cctest/test-cpu-profiler.cc
test/cctest/test-heap-profiler.cc
test/cctest/test-profile-generator.cc
test/cctest/test-thread-termination.cc