[release-tools] Return no hash if version is not available.
[platform/upstream/v8.git] / include /
2015-04-22 dcarneyadd StdGlobalValueMap
2015-04-21 jochenAdd myself to include/OWNERS
2015-04-21 dcarneymake Handle a synonym of Local
2015-04-20 jochenAllow for accessing an ArrayBuffer contents without...
2015-04-20 jochenRemove support for externally backed elements from...
2015-04-20 jochenDeprecate 3-args ResourceConstraints::ConfigureDefaults
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-17 ssidAdding missing V8_EXPORT flag in SpaceStatistics class...
2015-04-17 ssidAdding V8 api to get memory statistics of spaces in...
2015-04-15 jochenRemove support for specifying the number of available...
2015-04-15 jochenWhen converting Maybe and MaybeLocal values with a...
2015-04-14 smcgruerRestore V8_LIBC_UCLIBC as a libc option.
2015-04-13 jochenExpose ArrayBufferView::HasBuffer
2015-04-10 fedorapi: introduce SealHandleScope
2015-04-10 verwaestReland "Merge cellspace into old pointer space"
2015-04-10 dcarneysimplify GlobalValueMap calls to DisposeWeak
2015-04-10 jochenSpecial case the "empty string" root so it doesn't...
2015-04-09 thakisFix C++ violation.
2015-04-09 adamkRevert of Merge cellspace into old pointer space (patch...
2015-04-09 verwaestMerge cellspace into old pointer space
2015-04-08 loisloCpuProfiler: public API for deopt info in cpu profiler.
2015-04-07 machenbachRevert of CpuProfiler: public API for deopt info in...
2015-04-07 loisloCpuProfiler: public API for deopt info in cpu profiler.
2015-04-07 yangguoDebugger: remove debug command API.
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-04-07 jkummerowMove prototype metadata from internal properties to...
2015-04-06 hablichUpdated version to 4.4
2015-04-02 dcarneyRevert of make ToLocalCheck crash in release mode ...
2015-04-02 dcarneymake ToLocalCheck crash in release mode
2015-04-02 jochenExpose an API on ArrayBufferView to copy out content...
2015-04-02 jochenAdd initial set of sub directory OWNERS file
2015-03-31 adamkAdd a UseCounter for Object.observe
2015-03-31 jochenDeprecate IdleNotification()
2015-03-30 erikcorryRecord various overflow events on the heap - reland...
2015-03-30 dcarneyensure maybe results are checked in v8.h
2015-03-26 dcarneyadd access checks to receivers on function callbacks
2015-03-26 dcarneytwo pass phantom collection
2015-03-26 yurysReturn timestamp of the last recorded interval to the...
2015-03-25 yurysRemove v8::Isolate::ClearInterrupt
2015-03-25 alexandre.ramesFix the V8_GNUC_PREREQ macro.
2015-03-24 machenbachRevert of Track how many pages trigger fallback strateg...
2015-03-24 erikcorryTrack how many pages trigger fallback strategies in GC
2015-03-24 dcarneyfix disposal of phantom handles in GlobalValueMap
2015-03-24 jochenRemove calls to IdleNotification()
2015-03-23 verwaestRemove reference to PropertyCellSpace from include...
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-19 dslomovAdd a counter for legacy const.
2015-03-19 jochenClarify what APIs return Maybe and MaybeLocal values
2015-03-19 yurysIntroduce explicit constant for per Context debug data...
2015-03-18 dcarneyadd interceptors which do not mask existing properties
2015-03-18 dcarneyconvert last api functions which try to handle exceptio...
2015-03-18 verwaestRemove PropertyCell space
2015-03-18 vegorovMake counter and histogram related callbacks part of...
2015-03-18 hpayerMerge old data and pointer space.
2015-03-17 dcarneyconvert String::New functions to maybe
2015-03-17 dcarneyadd missing dcheck to ToLocalChecked
2015-03-16 yurysRemove obsolete TakeHeapSnapshot method from API
2015-03-12 bashiAdd Cast() for Int32 and Uint32
2015-03-11 mstarzingerSimplify pending message script handling.
2015-03-11 dcarneyconvert most remaining api functions needing context...
2015-03-10 bashiAdd Cast() to Boolean
2015-03-10 yurysRemove uid and title from HeapSnapshot
2015-03-10 mstarzingerSimplify and correctify pending message location handling.
2015-03-10 yurysRemove deprecated CpuProfiler methods
2015-03-10 dcarneyconvert Function and Promise to maybe
2015-03-09 dcarneyremove phantom naming from the api
2015-03-09 Dan Carneyadd V8_DEPRECATE_SOON macros to make it easier to ident...
2015-03-06 kalmanAdd MoveOnlyTypeForCPP03 to UniquePersistent for compat...
2015-03-06 ulanRetain maps embedded in optimized code for several...
2015-03-06 dcarneyconvert more things to maybe
2015-03-05 dcarneyreland rename UniquePersistent to Global
2015-03-05 yurysAllow passing sourceMapUrl when compiling scripts
2015-03-05 dcarneyconvert compile functions to use maybe
2015-03-05 machenbachRevert of rename UniquePersistent to Global (patchset...
2015-03-05 dcarneyrename UniquePersistent to Global
2015-03-05 dcarneygive UniquePersistent full move semantics
2015-03-04 dcarneyconvert remaining object functions to maybes
2015-03-03 dcarneyconvert more object functions to return maybes
2015-03-02 Dan Carneyconvert object::* to return maybe values
2015-03-02 Sven PanneRemoved funky Maybe constructor and made fields private.
2015-03-02 Sven PannePolish Maybe API a bit, removing useless creativity...
2015-02-27 dcarneyconvert Value::*Value() function to return Maybe results
2015-02-27 dcarneyConvert v8::Value::To* to use MaybeLocal
2015-02-26 machenbachAdd public version macros.
2015-02-25 benAdd v8::Object::GetRealNamedPropertyAttributes()
2015-02-25 rossberg[strong] Make functions and generators non-extensible...
2015-02-25 yangguoAttach snapshot data blob to the isolate.
2015-02-12 jochenMake it possible to define arguments for CompileFunctio...
2015-02-12 ulanUse weak cells in dependent code.
2015-02-11 yangguoThrow on range error when creating a string via API.
2015-02-11 dcarneyremove undetectable strings
2015-02-09 jochenIntroduce a compile method that takes context extensions
2015-02-09 dcarneyadd support for all can read interceptors
2015-02-06 adamkAdd basic compilation support for modules
2015-02-05 yurysAdd NativeWeakMap to v8.h
2015-02-05 ulanAdd a flag to track detached contexts.
2015-02-04 yurysRevert of Add WeakKeyMap to v8.h (patchset #2 id:20001...
2015-02-04 dcarneyMove the contents of api-natives.js to c++
2015-02-04 yurysAdd WeakKeyMap to v8.h
2015-02-03 yurysRevert of Add WeakMap to v8.h (patchset #3 id:40001...
next