Commits
User selector
Commit History
Commits on Nov 28, 2020
[api] Use shorter 8::Local::As<*> casts in more places
Show description for 24222a9authored andcommitted
Commits on Sep 9, 2020
[api][cleanup] Use Template::Set with const char* name
Show description for f2e2809authored andcommitted
Commits on Mar 9, 2020
[api] Create v8::String::NewFromLiteral that returns Local<String>
Show description for b097a8eauthored andcommitted
Commits on Jun 26, 2019
[cleanup] Drop some occurrences of Isolate::Current
Show description for 881c9b8authored andcommitted
Commits on Feb 21, 2018
[sample] fix potential memory leak.
Show description for b64afffauthored andcommitted
Commits on Nov 14, 2017
[cleanup] use unique_ptr for the DefaultPlatform
Show description for ffee558authored andcommitted
Commits on Sep 4, 2017
[presubmit] Enable and fix "build/namespaces" linter check.
Show description for e461e1cauthored andcommitted

Commits on Aug 28, 2017
Pass Isolate pointer to String::Utf8Value/Value constructors
Show description for fe59853authored andcommitted
Commits on Aug 2, 2017
Fix common misspellings
Show description for b41f857authored 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 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
Add missing stdlib include for sample
Show description for 31dae36committedRemove support for malloc'd typed arrays
Show description for b584babauthored andcommitted
[clang] Use -Wshorten-64-to-32 to enable warnings about 64bit to 32bit truncations.
Show description for 4486c47authored andcommitted
Commits on Nov 27, 2014
Add interceptor support for symbols
Show description for 50ef069authored andcommitted

Commits on Nov 21, 2014
Rip out bzip compression for native sources.
Show description for 9b8d405authored 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.org
Commits on Jun 10, 2014
Make presubmit script happy again.
Show description for e02158ecommitted
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 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 Dec 4, 2013
Remove internal uses of HandleScope::Close().
Show description for d6b7558committed
svenpanne@chromium.org
Commits on Nov 22, 2013
Remove usage of deprecated APIs from samples
Show description for 686616ecommitted
jochen@chromium.org