Commits
User selector
Commit History
Commits on Nov 6, 2020
[base][cleanup] Remove DISALLOW_COPY_AND_ASSIGN
Show description for 3a888a8authored andcommitted
Commits on Mar 25, 2019
Replace shlwapi call with STL.
Show description for 31d7e1dauthored andcommitted

Commits on Oct 29, 2018
undef min,max macros on windows
Show description for dc70449authored andcommitted
Commits on Oct 24, 2018
Reland "Add Windows ARM64 ABI support to V8"
Show description for a6423ccauthored andcommitted
Commits on Oct 23, 2018
Revert "Add Windows ARM64 ABI support to V8"
Show description for d2d217dauthored andcommitted
Add Windows ARM64 ABI support to V8
Show description for fcbb023authored andcommitted
Commits on Sep 14, 2018
[cleanup] Replace 0 and NULL with nullptr for src/ files.
Show description for 7f27bf2authored andcommitted
[cleanup] Refactor base to use default members.
Show description for 017b0dfauthored andcommitted
[cleanup] Refactor code to use boolean literals instead of 0/1.
Show description for a81bd4cauthored andcommitted
Commits on Apr 3, 2018
Remove `pragma optimize` from v8.
Show description for d884004authored andcommitted
Commits on Mar 20, 2018
Fixes to V8 GN build process on aix platform
Show description for 6bc4bfeauthored andcommitted

Commits on Dec 1, 2017
Avoid octal escape sequences
Show description for 2b14a3fauthored andcommitted
Commits on Oct 13, 2017
Use nullptr instead of NULL where possible
Show description for 62f929fauthored andcommitted
Commits on Aug 18, 2017
fuchsia: Don't CHECK(false) on EnableInProcessStackDumping.
Show description for fcb15ccauthored andcommitted
Commits on Jun 11, 2017
Stubbed out linking on Fuchsia
Show description for dc3de67authored andcommitted
Commits on Apr 12, 2017
Use correct define for identifying MSVC compiler
Show description for aba4009authored andcommitted
Commits on Mar 17, 2017
Enable the embedder to provide stack trace printing
Show description for 876725dauthored andcommitted
Commits on Oct 7, 2016
Reland of land "Turn libbase into a component" (patchset #1 id:1 of https://codereview.chromium.org/2396933002/ )
Show description for dedf6f6authored andcommitted
Commits on Oct 5, 2016
Revert of Reland "Turn libbase into a component" (patchset #1 id:1 of https://codereview.chromium.org/2395553002/ )
Show description for e75b9f6authored andcommitted
Reland "Turn libbase into a component"
Show description for 17cb512authored andcommitted
Commits on Oct 4, 2016
Revert of Turn libbase into a component (patchset #10 id:180001 of https://codereview.chromium.org/2381273002/ )
Show description for efcb1ffauthored andcommitted
Turn libbase into a component
Show description for 614e615authored andcommitted
Commits on Sep 13, 2016
Fix backtrace for solaris and musl C based linux environments as well
Show description for 36e58dbauthored andcommitted
Commits on Sep 12, 2016
AIX: Disable backtrace API call
Show description for bc752a0authored andcommitted

Commits on Sep 8, 2016
uclibc now has support for backtrace and demangle functions
Show description for 26c5b8fauthored andcommitted

Commits on Aug 18, 2016
Fix gcc error for ignoring return value on stack_trace_posix.cc
Show description for 978347eauthored andcommitted
Replace DumpBacktrace with Chromium's StackTrace implementation.
Show description for 49c14f6authored andcommitted
Loading