Commits
User selector
Commit History
Commits on Jun 10, 2020
[api] Avoid using v8::NewFromUtf8Lilteral if possible
Show description for e51ad7eauthored andcommitted
Commits on Mar 9, 2020
[api] Create v8::String::NewFromLiteral that returns Local<String>
Show description for b097a8eauthored andcommitted
Commits on Nov 14, 2017
[cleanup] use unique_ptr for the DefaultPlatform
Show description for ffee558authored andcommitted
Commits on Aug 28, 2017
Pass Isolate pointer to String::Utf8Value/Value constructors
Show description for fe59853authored andcommitted
Commits on Jun 29, 2016
Provide a convenience array buffer allocator
Show description for 356a85bauthored andcommitted
Commits on Jun 8, 2016
[icu] Support loading data file from default location
Show description for cec0ed0authored andcommitted
Commits on Oct 20, 2015
Fix crash in shell.cc when reporting exceptions that aren't Errors
Show description for 1440cd3authored andcommitted
Commits on Aug 14, 2015
Rework startup-data-util.
Show description for c69e2eaauthored andcommitted
Commits on Jul 15, 2015
Let the second pass phantom callbacks run in a separate task on the foreground thread.
Show description for e6e5339authored andcommitted

Commits on Jul 2, 2015
Remove usage of to-be-deprecated APIs from samples
Show description for ebadb68authored andcommitted
Commits on May 28, 2015
Update all callsites of the TryCatch ctor to pass an Isolate
Show description for 5df3b4aauthored andcommitted
Commits on Apr 29, 2015
Pass ArrayBuffer::Allocator via Isolate::CreateParams
Show description for 9ba5fe0authored andcommitted
Commits on Apr 28, 2015
[clang] Use -Wshorten-64-to-32 to enable warnings about 64bit to 32bit truncations.
Show description for 4486c47authored andcommitted
Commits on Feb 2, 2015
shell.cc race condition
Show description for 4bf1f54authored andcommitted
Commits on Nov 21, 2014
Rip out bzip compression for native sources.
Show description for 9b8d405authored andcommitted
Commits on Nov 19, 2014
Revert "Forward declaration for Isolate / Platform in libplatform.h." and "Fixes d8 on windows following.".
Show description for 21580e7committed
Commits on Nov 18, 2014
Forward declaration for Isolate / Platform in libplatform.h.
Show description for 0f57ce8authored andcommitted

Commits on Sep 19, 2014
Reland 24052 - Require V8 to be explicitly initialized before an Isolate is created
Show description for 6a14d7dcommitted
Commits on Sep 18, 2014
Revert "Require V8 to be explicitly initialized before an Isolate is created"
Show description for 525ed11committedRequire V8 to be explicitly initialized before an Isolate is created
Show description for 27f3cc1committed
Commits on Jul 3, 2014
Buildfix for windows after r22180
Show description for abb0ff2committed
jochen@chromium.orgSplit out libplatform into a separate libary
Show description for ca16bb7committed
jochen@chromium.org
Commits on Jun 20, 2014
Check alpha-sorting of includes during presubmit.
Show description for fec6e62committed
mstarzinger@chromium.orgAdded Message::GetScripOrigin.
Show description for a862f78committed
yurys@chromium.org
Commits on May 15, 2014
Avoid memset(NULL, ...).
Show description for cab2719committed
svenpanne@chromium.org
Commits on May 8, 2014
Unbreak samples and tools.
Show description for 967a79dcommitted
svenpanne@chromium.org
Commits on Apr 22, 2014
Revert "Simplify v8/Isolate teardown."
Show description for eeb1d70committed
svenpanne@chromium.orgSimplify v8/Isolate teardown.
Show description for 618ff3acommitted
svenpanne@chromium.org
Commits on Mar 14, 2014
New Compilation API, part 1, try 2
Show description for 6923d84committed
marja@chromium.org
Commits on Mar 13, 2014
Revert "New Compilation API, part 1"
Show description for ee6b885committed
marja@chromium.orgNew Compilation API, part 1
Show description for 52c0098committed
marja@chromium.org
Commits on Jan 8, 2014
Prepare removal of ObjectTemplate::New without Isolate parameter.
Show description for 005c0d8committed
svenpanne@chromium.org
Commits on Dec 18, 2013
Removed internal uses of (almost) deprecated FunctionTemplate::New version.
Show description for 389ee8dcommitted
svenpanne@chromium.org
Commits on Nov 22, 2013
Remove usage of deprecated APIs from samples
Show description for 686616ecommitted
jochen@chromium.org
Commits on Sep 26, 2013
add isolate parameter to ThrowException
Show description for 2efd6aacommitted
dcarney@chromium.org